<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  overflow-x: hidden; }

.hor-menu--u-ivi3xt3sm .hor-menu__link {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 1); }

@media (max-width: 1366px) and (min-width: 1330px) {
  .side-panel__button-open--u-ipisfoxe6 {
    margin-right: 63px;
    margin-top: 103px; } }

@media (max-width: 1280px) and (min-width: 1024px) {
  .side-panel__button-open--u-ipisfoxe6 {
    margin-top: 102px;
    margin-right: 31px; } }

.table1 tr td p {
  margin: 0 !important; }

table.table1 td {
  vertical-align: middle !important; }

.g-button {
  background: #ffd618;
  color: #000 !important; }
/* OPN VISUAL */
/* SERVICE */
.text_anamorf {
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 0 60px; }

.text_anamorf__title {
  font-weight: 500;
  font-size: 25px;
  color: #3d4e31; }

img.text_anamorf__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px; }

.text_anamorf__image {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0; }

.text_anamorf__info {
  z-index: 1;
  position: relative;
  width: 49.5%;
  padding: 30px 45px 20px;
  box-sizing: border-box;
  margin: 0 auto 0 0;
  display: block;
  background: linear-gradient(179deg, rgba(255, 255, 255, 0.839) 30%, white 45%);
  border-radius: 5px;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.102); }

.text_anamorf.reverse .text_anamorf__info {
  margin: -20px -20px -20px auto;
  width: 51%; }

.text_anamorf.reverse .text_anamorf__image {
  left: 0;
  width: 48.5%; }

ul.opn_ul li:before {
  content: "";
  background: url(/d/ul.svg) 50% 50% / 100% no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -35px;
  top: -2px; }

ul.opn_ul li {
  position: relative;
  margin: 0 0 10px;
  list-style: none; }

.icon-advantages-ptn {
  background: transparent;
  padding: 0;
  margin: 0 0 60px; }

.box-icon-ptn1 {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  width: 33%;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.102);
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0ms;
  transition-timing-function: ease; }

.box-icon-ptn1:hover {
  background: #38711b; }

.box-icon-ptn1:hover .zag-icon-ptn {
  color: #fff; }

.title-ptn-3 {
  margin: 0 0 40px;
  color: #3d4e31;
  font-size: 30px;
  font-weight: 500;
  text-align: center; }

.box-icon-equipment {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 20px 0 0;
  grid-gap: 15px; }

.zag-icon-ptn {
  color: #000;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: uppercase; }

.icon-ptn1 {
  margin: 0 auto 15px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 15px;
  box-sizing: border-box; }

.icon-ptn1 img {
  max-width: 100%; }

@media (max-width: 850px) {
  .text_anamorf__info {
    width: 100%;
    padding: 10px 25px;
    margin: 0; }

  .text_anamorf.reverse .text_anamorf__info {
    width: 100%;
    padding: 10px 25px;
    margin: 0; }

  .text_anamorf {
    padding: 0; }

  .text_anamorf__image {
    display: none; }

  .box-icon-equipment {
    flex-wrap: wrap; }

  .title-ptn-3 {
    font-size: 25px; } }

@media (min-width: 320px) and (max-width: 480px) {
  .box-icon-ptn1 {
    width: 100%; } }

@media (min-width: 480px) and (max-width: 640px) {
  .box-icon-ptn1 {
    width: 48.2%; } }

@media (min-width: 640px) and (max-width: 850px) {
  .box-icon-ptn1 {
    width: 31.6%; } }
/* ABOUT US */
.opn_fblock {
  margin: 0 0 100px; }
  .opn_fblock__inner {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(/d/headerbgopn.jpg) top left / 100% 100% no-repeat;
    background-size: cover;
    padding: 110px 140px 260px;
    border-radius: 5px; }
    @media (max-width: 600px) {
  .opn_fblock__inner {
    padding: 10px;
    margin: 0 0 20px; } }
  .opn_fblock__header {
    padding: 30px 20px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    border-radius: 10px;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.82); }
  .opn_fblock__title {
    font-size: 1.5em;
    margin: 0 0 10px; }
  .opn_fblock__subtitle {
    font-size: 1em;
    color: #cecece; }
  .opn_fblock__textbody {
    width: 90%;
    padding: 30px;
    margin: -200px auto 100px;
    background: linear-gradient(179deg, rgba(255, 255, 255, 0.839) 30%, white 45%);
    border-radius: 10px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05); }
    @media (max-width: 600px) {
  .opn_fblock__textbody {
    margin: 0 auto 50px;
    width: 100%; } }

.opn_cont {
  margin: 0 0 100px; }
  .opn_cont__inner {
    background: linear-gradient(45deg, #739673, transparent), url(/d/adressbg.png) top left / 100% auto no-repeat;
    padding: 50px;
    border-radius: 5px; }
  .opn_cont__text {
    width: 50%;
    background: linear-gradient(269deg, rgba(255, 255, 255, 0.839) 30%, white 45%);
    padding: 10px 30px;
    border-radius: 10px; }

.opn_napr__title {
  font-size: 1.5em;
  margin: 0 0 20px; }
  .opn_napr__inner {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px; }
  .opn_napr__item {
    flex: 1 0 49%;
    border: 1px solid rgba(128, 128, 128, 0.251);
    padding: 15px;
    display: flex;
    text-align: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05); }
    .opn_napr__item:hover {
      border: 1px solid #a9d892; }

@media (max-width: 960px) {
  .lpc-elements-1__title {
    font-size: 32px !important; }

  .lpc-text-2__title, .lpc-text-2__button._first, .lpc-steps-1__item-text, .lpc-elements-2__text {
    font-size: 17px !important; } }

@media (max-width: 640px) {
  .lpc-elements-1__title {
    font-size: 28px !important; }

  html body .lpc-steps-1[data-media-source="mobile"] .lpc-steps-1__item {
    padding: 0; } }

@media (min-width: 1241px) {
  .lpc-text-2__wrap .lpc-text-2__row {
    flex-direction: row-reverse;
    display: flex; }

  html body .lpc-steps-1 .lpc-steps-1__header + .lpc-steps-1__list {
    display: flex; }

  html body .lpc-steps-1 .lpc-steps-1__header + .lpc-steps-1__list .lpc-col-4-lg {
    padding: 0 12px;
    width: calc((100% / 12) * 4); }

  html body .lpc-text-2 .lpc-text-2__slider-wrap {
    padding-left: 0;
    padding-right: 0; }

  html body .lpc-text-2__slider-item img {
    object-fit: contain; } }
</pre></body></html>