

/* Start:/local/templates/aspro_max_updated/css/about-company/style.css?177997517426488*/

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  scroll-behavior: smooth;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  color: #000;
}

body {
  line-height: 1;
  font-family: 'Nunito', "Roboto";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: 'Nunito', "Roboto";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

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

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

a:visited,
a:-webkit-any-link,
a:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::-moz-selection {
  color: #000;
  background-color: yellow;
  box-shadow: none;
}

::selection {
  color: #000;
  background-color: yellow;
  -webkit-box-shadow: none;
  box-shadow: none;
}

::-moz-selection {
  color: #000;
  background-color: yellow;
  box-shadow: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #D1A02A;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #af841e;
}

.restoll-about{
  font-family: 'Nunito', 'Roboto';
}

body {
  color: #2d2d2d;
}

.wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container {
  max-width: 1560px;
  /*margin: 0 auto;
  padding: 0px 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;*/
}

.tabs__buttons {
  margin: 0.625em 0em 0em 0em;
}

.tabs__button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(97, 155, 63, 0.2);
}

.tabs__button.active {
  border: 2px solid rgba(97, 155, 63, 0.6);
}

.navigation {
  background: #E5E5E5;
  padding: 2.1875em 0em 1.875em 0em;
}

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

.navigation__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 116.6666666667%;
  color: #2f2f2f;
}

.navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation__list-item {
  font-size: 12px;
  line-height: 116.6666666667%;
}

.navigation__list-item:not(:last-child) {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}

.navigation__list-item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #619b3f;
}

.navigation__list-link {
  color: #619b3f;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.navigation__list-link.active {
  color: #7c7c7c;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.history {
  padding: 1.25em 0em;
  font-family: 'Nunito', "Roboto";
  color:#2d2d2d;
}

.history__text {
  font-size: 12px;
  line-height: 171.4285714286%;
}

.history__text:not(:first-child) {
  margin: 3.125em 0em 0em 0em;
}

.history__list {
  margin: 3.125em 0em 0em 0em;
  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;
  gap: 30px;
}

.history__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin:0px;
}
.history__list-item:before {
  content:" ";
  display: none;
}
.history__list-info {
  margin: 0em 0em 0em 1.5em;
}

.history__list-title,.history__list-title h3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
}

.history__list-title h3{

  margin:0px;
}
.history__list-title,
.history__list-title h3,
.history__list-text{
  font-family: inherit;
}

.history__list-text {
  margin: 0.4375em 0em 0em 0em;
  font-size: 14px;
  line-height: 114.2857142857%;
}

.work {
  padding: 1.25em 0em;
  font-family: 'Nunito', "Roboto";
  color:#2d2d2d;
}

.work__title {
  font-size: 24px;
  font-weight: 500;
}
.work__title h2,
.work-item__sign-title h3{
  font-family: inherit;
  font-weight:inherit;
  font-size: inherit;
}
.work-item__sign-title h3{
  margin:0px;
}
.work__text {
  margin: 2.1428571429em 0em 0em 0em;
  font-size: 12px;
  line-height: 171.4285714286%;
}

.work__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.work__all {
  margin: 1.875em 0em 0em 0em;
}

.work__all-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 114.2857142857%;
  text-align: center;
  color: #619b3f;
  background: #eaeaea;
  border-radius: 5px;
  min-height: 52px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.work__all-btn:active {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}

.work-item {
  margin: 1.875em 0em 0em 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.work-item img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 172px;
          flex: 0 1 172px;
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 5px;
}

.work-item__sign-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 116.6666666667%;
}

.work-item__sign-text {
  margin: 0.7857142857em 0em 0em 0em;
  font-size: 14px;
  line-height: 150%;
}

.tizers {
  padding: 2.1428571429em 0em;
  font-size: 14px;
  line-height: 171.4285714286%;
  font-family: 'Nunito', "Roboto";
  color:#2d2d2d;
}

.tizers__title {
  color: #000000;
}
.tizers__body-item img{
  margin:0px;
}

.tizers__body {
  margin: 2em 0em 0em 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.tizer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.company-info {
  padding: 1.875em 0em;
}

.requisites {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 747px;
          flex: 0 1 747px;
  font-family: 'Nunito', "Roboto";
  color:#2d2d2d;
}

.requisites__title {
  font-size: 24px;
}
.requisites__title h2{
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.requisites__list {
  margin: 2em 0em 0em 0em;
}

.requisites__list-item {
  line-height: 257.1428571429%;
  font-size: 14px;
  margin:0px;
}
.requisites__list-item:before {
  content:" ";
  display: none;
}
.requisites__list-item:not(:last-child) {
  border-bottom: 1px solid #e6eef3;
}

.requisites__list-title {
  font-weight: 500;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}

.requisites__list-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}

.certificate {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 359px;
          flex: 0 1 359px;
  font-family: 'Nunito', "Roboto";
  color:#2d2d2d;
}

.certificate__title {
  font-size: 24px;
}
.certificate__title h2{
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.certificate__items {
  margin: 2em 0em 0em 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.certificate__item img {
  max-width: 189px;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  transition: -webkit-transform 0.6s ease 0s;
  -o-transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
}

.letters {
  padding: 1.875em 0em;
}

.letters__title {
  font-size: 24px;
}
.letters__title h2{
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
}
.swiper-container {
  overflow: hidden;
}

.letters-slider {
  position: relative;
  margin: 1.875em 0em 0em 0em;
}

.letters-slider__container {
  padding: 0 38px;
  position: relative;
}

.letters-slider__slide {
  position: relative;
  z-index: 20;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.letters-slider__slide img {
  max-width: 100%;
}

.swiper-button-prev {
  left: 0;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}

.swiper-button-prev::after {
  opacity: 0;
}

.swiper-button-prev::before {
  position: relative;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0007 20L12.334 17.6667L4.66732 10L12.334 2.33333L10.0006 2.03986e-07L0.000650485 10L10.0007 20Z' fill='%235B5B5B'/%3E%3C/svg%3E%0A");
  z-index: 10;
}

.swiper-button-next {
  right: 0;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}

.swiper-button-next::after {
  opacity: 0;
}

.swiper-button-next::before {
  position: relative;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.33333 -4.07973e-07L4.07973e-07 2.33333L7.66667 10L3.08894e-06 17.6667L2.33334 20L12.3333 10L2.33333 -4.07973e-07Z' fill='%235B5B5B'/%3E%3C/svg%3E%0A");
  z-index: 10;
}

.certificates {
  background: #f4f4f4;
  padding: 1.875em 0em;
  position: relative;
  padding-top: 0px;
}

.certificates:before{
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  background: #f4f4f4;
  left: calc((100vw - 100%) / (-2));
  z-index: 1;
}
.certificates__title {
  font-size: 24px;
  z-index: 2;
  position: relative;
  padding-top: 1.875em;
}
.certificates__title h2{
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.certificates-slider {
  position: relative;
  margin: 1.875em 0em 0em 0em;
  z-index: 2;
}

.certificates-slider__container {
  padding: 0 38px;
  position: relative;
}

.certificates-slider__slide {
  position: relative;
  z-index: 20;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.certificates-slider__slide img {
  max-width: 100%;
}

@media (min-width: 29.99875em) {
  .tabs__buttons {
    display: none;
  }

  .history {
    padding: 1.875em 0em;
  }

  .history__text {
    font-size: 14px;
  }

  .history__list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 30px);
            flex: 0 1 calc(50% - 30px);
  }

  .work {
    padding: 1.875em 0em;
  }

  .work__text {
    font-size: 14px;
  }

  .work-item img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 276px;
            flex: 0 1 276px;
    min-width: 276px;
  }

  .tizer {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 40px);
            flex: 0 1 calc(50% - 40px);
  }
}

@media (min-width: 47.99875em) {
  .tizers__body {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    row-gap: 50px;
  }

  .requisites__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 61.99875em) {
  .history__list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 251px;
            flex: 0 1 251px;
  }

  .work-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 30px);
            flex: 0 1 calc(50% - 30px);
  }

  .tizer {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.3333333333% - 40px);
            flex: 0 1 calc(33.3333333333% - 40px);
  }

  .company-info .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

@media (min-width: 72.875em) {
  .work-item {
    gap: 30px;
  }
}

@media (max-width: 1440px) {
  .work-item img {width: 150px;flex: 0 1 150px;min-width: 150px}
}

@media (max-width: 1280px) {
  .work__body {column-gap:20px;}
}

@media (max-width: 61.99875em) {
  .company-info__certificate {
    margin: 1.25em 0em 0em 0em;
  }
}

@media (max-width: 1024px) {
  .work-item img {height: auto;min-height: 100px;width: 100%;min-width: 100%}
  .work-item {flex-wrap: wrap}
}


@media (max-width: 47.99875em) {
  .requisites__list-item {
    padding-bottom: 10px;
  }

  .requisites__list-info {
    line-height: 114.2857142857%;
  }
}

@media (max-width: 480px) {
  .tabs__buttons, body .work__tabs-buttons {display: none}
  body .history__list-item, body .work-item {display: flex}
  .history__list {margin-top: 0}
  .history__tabs {margin-top: 20px}
  .history__text, .work__text, body .tizer__sign {font-size: 14px}
}

@media (max-width: 440px) {
  .certificate__items {
    flex-wrap: wrap;
  }
  .certificate__item {width: 100%}
  .certificate__item img{max-width: 100%}
}

@media (max-width: 29.99875em) {
  .navigation .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .history__tabs {
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 20px rgba(97, 155, 63, 0.1);
            box-shadow: 0px 10px 20px rgba(97, 155, 63, 0.1);
    border-radius: 3px;
    padding: 1.5em 1.25em;
    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;
  }

  .history__list-item {
    display: none;
  }

  .history__list-item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .work__tabs-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }

  .work-item {
    display: none;
  }

  .work-item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .tizer__sign {
    font-size: 12px;
  }

  .letters__title {
    text-align: center;
  }

  .letters-slider__slide.swiper-slide-next {
    position: relative;
  }

  .letters-slider__slide.swiper-slide-next::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgba(244, 244, 244, 0)), to(#f4f4f4));
    background: -o-linear-gradient(right, rgba(244, 244, 244, 0) 0%, #f4f4f4 100%);
    background: linear-gradient(270deg, rgba(244, 244, 244, 0) 0%, #f4f4f4 100%);
    z-index: 20;
  }

  .certificates__title {
    text-align: center;
  }

  .certificates-slider__slide.swiper-slide-next {
    position: relative;
  }

  .certificates-slider__slide.swiper-slide-next::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgba(244, 244, 244, 0)), to(#f4f4f4));
    background: -o-linear-gradient(right, rgba(244, 244, 244, 0) 0%, #f4f4f4 100%);
    background: linear-gradient(270deg, rgba(244, 244, 244, 0) 0%, #f4f4f4 100%);
    z-index: 20;
  }
}

@media (any-hover: hover) {
  .navigation__list-link:not(.active):hover {
    color: #7c7c7c;
    text-decoration: underline;
  }

  .work__all-btn:hover {
    background: #619b3f;
    color: #eaeaea;
  }

  .certificate__item:hover img {
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
  }
}

.restoll-about .container{width: 100%;max-width: 1158px;}

.restoll-about-2026 {
  --restoll-about-bg: #f6f8f4;
  --restoll-about-surface: #ffffff;
  --restoll-about-surface-strong: #10140f;
  --restoll-about-text: #222822;
  --restoll-about-muted: #667063;
  --restoll-about-border: rgba(88, 155, 74, 0.18);
  --restoll-about-green: #589b4a;
  --restoll-about-green-dark: #447d39;
  --restoll-about-yellow: #ffdd2d;
  --restoll-about-shadow: 0 24px 70px rgba(19, 32, 17, 0.10);
  position: relative;
  overflow: hidden;
  margin: 0 0 54px;
  padding: 54px 0 42px;
  color: var(--restoll-about-text);
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 221, 45, 0.28), transparent 28%),
    linear-gradient(135deg, var(--restoll-about-bg) 0%, #ffffff 48%, #eef5ec 100%);
}

.restoll-about-2026::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(88, 155, 74, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 155, 74, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  opacity: 0.45;
}

.restoll-about-2026 .container {
  position: relative;
  z-index: 1;
}

.restoll-about-2026__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 28px;
  align-items: stretch;
}

.restoll-about-2026__content,
.restoll-about-2026__panel,
.restoll-about-2026__steps {
  border: 1px solid var(--restoll-about-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--restoll-about-shadow);
  backdrop-filter: blur(14px);
}

.restoll-about-2026__content {
  padding: 42px;
}

.restoll-about-2026__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 18px;
  padding: 7px 13px;
  border: 1px solid rgba(88, 155, 74, 0.28);
  border-radius: 999px;
  color: var(--restoll-about-green-dark);
  background: rgba(88, 155, 74, 0.08);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
}

.restoll-about-2026 h2 {
  max-width: 820px;
  margin: 0;
  color: var(--restoll-about-text);
  font-size: 42px;
  line-height: 1.08;
  font-weight: 800;
}

.restoll-about-2026 p {
  max-width: 820px;
  margin: 22px 0 0;
  color: var(--restoll-about-muted);
  font-size: 18px;
  line-height: 1.62;
}

.restoll-about-2026__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 0;
}

.restoll-about-2026__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.restoll-about-2026__button--primary {
  color: #ffffff;
  background: var(--restoll-about-green);
  box-shadow: 0 12px 30px rgba(88, 155, 74, 0.25);
}

.restoll-about-2026__button--secondary {
  color: #1b1f1a;
  background: var(--restoll-about-yellow);
}

.restoll-about-2026__button:hover {
  transform: translateY(-1px);
}

.restoll-about-2026__panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  padding: 1px;
  overflow: hidden;
  background: var(--restoll-about-border);
}

.restoll-about-2026__metric {
  min-height: 150px;
  padding: 26px 22px;
  color: var(--restoll-about-muted);
  background: var(--restoll-about-surface);
  font-size: 15px;
  line-height: 1.45;
}

.restoll-about-2026__metric span {
  display: block;
  margin: 0 0 10px;
  color: var(--restoll-about-text);
  font-size: 25px;
  line-height: 1.12;
  font-weight: 900;
}

.restoll-about-2026__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 18px 0 0;
  padding: 1px;
  overflow: hidden;
  background: var(--restoll-about-border);
}

.restoll-about-2026__step {
  min-height: 94px;
  padding: 22px;
  color: var(--restoll-about-text);
  background: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 750;
}

.restoll-about-2026__step span {
  display: block;
  margin: 0 0 9px;
  color: var(--restoll-about-green);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}

.theme-dark .restoll-about-2026,
.dark-theme .restoll-about-2026,
.theme--dark .restoll-about-2026,
html.dark .restoll-about-2026,
body.dark .restoll-about-2026 {
  --restoll-about-bg: #11160f;
  --restoll-about-surface: #171e15;
  --restoll-about-text: #f1f5ef;
  --restoll-about-muted: #b8c3b2;
  --restoll-about-border: rgba(255, 221, 45, 0.16);
  --restoll-about-green: #74b85f;
  --restoll-about-green-dark: #a5d696;
  --restoll-about-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 221, 45, 0.14), transparent 30%),
    linear-gradient(135deg, #0e120d 0%, #151c13 48%, #10150f 100%);
}

.theme-dark .restoll-about-2026__content,
.theme-dark .restoll-about-2026__panel,
.theme-dark .restoll-about-2026__steps,
.dark-theme .restoll-about-2026__content,
.dark-theme .restoll-about-2026__panel,
.dark-theme .restoll-about-2026__steps,
.theme--dark .restoll-about-2026__content,
.theme--dark .restoll-about-2026__panel,
.theme--dark .restoll-about-2026__steps,
html.dark .restoll-about-2026__content,
html.dark .restoll-about-2026__panel,
html.dark .restoll-about-2026__steps,
body.dark .restoll-about-2026__content,
body.dark .restoll-about-2026__panel,
body.dark .restoll-about-2026__steps {
  background: rgba(23, 30, 21, 0.82);
}

.theme-dark .restoll-about-2026__metric,
.theme-dark .restoll-about-2026__step,
.dark-theme .restoll-about-2026__metric,
.dark-theme .restoll-about-2026__step,
.theme--dark .restoll-about-2026__metric,
.theme--dark .restoll-about-2026__step,
html.dark .restoll-about-2026__metric,
html.dark .restoll-about-2026__step,
body.dark .restoll-about-2026__metric,
body.dark .restoll-about-2026__step {
  background: var(--restoll-about-surface);
}

.theme-dark .restoll-about-2026__button--secondary,
.dark-theme .restoll-about-2026__button--secondary,
.theme--dark .restoll-about-2026__button--secondary,
html.dark .restoll-about-2026__button--secondary,
body.dark .restoll-about-2026__button--secondary {
  color: #11140d;
}

@media (prefers-color-scheme: dark) {
  .restoll-about-2026 {
    --restoll-about-bg: #11160f;
    --restoll-about-surface: #171e15;
    --restoll-about-text: #f1f5ef;
    --restoll-about-muted: #b8c3b2;
    --restoll-about-border: rgba(255, 221, 45, 0.16);
    --restoll-about-green: #74b85f;
    --restoll-about-green-dark: #a5d696;
    --restoll-about-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
    background:
      radial-gradient(circle at 15% 15%, rgba(255, 221, 45, 0.14), transparent 30%),
      linear-gradient(135deg, #0e120d 0%, #151c13 48%, #10150f 100%);
  }

  .restoll-about-2026__content,
  .restoll-about-2026__panel,
  .restoll-about-2026__steps {
    background: rgba(23, 30, 21, 0.82);
  }

  .restoll-about-2026__metric,
  .restoll-about-2026__step {
    background: var(--restoll-about-surface);
  }

  .restoll-about-2026__button--secondary {
    color: #11140d;
  }
}

@media (max-width: 991px) {
  .restoll-about-2026 {
    margin-bottom: 38px;
    padding: 34px 0 30px;
  }

  .restoll-about-2026__grid {
    grid-template-columns: 1fr;
  }

  .restoll-about-2026__content {
    padding: 30px;
  }

  .restoll-about-2026 h2 {
    font-size: 32px;
    line-height: 1.12;
  }

  .restoll-about-2026 p {
    font-size: 16px;
    line-height: 1.55;
  }

  .restoll-about-2026__steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .restoll-about-2026 {
    padding: 22px 0 24px;
  }

  .restoll-about-2026__grid {
    gap: 14px;
  }

  .restoll-about-2026__content {
    padding: 22px;
  }

  .restoll-about-2026__eyebrow {
    max-width: 100%;
    font-size: 11px;
  }

  .restoll-about-2026 h2 {
    font-size: 25px;
  }

  .restoll-about-2026 p {
    margin-top: 16px;
    font-size: 15px;
  }

  .restoll-about-2026__actions,
  .restoll-about-2026__button {
    width: 100%;
  }

  .restoll-about-2026__panel,
  .restoll-about-2026__steps {
    grid-template-columns: 1fr;
  }

  .restoll-about-2026__metric {
    min-height: 118px;
    padding: 22px;
  }

  .restoll-about-2026__metric span {
    font-size: 22px;
  }

  .restoll-about-2026__step {
    min-height: 78px;
    padding: 18px 22px;
  }
}

/* End */


/* Start:/local/templates/aspro_max_updated/css/swiper-bundle.min.css?167790626015817*/
/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/aspro_max_updated/components/bitrix/news.list/company-blagod-pisma/style.css?1718189164275*/
body .letters--slider .owl-carousel .owl-item img{width: 100%;height: auto}

@media screen and (max-width: 767px), projection and (max-width: 767px), tv and (max-width: 767px), handheld and (max-width: 767px) {
    body .owl-carousel .owl-nav {display: flex;z-index: 5}
}
/* End */


/* Start:/local/templates/aspro_max_updated/vendor/css/carousel/owl/owl.carousel.min.css?16779062603351*/
/**
 * 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,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.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;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{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-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.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}.owl-carousel .animated{animation-duration:1s;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-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.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/aspro_max_updated/vendor/css/carousel/owl/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s 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-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/aspro_max_updated/vendor/css/carousel/owl/owl.theme.default.min.css?16779062601013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/local/templates/aspro_max_updated/components/bitrix/news.list/company-sertificats/style.css?1718189164196*/
@media screen and (max-width: 767px), projection and (max-width: 767px), tv and (max-width: 767px), handheld and (max-width: 767px) {
    body .owl-carousel .owl-nav {display: flex;z-index: 5}
}
/* End */
/* /local/templates/aspro_max_updated/css/about-company/style.css?177997517426488 */
/* /local/templates/aspro_max_updated/css/swiper-bundle.min.css?167790626015817 */
/* /local/templates/aspro_max_updated/components/bitrix/news.list/company-blagod-pisma/style.css?1718189164275 */
/* /local/templates/aspro_max_updated/vendor/css/carousel/owl/owl.carousel.min.css?16779062603351 */
/* /local/templates/aspro_max_updated/vendor/css/carousel/owl/owl.theme.default.min.css?16779062601013 */
/* /local/templates/aspro_max_updated/components/bitrix/news.list/company-sertificats/style.css?1718189164196 */
