

/* Start:/local/templates/amel/css/owl.carousel.css?15242305304744*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/amel/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/local/templates/amel/css/style.css?175484278744926*/
* {
  outline: none;
  margin: 0;
  padding: 0;
}

html {
  font-family: sans-serif;
  touch-action: manipulation;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

[data-src],
[data-srcset] {
  min-width: 1px;
  min-height: 1px;
  opacity: 0;
  transition: opacity 1s;
}

[data-background-image] {
  opacity: 0;
  transition: opacity 1s;
}

[data-loaded=true] {
  opacity: 1 !important;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input,
button,
textarea,
select {
  font-family: var(--font-family);
  resize: none;
  font-size: var(--font-size);
  font-weight: 400;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("/local/templates/amel/css/../font/GothamPro.woff2") format("woff2"), url("/local/templates/amel/css/../font/GothamPro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("/local/templates/amel/css/../font/GothamPro-Medium.woff2") format("woff2"), url("/local/templates/amel/css/../font/GothamPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("/local/templates/amel/css/../font/GothamPro-Bold.woff2") format("woff2"), url("/local/templates/amel/css/../font/GothamPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("/local/templates/amel/css/../font/OnestRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("/local/templates/amel/css/../font/OnestMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("/local/templates/amel/css/../font/OnestBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.container {
  max-width: 1220px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--gutter-site);
  padding-right: var(--gutter-site);
}

.column {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.columns {
  margin-left: calc(var(--gutter) * -1);
  margin-right: calc(var(--gutter) * -1);
  display: flex;
  flex-wrap: wrap;
}

.col-1 {
  width: 8.33333333%;
}

.col-2 {
  width: 16.66666666%;
}

.col-3 {
  width: 24.99999999%;
}

.col-4 {
  width: 33.33333332%;
}

.col-5 {
  width: 41.66666665%;
}

.col-6 {
  width: 49.99999998%;
}

.col-7 {
  width: 58.33333331%;
}

.col-8 {
  width: 66.66666664%;
}

.col-9 {
  width: 74.99999997%;
}

.col-10 {
  width: 83.3333333%;
}

.col-11 {
  width: 91.66666663%;
}

.col-12 {
  width: 99.99999996%;
}

.col-2-5 {
  width: 20%;
}

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

.symbols {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.center {
  text-align: center;
}

.absolute-block {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.tab-pane:not(.is-active) {
  display: none;
}

.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  padding: 20px;
  overflow-y: auto;
  z-index: 1000;
}
.modal-main {
  margin: auto;
  background-color: #fff;
  padding: 30px;
  width: 100%;
  max-width: 500px;
  border-radius: 4px;
  position: relative;
}
.modal-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.modal-close {
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: 5px;
  background: #f2f2f2 url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.84912 17.9497L17.8491 1.94977M1.84912 1.94971L17.8491 17.9496' stroke='%23596E8C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% no-repeat;
  background-size: 15px;
}
.modal[aria-hidden=false] .modal-overlay {
  animation: modal-fadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=false] .modal-main {
  animation: modal-slideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=true] .modal-overlay {
  animation: modal-fadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=true] .modal-main {
  animation: modal-slideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

@keyframes modal-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes modal-slideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes modal-slideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.notify {
  display: none;
  right: 0;
  position: relative;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #ccc;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  color: var(--color-text);
  transition: right 0.3s;
  margin-bottom: 10px;
}
.notify.default {
  background-color: #1FCA23;
}
.notify.error {
  background-color: red;
  color: #fff;
}
.notify.is-show {
  right: 20px;
}
.notify-wrap {
  position: fixed;
  right: 0;
  top: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.slider {
  display: flex;
  opacity: 0;
  transition: opacity 1s ease;
}

.splide--slide {
  position: relative;
}
.splide__track {
  position: relative;
  overflow: hidden;
}
.splide__list {
  display: flex;
}
.splide__slide {
  flex-shrink: 0;
}
.splide__sr {
  display: none;
}
.splide-nav.disabled, .splide-dots.disabled {
  display: none;
}
.splide__arrow {
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  background-color: #DEEBF4;
  display: flex;
  z-index: 2;
}
.splide__arrow svg {
  margin: auto;
  width: 20px;
  height: 20px;
}
.splide__arrow--prev {
  left: 30px;
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 30px;
}
.splide__pagination {
  width: 100%;
  display: flex;
  justify-content: center;
}
.splide__pagination li {
  margin: 0 5px;
}
.splide__pagination__page {
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background-color: #596E8C;
}
.splide__pagination__page.is-active {
  background-color: var(--color-link);
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  background-color: var(--color-blue);
  color: #fff;
  min-width: 130px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 5px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  transition: 0.2s;
}
.btn:hover {
  color: #fff;
  background-color: #0085CD;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 4px 8px rgba(0, 0, 0, 0.05), 0 16px 32px rgba(0, 0, 0, 0.05);
}
.btn:focus {
  box-shadow: 0 0 0 3px rgba(0, 105, 178, 0.2);
}
.btn--white {
  background-color: #fff;
  color: var(--color-blue);
}
.btn--full {
  width: 100%;
}
.btn--slim {
  font-size: 14px;
  min-width: auto;
  padding: 10px 15px;
}
.btn:active {
  background-color: var(--color-blue);
  box-shadow: none;
  transform: translateY(1px);
}

.input {
  width: 100%;
  height: 48px;
  display: block;
  border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid #C7D4E7;
  padding: 0 16px;
  font-size: 16px;
  transition: 0.2s;
}
.input:focus {
  border-color: var(--color-blue);
  box-shadow: 0 0 0 3px rgba(0, 105, 178, 0.2);
}
.input-label {
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-bottom: 5px;
  color: var(--color-grey);
}
.input-group {
  margin-bottom: 20px;
}
.input.textarea {
  height: 120px;
  padding-top: 10px;
}
.input.error {
  border-color: red;
}
.input-links {
  display: flex;
  justify-content: space-between;
}

.checkbox {
  position: absolute;
  opacity: 0;
}
.checkbox:checked + .checkbox-text {
  color: var(--color-text);
}
.checkbox:checked + .checkbox-text:before {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
}
.checkbox[disabled] + .checkbox-text {
  opacity: 0.5;
  cursor: not-allowed;
}
.checkbox-label {
  display: block;
}
.checkbox-text {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  line-height: 22px;
  display: block;
  letter-spacing: 0.01em;
  cursor: pointer;
  color: var(--color-grey);
}
.checkbox-text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #C7D4E7;
  background: #fff url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.13818 3.33878L3.99058 6.10937L9.13818 1.10938' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
  border-radius: 5px;
  left: 0;
  top: 1px;
}
.checkbox-text img {
  margin-top: 6px;
  mix-blend-mode: darken;
}
.error .checkbox-text {
  color: #ff0000;
}

.select {
  appearance: none;
  -webkit-appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23596E8C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") calc(100% - 20px) 50% no-repeat;
}

:root {
  --gutter: 10px;
  --gutter-site: 20px;
  --color-text: #000;
  --color-grey: #596E8C;
  --color-blue: #0069B2;
  --color-link: #F44336;
  --color-light: #F7FAFC;
  --font-size: 16px;
  --line-height: 26px;
  --font-family: "Roboto Flex", Onest, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 499px) {
  :root {
    --font-size: 14px;
    --line-height: 24px;
  }
}

body {
  height: 100vh;
  font-size: var(--font-size);
  line-height: var(--line-height);
  font-family: var(--font-family);
  color: var(--color-text);
  font-weight: 400;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a {
  color: var(--color-link);
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}

h1 {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.03em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 28px;
  }
}

h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  color: var(--color-grey);
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

.wrapper {
  min-width: 320px;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
}

.wrap {
  flex: 1 0 auto;
  position: relative;
  padding: 20px 0 80px;
}

.footer {
  flex: 0 0 auto;
  position: relative;
  background-color: var(--color-light);
  border-top: 1px solid #DFE7ED;
}
.footer-body {
  padding: 60px 0 30px;
  position: relative;
}
@media (max-width: 767px) {
  .footer-body {
    text-align: center;
    display: none;
  }
}
.footer-body__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}
.footer-body__list {
  margin-bottom: 30px;
}
@media (max-width: 499px) {
  .footer-body__list {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-body__list li {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
.footer-body__list li a {
  color: var(--color-grey);
  transition: 0.15s;
}
.footer-body__list li a:hover {
  color: var(--color-text);
}
.footer-bottom {
  border-top: 1px solid #DFE7ED;
  padding: 35px 0 20px;
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}
@media (max-width: 1023px) {
  .footer-bottom {
    flex-wrap: wrap;
    gap: 0;
  }
}
.footer-bottom__column {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 22px;
  color: var(--color-grey);
}
@media (max-width: 767px) {
  .footer-bottom__column {
    text-align: center;
  }
}
.footer-phone {
  font-size: 18px;
  font-weight: 700;
}
.footer-phone a {
  color: var(--color-grey);
  transition: 0.15s;
}
.footer-phone a:hover {
  color: var(--color-text);
}

.header {
  position: relative;
  background-color: var(--color-light);
  border-bottom: 1px solid #DFE7ED;
}
.header-body {
  display: flex;
  align-items: center;
  padding: 12px 0;
  height: 90px;
  gap: 0 20px;
  position: relative;
}
@media (max-width: 767px) {
  .header-body {
    flex-direction: column;
    height: auto;
  }
}
.header-menu {
  display: flex;
}
@media (max-width: 1219px) {
  .header-menu {
    position: absolute;
    right: 0;
    background-color: #fff;
    border-radius: 8px;
    top: calc(100% - 10px);
    width: 100%;
    max-width: 300px;
    padding: 10px 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 4px 8px rgba(0, 0, 0, 0.05), 0 16px 32px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    z-index: 10;
  }
  .header-menu:not(.is-show) {
    display: none;
  }
}
.header-menu__item {
  position: relative;
  border-radius: 8px;
  transition: background-color 0.15s;
}
@media (min-width: 1220px) {
  .header-menu__item:hover {
    background-color: #edf1f8;
  }
  .header-menu__item:hover .header-menu__dropdown {
    display: block;
    animation: menu 0.3s;
  }
}
.header-menu__link {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  white-space: nowrap;
  letter-spacing: -0.02em;
  color: var(--color-text);
}
@media (max-width: 1219px) {
  .header-menu__link {
    padding: 10px 24px;
    justify-content: space-between;
    white-space: normal;
  }
}
.header-menu__link--sub::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid var(--color-text);
  border-bottom: 1px solid var(--color-text);
  transform: rotate(45deg);
  margin-left: 8px;
  margin-top: -2px;
}
.header-menu__dropdown {
  display: none;
  will-change: transform;
  z-index: 2;
}
@media (min-width: 1220px) {
  .header-menu__dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 10px;
  }
}
@media (max-width: 1219px) {
  .header-menu__dropdown.is-show {
    display: block;
  }
}
.header-submenu {
  background-color: var(--color-light);
}
@media (min-width: 1220px) {
  .header-submenu {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 4px 8px rgba(0, 0, 0, 0.05), 0 16px 32px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 8px;
    min-width: 300px;
  }
}
.header-submenu__icon {
  width: 22px;
  height: 22px;
  fill: var(--color-grey);
  margin-right: 20px;
  transition: fill 0.2s;
}
.header-submenu__link {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-text);
  transition: background-color 0.2s;
}
@media (max-width: 1219px) {
  .header-submenu__link {
    padding: 10px 24px;
  }
}
.header-submenu__link:hover {
  background-color: #edf1f8;
}
.header-content {
  display: flex;
  gap: 14px;
}
@media (min-width: 768px) {
  .header-content {
    align-items: center;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .header-content {
    flex-direction: column;
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
}
.header-phone {
  font-weight: 500;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .header-phone {
    margin: 0 0 10px;
  }
}
.header-phone a {
  color: var(--color-grey);
  transition: 0.15s;
}
.header-phone a:hover {
  color: var(--color-text);
}
.header-shop {
  display: flex;
  border: 1px solid #EDF1F8;
  border-radius: 8px;
}
.header-shop__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px;
  border: none;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  transition: background-color 0.2s;
}
@media (max-width: 767px) {
  .header-shop__item {
    flex-grow: 1;
    flex-basis: 0;
  }
}
.header-shop__item:hover {
  background-color: #edf1f8;
}
.header-shop__item:hover .header-shop__popup {
  display: block;
  animation: menu 0.3s;
}
.header-shop__item svg {
  stroke: var(--color-grey);
}
.header-shop__count {
  background-color: var(--color-link);
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  border-radius: 5px;
  padding: 0 5px;
  font-weight: 700;
}
.header-shop__popup {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 4px 8px rgba(0, 0, 0, 0.05), 0 16px 32px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 8px;
  z-index: 5;
  display: none;
}
.header-shop__popup a {
  color: var(--color-text);
  display: block;
  padding: 5px 15px;
  white-space: nowrap;
  border-radius: 4px;
}
.header-shop__popup a:hover {
  background-color: var(--color-light);
}

@keyframes menu {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.header-amel {
  width: 220px;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
  color: var(--color-text);
  padding: 8px 10px;
  border-radius: 5px;
  background-color: #fff;
  font-weight: 500;
  gap: 10px;
  text-align: left;
  white-space: nowrap;
  border: 1px solid var(--color-blue);
  position: relative;
}
@media (max-width: 767px) {
  .header-amel {
    margin: 0 auto;
  }
}
.header-amel img {
  width: 50px;
}

@media (min-width: 768px) {
  .logotype {
    margin-top: -8px;
  }
}
.showcase {
  position: relative;
  margin-top: -20px;
}
.showcase .splide__pagination {
  position: absolute;
  left: 0;
  bottom: 20px;
}
.showcase-item {
  height: 540px;
  display: flex;
  align-items: center;
  background: 50% no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}
@media (max-width: 499px) {
  .showcase-item {
    height: auto;
  }
}
.showcase-item__title {
  font-size: 33px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: -0.02em;
}
.showcase-item__text {
  font-size: 19px;
}
@media (max-width: 767px) {
  .showcase-item__title {
    font-size: 20px;
    line-height: 30px;
  }
}
.showcase-item__footer {
  margin-top: 40px;
}
.showcase-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.showcase-content {
  position: relative;
  padding: 50px 0;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.offset-top {
  margin-top: 120px;
}
.offset-top--min {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .offset-top {
    margin-top: 50px;
  }
}

.head {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .head {
    margin-bottom: 25px;
  }
}
.head.center {
  justify-content: center;
}
.head-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .head-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.head-link {
  margin-left: auto;
}

.link-more {
  display: inline-flex;
  font-weight: 500;
  white-space: nowrap;
  gap: 0 5px;
}
.link-more:hover {
  text-decoration: underline;
}
@media (min-width: 500px) {
  .link-more {
    font-size: 16px;
    line-height: 24px;
  }
}
.link-more svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
}

.category {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #C7D4E7;
  background-color: #fff;
  border-radius: 5px;
  min-height: calc(100% - 20px);
  color: var(--color-text);
  padding: 40px 20px;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .category {
    padding: 20px;
    flex-direction: row;
  }
}
.category:hover {
  color: var(--color-grey);
  transform: translateY(-5px);
  background-color: var(--color-light);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}
.category-icon {
  width: 150px;
  height: 150px;
  display: flex;
  margin: 0 auto 40px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .category-icon {
    margin: 0 20px 0 0;
  }
}
.category-icon img {
  margin: auto;
  mix-blend-mode: darken;
}
.category-img {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  mix-blend-mode: darken;
}
.category-title {
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .category-title {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
}
.category--cover {
  padding: 20px;
  display: block;
}
.category-image {
  border-radius: 4px;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
  mix-blend-mode: darken;
}
.category-slider {
  margin-top: -5px;
}
.category-slider .splide__arrow--prev {
  left: -25px;
}
.category-slider .splide__arrow--next {
  right: -25px;
}
.category-slider .splide__track {
  padding-top: 5px;
}

.category-bnr {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border: 1px solid #C7D4E7;
  border-radius: 5px;
  min-height: 100px;
  padding: 24px;
  gap: 24px;
  background: #fff linear-gradient(90deg, #E8F5FF 0%, rgba(255, 255, 255, 0) 100%);
  justify-content: space-between;
  color: var(--color-text);
  transition: 0.15s;
}
@media (max-width: 1023px) {
  .category-bnr {
    flex-direction: column;
  }
}
.category-bnr__image {
  mix-blend-mode: darken;
}
.category-bnr:hover {
  transform: translateY(-5px);
  background-color: var(--color-light);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.category-bnr__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin: 20px 0;
}
.category-bnr__image {
  width: 40%;
}
.category-bnr__image img {
  max-height: 200px;
}
@media (max-width: 1023px) {
  .category-bnr__image {
    width: auto;
  }
}
.category-bnr__content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.category-bnr__content img {
  max-width: 150px;
}
@media (max-width: 1023px) {
  .category-bnr__content {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
}

.news-item {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #C7D4E7;
  border-radius: 5px;
  margin-bottom: 20px;
  min-height: calc(100% - 20px);
  color: var(--color-grey);
  padding: 25px 30px;
  transition: 0.15s;
}
.news-item:hover {
  background-color: var(--color-light);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}
.news-item__date {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 30px;
}
.news-item__title {
  font-weight: 500;
  color: var(--color-text);
}
.news-item__text {
  font-size: 14px;
  margin-top: 20px;
}

.news-detail__image {
  margin-bottom: 40px;
  text-align: center;
}
.news-detail__date {
  color: var(--color-grey);
  margin-bottom: 30px;
  text-align: center;
}
.news-detail__content {
  max-width: 780px;
  margin: 0 auto;
}
.news-detail__return {
  margin: 40px auto 0;
  width: fit-content;
}
.news-detail__footer {
  max-width: 780px;
  margin: 50px auto 0;
  text-align: center;
}
@media (min-width: 768px) {
  .news-detail__footer {
    background: #FBFDFF;
    border: 1px solid #C7D4E7;
    border-radius: 5px;
    padding: 50px;
  }
}

.section {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .section {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .section:nth-child(even) {
    flex-direction: row-reverse;
  }
  .section:nth-child(even) .section-content {
    padding-left: 0;
    padding-right: 10%;
  }
  .section:nth-child(even) .section-aside {
    box-shadow: -30px 30px 0 #F7FAFC;
  }
}
.section-wrap {
  display: flex;
  flex-direction: column;
}
.section-aside {
  width: 100%;
  max-width: 380px;
  flex-shrink: 0;
  position: relative;
  box-shadow: 30px 30px 0 #F7FAFC;
}
.section-content {
  padding-left: 10%;
}
@media (max-width: 1023px) {
  .section-content {
    padding: 30px 0 0;
    text-align: center;
  }
}
.section-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
}
.section-text {
  color: var(--color-grey);
}
.section-footer {
  margin-top: 30px;
}

.search {
  padding: 20px 0;
  background-color: var(--color-light);
  border-bottom: 1px solid #DFE7ED;
}
.search:not(.is-show) {
  display: none;
}
.search-form {
  display: flex;
  gap: 10px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.breadcrumbs li {
  font-size: 12px;
  line-height: 20px;
  color: var(--color-grey);
}
.breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin: 0 5px;
}
.breadcrumbs li a {
  color: var(--color-text);
  text-decoration: underline;
}
.breadcrumbs li a:hover {
  text-decoration: none;
}

.box {
  display: flex;
  border: 1px solid #C7D4E7;
  border-radius: 5px;
  min-height: calc(100% - 30px);
  color: var(--color-text);
  padding: 50px;
  margin-bottom: 30px;
  gap: 20px 40px;
  transition: 0.15s;
}
@media (max-width: 767px) {
  .box {
    flex-direction: column;
    padding: 30px;
  }
}
.box:hover {
  background-color: var(--color-light);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}
.box-image {
  width: 80px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .box-image {
    width: 50px;
  }
}
.box-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: -0.03em;
  max-width: 700px;
}
@media (max-width: 767px) {
  .box-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.box-text {
  margin-top: 20px;
}
.box-content {
  width: 100%;
}
.box-content a {
  text-decoration: underline;
}
.box-content ul li {
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='18' rx='9' fill='%2327AE60'/%3E%3Cpath d='M13.4999 6.29999L7.93115 11.7L5.3999 9.24544' stroke='%23F2F2F2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 0 3px no-repeat;
  padding-left: 25px;
}
.box-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.box-content ol {
  list-style-type: disc;
  margin-left: 20px;
}

.layout {
  display: flex;
  gap: 20px 30px;
}
@media (max-width: 1023px) {
  .layout {
    flex-direction: column;
  }
}
.layout-content {
  width: 100%;
  max-width: 880px;
}
@media (min-width: 1024px) {
  .layout-aside {
    width: 280px;
    flex-shrink: 0;
  }
}

.work-content {
  color: var(--color-grey);
}
.work-content ul {
  list-style-type: disc;
  margin-left: 20px;
}
.work-content a {
  text-decoration: underline;
}

.collapse {
  border: 1px solid #DFE7ED;
  border-radius: 5px;
  margin-bottom: 15px;
  transition: background-color 0.15s;
}
.collapse.is-active {
  background-color: #FBFDFF;
}
.collapse.is-active .collapse-title::after {
  transform: rotate(45deg);
}
.collapse-title {
  display: flex;
  justify-content: space-between;
  padding: 25px 30px;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  gap: 0 30px;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .collapse-title {
    padding: 15px 20px;
    font-size: 16px;
  }
}
.collapse-title::after {
  content: "";
  width: 26px;
  height: 26px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8.00001H15' stroke='%23596E8C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 1L8 15' stroke='%23596E8C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% no-repeat;
  transition: transform 0.15s;
  flex-shrink: 0;
}
.collapse-content {
  display: none;
  padding: 10px 30px 25px;
}
@media (max-width: 767px) {
  .collapse-content {
    padding: 10px 20px 15px;
  }
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  gap: 5px;
}
.pagination-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #C7D4E7;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  color: var(--color-text);
}
@media (max-width: 767px) {
  .pagination-item {
    width: 30px;
    height: 30px;
  }
}
.pagination-item:hover {
  background-color: var(--color-light);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}
.pagination-item.current {
  background-color: var(--color-blue);
  color: #fff;
}

.form {
  background: var(--color-light);
  border: 1px solid #C7D4E7;
  border-radius: 5px;
  padding: 30px;
}
.form--min {
  max-width: 500px;
}

.document {
  border: 1px solid #C7D4E7;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 20px;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-grey);
  transition: background-color 0.15s;
  min-height: calc(100% - 20px);
  margin-bottom: 20px;
}
.document:hover {
  background-color: var(--color-light);
}
.document-icon {
  width: 40px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 2px;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  background-color: var(--color-link);
  position: relative;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
}
.document-icon.pdf {
  background-color: var(--color-link);
}
.document-icon.docx {
  background-color: #365E9C;
}
.document-icon.xlsx {
  background-color: #398159;
}
.document-icon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 0 14px;
  position: absolute;
  right: 0;
  top: 0;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.2);
}

.catalog-header {
  display: flex;
  align-items: center;
  gap: 10px 30px;
  border-top: 1px solid #DFE7ED;
  border-bottom: 1px solid #DFE7ED;
  padding: 15px 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .catalog-header {
    flex-direction: column;
  }
}
.catalog-header__image {
  width: 150px;
  flex-shrink: 0;
}
.catalog-header__content {
  color: var(--color-grey);
  font-size: 14px;
  line-height: 24px;
}
.catalog-view {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--color-light);
  border: 1px solid #C7D4E7;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px 20px;
}
.catalog-view__group {
  display: flex;
  gap: 0 5px;
}
.catalog-view__button {
  display: flex;
  border: 1px solid #C7D4E7;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  background-color: #fff;
  stroke: var(--color-grey);
  cursor: pointer;
}
.catalog-view__button svg {
  margin: auto;
}
.catalog-view__button.current {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
  stroke: #fff;
}
.catalog-view__quantity {
  display: flex;
  font-size: 14px;
}
.catalog-view__quantity li {
  margin-right: 10px;
}
.catalog-view__quantity li a {
  color: var(--color-grey);
}
.catalog-view__quantity li a.current {
  font-weight: bold;
  color: var(--color-text);
}
.catalog-list {
  margin-bottom: 20px;
}
.catalog-list > li {
  margin-bottom: 10px;
}
.catalog-list span {
  font-size: 18px;
}
.catalog-list .bold span {
  font-weight: bold;
}
.catalog-list ul {
  margin-top: 10px;
}
.catalog-list ul li {
  font-size: 14px;
  line-height: 20px;
}
.catalog-list ul a {
  color: var(--color-grey);
  display: block;
  padding: 4px 10px;
  border-radius: 4px;
  transition: background-color 0.15s;
}
.catalog-list ul a:hover {
  background-color: var(--color-light);
}
.catalog-list ul a.current {
  color: var(--color-text);
  background-color: #EDF1F8;
}
.catalog-aside {
/*  position: sticky;*/
  top: 10px;
}
@media (max-width: 1023px) {
  .catalog-aside {
    display: none;
    position: relative;
  }
  .catalog-aside.is-open {
    display: block;
  }
  .catalog-aside__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    display: flex;
    padding: 20px 20px 0;
  }
  .catalog-aside__main {
    background-color: #fff;
    width: 100%;
    margin-top: auto;
    height: 100%;
    overflow-y: auto;
    padding: 20px;
    position: relative;
    border-radius: 5px 5px 0 0;
  }
  .catalog-aside[aria-hidden=false] .catalog-aside__overlay {
    animation: modal-fadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .catalog-aside[aria-hidden=false] .catalog-aside__main {
    animation: filter-fadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .catalog-aside[aria-hidden=true] .catalog-aside__overlay {
    animation: modal-fadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .catalog-aside[aria-hidden=true] .catalog-aside__main {
    animation: filter-fadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
}

@keyframes filter-fadeIn {
  from {
    transform: translateY(15px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes filter-fadeOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(15px);
  }
}
.filter {
  border: 1px solid #C7D4E7;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.filter-item {
  padding: 20px;
}
.filter-item:not(:first-child) {
  border-top: 1px solid #C7D4E7;
}
.filter-item__title {
  font-weight: bold;
  line-height: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  user-select: none;
}
.filter-item__title::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--color-grey);
  border-bottom: 2px solid var(--color-grey);
  transform: rotate(45deg);
  margin-top: 4px;
  flex-shrink: 0;
}
.filter-item__title.is-active::after {
  transform: rotate(-135deg);
}
.filter-item__content {
  display: none;
  padding-top: 10px;
}
.filter-item__list li {
  margin-top: 5px;
}
.filter-item__list-half {
  display: flex;
  flex-wrap: wrap;
}
.filter-item__list-half li {
  width: 50%;
  padding-right: 5px;
}

.element {
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: calc(100% - 20px);
  margin-bottom: 20px;
  position: relative;
  transition: background-color 0.15s, box-shadow 0.15s;
}
@media (min-width: 768px) {
  .element {
    padding: 20px;
    border: 1px solid #C7D4E7;
    border-radius: 5px;
  }
}
@media (min-width: 1024px) {
  /*.element:hover {
    background-color: var(--color-light);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  }*/
  /*.element:hover .element-footer {
    transform: translateY(0);
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
  }*/
}
.element-image {
  position: relative;
  padding-bottom: 100%;
  display: block;
  margin-bottom: 10px;
}
.element-image__link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
}
.element-image__link img {
  margin: auto;
  max-height: 100%;
  mix-blend-mode: darken;
}
.element-title {
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.element-title a {
  color: var(--color-text);
}
.element-params li {
  font-size: 12px;
  line-height: 18px;
  color: var(--color-grey);
}
.element-footer {
  width: 100%;
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.element-content {
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .element-footer {
    left: -50%;
    bottom: 0;
    padding: 20px 0;
    margin: 0px 158px;
    border-radius: 5px 5px 0 0;
    position: absolute;
  }
}
@media (max-width: 499px) {
  .element-footer {
    /*flex-direction: column;*/
  }
  .element-footer .value {
    width: 50%;
  }
  .element-footer .button-cart-wrapper {
    width: 50%;
  }
  .element-footer .btn--slim {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .element.list {
    flex-direction: row;
    align-items: center;
    min-height: auto;
    gap: 0 30px;
    margin-bottom: 10px;
  }
  .element.list .element-image {
    width: 150px;
    height: 150px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .element.list .element-footer {
    position: static;
    width: auto;
    margin-left: auto;
    transform: none;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
}

.value {
  position: relative;
  width: 132px;
}
.value-input {
  width: 100%;
  display: block;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #C7D4E7;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  padding: 0 5px;
}
.value-input:focus {
  border-color: var(--color-blue);
  box-shadow: 0 0 0 3px rgba(0, 105, 178, 0.2);
}
.value-button {
  position: absolute;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  border: none;
  user-select: none;
  cursor: pointer;
  top: 4px;
  background: var(--color-light) 50% no-repeat;
}
.value-button:active {
  background-color: #EDF1F8;
}
.value-button.minus {
  left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='2' viewBox='0 0 12 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L1 1' stroke='%23445158' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.value-button.plus {
  right: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 1V11' stroke='%23445158' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M11 6L1 6' stroke='%23445158' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.item {
  display: flex;
  gap: 20px 100px;
  margin: 40px 0 60px;
}
@media (max-width: 1023px) {
  .item {
    flex-direction: column;
  }
}
@media (min-width: 500px) {
  .item-aside {
    width: 370px;
    flex-shrink: 0;
  }
}
.item-content {
  width: 100%;
}
.item-image {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  border: 1px solid #C7D4E7;
  display: block;
  padding: 5px;
}
.item-image img {
  mix-blend-mode: darken;
  border-radius: 5px;
}
.item-value {
  display: flex;
  gap: 0 10px;
}
.item-description {
  color: var(--color-grey);
  font-size: 14px;
  line-height: 24px;
  margin-top: 40px;
}
.item-table {
  width: 100%;
  min-width: 500px;
}
.item-table th {
  border-bottom: 1px solid #DFE7ED;
  padding: 0 14px 8px;
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  white-space: nowrap;
}
.item-table td {
  padding: 8px 14px;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-grey);
}
.item-table td:first-child {
  width: 30%;
  font-weight: 500;
  color: var(--color-text);
}
.item-table tr:nth-child(even) {
  background-color: var(--color-light);
}
.item-table__overflow {
  overflow-x: auto;
}

.tab-list {
  background-color: #EDF1F8;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .tab-list {
    flex-direction: column;
  }
}
.tab-item {
  padding: 8px 14px;
  white-space: nowrap;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  letter-spacing: -0.02em;
  color: var(--color-text);
  transition: background-color 0.15s;
}
.tab-item.is-active {
  background-color: #fff;
}

.designation-list {
  border-right: 1px solid #DFE7ED;
  border-bottom: 1px solid #DFE7ED;
  display: flex;
}
@media (max-width: 767px) {
  .designation-list {
    flex-wrap: wrap;
  }
}
.designation-list li {
  flex-grow: 1;
  flex-basis: 0;
  padding: 20px;
  position: relative;
  text-align: center;
  font-weight: 500;
  border-left: 1px solid #DFE7ED;
  border-top: 1px solid #DFE7ED;
  background-color: var(--color-light);
}
@media (max-width: 767px) {
  .designation-list li {
    width: 25%;
    flex-basis: auto;
  }
}
.designation-list li span {
  background-color: #EDF1F8;
  font-size: 12px;
  line-height: 18px;
  border-radius: 5px;
  padding: 0 5px;
  width: 24px;
  text-align: center;
  position: absolute;
  right: 5px;
  top: 5px;
}
.designation-description {
  color: var(--color-grey);
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px;
}
.designation-info {
  width: 100%;
  min-width: 500px;
  margin-top: 20px;
  border: 1px solid #DFE7ED;
}
.designation-info td {
  padding: 8px 14px;
  font-size: 14px;
  line-height: 20px;
  border-top: 1px solid #DFE7ED;
}

.order-table {
  width: 100%;
}
.order-table th {
  border-bottom: 1px solid #DFE7ED;
  padding: 0 14px 8px;
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  white-space: nowrap;
}
.order-table td {
  font-size: 14px;
  line-height: 20px;
  color: var(--color-grey);
}
@media (min-width: 500px) {
  .order-table td {
    padding: 5px 14px;
    border-bottom: 1px solid #DFE7ED;
  }
}
@media (max-width: 499px) {
  .order-table tr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #DFE7ED;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 10px;
    gap: 10px 20px;
  }
  .order-table tr td:nth-child(3) {
    width: calc(100% - 60px);
  }
}
.order-table__image {
  width: 50px;
}
.order-table__delete {
  margin-left: auto;
  width: 40px;
  height: 40px;
  display: flex;
  border: none;
  background-color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.15s;
}
.order-table__delete:hover {
  background-color: var(--color-light);
}
.order-table__delete svg {
  margin: auto;
  stroke: var(--color-link);
}
.order-table__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.map {
  height: 400px;
  position: relative;
}

@media (max-width: 1219px) {
  .container {
    max-width: 1024px;
  }

  .lg-col-1 {
    width: 8.33333333%;
  }

  .lg-col-2 {
    width: 16.66666666%;
  }

  .lg-col-3 {
    width: 24.99999999%;
  }

  .lg-col-4 {
    width: 33.33333332%;
  }

  .lg-col-5 {
    width: 41.66666665%;
  }

  .lg-col-6 {
    width: 49.99999998%;
  }

  .lg-col-7 {
    width: 58.33333331%;
  }

  .lg-col-8 {
    width: 66.66666664%;
  }

  .lg-col-9 {
    width: 74.99999997%;
  }

  .lg-col-10 {
    width: 83.3333333%;
  }

  .lg-col-11 {
    width: 91.66666663%;
  }

  .lg-col-12 {
    width: 99.99999996%;
  }

  .lg-hidden {
    display: none;
  }
}
@media (max-width: 1023px) {
  .container {
    max-width: 768px;
  }

  .md-col-1 {
    width: 8.33333333%;
  }

  .md-col-2 {
    width: 16.66666666%;
  }

  .md-col-3 {
    width: 24.99999999%;
  }

  .md-col-4 {
    width: 33.33333332%;
  }

  .md-col-5 {
    width: 41.66666665%;
  }

  .md-col-6 {
    width: 49.99999998%;
  }

  .md-col-7 {
    width: 58.33333331%;
  }

  .md-col-8 {
    width: 66.66666664%;
  }

  .md-col-9 {
    width: 74.99999997%;
  }

  .md-col-10 {
    width: 83.3333333%;
  }

  .md-col-11 {
    width: 91.66666663%;
  }

  .md-col-12 {
    width: 99.99999996%;
  }

  .md-hidden {
    display: none;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 500px;
  }

  .sm-col-1 {
    width: 8.33333333%;
  }

  .sm-col-2 {
    width: 16.66666666%;
  }

  .sm-col-3 {
    width: 24.99999999%;
  }

  .sm-col-4 {
    width: 33.33333332%;
  }

  .sm-col-5 {
    width: 41.66666665%;
  }

  .sm-col-6 {
    width: 49.99999998%;
  }

  .sm-col-7 {
    width: 58.33333331%;
  }

  .sm-col-8 {
    width: 66.66666664%;
  }

  .sm-col-9 {
    width: 74.99999997%;
  }

  .sm-col-10 {
    width: 83.3333333%;
  }

  .sm-col-11 {
    width: 91.66666663%;
  }

  .sm-col-12 {
    width: 99.99999996%;
  }

  .sm-hidden {
    display: none;
  }
}
@media (max-width: 499px) {
  .xs-col-1 {
    width: 8.33333333%;
  }

  .xs-col-2 {
    width: 16.66666666%;
  }

  .xs-col-3 {
    width: 24.99999999%;
  }

  .xs-col-4 {
    width: 33.33333332%;
  }

  .xs-col-5 {
    width: 41.66666665%;
  }

  .xs-col-6 {
    width: 49.99999998%;
  }

  .xs-col-7 {
    width: 58.33333331%;
  }

  .xs-col-8 {
    width: 66.66666664%;
  }

  .xs-col-9 {
    width: 74.99999997%;
  }

  .xs-col-10 {
    width: 83.3333333%;
  }

  .xs-col-11 {
    width: 91.66666663%;
  }

  .xs-col-12 {
    width: 99.99999996%;
  }

  .xs-hidden {
    display: none;
  }
}
@media (min-width: 1220px) {
  .lg-visible {
    display: none;
  }

  .lg-flex {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .md-visible {
    display: none;
  }

  .md-flex {
    display: flex;
  }
}
@media (min-width: 768px) {
  .sm-visible {
    display: none;
  }

  .sm-flex {
    display: flex;
  }

  .table-wrapper {
    width: 100%;
    overflow-x: auto;
  }

  .table-wrapper td {
    border: 1px solid #ccc;
    padding: 8px;
    vertical-align: top;
    word-break: break-word;
    max-width: 1px;
  }
}
@media (min-width: 500px) {
  .xs-visible {
    display: none;
  }

  .xs-flex {
    display: flex;
  }
}
/* End */


/* Start:/local/templates/amel/css/jquery.fancybox.css?169756912614591*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* End */


/* Start:/local/templates/amel/template_styles.css?175484588911726*/
.input.error {
  border: 1px solid #ff0000;
}
#errors-wrapper, #auth-errors-wrapper {
  color: #ff0000;
  margin-bottom: 20px;
}
.loading {
  position: relative;
}
.loading::before {
  content: '';
  background: rgba(255, 255, 255, .8) url(/local/templates/amel/img/slider-preloader.svg) 50% 50% no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
#preloader {
  width: 40px;
  height: 40px;
}
.form-text {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  display: block;
  letter-spacing: 0.01em;
  color: var(--color-grey);
}
.filter-item-catalog a {
  color: var(--color-text);
  font-weight: bold;
}
.filter-item-catalog a.white-btn {
  color: #fff;
}
.catalog-list li ul {
  display: none;
}
.left-menu-catalog-item {
  cursor: pointer;
}
.left-menu-catalog-item a.active {
  font-weight: bold;
}
.catalog-list li.active ul,
.catalog-list li ul.active {
  display: block;
}
.category-title {
  color: var(--color-text);
  font-size: 20px;
}
.catalog-section-slider {
  margin-top: -5px;
  margin-bottom: 20px;
}
.catalog-section-slider .splide__arrow--prev {
  left: -25px;
}
.catalog-section-slider .splide__arrow--next {
  right: -25px;
}
.catalog-section-slider .splide__track {
  padding-top: 5px;
}
.splide__arrow[disabled] {
  display: none
}
.option-table {
  width: 100%;
}
.option-table td,
.option-table th {
  padding: 8px 14px;
  border: 1px solid #DFE7ED;
}
.production-type svg,
.production-type-icon svg {
  fill: #006CB5;
}
.production-type:hover svg,
.production-type-icon:hover svg {
  fill: #00b5ec;
}
.element.list .element-content {
  width: 350px;
}
.catalog-sort-list {
  display: flex;
}
#sort-list.input {
  padding: 0 40px 0 16px;
}
.left-menu-catalog-item ul:not(.open) li:nth-child(n+4) {
  display: none;
}
.left-menu-catalog-show {
  color: #006AB3;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  padding: 0 10px;
}
.left-menu-catalog-show.hide {
  display: none;
}
.catalog-list li ul.open {
  display: block;
}
.left-menu-catalog-item ul.open li {
  display: block;
}
.owl-theme {
  margin-top: 10px;
}
.more-photo-item-inline {
  float: left;
  margin-right: 10px;
}
.more-photo-item img,
.more-photo-item-inline img {
  border-radius: 5px;
  border: 1px solid #C7D4E7;
}
.btn-green {
  background: #27AE60;
}
.order-list-header {
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px 10px;
}
.order-list-wrapper {
  align-items: center;
  justify-content: space-between;
  background: var(--color-light);
  border: 1px solid #C7D4E7;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px 10px;
}
.order-list-item {
  margin-bottom: 15px;
}
.order-expand {
  cursor: pointer;
  color: var(--color-text);
  border-bottom: dashed;
}
.order-list-item-products {
  width: 100%;
  display: none;
  overflow: hidden;
}
.left-menu-personal-item a {
  color: var(--color-text);
}
.left-menu-personal-item.active a {
  font-weight: bold;
}
.personal-order-number {

}
.order-product-table {
  border-bottom: 1px solid #DFE7ED;
}
.order-product-table-name {
  padding-top: 10px;
}
.reviews-required-field {
  color: var(--color-link);
}
.reviews-required-wrapper {
  color: var(--color-grey);
  font-size: 14px;
  padding-top: 10px;
}
.catalog-list a {
  color: var(--color-text);
}
.cookie-term {
  width: 100%;
  position: fixed;
  bottom: 0px;
  background: #e9edef;
  margin-left: -50%;
  left: 50%;
  padding: 10px 20px;
  display: flex;
  z-index: 100;
}
.cookie-term__text {
  width: 90%;
}
.table-content th,
.table-content td {
  padding: 10px;
}
.header-shop__item .header-shop__item {
  padding: 0;
}
.detail-small-photo {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
.detail-small-photo-item-inline {
}
.detail-small-photo-item-inline img {
  border-radius: 5px;
  border: 1px solid #C7D4E7;
}
.section-land, .section-land-left {
  /*display: flex;
  align-items: center;
  margin-bottom: 40px;*/
}
.section-land-right {
  float: right;
  flex-direction: row-reverse;
}
.table-of-contents {
  margin-bottom: 20px;
}
.table-of-contents a {
  color: var(--color-grey);
}
.section-title-mb {
  display: none;
}
.catalog-section-description {
  margin-bottom: 20px;
  padding: 10px;
  background: var(--color-light);
  border: 1px solid #C7D4E7;
  border-radius: 5px
}
.cut-text {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
  position: relative;
}
.cut-text:not(.is-show) {
  height: 80px;
  overflow: hidden;
}
.cut-text:not(.is-show):after {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(233, 237, 239, 0) 0%, rgba(233, 237, 239, 0.5) 50%, var(--color-light) 100%);
}
.cut-link {
  color: #006AB3;
  font-size: 14px;
  text-decoration: underline;
}
.search-burger {
  display: flex;
}
.search-burger svg {
  stroke: var(--color-grey);
}
.search-burger,
.mb-search-left-menu {
  display: none;
}
.about-advantages {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  gap: 50px;
  background: url("data:image/svg+xml,%3Csvg width='820' height='820' viewBox='0 0 820 820' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.05' cx='410' cy='410' r='410' fill='%23006AB3'/%3E%3Ccircle opacity='0.05' cx='410' cy='416' r='310' fill='%23006AB3'/%3E%3Ccircle opacity='0.05' cx='410' cy='416' r='210' fill='%23006AB3'/%3E%3C/svg%3E%0A") 50% no-repeat;
  background-size: contain;
}

.about-advantages__item {
  display: flex;
  align-items: center;
  gap: 20px 30px;
  position: relative;
}

@media (max-width: 767px) {
  .about-advantages__item {
    flex-direction: column;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .about-advantages__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.about-advantages__image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
}

.about-advantages__content {
  line-height: 1.5;
  color: var(--color-grey);
}

@media (min-width: 768px) {
  .about-advantages__content {
    font-size: 20px;
  }
}

.about-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .about-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.history {
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

@media (min-width: 1024px) {
  .history {
    padding: 50px 0;
    gap: 40px;
  }

  .history::before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    left: calc(50% - 1px);
    top: 0;
    background: linear-gradient(360deg, #FFFFFF 0%, #006AB3 15%, #006AB3 75%, #FFFFFF 100%);
  }
}

.history-item {
  width: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #FBFDFF;
  border: 1px solid #C7D4E7;
  border-radius: 8px;
  position: relative;

}

.container.content ul li {
  list-style: disc;
  margin-left: 20px;
}

.container.content .breadcrumbs li,
.container.content .splide__pagination li,
.container.content .catalog-view__quantity li,
.container.content .element-params li,
.container.content .designation-list li,
.container.content .filter-item__list li,
.container.content .pagination li,
.container.content .catalog-list li {
  list-style: none;
  margin-left: 0;
}

.container.content ol li {
  list-style: decimal;
  margin-left: 20px;
}

@media (min-width: 1024px) {
  .history-item {
    max-width: 370px;
    transition: .15s;
  }

  .history-item:nth-child(even) {
    margin-top: 50px;
  }

  .history-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  .history-item::before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--color-blue);
    position: absolute;
    top: 28px;
  }

  .history-item:nth-child(odd)::before {
    right: -7px;
  }

  .history-item:nth-child(even)::before {
    left: -7px;
  }

  .history-item::after {
    content: '';
    width: 30px;
    height: 2px;
    background-color: var(--color-blue);
    position: absolute;
    top: 34px;
  }

  .history-item:nth-child(odd)::after {
    left: 100%;
  }

  .history-item:nth-child(even)::after {
    right: 100%;
  }
}


.history-item__title {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-blue);
}

.history-item__text {
  color: var(--color-grey);
}

.register-submit-group .btn {
  width: 217px;
}

#register-form-auth {
  display: none;
}

#register-form-auth.active {
  display: inline-flex;
}

.form-text .error {
  color: #ff0000;
}

.questionnaire-form .columns {
  border-bottom: 1px solid #C7D4E7;
  margin-bottom: 20px;
}

.questionnaire-form {
  margin-bottom: 30px;
}

.questionnaire-form-inner {
  padding: 20px 0;
}

.questionnaire-form-inner input[type=file] {
  opacity: 0;
}

.file-upload {
  position: relative;
  display: inline-block;
}

.file-upload input[type="file"] {
  display: none;
}

.file-upload label {
  display: inline-block;
  padding: 12px 24px;
  background-color: #0069B2;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.file-upload label:hover {
  background-color: #005691;
}

.file-upload label:active {
  background-color: #00467a;
}

.sales-department-column {
  font-size: 14px;
  color: var(--color-grey);
}

.sales-department-row {
  margin-bottom: 20px;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Landscape phones and smaller */
@media (max-width: 480px) {
  .catalog-view {
    display: block;
  }
  .catalog-view__quantity,
  .catalog-sort-list {
    width: 100%;
    flex: auto;
  }
  .catalog-element {
    width: 100%;
  }
  .section-title-mb {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: -0.02em;
    text-align: center;
  }
  .section-item-manufacturing .section-title {
    display: none;
  }
  .table-of-contents li {
    margin-bottom: 10px;
  }
  .table-of-contents a {
    font-size: 18px;
  }
  .search-burger {
    display: flex;
  }
  .mb-search-left-menu {
    display: none;
  }
  .search-left-menu {
    display: none;
  }
  .mb-search-left-menu.is-show {
    display: block;
  }
  .category--cover {
    padding: 0;
  }
  .category-title {
    padding: 0 0 20px 0;
  }
  .designation-info {
    min-width: auto;
  }
  .option-table td, .option-table th {
    padding: 8px 12px;
  }
  .item-table {
    min-width: auto;
  }
  .option-table td, .option-table th {
    padding: 8px 6px;
  }
  .cookie-term {
    flex-wrap: wrap;
  }
  .cookie-term__text {
    margin-bottom: 15px;
  }
  /*#modal-filter[aria-hidden="true"] { display: none; }
  #modal-filter[aria-hidden="false"] { display: block; }*/
  /*.catalog-aside__overlay {
    display: none;
  }*/
}

/* Landscape phones and smaller */
@media (max-width: 320px) {
  /*.item-table__overflow {
    font-size: 9px;
  }*/

}

/* End */
/* /local/templates/amel/css/owl.carousel.css?15242305304744 */
/* /local/templates/amel/css/style.css?175484278744926 */
/* /local/templates/amel/css/jquery.fancybox.css?169756912614591 */
/* /local/templates/amel/template_styles.css?175484588911726 */
