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

/* Start:/local/assets/css/style.min.css?16771454729551*/
/*html {*/
/*  -webkit-box-sizing: border-box;*/
/*          box-sizing: border-box;*/
/*}*/

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

/*body,*/
/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5,*/
/*h6,*/
/*p,*/
/*ul,*/
/*ol,*/
/*li,*/
/*figure,*/
/*figcaption,*/
/*blockquote,*/
/*dl,*/
/*dd {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*}*/

/*ul {*/
/*  list-style: none;*/
/*}*/

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

/*input,*/
/*button,*/
/*textarea,*/
/*select {*/
/*  font: inherit;*/
/*  border: none;*/
/*  background-color: transparent;*/
/*}*/

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

/*button {*/
/*  cursor: pointer;*/
/*}*/

/*html,*/
/*body {*/
/*  height: 100%;*/
/*}*/

/*a {*/
/*  -webkit-transition: all 0.3s;*/
/*  -o-transition: all 0.3s;*/
/*  transition: all 0.3s;*/
/*}*/

/*body {*/
/*  font-size: 14px;*/
/*  line-height: 24px;*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-orient: vertical;*/
/*  -webkit-box-direction: normal;*/
/*      -ms-flex-direction: column;*/
/*          flex-direction: column;*/
/*}*/

/*.main {*/
/*  -webkit-box-flex: 1;*/
/*      -ms-flex-positive: 1;*/
/*          flex-grow: 1;*/
/*}*/

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.baner {
  padding-top: 40px;
  background-color: #fff;
}
.baner__title {
  font-family: sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.baner__subtitle {
  font-family: sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 25px;
}
.baner__img {
  margin: 0 auto;
  display: flex;
}

.accordion {
  padding: 50px 0;
  background-color: #fff;
}
.accordion__title {
  font-family: sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}
.accordion__subtitle {
  font-family: sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 25px;
  padding-bottom: 8px;
  text-align: center;
  position: relative;
}
.accordion__subtitle::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: red;
  width: 100px;
  height: 2px;
}
.accordion__item {
  padding-bottom: 20px;
  border-bottom: 2px solid #a3a8a8;
}
.accordion__item:not(:last-child) {
  margin-bottom: 10px;
}
.accordion__item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  padding: 0 15px;
}
.accordion__item-box::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1%;
  background-color: red;
  width: 16px;
  height: 2px;
}
.accordion__item-box::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-44%);
      -ms-transform: translateY(-44%);
          transform: translateY(-44%);
  right: 1.6%;
  background-color: red;
  width: 2px;
  height: 15px;
}
.accordion__list-img {
  width: 100px;
  margin-right: 60px;
}

.accordion__list-title {
  font-size: 16px;
}

.accordion__list-title-subtext {
  font-size: 14px;
}

.accordion__inner {
  padding: 30px 10px 50px 10px;
  position: relative;
  display: none;
}
.accordion__inner::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  background-color: #0099ff;
  width: 40px;
  height: 3px;
}
.accordion__text {
  margin-bottom: 20px;
}
.accordion__link-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-bottom: 20px;
}
.accordion__link {
  text-align: right;
  color: red;
  padding: 5px;
}
.accordion__sublist-title {
  font-size: 22px;
  margin-bottom: 30px;
}
.accordion__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.accordion__subitem {
  width: 45%;
}

.active::before {
  width: 16px;
  height: 4px;
}

.active::after {
  width: 0px;
  height: 0px;
}

.partners {
  background-color: #252828;
  padding: 20px 0;
}
.partners__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.partners__content {
  width: 70%;
  color: #fff;
}
.partners__title {
  font-size: 21px;
  margin-bottom: 30px;
  color: #fff;
}

.partners__text {
  font-size: 14px;
}

.partners__img {
  width: 300px;
}

.feedback {
  padding: 70px 0;
  background-color: #f2f3f3;
}
.feedback__title {
  font-size: 21px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}
.feedback__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: red;
  width: 100px;
  height: 2px;
}
.feedback__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feedback__form {
  width: 90%;
}
.feedback__input {
  padding: 10px 15px;
  width: 100%;
  border: 1px solid #cacece;
  background-color: #e4e7e7;
  margin-bottom: 20px;
}
.feedback__text {
  padding: 10px 15px;
  width: 100%;
  resize: none;
  border: 1px solid #cacece;
  background-color: #e4e7e7;
  margin-bottom: 20px;
  height: 100px;
}
.feedback__btn {
  padding: 15px 30px;
  width: 100%;
  background-color: red;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  text-transform: uppercase;
  border: none;
}
.feedback__img {
  width: 50%;
}

.reviews {
  padding: 50px 0;
}
.reviews__title {
  font-size: 21px;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
.reviews__title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: red;
  width: 100px;
  height: 2px;
}
.reviews__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews__tex {
  padding: 70px 30px 20px 30px;
  width: 50%;
  border: 1px solid #cccccc;
  margin-bottom: 30px;
  position: relative;
}
.reviews__tex::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 25px;
  background-image: url("/local/assets/css/../images/icons/quotes.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 55px;
  height: 55px;
}
.reviews__tex::after {
  content: "";
  position: absolute;
  left: 6%;
  bottom: -15px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  z-index: 1;
  width: 30px;
  height: 30px;
}
.reviews__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
.reviews__inner .reviews__img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 30px;
}

.reviews__inner .slick-prev .slick-arrow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
}

.reviews__inner .slick-prev .slick-next img {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
}

@media (max-width: 1200px) {
  .accordion__item-box::after {
    right: 1.8%;
  }
}
@media (max-width: 992px) {
  .partners__img {
    width: 200px;
  }
  .feedback__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feedback__form {
    width: 100%;
    margin-bottom: 30px;
  }
  .feedback__img {
    width: 80%;
  }
  .reviews__tex {
    width: 100%;
  }
  .reviews__user {
    width: 97%;
  }
}
@media (max-width: 768px) {
  .accordion__item-box::after {
    right: 2%;
  }
  .partners__img {
    width: 150px;
  }
}
@media (max-width: 576px) {
  .accordion__item-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .accordion__list-img {
    margin-bottom: 20px;
  }
  .accordion__item-box::after {
    right: 3%;
  }
  .accordion__sublist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .accordion__subitem {
    width: 100%;
    margin-bottom: 20px;
  }
  .partners__img {
    width: 100px;
  }
}
/* End */


/* Start:/local/assets/css/slick.css?16679951621776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */
/* /local/assets/css/style.min.css?16771454729551 */
/* /local/assets/css/slick.css?16679951621776 */
</pre></body></html>