<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ol,
    ul,
    dl {
      margin-top: 0;
      margin-bottom: 1rem;
    }

    /* ÑÑ‚Ð¸Ð»Ð¸ Ð¾ÑÐ½Ð¾Ð²Ð½Ð¾Ð³Ð¾ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð° ÑÐ»Ð°Ð¹Ð´ÐµÑ€Ð° */
    .slider2 {
      position: relative;
      overflow: hidden;
      /*max-width: 960px;*/
      margin-left: auto;
      margin-right: auto;
      /*width: 97%;*/
      margin-bottom: 20px;
        margin-top: 20px;
    }

    /* ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð¾Ð±Ñ‘Ñ€Ñ‚ÐºÐ¸, Ð² ÐºÐ¾Ñ‚Ð¾Ñ€Ð¾Ð¹ Ð·Ð°ÐºÐ»ÑŽÑ‡ÐµÐ½Ñ‹ ÑÐ»Ð°Ð¹Ð´Ñ‹ */
    .slider__wrapper2 {
      position: relative;
      overflow: hidden;
    }

    /* ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð° ÑÐ»Ð°Ð¹Ð´Ð¾Ð² */
    .slider__items2 {
      display: flex;
      transition: transform 0.6s ease;
      
    }

    /* ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ ÑÐ»Ð°Ð¹Ð´Ð¾Ð² */
    .slider__item2 {
      flex: 0 0 100%;
      max-width: 100%;
      border-radius: 120px;
    }
    @media (max-width: 480px) {
          .slider__item2 {
      flex: 0 0 100%;
      max-width: 100%;
      border-radius: 0px;
    }  
    }

    /* ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ ÐºÐ½Ð¾Ð¿Ð¾Ðº "Ð²Ð¿ÐµÑ€ÐµÐ´" Ð¸ "Ð½Ð°Ð·Ð°Ð´" */
    .slider__control2 {
      position: absolute;
      top: 50%;
      display: none;
      align-items: center;
      justify-content: center;
      width: 40px;
      color: #fff;
      text-align: center;
      opacity: 0.5;
      height: 50px;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.5);
    }

    .slider__control_show {
      display: flex;
    }

    .slider__control2:hover,
    .slider__control2:focus {
      color: #fff;
      text-decoration: none;
      outline: 0;
      opacity: 0.9;
    }

    .slider__control_prev2 {
      left: 0;
    }

    .slider__control_next2 {
      right: 0;
    }

    .slider__control2::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      background: transparent no-repeat center center;
      background-size: 100% 100%;
    }

    .slider__control_prev2::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    }

    .slider__control_next2::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    }

    /* ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð¸Ð½Ð´Ð¸ÐºÐ°Ñ‚Ð¾Ñ€Ð¾Ð² */
    .slider__indicators {
      position: absolute;
      right: 0;
      bottom: 10px;
      left: 0;
      z-index: 15;
      display: flex;
      justify-content: center;
      padding-left: 0;
      margin-right: 15%;
      margin-left: 15%;
      list-style: none;
      margin-top: 0;
      margin-bottom: 0;
    }

    .slider__indicators li {
      box-sizing: content-box;
      flex: 0 1 auto;
      width: 30px;
      height: 4px;
      margin-right: 3px;
      margin-left: 3px;
      text-indent: -999px;
      cursor: pointer;
      background-color: rgba(255, 255, 255, 0.5);
      background-clip: padding-box;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
    }

    .slider__indicators li.active {
      background-color: #fff;
    }

    .slider__item_photo{
      display: inline-block;
      height: auto;
      max-width: 100%;
      border-radius: 50%;
    }

    .slider__item_1 {
      /*background: linear-gradient(45deg, #085078 10%, #85d8ce 90%);*/
      background: linear-gradient(to bottom, #b6d9f7 1%,#60abf8 44%,#375577 100%);
    }

    .slider__item_2 {
      background: linear-gradient(to bottom, #b6d9f7 1%,#60abf8 44%,#375577 100%);
    }

    .slider__item_3 {
      background: linear-gradient(to bottom, #b6d9f7 1%,#60abf8 44%,#375577 100%);
    }

    .slider__item_4 {
      background: linear-gradient(to bottom, #b6d9f7 1%,#60abf8 44%,#375577 100%);
    }

    .slider__item2 {
      height: 320px;
      overflow: hidden;
      position: relative;
    }

    .slider__item_inner2 {
      position: absolute;
      left: 15%;
      right: 15%;
      top: 36px;
      bottom: 36px;
      overflow: hidden;
      color: #fff;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }

    .slider__item_img2 {
      flex: 0 0 80px;
      max-width: 80px;
    }

    .slider__item_testimonial2 {
      flex: 1 0 0;
      display: flex;
      flex-direction: column;
      text-align: center;

    }

    @media (min-width: 576px) {
      .slider__item2 {
        height: 250px;
      }

      .slider__item_inner2 {
        flex-direction: row;
      }

      .slider__item_testimonial2 {
        margin-left: 15px;
      }

      .slider__item_img2 {
        flex: 0 0 150px;
        max-width: 150px;
      }

      .slider__item_testimonial2 {
        text-align: left;
      }
    }

    .slider__item_name2 {
      font-size: 20px;
      margin-bottom: 8px;
      color: rgba(255, 255, 255, 0.8);
    }

    .slider__item_post2 {
      font-size: 14px;
      margin-bottom: 8px;
      color: rgba(255, 255, 255, 0.8);
    }

    .slider__item_text2 {
      font-size: 16px;
      color: rgba(255, 255, 255, 0.5);
    }</pre></body></html>