@charset "UTF-8";
@import "./fonts/stylesheet.css";
html,
body {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
====================================================================
Global Settings
====================================================================
   ***/
body {
  font-family: "Lidl Font Cond Pro", sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  background: #fff;
}

a {
  text-decoration: none;
  opacity: 1;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.88;
}

ul li {
  list-style: none;
}

.auto__container {
  position: relative;
  max-width: 1344px;
  margin: 0 auto;
  padding: 0 40px;
}

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

.editor-block p {
  margin-bottom: 20px;
}
.editor-block p:last-child {
  margin: 0;
}
.editor-block h4,
.editor-block h5 {
  margin-bottom: 20px;
}
.editor-block h4:last-child,
.editor-block h5:last-child {
  margin: 0;
}
.editor-block h2 {
  margin-bottom: 12px;
}
.editor-block h2:last-child {
  margin: 0;
}
.editor-block h1,
.editor-block h2,
.editor-block h3,
.editor-block h4,
.editor-block h5 {
  color: #0050aa;
}
.editor-block ol {
  padding-left: 40px;
}
.editor-block ol li {
  font-weight: 400;
  padding-left: 15px;
  margin-bottom: 20px;
  list-style: decimal;
  list-style-type: decimal-leading-zero;
}
.editor-block ol li:last-child {
  margin: 0;
}
.editor-block ol li::marker {
  font-weight: 700;
  color: #000;
}
.editor-block ul {
  padding-left: 40px;
}
.editor-block ul li {
  list-style: disc;
  margin-bottom: 26px;
}
.editor-block ul li:last-child {
  margin: 0;
}
.editor-block ul li::marker {
  font-weight: 700;
  color: #000;
  background-color: #000;
}
.editor-block ul li h6 {
  font-weight: 700;
  margin-bottom: 8px;
  color: #0050aa;
}
.editor-block table td {
  vertical-align: top;
}

h1 {
  font-weight: 600;
  font-size: 56px;
  line-height: 67px;
}

h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 100%;
}

h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
}

h4 {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
}

h6 {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
}
h6.ex {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

p.sm {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
p.ex {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.main {
  overflow: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 126px;
}
.main.sm {
  padding-top: 70px;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-family: "Lidl Font Cond Pro", sans-serif;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  border-radius: 2px;
}
.button.primary {
  text-transform: uppercase;
  color: #fff;
  background-color: #0050aa;
  padding: 13px 16px;
}
.button.primary:hover {
  background-color: #16548e;
  opacity: 1;
}
.button.solid {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #00438f;
  padding: 13px 16px;
  border: 1px solid #00438f;
  border-radius: 2px;
  background-color: transparent;
}
.button.secondary {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #7e868f;
  padding: 13px 16px;
  background: rgba(126, 134, 143, 0.16);
  border-radius: 2px;
}
.button.secondary:hover {
  opacity: 1;
  background-color: #353b42;
  color: #fff;
}
.button span {
  width: 24px;
  height: 24px;
  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;
  margin-right: 15px;
}
.button span svg {
  width: 100%;
  height: 100%;
}

.inputL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.inputL input {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #0050aa;
  background-color: #fff;
  border: 1px solid #4e5761;
  padding: 8px 44px 8px 16px;
}
.inputL input:focus {
  border-color: #0050aa;
}
.inputL input::-webkit-input-placeholder {
  color: #0050aa;
}
.inputL input::-moz-placeholder {
  color: #0050aa;
}
.inputL input:-ms-input-placeholder {
  color: #0050aa;
}
.inputL input::-ms-input-placeholder {
  color: #0050aa;
}
.inputL input::placeholder {
  color: #0050aa;
}
.inputL span {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  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;
}
.inputL span img {
  width: 100%;
}

.cart {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  cursor: pointer;
}
.cart__icon {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart__icon img {
  width: 100%;
}
.cart span {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  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;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  position: relative;
}
.search input {
  width: 100%;
  background: #f1f2f3;
  border: 1px solid #c6c9cc;
  border-radius: 10px;
  padding: 15px 12px 15px 58px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1b1b1b;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.search input:focus {
  border-color: #1b1b1b;
}
.search input:focus ~ button {
  color: #1b1b1b;
}
.search input::-webkit-input-placeholder {
  color: #4e5761;
}
.search input::-moz-placeholder {
  color: #4e5761;
}
.search input:-ms-input-placeholder {
  color: #4e5761;
}
.search input::-ms-input-placeholder {
  color: #4e5761;
}
.search input::placeholder {
  color: #4e5761;
}
.search button {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 26px;
  height: 26px;
  background-color: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  color: #353b42;
}
.search button svg {
  width: 100%;
  height: 100%;
}

.pagination {
  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;
  padding: 35px 0 0;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.pagination__button {
  width: 50px;
  height: 50px;
  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;
  background-color: #003673;
  cursor: pointer;
  border: 1px solid #003673;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  border-radius: 10px;
  color: #fafafa;
}
.pagination__button.prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.pagination__button:hover {
  background-color: #0050aa !important;
}
.pagination__button svg {
  width: 8px;
  height: 18px;
}
.pagination__row {
  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;
  padding: 0 2px;
}
.pagination__row a {
  width: 50px;
  height: 50px;
  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;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #353b42;
  margin: 0 3px;
  background: #f5f8fc;
  border: 1px solid #d6e3f1;
  border-radius: 10px;
}
.pagination__row a:hover {
  opacity: 1;
  background: #d6e3f1;
  border-color: #0050aa;
  border-radius: 10px;
  color: #0050aa;
}
.pagination__row a.active {
  background: #d6e3f1;
  border-color: #0050aa;
  border-radius: 10px;
  color: #0050aa;
}
.pagination__row span {
  color: #0050aa;
  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;
  margin: 0 3px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #353b42;
  width: 50px;
  height: 50px;
}

.spinBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.spinBox__outer {
  margin-bottom: 15px;
}
.spinBox__outer h6 {
  color: #0050aa;
  margin-bottom: 12px;
}
.spinBox__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 40px;
  margin: 0 10px;
}
.spinBox__input input {
  width: 100%;
  height: 100%;
  background: #0050aa;
  border: 1px solid #0050aa;
  border-radius: 2px;
  text-align: center;
  font-family: "Lidl Font Cond Pro", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
  color: #fff;
}
.spinBox__plus span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #000;
  border-bottom-right-radius: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.spinBox button {
  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;
  width: 40px;
  height: 40px;
  background: #f5f8fc;
  border: 1px solid #adc7e4;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.spinBox button:hover {
  background-color: #0050aa;
}
.spinBox button:hover span::before {
  background-color: #fff;
}
.spinBox button:hover span::after {
  background-color: #fff;
}
.spinBox button span {
  pointer-events: none;
  display: block;
  width: 48%;
  height: 48%;
  position: relative;
}
.spinBox button span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #000;
  border-bottom-left-radius: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.input__outer p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-bottom: 10px;
}
.input > input,
.input select,
.input textarea {
  width: 100%;
  font-family: "Lidl Font Cond Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #353b42;
  padding: 11px 56px 11px 16px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #4e5761;
  border-radius: 2px;
  resize: none;
}
.input svg {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  height: 24px;
  width: 8px;
  color: #353b42;
  z-index: 2;
}

.check {
  width: 28px;
  height: 28px;
  display: block;
  position: relative;
}
.check input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.check input:checked ~ span {
  border-color: #0050aa;
}
.check input:checked ~ span::before {
  opacity: 1;
}
.check span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #4e5761;
  border-radius: 2px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.check span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 35%;
  border-top: 2px solid #0050aa;
  border-right: 2px solid #0050aa;
  -webkit-transform: translate(-50%, -70%) rotate(135deg);
          transform: translate(-50%, -70%) rotate(135deg);
  content: "";
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #16548e;
}
.header .auto__container {
  max-width: 1800px;
}
.header.sm .header__inner {
  height: 100px;
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation-name: sticky;
          animation-name: sticky;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-box-shadow: 0px 4px 4px 0px #00000021;
          box-shadow: 0px 4px 4px 0px #00000021;
}
.header__inner {
  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;
  height: 126px;
}
.header__inner-logo {
  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;
  background-color: #1b1b1b;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  width: 80px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.header__inner-side {
  width: calc(100% - 220px);
  max-width: 1500px;
  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__inner-link {
  font-weight: 600;
  margin-right: 30px;
}
.header__inner-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@-webkit-keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
}
.nav__inner li {
  margin-right: 50px;
}
.nav__inner li:last-child {
  margin: 0;
}
.nav__inner li a {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  padding-bottom: 7px;
  position: relative;
}
.nav__inner li a.active::before {
  opacity: 1;
}
.nav__inner li a:hover {
  opacity: 1;
}
.nav__inner li a:hover::before {
  opacity: 1;
}
.nav__inner li a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}
.nav__inner .header__inner-link {
  display: none;
}

.burger {
  display: none;
}

.footer {
  background-color: #4e5761;
  padding: 32px 0;
  margin: auto 0 0 0;
}
.footer .auto__container {
  max-width: 1344px;
}
.footer__inner {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__inner-logo {
  width: 122px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.footer__inner-logo img {
  width: 100%;
}
.footer__inner-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 12px;
}
.footer__inner-links a,
.footer__inner-links p {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-right: 20px;
}
.footer__inner-links a:last-child,
.footer__inner-links p:last-child {
  margin: 0;
}
.footer__inner-links a:hover {
  opacity: 0.8;
}

.login {
  padding: 95px 0 60px;
}
.login .auto__container {
  max-width: 1300px;
}
.login__inner {
  background-color: #F5F8FC;
  border-radius: 10px;
  border: 1px solid #adc7e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  padding-right: 0;
}
.loginContent {
  position: relative;
  width: 45%;
  max-width: 516px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #0050aa;
  min-height: 670px;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.loginContent__shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 0.2;
  pointer-events: none;
}
.loginContent__shape.right {
  top: unset;
  bottom: 0;
  left: unset;
  right: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.loginContent__shape.right img {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.loginContent__shape img {
  width: 100%;
}
.loginForm {
  width: 55%;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
}
.loginForm h2 {
  color: #0050aa;
  margin-bottom: 40px;
}
.loginForm .inputL {
  width: 100%;
  max-width: 344px;
  margin-bottom: 20px;
}
.loginForm .inputL:last-of-type {
  margin-bottom: 30px;
}

.graphics {
  padding: 45px 0;
}
.graphics .auto__container {
  max-width: 1032px;
}
.graphics__inner-title {
  margin-bottom: 40px;
  text-align: center;
}
.graphics__inner-title h2 {
  color: #0050aa;
  margin-bottom: 20px;
}
.graphics__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.graphicsItem {
  margin: 10px;
  width: calc(33.3% - 20px);
  position: relative;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 40px 20px;
  background: #fff;
  border: 1px solid #003673;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  color: #00438f;
}
.graphicsItem:hover {
  background-color: #003673;
  color: #fff;
  opacity: 1;
}
.graphicsItem:hover .graphicsItem__shape img {
  opacity: 0;
}
.graphicsItem:hover .graphicsItem__shape img.light {
  opacity: 1;
}
.graphicsItem:hover .button {
  border-color: #fff;
  color: #fff;
}
.graphicsItem__shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 0.2;
  pointer-events: none;
}
.graphicsItem__shape.right {
  top: unset;
  bottom: 0;
  left: unset;
  right: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.graphicsItem__shape.right img {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.graphicsItem__shape img {
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.graphicsItem__shape img.light {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.graphicsItem h3 {
  position: relative;
  z-index: 2;
  margin-bottom: 35px;
  height: 144px;
  line-height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.graphicsItem .button {
  position: relative;
  z-index: 2;
}

.menu {
  width: 100%;
}
.menu__title h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #4e5761;
}
.menu__foot {
  padding: 15px 30px;
}
.menuItem__head {
  position: relative;
  border-bottom: 1px solid rgba(78, 87, 97, 0.15);
  padding: 15px 30px 15px 30px;
  color: #4e5761;
}
.menuItem__head::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 5px;
  content: "";
  background-color: #0050aa;
  opacity: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menuItem__body {
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.menuItem__body.active {
  opacity: 1;
  max-height: unset;
}
.menuItem__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(78, 87, 97, 0.15);
  padding: 10px 30px;
  color: #4e5761;
}
.menuItem__link:last-child {
  border: unset;
}
.menuItem__link.active {
  color: #0050aa;
  font-weight: 600;
}
.menuItem__link.active::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 5px;
  content: "";
  background-color: #0050aa;
  opacity: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menuItem__link:hover {
  opacity: 1;
  color: #0050aa;
}
.menuItem h6 {
  font-weight: 400;
}
.menuItem .menuItem__head h6 {
  font-weight: 600;
}
.menuItem .drop {
  color: #0050aa;
  cursor: pointer;
}
.menuItem .drop.active svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.menuItem .drop h6 {
  font-weight: 600;
}
.menuSector__head {
  position: relative;
  border-bottom: 1px solid rgba(78, 87, 97, 0.15);
  padding: 5px 10px 5px 30px;
  color: #4e5761;
}
.menuSector__body {
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.menuSector__body.active {
  opacity: 1;
  max-height: unset;
}
.menuSector__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(78, 87, 97, 0.15);
  padding: 10px 30px 10px 50px;
  color: #4e5761;
}
.menuSector__link:hover {
  opacity: 1;
  color: #0050aa;
}
.menuTab__head {
  position: relative;
  border-bottom: 1px solid rgba(78, 87, 97, 0.15);
  padding: 5px 20px 5px 40px;
  color: #4e5761;
}
.menuTab__head.active {
  color: #0050aa;
}
.menuTab__head.active h6 {
  font-weight: 600;
}
.menuTab__head.active svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.menuTab__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(78, 87, 97, 0.15);
  padding: 10px 30px 10px 56px;
  color: #4e5761;
}
.menuTab__link:hover {
  opacity: 1;
  color: #0050aa;
}
.menuTab__body {
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menuTab__body.active {
  opacity: 1;
  max-height: unset;
}
.menuTab__body a {
  color: #4e5761;
  padding: 10px 20px 10px 88px;
  border-bottom: 1px solid rgba(78, 87, 97, 0.15);
  position: relative;
}
.menuTab__body a:hover {
  opacity: 1;
  color: #0050aa;
}
.menu__chevron {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 7px;
  height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu__chevron svg {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.info {
  width: 100%;
  background: #f5f8fc;
  border: 1px solid #d6e3f1;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}
.info__col {
  width: calc(55% - 10px);
  max-width: 500px;
}
.infoSlider {
  margin-bottom: 20px;
}
.infoSlide {
  border-radius: 10px;
  overflow: hidden;
}
.infoSlide__inner {
  padding-bottom: 100%;
  position: relative;
}
.infoSlide__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}
.infoSwiper {
  padding: 20px 10px;
  background: #ffffff;
  border: 1px solid #d6e3f1;
  border-radius: 10px;
}
.infoSwiper .slick-current {
  border-color: #0050aa;
  opacity: 1;
}
.infoSwipe {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0.4;
  margin: 0 10px;
  cursor: pointer;
}
.infoSwipe__inner {
  padding-bottom: 100%;
  position: relative;
}
.infoSwipe__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}
.infoContent {
  width: calc(45% - 10px);
  max-width: 394px;
}
.infoContent__title {
  margin-bottom: 16px;
}
.infoContent__title p {
  color: #4e5761;
  word-break: break-all;
}
.infoContent__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.infoContent__row-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.infoContent__row h6 {
  color: #00438f;
  margin-right: 5px;
}
.infoContent__row p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  line-height: 16px;
  color: #353b42;
}
.infoContent__row p:last-child {
  margin: 0;
}
.infoContent__row p span {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  margin-top: -3px;
}
.infoContent__row p span img {
  width: 100%;
}
.infoContent h4 {
  margin-bottom: 20px;
  color: #353b42;
}
.infoContent ul {
  margin-bottom: 20px;
}
.infoContent ul li {
  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;
  margin-bottom: 10px;
}
.infoContent ul li:last-child {
  margin: 0;
}
.infoContent ul li p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.infoContent ul li p:last-child {
  color: #4e5761;
  text-align: end;
}
.infoContent .button {
  margin-bottom: 22px;
}
.infoDownload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f7faf8;
  overflow: hidden;
}
.infoDownload__content {
  width: calc(100% - 66px);
  padding: 15px;
  border: 1px solid #bed8c8;
  border-radius: 10px 0 0 10px;
  border-right: unset;
}
.infoDownload__btn {
  background: #348553;
  width: 66px;
  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;
  border-radius: 0 10px 10px 0;
}
.infoDownload__btn img {
  width: 40%;
}
.infoDownload p {
  color: #348553;
  margin-bottom: 4px;
}
.infoDownload h6 {
  color: #348553;
  font-weight: 600;
}
.info .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.info .slick-slide {
  height: unset !important;
}

.application__slider {
  margin: 0 -7px;
}
.applicationItem {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.applicationItem:hover {
  opacity: 1;
}
.applicationItem:hover .applicationItem__inner img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.applicationItem__inner {
  padding-bottom: 113%;
  position: relative;
}
.applicationItem__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.applicationItem__rate {
  left: 15px;
}
.applicationItem__delete {
  right: 15px;
}
.applicationItem button {
  position: absolute;
  top: 15px;
  width: 30px;
  height: 30px;
  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;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  z-index: 2;
}
.applicationItem button:hover {
  background-color: #0050aa;
  color: #fff;
}
.applicationItem button svg {
  width: 17px;
  height: 17px;
}
.applicationUpload {
  width: 100%;
  padding: 70px 20px;
  border: 1px dashed #7e868f;
  border-radius: 5px;
  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;
  position: relative;
  margin: 20px 0;
}
.applicationUpload.sm {
  padding: 50px 20px;
  margin: 0;
}
.applicationUpload input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.applicationForm {
  padding: 24px;
  background: #f5f8fc;
  border: 1px solid #adc7e4;
  border-radius: 10px;
}
.applicationForm__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.applicationForm__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
.applicationForm__info h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #00438f;
  margin-right: 20px;
}
.applicationForm__info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  color: #353b42;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.applicationForm__info p:last-child {
  margin: 0;
}
.applicationForm__info p span {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  margin-top: -3px;
}
.applicationForm__info p span img {
  width: 100%;
}
.applicationForm .input__outer {
  width: calc(50% - 12px);
  max-width: 438px;
  margin: 12px 0;
}
.application .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.application .slick-slide {
  margin: 0 7px;
  height: unset !important;
}

.overview {
  border: 1px solid #adc7e4;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.overviewTable {
  width: 100%;
  border-collapse: collapse;
}
.overviewTable__date h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #0050aa;
}
.overviewTable__date p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #353b42;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.overviewTable__icon {
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.overviewTable__icon img {
  width: 100%;
}
.overviewTable__head {
  display: none;
}
.overviewTable thead tr {
  background-color: rgba(173, 199, 228, 0.3);
}
.overviewTable tbody tr:nth-child(even) {
  background-color: rgba(173, 199, 228, 0.3);
}
.overviewTable tr td,
.overviewTable tr th {
  padding: 20px;
  width: 18%;
}
.overviewTable tr td:nth-child(1),
.overviewTable tr th:nth-child(1) {
  width: 20%;
}
.overviewTable tr td:nth-child(2),
.overviewTable tr th:nth-child(2) {
  width: 26%;
  text-align: start;
}
.overviewTable tr th {
  font-weight: 400;
  font-size: 22px;
  line-height: 31px;
  color: #0050aa;
  text-align: center;
}
.overviewTable tr th:first-child {
  text-align: start;
}
.overviewTable tr td {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.overview .pagination {
  display: none;
}

.shopping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.shoppingTable {
  width: 100%;
  border-collapse: collapse;
}
.shoppingTable.gen tr th:nth-child(3) {
  text-align: start;
}
.shoppingTable__image {
  width: 100%;
  max-width: 166px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shoppingTable__image-inner {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
}
.shoppingTable__image-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.shoppingTable__name h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #0050aa;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shoppingTable__name h6:last-child {
  margin: 0;
}
.shoppingTable__name p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #353b42;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.shoppingTable__delete {
  width: 50px;
  height: 50px;
  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;
  margin: 0 auto;
  color: #fff;
  background: #e60a14;
  border-radius: 8px;
}
.shoppingTable__delete svg {
  width: 56%;
  height: 56%;
}
.shoppingTable__head {
  display: none;
}
.shoppingTable .spinBox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shoppingTable .button {
  white-space: nowrap;
}
.shoppingTable thead tr {
  background-color: rgba(173, 199, 228, 0.3);
}
.shoppingTable tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.shoppingTable tbody tr:first-child td {
  padding-top: 40px;
}
.shoppingTable tr td,
.shoppingTable tr th {
  width: 24%;
}
.shoppingTable tr td:first-child,
.shoppingTable tr th:first-child {
  width: 20%;
}
.shoppingTable tr td:nth-child(2),
.shoppingTable tr th:nth-child(2) {
  width: 40%;
}
.shoppingTable tr td:last-child,
.shoppingTable tr th:last-child {
  width: 16%;
}
.shoppingTable tr th {
  font-weight: 400;
  font-size: 22px;
  line-height: 31px;
  color: #4e5761;
  text-align: start;
  padding: 20px;
}
.shoppingTable tr th:nth-child(3) {
  text-align: center;
}
.shoppingTable tr th:last-child {
  text-align: center;
}
.shoppingTable tr td {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  padding: 20px 20px 25px 20px;
}
.shoppingForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 20px 0;
  max-width: 770px;
}
.shoppingForm__title h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.shoppingForm__content {
  width: calc(100% - 160px);
  max-width: 550px;
}
.shoppingForm__input {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shoppingForm__input textarea {
  border: 1px dashed #7e868f;
  border-radius: 5px;
  width: 100%;
  font-family: "Lidl Font Cond Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #353b42;
  padding: 16px 20px;
  -webkit-appearance: none;
  background: #fff;
  resize: none;
}
.shoppingForm__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.shoppingForm__check-box {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  margin-right: 10px;
}
.shoppingForm__check-box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.shoppingForm__check-box input:checked ~ span {
  border-color: #0050aa;
}
.shoppingForm__check-box input:checked ~ span::before {
  opacity: 1;
}
.shoppingForm__check-box span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #4e5761;
  border-radius: 2px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.shoppingForm__check-box span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 35%;
  border-top: 2px solid #0050aa;
  border-right: 2px solid #0050aa;
  -webkit-transform: translate(-50%, -70%) rotate(135deg);
          transform: translate(-50%, -70%) rotate(135deg);
  content: "";
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.shoppingForm__check p {
  width: calc(100% - 30px);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.shoppingForm__check p a {
  color: #0050aa;
  text-decoration: underline;
}

.sector {
  padding: 40px 0 65px;
}
.sector__inner {
  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;
}
.sector__inner-side {
  width: 260px;
}
.sector__inner-main {
  width: calc(100% - 280px);
  max-width: 964px;
}
.sector__inner-title {
  margin-bottom: 40px;
  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;
}
.sector__inner-title h4 {
  width: calc(55% - 10px);
  color: #22232b;
  font-weight: 600;
}
.sector__inner-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sector__inner-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}
.sector__inner-image img {
  width: 100%;
}
.sector__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
.sector__inner-top {
  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;
  margin-bottom: 50px;
}
.sector__inner-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 120px);
}
.sector__inner-breadcrumb a {
  font-weight: 400;
  color: #000;
  position: relative;
  white-space: nowrap;
}
.sector__inner-breadcrumb a::before {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
}
.sector__inner-breadcrumb p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sector__inner-breadcrumb svg {
  width: 7px;
  min-width: 7px;
  height: 16px;
  margin: 0 10px;
}
.sector__inner-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sector__inner-buttons a,
.sector__inner-buttons button {
  width: 50px;
  height: 50px;
  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;
  border-radius: 8px;
  margin-right: 12px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sector__inner-buttons a:hover,
.sector__inner-buttons button:hover {
  opacity: 0.8;
}
.sector__inner-buttons a.edit,
.sector__inner-buttons button.edit {
  background-color: #d6e3f1;
}
.sector__inner-buttons a.del,
.sector__inner-buttons button.del {
  background-color: #e60a14;
}
.sector__inner-buttons a:last-child,
.sector__inner-buttons button:last-child {
  margin: 0;
}
.sector__inner-buttons a img,
.sector__inner-buttons button img {
  width: 60%;
}
.sectorSelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.sectorSelect__outer {
  width: calc(45% - 15px);
  max-width: 344px;
}
.sectorSelect__outer p {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #0050aa;
  opacity: 0.5;
  margin-bottom: 5px;
}
.sectorSelect select {
  width: 100%;
  font-family: "Lidl Font Cond Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #353b42;
  padding: 8px 56px 8px 16px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #4e5761;
  border-radius: 2px;
}
.sectorSelect svg {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  height: 24px;
  width: 8px;
  color: #353b42;
  z-index: 2;
}
.sectorInfo {
  padding: 10px 0 35px;
  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;
}
.sectorInfo__image {
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sectorInfo__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}
.sectorInfo__content {
  width: calc(100% - 170px);
  max-width: 780px;
}
.sectorInfo__content p {
  margin-bottom: 20px;
  color: #4e5761;
}
.sectorInfo__content p:last-child {
  margin: 0;
}
.sectorItem {
  margin: 15px 12px;
  width: calc(33.3% - 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 4px 6px 3px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 4px 6px 3px rgba(0, 0, 0, 0.35);
}
.sectorItem__zoom {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  width: 38px;
  height: 38px;
  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;
  background-color: #fff;
  border-radius: 50%;
  color: #353b42;
}
.sectorItem__zoom svg {
  width: 47%;
  height: 47%;
}
.sectorItem__image {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
}
.sectorItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}
.sectorItem__content {
  padding: 16px;
}
.sectorItem__title {
  margin-bottom: 10px;
}
.sectorItem__title h6 {
  color: #0050aa;
  margin-bottom: 15px;
  line-height: 26px;
  height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sectorItem__title p {
  line-height: 20px;
  height: 40px;
  color: #353b42;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.sectorItem__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.sectorItem__row-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sectorItem__row h6 {
  color: #00438f;
  margin-right: 5px;
}
.sectorItem__row p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  line-height: 16px;
  color: #353b42;
}
.sectorItem__row p:last-child {
  margin: 0;
}
.sectorItem__row p span {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  margin-top: -3px;
}
.sectorItem__row p span img {
  width: 100%;
}

.typography {
  padding: 50px 0 150px;
}
.typography__inner-title {
  text-align: center;
  margin-bottom: 30px;
}
.typography__inner-content {
  margin-bottom: 50px;
}
.typography__inner-content:last-child {
  margin: 0;
}
.typography__inner-row {
  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;
  margin-bottom: 50px;
}
.typography__inner-row:last-child {
  margin: 0;
}
.typography__inner-col {
  width: calc(45% - 15px);
}
.typographyImage {
  width: calc(55% - 15px);
  max-width: 722px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.typographyImage__inner {
  width: 100%;
  position: relative;
  padding-bottom: 50%;
}
.typographyImage__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

@media (max-width: 1260px) {
  .overviewTable__icon {
    width: 22px;
    height: 22px;
  }
  .overviewTable tr td,
.overviewTable tr th {
    padding: 12px;
  }
  .overviewTable tr th {
    font-size: 18px;
    line-height: 130%;
  }

  .shoppingTable__delete {
    width: 40px;
    height: 40px;
  }
  .shoppingTable tbody tr:first-child td {
    padding-top: 20px;
  }
  .shoppingTable tr td,
.shoppingTable tr th {
    padding: 12px;
  }
  .shoppingTable tr th {
    font-size: 18px;
    line-height: 130%;
  }
  .shoppingForm {
    padding: 20px 12px 0;
  }
}
@media (max-width: 1180px) {
  .auto__container {
    padding: 0 30px;
  }

  h1 {
    font-size: 50px;
    line-height: 120%;
  }

  h6 {
    font-size: 20px;
    line-height: 136%;
  }
  h6.ex {
    font-size: 12px;
    line-height: 16px;
  }

  p.ex {
    font-size: 12px;
    line-height: 16px;
  }

  body {
    font-size: 20px;
    line-height: 136%;
  }

  .header__inner-side {
    width: calc(100% - 190px);
  }
  .header__inner-link {
    font-size: 20px;
  }

  .nav__inner-link {
    font-size: 20px;
  }
  .nav__inner li {
    margin-right: 40px;
  }
  .nav__inner li a {
    font-size: 20px;
    line-height: 136%;
  }

  .login {
    padding: 60px 0;
  }
  .loginContent {
    min-height: 500px;
  }
  .loginForm {
    padding: 30px;
  }

  .sector__inner-row {
    margin: 0 -8px;
  }
  .sector__inner-top {
    margin-bottom: 40px;
  }
  .sector__inner-buttons a,
.sector__inner-buttons button {
    width: 42px;
    height: 42px;
  }
  .sectorItem {
    margin: 10px 8px;
    width: calc(33.3% - 16px);
  }
  .sectorItem .button {
    font-size: 16px;
    line-height: 20px;
  }
  .sectorItem .button span {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .infoSwiper {
    padding: 12px 6px;
  }
  .infoSwipe {
    margin: 0 6px;
  }
  .infoContent__row {
    margin-bottom: 14px;
  }
  .infoContent__row h6.ex,
.infoContent__row p.ex {
    font-size: 12px;
    line-height: 16px;
  }
  .infoContent ul li {
    margin-bottom: 5px;
  }
  .infoContent ul li p {
    font-size: 12px;
    line-height: 16px;
  }

  .overviewTable__icon {
    width: 20px;
    height: 20px;
  }
  .overviewTable tr th {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  ::-webkit-scrollbar {
    display: none;
  }

  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
    line-height: 100%;
  }

  h4 {
    font-size: 28px;
    line-height: 34px;
  }

  .main {
    padding-top: 116px;
  }
  .main.sm {
    padding-top: 68px;
  }

  .editor-block h4,
.editor-block h5 {
    margin-bottom: 14px;
  }
  .editor-block h2 {
    margin-bottom: 8px;
  }
  .editor-block ol {
    padding-left: 30px;
  }
  .editor-block ol li {
    padding-left: 10px;
    margin-bottom: 14px;
  }
  .editor-block ul {
    padding-left: 30px;
  }
  .editor-block ul li {
    margin-bottom: 18px;
  }

  .header.sm .header__inner {
    height: 68px;
  }
  .header.sm .nav {
    top: 68px;
    height: calc(100% - 68px);
  }
  .header__inner {
    height: 116px;
  }
  .header__inner-link {
    display: none;
  }
  .header__inner-side {
    width: unset;
  }

  body.active {
    overflow: hidden;
  }

  .nav {
    position: fixed;
    top: 116px;
    left: 0;
    width: 100%;
    height: calc(100% - 116px);
    z-index: 9;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .nav.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    padding: 150px 20px 130px 20px;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    max-width: 500px;
  }
  .nav__inner li {
    margin: 0 0 50px 0;
  }
  .nav__inner li a {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #0050aa;
    padding: 0;
  }
  .nav__inner li a::before {
    display: none;
  }
  .nav .header__inner-link {
    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;
    padding-top: 20px;
    width: 100%;
    border-top: 1px solid rgba(78, 87, 97, 0.15);
    color: #0050aa;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin: auto 0 0 0;
    text-align: center;
  }

  .burger {
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: 20px;
  }
  .burger:hover {
    opacity: 0.8;
  }
  .burger::before {
    top: 20%;
    width: 100%;
    height: 2px;
    border-bottom-left-radius: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger span {
    top: 50%;
    width: 100%;
    height: 2px;
    border-bottom-left-radius: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .burger::after {
    bottom: 20%;
    width: 100%;
    height: 2px;
    border-bottom-left-radius: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 2px;
  }
  .burger.active span {
    opacity: 0;
  }
  .burger.active::after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
            transform: translate(-50%, 50%) rotate(-45deg);
    border-radius: 2px;
  }

  .sector__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding-top: 80px;
  }
  .sector__inner-side {
    width: 100%;
    margin-bottom: 30px;
  }
  .sector__inner-main {
    width: 100%;
    max-width: unset;
  }
  .sector__inner-title {
    margin-bottom: 30px;
  }
  .sector__inner .search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .typography {
    padding: 40px 0 60px;
  }
  .typography__inner-content {
    margin-bottom: 30px;
  }
  .typography__inner-row {
    margin-bottom: 30px;
  }
}
@media (max-width: 930px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 28px;
  }

  .login {
    padding: 40px 0 50px;
  }
  .loginContent {
    min-height: 420px;
  }
  .loginForm {
    padding: 20px;
  }
  .loginForm h2 {
    margin-bottom: 30px;
  }

  .graphics {
    padding: 40px 0;
  }
  .graphics__inner-title {
    margin-bottom: 25px;
  }
  .graphicsItem {
    padding: 30px 15px;
  }
  .graphicsItem h3 {
    line-height: 30px;
    height: 120px;
    margin-bottom: 25px;
  }

  .sector__inner-row {
    margin: 0 -10px;
  }
  .sectorItem {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (max-width: 750px) {
  .auto__container {
    padding: 0 20px;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  .button {
    font-size: 16px;
    line-height: 19px;
  }
  .button.solid {
    font-size: 16px;
    line-height: 19px;
    padding: 10px 16px;
  }
  .button.primary {
    padding: 11px 16px;
  }
  .button span {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }

  .graphicsItem {
    width: calc(50% - 20px);
  }
  .graphicsItem h3 {
    line-height: 24px;
    height: 96px;
    margin-bottom: 25px;
  }

  .sector__inner-title {
    -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;
  }
  .sector__inner-title h4 {
    margin-bottom: 30px;
    width: 100%;
  }
  .sector__inner-title h4:last-child {
    margin: 0;
  }
  .sector__inner-breadcrumb {
    width: calc(100% - 90px);
  }
  .sector__inner-breadcrumb p {
    font-size: 16px;
    line-height: 24px;
  }
  .sector__inner-buttons a,
.sector__inner-buttons button {
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }
  .sector__inner-buttons a img,
.sector__inner-buttons button img {
    max-width: 20px;
  }
  .sectorSelect__outer {
    width: 100%;
    max-width: 400px;
  }
  .sectorInfo {
    padding: 0 0 20px 0;
  }

  .typography__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .typography__inner-col {
    width: 100%;
    max-width: unset;
    margin-bottom: 30px;
  }
  .typographyImage {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 650px) {
  .input__outer p {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
  }
  .input > input,
.input select,
.input textarea {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 40px 8px 16px;
  }
  .input svg {
    width: 7px;
    height: 19px;
  }

  .login__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
  }
  .loginContent {
    width: 100%;
    max-width: unset;
    min-height: 382px;
  }
  .loginForm {
    padding: 30px 12px;
    width: 100%;
  }
  .loginForm h2 {
    margin-bottom: 30px;
  }

  .sector__inner-row {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sector__inner-top.sm {
    margin-bottom: 30px;
  }
  .sectorItem {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .sectorItem:nth-child(n+5) {
    display: none;
  }
  .sectorItem:nth-child(4) {
    margin: 0;
  }
  .sectorItem__title h6 {
    display: block;
    height: unset;
  }
  .sectorItem__title p {
    display: block;
    height: unset;
  }
  .sectorItem__zoom {
    display: none;
  }
  .sectorItem__row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sectorItem__row h6 {
    margin-right: 15px;
  }
  .sectorItem .button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sectorInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
    padding: 0;
  }
  .sectorInfo__image {
    width: 100%;
    padding-bottom: 100%;
    height: unset;
    position: relative;
    margin-bottom: 30px;
  }
  .sectorInfo__image img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .sectorInfo__content {
    width: 100%;
  }

  .footer {
    padding: 24px 0 20px;
  }
  .footer .auto__container {
    padding: 0;
  }
  .footer__inner-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 20px 0;
  }
  .footer__inner-links a,
.footer__inner-links p {
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    margin: 0 0 20px 0;
  }

  .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
  }
  .info__col {
    width: 100%;
    max-width: unset;
    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: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 32px;
  }
  .infoContent {
    width: 100%;
    max-width: unset;
  }
  .infoContent__row {
    margin-bottom: 20px;
  }
  .infoContent ul li {
    margin-bottom: 10px;
  }
  .infoSlider {
    width: 100%;
  }
  .infoSwiper {
    width: 86%;
    margin: 0 -8px;
    padding: 10px 5px;
  }
  .infoSwipe {
    margin: 0 8px;
  }
  .infoDownload p {
    font-size: 12px;
    line-height: 16px;
  }

  .applicationForm {
    padding: 25px 20px;
  }
  .applicationForm__row {
    margin-bottom: 15px;
  }
  .applicationForm .input__outer {
    width: calc(50% - 8px);
    margin: 10px 0;
  }

  .overview {
    border: unset;
    border-radius: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .overviewTable__head {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #0050aa;
  }
  .overviewTable__icon {
    margin: 0;
    width: 22px;
    height: 22px;
  }
  .overviewTable thead {
    display: none;
  }
  .overviewTable tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    border: 1px solid #adc7e4;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .overviewTable tr:last-child {
    margin: 0;
  }
  .overviewTable tr td {
    width: 100% !important;
    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;
    margin-bottom: 30px;
    padding: 0;
  }
  .overviewTable tr td:last-child {
    margin: 0;
  }
  .overview .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .shopping {
    border: unset;
    border-radius: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .shoppingTable.gen tr {
    background: unset !important;
    margin-bottom: 30px;
  }
  .shoppingTable__head {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #4e5761;
  }
  .shoppingTable__body {
    width: calc(100% - 150px);
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .shoppingTable__image {
    width: 100%;
  }
  .shoppingTable__delete {
    margin: 0;
  }
  .shoppingTable thead {
    display: none;
  }
  .shoppingTable tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    border: 1px solid #adc7e4;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .shoppingTable tr:nth-child(odd) {
    background: rgba(173, 199, 228, 0.3);
  }
  .shoppingTable tr:last-child {
    margin: 0;
  }
  .shoppingTable tr td {
    width: 100% !important;
    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;
    margin-bottom: 20px;
    padding: 0 !important;
  }
  .shoppingTable tr td:last-child {
    margin: 0;
  }
  .shoppingForm {
    padding: 30px 0 0 0;
  }
}
@media (max-width: 540px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  .search input {
    padding: 16px 12px 16px 38px;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
  }
  .search button {
    width: 16px;
    height: 16px;
  }

  .pagination {
    max-width: 380px;
  }
  .pagination__row a:nth-child(4) {
    display: none;
  }
  .pagination__row a:nth-child(5) {
    display: none;
  }

  .spinBox__outer h6 {
    font-size: 12px;
    line-height: 16px;
  }

  .editor-block h4,
.editor-block h5 {
    margin-bottom: 10px;
  }
  .editor-block ol {
    padding-left: 25px;
  }
  .editor-block ol li {
    padding-left: 8px;
    margin-bottom: 10px;
  }
  .editor-block ul {
    padding-left: 25px;
  }
  .editor-block ul li {
    margin-bottom: 12px;
  }

  .menu.uniq .menu__foot {
    display: none;
  }
  .menu.uniq .menuItem__link {
    width: unset;
    display: none;
    border: unset;
    padding: 5px 30px 5px 0;
  }
  .menu.uniq .menuItem__link::before {
    display: none;
  }
  .menu.uniq .menuItem__link.active {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .menu.uniq .menuItem__link svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .menuItem__head {
    width: unset;
    border: unset;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 5px 30px 5px 0;
  }
  .menuItem__head::before {
    display: none;
  }
  .menuItem__head svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .menuItem__link {
    display: none;
  }

  .graphics__inner-title {
    margin-bottom: 20px;
  }
  .graphicsItem {
    padding: 22px 10px 16px;
  }
  .graphicsItem h3 {
    line-height: 20px;
    height: 80px;
    margin-bottom: 20px;
  }

  .sector {
    padding: 40px 0 60px;
  }
  .sector__inner-image {
    margin-bottom: 30px;
  }
  .sector__inner-foot {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sectorSelect__outer {
    width: 100%;
    max-width: 400px;
  }
  .sectorSelect__outer p {
    font-size: 12px;
    line-height: 17px;
  }

  .application__slider {
    margin: 0 -10px;
  }
  .application .slick-list {
    overflow: visible !important;
  }
  .application .slick-slide {
    margin: 0 10px;
  }
  .applicationUpload {
    margin: 40px 0;
  }
  .applicationForm__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .applicationForm .input__outer {
    width: 100%;
    max-width: unset;
    margin: 10px 0;
  }

  .overviewTable__date h6 {
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
  }
  .overviewTable__date p {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
  }
  .overviewTable tr td {
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
  }

  .shoppingTable__image {
    max-width: 130px;
  }
  .shoppingTable__name h6 {
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
  }
  .shoppingTable__name p {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
  }
  .shoppingTable tr td {
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
  }
  .shoppingForm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .shoppingForm__title {
    width: 100%;
    margin-bottom: 20px;
  }
  .shoppingForm__content {
    width: 100%;
  }
  .shoppingForm__input textarea {
    padding: 14px;
  }
  .shoppingForm__check {
    margin-bottom: 20px;
  }
  .shoppingForm__check p {
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
  }

  .typography {
    padding: 40px 0 50px;
  }
  .typography__inner-title {
    margin-bottom: 20px;
  }
  .typography__inner-content {
    margin-bottom: 20px;
  }
  .typography__inner-row {
    margin-bottom: 20px;
  }
}
@media (max-width: 440px) {
  .pagination {
    max-width: 300px;
  }
  .pagination__button {
    width: 40px;
    height: 40px;
  }
  .pagination__button svg {
    width: 6px;
    height: 15px;
    border-radius: 5px;
  }
  .pagination__row a,
.pagination__row span {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 20px;
    border-radius: 5px;
  }
  .pagination__row a:nth-child(3),
.pagination__row span:nth-child(3) {
    display: none;
  }
}
@media (max-width: 390px) {
  .sector__inner-breadcrumb {
    width: calc(100% - 90px);
  }
  .sector__inner-breadcrumb p {
    font-size: 12px;
    line-height: 16px;
  }
  .sector__inner-breadcrumb a {
    font-size: 14px;
    line-height: 20px;
  }
  .sector__inner-breadcrumb svg {
    width: 5px;
    height: 14px;
    min-width: 5px;
    margin: 0 7px;
  }
  .sector__inner-buttons a,
.sector__inner-buttons button {
    width: 32px;
    height: 32px;
    margin-right: 6px;
  }

  .info {
    padding: 16px;
  }
  .infoSwiper {
    width: 95%;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.search-big__whispering a {
  padding: 5px;
  color: #000;
}

.search-big__whispering a:hover {
  opacity: 0.6;
}

.search-big__whispering h3 {
  padding: 5px;
}

.form-frontend label {
  float: left;
  margin-right: 10px;
}

.form-frontend input {
  max-width: 300px;
}

.form-frontend .form-item {
  display: grid;
  grid-template-columns: auto auto;
  width: 500px;
  justify-content: space-between;
  margin: 5px;
}

@media (max-width: 560px) {
  .form-frontend .form-item {
    grid-template-columns: auto;
  }
}

.basket-grid {
  display: grid
;
  width: 100%;
  grid-template-columns: auto auto auto 20px auto;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.basket-grid p {
  margin-bottom: 5px;
  color: #22232b;
  font-size: .75rem;
  font-weight: 700;
}

.basket-grid .basket-line {
  grid-column: 1 / 6;
  background-color: #1b1b1b;
  height: 1px;
  margin-bottom: 18px;
}

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

.teaser-basket__content .teaser-basket-mid {
  opacity: .5;
  color: #22232b;
  font-size: .688rem;
  font-weight: 400;
  text-transform: uppercase;
}

@media only screen and (min-width: 666px) {
  .teaser-basket__content .teaser-basket-big {
    margin-bottom: 10px;
  }
}

.teaser-basket__content .teaser-basket-big {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

p.big {
  font-size: 1rem;
  font-weight: 700;
}

.menuItem .drop > a {
  color: #0050aa;
  text-transform: uppercase;;
}

.menuItem a {
  color: #4e5761;
  text-transform: uppercase;;
}

.menuItem__head::before {
  background-color: #fff;
}

.drop.menuItem__head::before {
  background-color: #0050aa;
}


.shown-box {
  float: right;
  position: relative;
  bottom: 60px;
  right: 10px;
}

#loading-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Koliesko samotné */
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Animácia rotácie */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.cp-box {
  position: relative;
}

.cpi {
  z-index: -1;
  opacity: 0;
  position: absolute;
  background: #ffffff;
  padding: 3px 7px;
  box-sizing: border-box;
  transition: opacity .2s linear;
  border: 1px solid #b9937e;
  margin-left: 10px;
}

.cp {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.cp-1 {
  clip-path: polygon(1% 0, 99% 0, 99% 12%, 9% 12%, 9% 18%, 1% 18%);
}

.cp-2 {
  clip-path: polygon(9% 12%, 29% 12%, 29% 16%, 11% 16%, 11% 58%, 9% 58%);
}

.cp-3 {
  clip-path: polygon(29% 12%, 54% 12%, 54% 15%, 29% 15%);
}

.cp-4 {
  clip-path: polygon(58% 12%, 85% 12%, 85% 15%, 58% 15%);
}

.cp-5 {
  clip-path: polygon(14% 20%, 31% 20%, 31% 24%, 14% 24%);
}

.cp-6 {
  clip-path: polygon(33% 20%, 50% 20%, 50% 24%, 33% 24%);
}

.cp-7 {
  clip-path: polygon(53% 20%, 84% 20%, 84% 24%, 53% 24%);
}

.cp-8 {
  clip-path: polygon(14% 28%, 31% 28%, 31% 33%, 14% 33%);
}

.cp-9 {
  clip-path: polygon(32% 28%, 50% 28%, 50% 33%, 32% 33%);
}

.cp-10 {
  clip-path: polygon(53% 28%, 84% 28%, 84% 33%, 53% 33%);
}

.cp-11 {
  clip-path: polygon(14% 37%, 34% 37%, 34% 41%, 14% 41%);
}

.cp-12 {
  clip-path: polygon(36% 36%, 50% 36%, 50% 41%, 36% 41%);
}

.cp-13 {
  clip-path: polygon(53% 36%, 84% 36%, 84% 41%, 53% 41%);
}

.cp-14 {
  clip-path: polygon(36% 45%, 50% 46%, 50% 50%, 36% 50%);
}

.cp-15 {
  clip-path: polygon(53% 45%, 62% 45%, 62% 50%, 53% 50%);
}

.cp-16 {
  clip-path: polygon(65% 45%, 84% 45%, 84% 50%, 65% 50%);
}

.cp-17 {
  clip-path: polygon(14% 55%, 37% 55%, 37% 58%, 14% 58%);
}

.cp-18 {
  clip-path: polygon(78% 53%, 97% 53%, 97% 58%, 78% 58%);
}

.cp-19 {
  clip-path: polygon(14% 45%, 25% 45%, 25% 51%, 14% 51%);
}

.cp-20 {
  clip-path: polygon(27% 45%, 34% 45%, 34% 51%, 27% 51%);
}

.cp-21 {
  clip-path: polygon(86% 13%, 99% 13%, 99% 47%, 86% 47%);
}

.cp-22 {
  clip-path: polygon(47% 81%, 89% 82%, 89% 72%, 100% 72%, 100% 100%, 0 100%, 0 60%, 47% 60%);
}

.cp-23 {
  clip-path: polygon(89% 59%, 100% 59%, 100% 71%, 89% 71%);
}

.cp-24 {
  clip-path: polygon(48% 61%, 88% 61%, 88% 70%, 48% 70%);
}

.cp-25 {
  clip-path: polygon(48% 72%, 88% 72%, 88% 81%, 48% 81%);
}

.cp-26 {
  clip-path: polygon(62% 55%, 72% 55%, 72% 59%, 62% 59%);
}

.cp- {
}

.cp- {
}

.cp- {
  display: none;
}

.cp-pudorys-narozni-celek-1 {
  clip-path: polygon(1% 61%, 20% 61%, 20% 100%, 1% 100%);
}

.cp-pudorys-narozni-celek-2 {
  clip-path: polygon(20% 60%, 39% 60%, 39% 100%, 20% 99%);
}

.cp-pudorys-narozni-celek-3 {
  clip-path: polygon(45% 60%, 45% 74%, 58% 74%, 58% 100%, 39% 100%, 39% 60%);
}

.cp-pudorys-narozni-celek-4 {
  clip-path: polygon(58% 74%, 77% 74%, 77% 100%, 58% 100%);
}

.cp-pudorys-narozni-celek-5 {
  clip-path: polygon(86% 74%, 86% 63%, 99% 63%, 99% 100%, 77% 100%, 77% 74%);
}

.cp-pudorys-narozni-celek-6 {
  clip-path: polygon(47% 60%, 85% 60%, 85% 71%, 47% 71%);
}

.cp-pudorys-narozni-celek-7 {
  clip-path: polygon(81% 53%, 99% 53%, 99% 59%, 81% 59%);
}

.cp-pudorys-narozni-celek-8 {
  clip-path: polygon(51% 50%, 81% 50%, 81% 60%, 51% 60%);
}

.cp-pudorys-narozni-celek-9 {
  clip-path: polygon(51% 43%, 81% 43%, 81% 49%, 51% 49%);
}

.cp-pudorys-narozni-celek-10 {
  clip-path: polygon(10% 11%, 26% 11%, 26% 25%, 16% 25%, 16% 57%, 10% 57%);
}

.cp-pudorys-narozni-celek-11 {
  clip-path: polygon(27% 11%, 57% 11%, 57% 25%, 27% 25%);
}

.cp-pudorys-narozni-celek-12 {
  clip-path: polygon(57% 11%, 81% 11%, 81% 25%, 57% 25%);
}

.cp-pudorys-narozni-celek-13 {
  clip-path: polygon(16% 50%, 50% 50%, 50% 57%, 16% 57%);
}

.cp-pudorys-narozni-celek-14 {
  clip-path: polygon(16% 26%, 81% 26%, 81% 42%, 51% 42%, 51% 49%, 16% 49%);
}

.cp-pudorys-narozni-celek-15 {
  clip-path: polygon(81% 11%, 99% 11%, 99% 52%, 81% 52%);
}

.cp-pudorys-narozni-celek-16 {
  clip-path: polygon(1% 2%, 57% 2%, 57% 11%, 9% 11%, 9% 18%, 1% 18%);
}

.cp-pudorys-narozni-celek-17 {
  clip-path: polygon(58% 2%, 99% 2%, 99% 10%, 58% 10%);
}

.cp-pudorys-narozni-celek-18 {
  clip-path: polygon(1% 19%, 9% 19%, 9% 57%, 1% 57%);
}

.cp-pudorys-narozni-celek-19 {
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}

.cp-pudorys-narozni-celek-20 {
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}

.cp-pudorys-narozni-celek-21 {
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}

.cp-pudorys-narozni-celek-22 {
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}

.cp-pudorys-narozni-celek-23 {
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}

.cp-pudorys-narozni-celek-24 {
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}

.cp-pudorys-narozni-celek-25 {
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}

.cp-pudorys-narozni-celek-26 {
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}

body .menuItem .menu__chevron.turnit svg {
  transform: rotate(90deg);
}

.menuItem .drop.active svg {
  transform: rotate(0deg);
}

.menuItem .drop h6 {
  font-weight: 400;
}

.menuItem .drop > a > h6 {
  font-weight: 600;
}

.pagination {
  justify-content: center;
}

.spinBox__input p.input-box {
  width: 100%;
  height: 100%;
  background: #0050aa;
  border: 1px solid #0050aa;
  border-radius: 2px;
  text-align: center;
  font-family: "Lidl Font Cond Pro", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 38px;
  color: #fff;
}

.sector__inner-buttons .inner-btn.del {
  background-color: #e60a14;
}
.sector__inner-buttons .inner-btn:hover {
  opacity: 0.8;
}

.sector__inner-buttons .inner-btn {
  width: 50px;
  height: 50px;
  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;
  border-radius: 8px;
  margin-right: 12px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.sector__inner-buttons .inner-btn.edit {
  background-color: #d6e3f1;
}

.file-upload-input {
  display: none;
}

.file-upload-div .button span {
  width: unset;
  height: unset;
}

@media only screen and (min-width: 800px) {
  .mobile-text-roll__button {
    display: none;
  }
}

.graphicsItemActive {
  background-color: #003673;
  color: #fff;
  opacity: 1;
}

.add-to-basket-placer {
  height: 40px;
}

.sectorItem .button.add-to-basket-bottom {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: calc(100% - 20px);
}

.after-login__h2.h2-36 {
  font-size: 36px;
}