

/* Start:/local/templates/html/components-template/portfolio-page/style.css?178775084574596*/
.portfolio-header {
  margin-top: 53px; }
  @media (min-width: 1024px) {
    .portfolio-header {
      overflow: hidden; } }
  @media (max-width: 767px) {
    .portfolio-header {
      margin-top: 16px; } }
  .portfolio-header__title {
    margin-bottom: 40px; }
    .portfolio-header__title h1 {
      font-size: 2.8rem;
      line-height: 1.5;
      margin-bottom: 0px; }
      @media (max-width: 575px) {
        .portfolio-header__title h1 {
          font-size: 24px; } }
  .portfolio-header__descr {
    font-size: 24px;
    font-weight: 700; }
    @media (max-width: 767px) {
      .portfolio-header__descr {
        font-size: 16px; } }
    @media (max-width: 575px) {
      .portfolio-header__descr {
        line-height: 24px; } }
  .portfolio-header__tags {
    margin-top: 40px;
    position: relative;
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px; }
    @media (max-width: 1023px) {
      .portfolio-header__tags {
        gap: 40px; } }
    @media (max-width: 767px) {
      .portfolio-header__tags {
        margin: 24px 0;
        grid-template-columns: 1fr;
        gap: 24px; } }
    .portfolio-header__tags-title {
      font-weight: 700;
      font-size: 22px;
      margin-bottom: 16px; }
      @media (max-width: 767px) {
        .portfolio-header__tags-title {
          font-size: 16px;
          margin-bottom: 12px; } }
    .portfolio-header__tags-list {
      display: flex;
      flex-wrap: wrap;
      gap: 8px 6px; }
    .portfolio-header__tags-item.expand .portfolio-header__tag {
      display: flex; }
  .portfolio-header__tag {
    position: relative;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 12px;
    border: 1px solid #E0E0E0;
    fill: #ffffff;
    color: #282828;
    border-radius: 30px; }
    .portfolio-header__tag:nth-child(n+8) {
      display: none; }
    @media (max-width: 767px) {
      .portfolio-header__tag {
        font-size: 14px;
        height: 24px;
        padding: 0 10px;
        gap: 4px; }
        .portfolio-header__tag:nth-child(n+5) {
          display: none; } }
    .portfolio-header__tag span {
      display: inline-block; }
      @media (min-width: 768px) {
        .portfolio-header__tag span {
          transform: translateY(1px); } }
    .portfolio-header__tag .icon {
      display: none; }
      @media (max-width: 767px) {
        .portfolio-header__tag .icon {
          max-width: 14px;
          max-height: 14px; } }
    .portfolio-header__tag.active {
      color: #fff;
      background-color: #894083;
      border-color: #894083; }
      .portfolio-header__tag.active .icon {
        display: flex;
        transition: all ease .3s; }
      @media (hover: hover) {
        .portfolio-header__tag.active:hover {
          cursor: pointer;
          text-decoration: none; }
          .portfolio-header__tag.active:hover .icon {
            transform: rotate(180deg); } }
    @media (min-width: 1024px) {
      .portfolio-header__tag:hover:not(.active) {
        cursor: pointer;
        text-decoration: none;
        color: #ffffff;
        background-color: #894083; } }
  .portfolio-header .show-tags {
    display: inline-flex;
    color: #894083;
    fill: #894083;
    align-items: center;
    justify-content: center;
    height: 30px;
    gap: 4px; }
    @media (max-width: 767px) {
      .portfolio-header .show-tags {
        font-size: 14px;
        height: 24px; } }
    .portfolio-header .show-tags span {
      display: inline-block;
      transform: translateY(2px); }
    @media (hover: hover) {
      .portfolio-header .show-tags:hover {
        cursor: pointer;
        text-decoration: underline; } }
    @media (min-width: 768px) {
      .portfolio-header .show-tags {
        display: none; } }
    .portfolio-header .show-tags.show {
      display: flex; }
    .portfolio-header .show-tags.active .icon {
      transform: rotate(180deg) translateY(-2px); }

.portfolio-fractions .container {
  position: relative;
  z-index: 2; }

.portfolio-fractions .animate-field .el:nth-child(1) {
  width: 6px;
  height: 150px;
  background-color: #ff8600;
  animation-delay: 0s;
  top: 0;
  right: 0; }

.portfolio-fractions .animate-field .el:nth-child(2) {
  width: 10px;
  height: 40px;
  background-color: #7a4281;
  animation-delay: 1.5s;
  top: 40px;
  right: -18px; }

.portfolio-fractions .animate-field .el:nth-child(3) {
  width: 2px;
  height: 236px;
  background-color: #7a4281;
  animation-delay: 2s;
  top: 90px;
  right: -10px; }

.portfolio-fractions .animate-field .el:nth-child(4) {
  width: 6px;
  height: 34px;
  background-color: #7a4281;
  animation-delay: 0.5s;
  bottom: 0px;
  right: -54px; }

.portfolio-fractions .animate-field .el:nth-child(5) {
  width: 8px;
  height: 133px;
  background-color: #ff8600;
  animation-delay: 0.5s;
  bottom: -150px;
  right: -25px; }

.portfolio-list {
  position: relative;
  overflow: hidden; }
  .portfolio-list__item {
    padding-top: 140px;
    padding-bottom: 130px;
    position: relative;
    z-index: 1; }
    @media (max-width: 1023px) {
      .portfolio-list__item {
        padding: 20px; } }
    @media (max-width: 575px) {
      .portfolio-list__item:before {
        content: none !important; } }
    .portfolio-list__item-left {
      width: 28%; }
      @media (max-width: 1023px) {
        .portfolio-list__item-left {
          width: auto; } }
      @media (max-width: 767px) {
        .portfolio-list__item-left {
          position: relative; } }
    .portfolio-list__item-inner {
      display: flex; }
      @media (max-width: 1023px) {
        .portfolio-list__item-inner {
          flex-direction: column-reverse; } }
    .portfolio-list__item-right {
      width: 82%;
      padding-left: 15px;
      position: relative; }
      .portfolio-list__item-right .lazy-img-wrap {
        border-radius: 10px; }
        @media (max-width: 767px) {
          .portfolio-list__item-right .lazy-img-wrap {
            border-radius: 5px; } }
      @media (min-width: 1024px) {
        .portfolio-list__item-right .lazy-img-wrap {
          transition: all ease 1s; }
        .portfolio-list__item-right:hover .lazy-img-wrap {
          transform: scale(1.03); } }
      @media (max-width: 1023px) {
        .portfolio-list__item-right {
          width: auto;
          padding-left: 0px;
          margin-bottom: 18px; } }
    .portfolio-list__item--grey {
      background-color: #f5f5f5; }
    .portfolio-list__item--white {
      background-color: transparent; }
      .portfolio-list__item--white .portfolio-list__link {
        background: #dadada; }
    .portfolio-list__item--gradient {
      background: linear-gradient(90.11deg, #894083 0.09%, #f6871f 100.46%);
      position: relative; }
      .portfolio-list__item--gradient:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        background-position: left -70px;
        pointer-events: none;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg width='550' height='620' viewBox='0 0 550 620' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg opacity='0.1' filter='url(%23filter0_d_258_8117)'%3E%3Crect x='64.5986' width='491.685' height='520' transform='rotate(12.1673 64.5986 0)' fill='url(%23pattern0)' shape-rendering='crispEdges'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_258_8117' x='-49' y='0' width='598.239' height='619.95' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_258_8117'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_258_8117' result='shape'/%3E%3C/filter%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_258_8117' transform='translate(-0.0522953) scale(0.00293774 0.00277778)'/%3E%3C/pattern%3E%3Cimage id='image0_258_8117' width='376' height='360' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXgAAAFoCAQAAAD3Qii2AAAACXBIWXMAAC4jAAAuIwF4pT92AAAJZGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjZiNGZkYjdkLWY2ZWEtYTA0MS1hODA5LTJlY2VkNDlkMzJkZSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NDk5ZmY0OS1iODM0LWE3NDctYTZlZS0wMzQ3NmRmMzAwMTMiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0iRkQ0ODUyRjY3MUNBRjUzOEREMTVEOEY3RDMzNTJCRkUiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIxIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0iIiB0aWZmOkltYWdlV2lkdGg9IjY5NiIgdGlmZjpJbWFnZUxlbmd0aD0iOTAwIiB0aWZmOlBob3RvbWV0cmljSW50ZXJwcmV0YXRpb249IjEiIHRpZmY6U2FtcGxlc1BlclBpeGVsPSI0IiB0aWZmOlhSZXNvbHV0aW9uPSIzMDAvMSIgdGlmZjpZUmVzb2x1dGlvbj0iMzAwLzEiIHRpZmY6UmVzb2x1dGlvblVuaXQ9IjIiIGV4aWY6RXhpZlZlcnNpb249IjAyMzEiIGV4aWY6Q29sb3JTcGFjZT0iNjU1MzUiIGV4aWY6UGl4ZWxYRGltZW5zaW9uPSI2OTYiIGV4aWY6UGl4ZWxZRGltZW5zaW9uPSI5MDAiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTAxLTI5VDAxOjA2OjAzKzAzOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wMS0yOVQwMToxMToyNiswMzowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMi0wMS0yOVQwMToxMToyNiswMzowMCI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjY4ZTcxOTNhLWQyMDktMTI0Zi04Y2JhLWNlY2EzMWNjY2VjMSIgc3RFdnQ6d2hlbj0iMjAyMi0wMS0yOVQwMToxMToyNiswMzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjb252ZXJ0ZWQiIHN0RXZ0OnBhcmFtZXRlcnM9ImZyb20gaW1hZ2UvanBlZyB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImRlcml2ZWQiIHN0RXZ0OnBhcmFtZXRlcnM9ImNvbnZlcnRlZCBm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'/%3E%3C/defs%3E%3C/svg%3E%0A"); }
      .portfolio-list__item--gradient .portfolio-list__title,
      .portfolio-list__item--gradient .portfolio-list__descr,
      .portfolio-list__item--gradient .portfolio-list__subtitle,
      .portfolio-list__item--gradient .portfolio-list__tag {
        color: #fff; }
      @media (max-width: 1023px) {
        .portfolio-list__item--gradient {
          padding-top: 100px; } }
      @media (max-width: 1023px) {
        .portfolio-list__item--gradient {
          padding-top: 20px; }
          .portfolio-list__item--gradient .portfolio-list__item-right {
            flex-direction: column-reverse;
            display: flex; } }
    .portfolio-list__item--black {
      background-color: #000000;
      position: relative; }
      .portfolio-list__item--black:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        background-position: left center;
        pointer-events: none;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg width='351' height='649' viewBox='0 0 351 649' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.1' d='M0.46277 510.235C1.0327 506.82 2.90364 488.444 3.06648 484.542C3.22932 480.638 4.53203 471.207 6.07732 470.718C7.62426 470.232 12.3432 471.532 12.6689 471.695C12.9929 471.858 13.5629 472.671 13.5629 472.671C13.5629 472.671 14.2956 471.695 15.5966 471.776C16.8993 471.857 31.0561 475.354 32.8457 476.004C34.6369 476.654 35.8565 476.817 35.8565 476.817C35.8565 476.817 37.0778 473.727 39.6815 473.402C42.2852 473.076 46.8413 472.59 49.2822 471.044C51.7231 469.5 59.6971 464.865 64.0904 463.32C68.4836 461.775 69.3793 463.645 69.3793 463.645C69.3793 463.645 83.5128 455.99 90.209 452.018C98.0185 447.384 102.088 443.562 109.085 438.195C116.082 432.83 124.87 433.073 132.111 431.773C139.352 430.473 151.5 426.884 152.615 426.243C155.3 424.699 172.387 394.208 174.99 392.095C174.99 392.095 174.746 388.435 176.129 386.403C177.513 384.37 180.848 382.5 181.499 380.387C182.15 378.271 184.51 371.279 185.729 368.433C186.951 365.587 191.262 352.254 191.67 351.359C192.077 350.466 190.774 349.652 191.1 347.05C191.425 344.448 194.11 339.326 194.192 337.7C194.273 336.073 195.25 327.292 197.447 322.251C199.644 317.21 206.722 315.178 208.023 311.274C209.326 307.372 215.427 300.217 216.893 299.973C218.257 299.746 222.939 298.953 223.373 298.914C222.989 298.91 219.244 296.984 218.845 294.037C218.438 291.028 220.879 285.012 219.903 276.068C218.926 267.124 217.544 261.758 218.194 254.684C218.845 247.611 217.463 235.089 215.184 225.414C212.905 215.737 210.545 204.517 210.301 202.322C210.058 200.127 211.441 199.313 211.36 195.086C211.278 190.857 214.615 185.978 218.519 182.32C222.426 178.661 230.561 174.026 231.619 172.32C232.678 170.613 234.956 168.579 236.013 168.011C237.071 167.441 240.487 164.595 241.301 164.107C242.116 163.619 243.661 163.456 243.661 163.456C243.661 163.456 244.068 159.961 243.58 158.769C243.091 157.575 240.208 152.381 239.241 151.449C236.42 148.739 231.212 140.61 230.508 136.328C230.199 134.451 233.246 119.876 236.094 116.135C238.264 113.286 243.84 109.071 250.512 106.468C248.588 95.6898 246.843 86.295 246.507 85.1559C245.695 82.3913 244.066 72.4718 243.254 71.1717C242.44 69.8699 238.696 64.5033 238.372 63.3659C238.046 62.2268 237.884 59.6249 239.185 58.1621C240.487 56.6976 238.372 51.0072 237.232 47.5917C235.993 43.8772 233.49 36.3721 233.165 32.6311C232.839 28.8918 234.14 20.5978 234.954 20.2724C235.611 20.01 236.267 19.6447 237.264 20.7904C241.768 8.65091 253.459 -8.87573e-06 267.174 -8.87573e-06C284.789 -8.87573e-06 299.069 14.2698 299.069 31.8722C299.069 49.4746 284.789 63.7445 267.174 63.7445C265.913 63.7445 264.67 63.6632 263.447 63.5204C263.113 66.0094 262.299 70.8729 261.804 71.9837C261.153 73.4482 261.478 75.8873 262.455 78.8147C263.346 81.4864 270.065 100.137 272.098 105.598C275.397 106.453 277.785 107.438 278.322 107.761C279.543 108.492 284.044 114.265 284.751 114.699C285.455 115.132 288.33 118.222 288.385 118.926C288.439 119.632 288.014 122.383 288.277 122.938C288.71 123.859 290.691 125.289 292.67 126.895C295.274 129.008 297.444 129.334 297.606 131.014C297.769 132.695 296.629 133.942 296.196 134.322C295.762 134.7 294.625 135.197 295.571 136.218C296.588 137.316 298.392 138.576 298.826 138.576C299.26 138.576 299.911 139.755 299.64 140.731C299.369 141.707 297.334 142.073 296.684 142.94C296.033 143.808 294.596 147.317 294.459 148.198C294.375 148.749 297.277 151.047 297.809 153.171C298.379 155.448 298.148 157.63 297.606 158.01C297.063 158.388 294.664 155.624 294.067 155.894C293.469 156.167 292.289 157.737 292.289 158.606C292.289 159.473 294.026 162.563 293.7 164.758C293.374 166.953 293.049 168.985 290.039 169.962C287.029 170.936 280.276 170.531 279.706 171.506C279.136 172.482 279.204 174.173 279.462 175.41C279.869 177.361 277.591 180.775 277.591 180.775C277.591 180.775 284.018 184.76 285.726 186.548C287.436 188.336 288.33 190.207 288.085 191.264C287.841 192.321 287.517 192.403 288.248 193.621C288.981 194.842 296.304 205.736 298.989 211.428C301.674 217.12 300.778 223.624 300.697 229.479C300.616 235.333 300.86 240.698 301.348 242.081C301.348 242.081 310.786 272.003 312.089 276.556C313.39 281.109 323.805 297.912 327.494 310.055C327.494 310.055 328.904 309.73 329.772 312.114C330.639 314.5 332.593 321.871 333.243 323.932C333.894 325.991 335.197 328.159 335.197 328.918C335.197 329.677 334.653 330.979 334.653 330.979C334.653 330.979 339.995 348.584 340.62 350.059C341.813 352.876 344.743 355.804 344.851 359.382C344.96 362.959 347.129 371.415 347.888 374.884C348.649 378.353 349.95 384.207 349.732 384.858C349.516 385.509 348.214 390.604 348.214 392.447C348.214 394.29 349.516 401.552 349.95 404.154C350.384 406.756 351.417 411.47 350.817 412.07C349.516 413.37 346.805 412.178 346.261 411.093C345.72 410.009 343.55 403.07 343.55 403.07C343.55 403.07 344.091 409.033 343.442 409.358C342.79 409.684 339.753 409.142 339.319 406.974C338.884 404.805 338.342 397.758 338.342 396.025C338.342 394.29 338.776 389.627 338.668 388.545C338.56 387.46 337.908 387.568 337.149 388.652C336.39 389.737 332.593 394.507 331.942 396.458C331.29 398.409 330.531 401.337 329.88 401.337C329.23 401.337 327.494 400.36 327.927 396.784C328.361 393.205 330.749 388.109 331.508 386.917C332.267 385.725 334.979 382.149 334.979 381.606C334.979 381.064 334.002 375.427 333.135 374.451C332.267 373.474 331.398 376.402 330.423 377.594C329.446 378.788 325.432 379.762 323.697 378.462C321.96 377.161 323.479 375.86 324.672 375.102C325.867 374.343 328.145 368.596 328.471 366.645C328.795 364.694 329.338 363.392 330.531 361.549C331.724 359.706 318.597 344.096 316.211 341.385C316.211 341.385 311.871 341.061 310.027 338.025C308.182 334.989 305.082 329.165 304.06 327.726C301.674 324.365 300.589 321.438 301.674 320.353C301.674 320.353 294.948 306.694 294.08 303.116C294.08 303.116 290.933 309.946 290.284 311.573C289.632 313.198 288.765 318.944 286.269 319.702C286.269 319.702 287.788 322.739 286.161 325.341C284.533 327.943 283.014 334.989 283.014 334.989C283.014 334.989 285.4 336.398 286.052 340.735C286.703 345.071 290.717 349.949 289.199 354.286C287.68 358.623 283.34 375.86 284.099 380.305C284.859 384.749 287.245 387.786 286.919 394.29C286.595 400.794 286.595 406.431 287.896 410.66C289.199 414.888 287.137 420.199 288.222 423.019C289.307 425.836 290.29 428.467 289.958 428.981C288.765 430.825 281.713 433.752 281.713 433.752C281.713 433.752 279.109 446.652 276.722 455.975C274.336 465.299 270.321 477.44 270.321 479.934C270.321 482.428 271.19 489.799 269.128 493.594C267.066 497.388 259.798 501.724 259.798 501.724C259.798 501.724 259.906 504.435 256.977 506.928C254.049 509.422 250.253 511.698 245.804 516.035C241.356 520.371 222.263 539.559 221.178 540.319C220.093 541.078 218.356 540.861 218.356 540.861C218.356 540.861 196.118 558.315 194.273 559.723C194.273 559.723 195.141 561.566 192.321 564.711C189.5 567.855 181.906 573.601 179.736 575.878C177.566 578.154 171.817 583.249 170.84 584.55C169.864 585.85 168.887 587.043 171.165 586.176C173.444 585.309 176.915 583.466 177.676 584.225C178.435 584.984 178.543 587.368 177.458 588.886C176.373 590.405 170.514 593.764 168.128 594.848C165.742 595.933 162.595 598.86 160.317 600.378C158.039 601.895 156.086 602.654 155.109 604.497C154.134 606.34 148.275 616.966 147.516 617.724C146.757 618.483 142.96 627.481 142.416 630.191C141.875 632.901 140.464 644.393 137.752 646.344C135.041 648.295 133.956 647.969 133.956 647.969C133.956 647.969 133.005 648.783 132.193 648.946C131.378 649.109 126.985 648.946 126.578 647.89C126.171 646.832 120.394 628.944 120.07 619.513C119.744 610.081 121.696 599.023 120.882 594.144C120.07 589.266 117.303 576.907 117.79 573.654C118.278 570.403 120.07 563.979 122.103 562.598C124.137 561.214 128.856 561.703 128.856 561.703L129.752 562.353C129.752 562.353 130.32 561.459 132.681 561.214C135.041 560.97 150.417 561.133 152.045 561.703C153.672 562.272 153.428 558.368 155.543 556.987C157.66 555.604 158.88 556.255 159.205 555.767C159.531 555.28 161.402 553.571 162.379 553.246C163.354 552.922 164.657 548.368 166.202 548.042C167.749 547.718 170.19 545.36 172.142 543.652C174.095 541.945 177.513 539.913 179.139 541.457C179.139 541.457 195.493 521.211 198.015 517.065C198.015 517.065 196.877 513.242 199.806 510.885C202.736 508.527 211.604 500.721 214.94 496.493C218.275 492.266 227.47 481.126 228.69 480.233C229.911 479.338 232.108 479.094 232.108 479.094C232.108 479.094 234.223 475.354 234.386 474.053C234.549 472.752 233.409 452.913 232.596 449.335C231.782 445.757 230.155 438.033 230.155 438.033C230.155 438.033 224.297 436.651 223.238 435.107C222.181 433.561 224.378 430.147 223.727 426.813C223.075 423.479 218.926 410.713 218.926 410.713C218.926 410.713 217.625 412.422 217.055 412.34C217.055 412.34 197.121 433.073 195.33 434.781C193.54 436.488 180.359 446.815 178.977 447.71C177.594 448.603 176.129 453.644 172.061 454.783C167.992 455.921 151.068 459.336 144.397 461.368C137.726 463.401 102.251 474.704 98.6699 475.922C95.0908 477.143 78.4101 482.996 78.4101 482.996C78.4101 482.996 78.4914 484.623 77.5161 485.355C76.539 486.086 62.6265 495.112 61.0795 496.331C59.5343 497.551 58.1502 498.282 58.1502 498.282C58.1502 498.282 60.3468 502.999 59.1272 504.706C57.9059 506.413 51.3974 507.471 47.9795 508.934C44.5633 510.398 43.5048 512.512 41.0639 513.405C38.6231 514.3 35.1254 514.87 34.6368 515.6C34.1483 516.333 30.0808 522.025 27.8825 524.789C25.6858 527.554 22.1068 531.7 20.7227 532.432C19.3402 533.163 16.7365 540.075 15.4338 543.815C14.1328 547.556 11.2848 551.132 9.82094 551.458C8.35541 551.783 8.35536 551.783 8.35536 551.783C8.35536 551.783 7.54288 553.002 6.32161 553.002C5.10199 553.002 2.79067 552.396 2.49823 551.295C2.17255 550.076 0.544195 537.392 0.220183 531.944C-0.10549 526.496 -0.105497 513.649 0.46277 510.235Z' fill='white'/%3E%3C/svg%3E%0A"); }
      .portfolio-list__item--black .portfolio-list__title,
      .portfolio-list__item--black .portfolio-list__descr,
      .portfolio-list__item--black .portfolio-list__subtitle,
      .portfolio-list__item--black .portfolio-list__tag {
        color: #fff; }
      @media (max-width: 1023px) {
        .portfolio-list__item--black {
          padding-top: 20px; }
          .portfolio-list__item--black .portfolio-list__item-right {
            flex-direction: column-reverse;
            display: flex; } }
    .portfolio-list__item--primary {
      background-color: #894083;
      position: relative; }
      .portfolio-list__item--primary:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        background-position: 98% bottom;
        pointer-events: none;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg width='238' height='674' viewBox='0 0 238 674' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.1' d='M115.236 160.154C115.236 160.154 115.446 159.08 114.52 158.393C113.592 157.706 106.6 151.315 105.496 150.927C104.39 150.54 103.791 150.6 103.553 150.182C103.312 149.764 103.193 148.689 102.118 148.479C101.042 148.271 100.266 147.494 99.9968 146.867C99.7279 146.241 101.072 144.718 100.324 144.06C99.5783 143.403 100.025 142.27 100.175 140.776C100.324 139.283 102.148 121.221 102.566 117.278C102.985 113.338 111.53 83.8391 111.949 83.0634C112.367 82.2859 111.83 81.5102 111.83 81.5102C111.83 81.5102 115.177 75.6586 116.491 75.2992C116.491 75.2992 117.389 75.897 118.165 77.0321C118.942 78.1672 119.779 79.2418 120.795 79.957C121.81 80.674 123.126 83.6007 124.022 85.6895C124.919 87.78 131.553 105.395 132.689 108.74C133.823 112.083 139.144 127.909 141.115 132.326C143.088 136.746 151.694 150.778 153.008 152.749C154.324 154.719 155.638 158.302 157.85 159.676C160.062 161.049 161.194 162.22 161.855 163.857C163.349 167.559 167.263 172.932 167.263 172.932C167.263 172.932 166.606 173.829 166.786 174.693C166.964 175.56 169.385 177.978 169.385 177.978C169.385 177.978 168.308 179.65 166.606 180.486C164.902 181.323 164.602 181.472 165.021 183.233C165.439 184.995 166.933 188.01 166.933 188.01C166.933 188.01 163.527 189.265 163.349 190.37C163.349 190.37 155.727 183.829 149.303 181.113C142.878 178.396 132.897 175.471 131.91 174.873C130.926 174.275 116.103 160.661 115.236 160.154ZM128.623 626.371C128.623 626.371 128.289 626.974 128.086 627.625C127.92 628.159 127.918 628.839 127.772 628.835C126.472 628.789 124.277 629.417 123.828 629.281C123.379 629.148 122.124 628.387 122.797 627.312C123.47 626.237 125.263 626.102 126.517 626.102C127.772 626.102 128.623 626.371 128.623 626.371ZM6.82172 636.074C12.3793 638.046 25.1095 637.805 31.3259 632.851C37.5406 627.894 38.0783 622.399 38.7354 621.445C39.3942 620.489 42.6815 620.727 44.3535 620.489C46.0274 620.251 54.9932 617.683 58.3392 614.995C61.6869 612.308 62.7019 608.786 62.7019 606.097C62.7019 603.411 61.3877 601.44 61.3877 601.44C61.3877 601.44 61.2684 598.634 60.6113 596.125C60.2569 594.777 57.682 586.69 57.4434 585.914C57.203 585.139 57.8619 581.018 57.6821 580.243C57.5022 579.465 54.2755 578.629 54.2755 578.629C54.2755 578.629 55.6503 570.329 56.3074 567.582C56.9644 564.835 59.5055 559.462 60.2213 557.849C60.939 556.237 59.8635 555.431 59.8635 555.431C59.8635 555.431 69.2762 525.335 70.1737 523.723C71.0694 522.111 78.689 511.72 80.4822 505.54C82.2753 499.359 81.8266 482.162 84.3374 477.504C86.8482 472.846 95.6341 460.217 95.6341 460.217C95.6341 460.217 96.35 460.395 97.2474 460.217C98.1431 460.038 102.178 454.932 105.765 450.453C109.349 445.975 115.893 437.734 118.762 433.793C121.632 429.853 131.492 420.895 131.492 420.895C131.492 420.895 132.21 433.614 131.223 437.823C130.238 442.034 128.623 450.364 128.714 455.738C128.803 461.112 127.459 463.084 128.714 466.128C129.97 469.174 139.831 472.577 139.831 472.577C140.189 478.221 142.431 483.505 142.609 484.67C142.789 485.834 141.444 490.76 141.713 494.432C141.982 498.105 143.506 501.599 143.506 501.599C142.878 502.136 143.058 504.554 143.684 505.54C144.313 506.525 144.94 510.466 145.3 512.884C145.658 515.304 147.091 515.661 147.091 515.661C147.091 515.661 146.822 539.219 146.913 543.338C147.002 547.458 145.358 583.228 145.358 583.228C145.358 583.228 144.283 583.973 143.864 584.81C143.446 585.646 143.626 591.587 143.266 593.439C142.908 595.289 141.891 597.977 140.876 601.739C139.86 605.502 134.9 614.817 134.9 614.817C134.9 614.817 133.526 614.158 132.21 614.936C130.896 615.712 130.716 620.19 130.716 620.19C130.716 620.19 130.954 620.968 129.998 621.744C129.042 622.519 129.341 623.774 129.46 624.131C129.58 624.49 129.222 625.027 129.222 625.027C129.222 625.027 127.667 624.549 126.173 624.668C124.679 624.789 122.708 625.326 121.81 626.997C120.915 628.67 123.246 629.924 123.246 629.924C122.467 630.402 122.348 630.939 121.871 631.297C121.392 631.655 117.747 631.536 116.97 631.596C116.192 631.655 116.491 632.253 116.491 632.253C116.491 632.253 121.153 631.895 122.289 632.073C123.424 632.253 126.472 631.655 126.472 631.655C126.472 631.655 122.617 639.09 120.108 641.776C117.597 644.465 106.302 653.421 103.702 657.273C101.103 661.125 101.818 664.349 103.612 666.498C105.405 668.649 115.984 676.619 128.354 673.127C142.103 669.245 142.52 660.676 146.553 656.647C150.588 652.615 150.499 655.839 157.67 650.555C164.843 645.271 165.738 640.345 165.738 637.836C165.738 635.327 164.394 633.178 164.394 633.178C164.394 627.357 161.346 619.473 161.346 618.489C161.346 617.503 162.243 614.458 162.152 613.472C162.063 612.488 159.463 610.786 159.463 610.786C159.463 610.786 159.732 606.756 160.001 603.172C160.27 599.589 163.587 590.542 164.036 588.662C164.483 586.781 162.87 585.914 162.87 585.914C162.87 585.914 170.52 551.28 171.357 547.339C172.193 543.398 175.78 538.264 176.617 529.784C177.454 521.305 173.33 507.032 173.33 507.032C173.33 507.032 174.167 506.018 173.748 504.942C173.33 503.867 172.193 500.405 172.254 498.852C172.313 497.299 170.639 496.822 170.639 496.822C170.042 494.673 173.987 475.922 173.987 475.922C173.987 475.922 178.289 475.324 178.41 472.696C178.529 470.07 187.016 456.216 190.722 447.498C194.426 438.779 193.111 429.225 195.98 424.448C198.849 419.671 202.197 409.28 202.197 409.28C205.902 407.729 208.531 403.19 208.771 395.905C208.888 392.286 212.355 373.452 212.477 364.615C212.596 355.778 205.781 350.76 206.022 348.611C206.26 346.462 205.781 338.819 205.781 338.819C205.781 338.819 209.645 337.813 212.236 334.518C214.003 332.273 214.67 328.124 215.105 325.801C215.828 321.956 212.715 310.035 212.596 308.603C212.477 307.169 213.552 303.586 214.747 301.079C215.942 298.571 213.552 292.957 213.312 291.285C213.073 289.614 214.389 283.165 217.137 277.432C219.886 271.7 227.536 259.518 231.122 256.054C234.709 252.592 234.11 248.173 236.979 238.259C239.468 229.659 236.502 219.151 236.502 219.151C236.502 219.151 240.804 207.448 234.828 198.37C230.67 192.056 224.19 185.712 224.19 185.712C224.19 185.712 228.015 181.531 227.776 172.813C227.536 164.095 223.114 153.347 208.591 150.301C194.068 147.255 184.386 152.808 184.386 152.808C179.366 148.39 175.242 133.522 169.145 124.683C163.05 115.846 154.921 107.187 151.575 102.291C148.227 97.3945 139.682 79.7186 138.845 77.6886C138.008 75.6586 138.066 73.867 138.426 72.4935C138.784 71.12 140.159 69.8069 142.49 67.8961C144.821 65.9853 145.059 63.7756 145.538 62.4021C146.015 61.0286 148.466 58.1624 151.037 56.8476C153.213 55.7356 154.264 54.6396 154.025 53.743C153.786 52.848 151.813 51.8926 148.884 52.3107C145.957 52.7288 143.506 54.9368 142.431 56.5505C141.354 58.1624 141.056 58.8794 140.219 58.6997C139.382 58.52 138.604 58.2816 138.604 58.2816C139.74 56.7889 140.638 55.4759 141.475 54.2803C142.31 53.0864 143.446 49.5637 143.626 48.7863C143.804 48.0105 143.027 47.2348 142.31 47.2348C142.235 47.2348 142.157 47.2508 142.075 47.2775C145.097 42.5147 146.852 36.8695 146.852 30.8132C146.852 13.7956 133.045 2.34745e-05 116.014 2.34745e-05C98.9818 2.34745e-05 85.1743 13.7956 85.1743 30.8132C85.1743 44.8401 94.5585 56.6697 107.396 60.397C108.211 61.0873 108.963 61.9004 108.243 62.0427C107.048 62.2829 105.136 62.8789 102.328 64.3129C99.5178 65.7452 98.9213 69.8657 98.323 71.9562C97.7247 74.0467 96.1719 76.6727 96.1719 76.6727C96.1719 76.6727 95.6929 76.3151 94.7366 77.6281C93.7804 78.9429 77.4051 123.728 75.5513 132.745C75.3412 133.768 70.5316 147.972 72.2357 152.719C73.5054 156.258 79.9444 166.155 83.7106 169.29C87.475 172.425 90.5235 178.426 91.599 179.769C92.6746 181.113 94.3787 181.741 94.3787 181.741C94.3787 181.741 106.391 197.595 117.328 202.879C123.253 205.741 129.521 209.954 129.521 211.031C129.521 212.105 130.059 217.479 130.059 217.479C130.059 217.479 129.341 221.779 122.348 238.081C115.355 254.382 106.749 269.789 107.109 279.283C107.467 288.778 106.571 296.122 105.854 301.138C105.136 306.155 109.26 314.932 109.709 315.56C110.156 316.186 110.247 318.515 110.784 319.321C111.322 320.127 113.204 319.59 114.729 321.024C116.13 322.342 122.761 325.551 123.815 326.059C123.657 326.067 123.335 326.24 122.708 327.025C121.632 328.368 121.901 330.608 120.824 330.517C119.748 330.428 114.729 328.188 113.653 329.442C112.577 330.697 100.923 343.327 98.8608 346.282C96.7987 349.237 93.3922 355.778 92.6746 363.928C91.957 372.078 82.1863 389.635 79.6755 394.83C77.1665 400.025 74.6557 399.128 72.0559 402.98C69.456 406.832 68.7384 409.43 64.1674 414.177C60.9906 417.475 59.0567 423.672 56.4569 426.627C53.8571 429.584 49.3751 431.016 49.3751 431.016C49.3751 431.016 49.4641 431.554 51.4371 433.614C53.4084 435.674 59.3256 438.183 61.2078 440.958C63.09 443.735 64.6143 444.632 64.6143 444.632C63.7774 448.333 59.5945 454.663 58.3997 457.052C57.203 459.44 55.8889 465.532 55.7696 468.279C55.6503 471.024 55.7696 475.443 52.7816 482.012C49.7936 488.581 43.757 516.647 43.0394 524.052C42.3218 531.455 39.8715 551.161 39.8715 551.161C38.6161 551.46 38.4968 553.31 38.438 554.326C38.3775 555.342 37.0028 561.611 36.5256 564.716C36.0466 567.821 34.0753 574.39 33.3577 578.092C32.6401 581.794 30.6671 586.153 29.1731 585.676C27.6791 585.198 27.1413 587.587 26.9632 589.259C26.7833 590.93 25.8271 592.841 25.8271 592.841C25.8271 592.841 24.9902 593.201 22.4794 593.677C19.9704 594.155 19.0142 595.17 18.5957 595.231C18.1773 595.289 15.0681 595.469 14.4716 595.469C13.8733 595.469 13.6952 596.186 14.1724 596.125C14.6514 596.067 17.8175 595.947 18.1773 596.365C18.5352 596.782 20.1485 597.321 20.1485 597.321C20.1485 597.321 19.9704 598.395 20.0897 598.991C20.209 599.589 22.0022 599.947 22.0022 599.947C22.0022 599.947 19.73 604.546 17.8781 606.635C16.0244 608.725 7.17967 617.265 4.13111 620.369C1.08433 623.475 0.546497 628.55 0.546497 628.55C0.546497 628.55 0.128071 629.447 0.00698294 630.461C-0.112324 631.477 1.26238 634.103 6.82172 636.074Z' fill='white'/%3E%3C/svg%3E%0A"); }
      .portfolio-list__item--primary .portfolio-list__title,
      .portfolio-list__item--primary .portfolio-list__descr,
      .portfolio-list__item--primary .portfolio-list__subtitle,
      .portfolio-list__item--primary .portfolio-list__tag {
        color: #fff; }
      @media (max-width: 1023px) {
        .portfolio-list__item--primary {
          padding-top: 20px; }
          .portfolio-list__item--primary .portfolio-list__item-right {
            flex-direction: column-reverse;
            display: flex; } }
    .portfolio-list__item--article .portfolio-list__descr {
      -webkit-line-clamp: 4;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .portfolio-list__article {
    padding: 26px 16px;
    position: relative;
    margin-top: 32px;
    display: block; }
    @media (max-width: 767px) {
      .portfolio-list__article {
        padding: 7px 10px;
        margin-top: 5px; } }
    @media (min-width: 1024px) {
      .portfolio-list__article:hover {
        cursor: pointer;
        text-decoration: none; }
        .portfolio-list__article:hover:before {
          opacity: 0.8; } }
    .portfolio-list__article:before {
      position: absolute;
      content: "";
      z-index: 0;
      left: 0;
      top: 0;
      bottom: 0;
      pointer-events: none;
      background: linear-gradient(270deg, #f38611 0%, #993492 100%);
      right: calc(-293% - 1px);
      transition: all 0.3s ease; }
      @media (max-width: 1023px) {
        .portfolio-list__article:before {
          display: none; } }
    @media (max-width: 1023px) {
      .portfolio-list__article {
        background: linear-gradient(270deg, #f38611 0%, #993492 100%); } }
  .portfolio-list__article-subtitle {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 6px;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .portfolio-list__article-subtitle {
        font-size: 12px; } }
  .portfolio-list__article-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .portfolio-list__article-title {
        font-size: 14px; } }
  .portfolio-list__subtitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px; }
    @media (max-width: 767px) {
      .portfolio-list__subtitle {
        font-size: 14px; } }
  .portfolio-list__title {
    line-height: 1.3;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block;
    font-weight: 800; }
    @media (max-width: 767px) {
      .portfolio-list__title {
        font-size: 22px;
        margin-bottom: 8px; } }
  .portfolio-list__descr {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 13px; }
    @media (max-width: 767px) {
      .portfolio-list__descr {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px; } }
  .portfolio-list__tag {
    font-size: 14px;
    color: #666666;
    margin-right: 12px;
    display: inline-block;
    margin-bottom: 6px; }
    @media (max-width: 767px) {
      .portfolio-list__tag {
        font-size: 12px;
        margin-right: 10px;
        margin-bottom: 2px; } }
  .portfolio-list__link {
    display: inline-block;
    margin-top: 30px;
    padding: 5px 12px;
    background-color: #fff;
    border-radius: 50px;
    color: #7a4281; }
    @media (hover: hover) {
      .portfolio-list__link:hover {
        cursor: pointer;
        color: #ffffff;
        text-decoration: none;
        background-color: #894083; } }
    @media (max-width: 767px) {
      .portfolio-list__link {
        margin-top: 0px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, calc(-50% - 18px));
        z-index: 2;
        font-size: 14px;
        filter: drop-shadow(0px 4px 4px rgba(137, 64, 131, 0.25)); } }
  .portfolio-list__awards {
    display: flex;
    align-items: flex-start;
    position: absolute;
    right: 10px;
    top: 0;
    transform: translateY(-50%); }
    @media (max-width: 1023px) {
      .portfolio-list__awards {
        position: relative;
        transform: translateY(0); } }
    .portfolio-list__awards-image {
      width: 147px;
      height: 205px; }
      .portfolio-list__awards-image .lazy-img-wrap {
        border-radius: 5px; }
      @media (max-width: 1023px) {
        .portfolio-list__awards-image {
          max-width: 50px;
          position: absolute;
          right: 0; } }
    .portfolio-list__awards-title {
      font-size: 12px;
      font-weight: bold;
      color: #fff;
      margin-right: 12px;
      max-width: 320px;
      margin-top: 20px;
      text-align: right; }
      @media (max-width: 1023px) {
        .portfolio-list__awards-title {
          margin-top: 0px;
          margin-bottom: 10px;
          margin-left: auto;
          margin-right: 60px; } }
      @media (max-width: 767px) {
        .portfolio-list__awards-title {
          font-size: 12px; } }

.portfolio-list:before,
.portfolio-content:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='378' height='871' viewBox='0 0 378 871' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M372.299 357.935C353.094 243.588 289.379 144.704 191.191 77.9212C93.0019 11.1384 -29.1868 -12.2962 -149.193 7.61789C-270.507 29.6408 -376.984 93.3727 -450.73 188.738C-524.477 284.104 -553.275 400.793 -536.253 513.969C-517.049 628.316 -453.334 727.2 -355.145 793.983C-343.363 803.121 -330.271 810.151 -319.361 816.009C-227.719 865.218 -122.113 882.56 -16.9441 863.114C104.371 841.091 210.847 777.36 284.594 681.994C360.522 587.8 390.194 474.391 372.299 357.935ZM-311.072 741.731C-354.275 712.909 -390.059 676.823 -416.244 634.645C-294.93 570.445 -120.378 481.409 -10.8448 492.424C-52.7353 588.025 -105.099 672.378 -163.573 733.768C-181.028 752.513 -200.665 770.086 -218.993 785.55C-251.286 776.646 -281.833 760.243 -311.072 741.731ZM84.7226 450.952C87.7771 441.345 92.1406 429.629 95.1951 420.023C167.636 453.297 234.841 495.007 288.517 535.077C274.99 575.614 254.918 612.635 230.481 647.314C219.135 660.904 207.79 674.494 196.444 688.084C197.753 671.916 196.88 654.577 194.697 639.346C185.967 550.305 150.182 486.101 84.7226 450.952ZM193.381 388.392C169.38 375.504 143.196 361.444 117.885 350.665C118.321 345.276 122.249 338.949 122.685 333.56C123.121 328.171 125.739 323.953 127.485 316.455C189.889 333.093 243.564 330.985 287.202 312.241C305.095 358.402 309.024 408.312 305.098 456.815C270.623 432.68 232.656 409.482 193.381 388.392ZM138.829 246.629C145.374 207.966 148.427 170.241 151.045 137.906C194.248 166.728 228.723 204.922 254.908 247.1C226.543 259.987 187.705 261.626 138.829 246.629ZM76.858 98.0698C79.9136 130.64 76.4237 173.754 69.4427 217.806C17.0756 189.687 -24.3821 153.366 -65.8398 117.046C-82.8592 102.284 -99.8787 87.5213 -116.898 72.7589C-51.4404 65.731 16.1997 73.9337 76.858 98.0698ZM55.4804 291.85C52.426 301.457 50.6806 308.955 49.8081 319.734L48.4991 321.842C-74.9996 272.398 -242.137 227.64 -406.654 248.959C-402.727 242.632 -398.799 236.306 -391.381 229.042C-345.562 169.292 -281.414 122.196 -209.848 95.9542C-177.118 113.529 -147.443 140.71 -115.586 169.063C-68.8919 211.007 -16.9606 258.575 55.4804 291.85ZM29.2999 390.263C24.9364 401.978 20.5728 413.694 16.2093 425.41C-117.326 401.506 -304.969 497.572 -446.356 570.676C-474.287 493.819 -475.162 406.184 -445.926 326.283C-315.011 298.168 -148.311 320.197 29.2999 390.263ZM-131.715 804.298C-124.297 797.034 -115.569 787.662 -108.151 780.398C-44.4406 710.573 12.7236 623.174 57.6685 517.966C94.3257 543.274 115.71 588.497 120.075 647.077C122.258 676.367 121.823 709.874 115.278 748.536C41.0934 793.055 -47.0561 813.204 -131.715 804.298Z' fill='%23F5F5F5'/%3E%3C/svg%3E%0A");
  background-position: left 13%;
  pointer-events: none;
  background-repeat: no-repeat;
  z-index: 0; }

.portfolio-content {
  font-size: 24px;
  margin-top: 30px;
  position: relative;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .portfolio-content {
      font-size: 16px;
      margin-top: 20px;
      margin-bottom: 20px; } }
  .portfolio-content__header {
    margin-left: -120px;
    margin-right: -120px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1; }
    .portfolio-content__header img {
      margin: auto;
      max-width: 100%; }
  .portfolio-content__inner {
    margin: -35px -35px;
    margin-bottom: 0px;
    padding: 35px 35px;
    padding-bottom: 0px;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .portfolio-content__inner {
        padding: 20px;
        margin: -100px 0px 40px; } }
  .portfolio-content p, .portfolio-content ul, .portfolio-content ol {
    margin-bottom: 25px !important; }
    @media (max-width: 767px) {
      .portfolio-content p, .portfolio-content ul, .portfolio-content ol {
        margin-bottom: 15px !important; } }
  @media (max-width: 767px) {
    .portfolio-content ol:not(.list-reset),
    .portfolio-content ul:not(.list-reset) {
      margin: 15px 0; } }
  .portfolio-content ul:not(.list-reset) {
    padding: 0 25px; }
    @media (max-width: 767px) {
      .portfolio-content ul:not(.list-reset) {
        padding: 0; } }
  .portfolio-content ul:not(.list-reset) li {
    font-size: 24px; }
    @media (max-width: 767px) {
      .portfolio-content ul:not(.list-reset) li {
        font-size: 16px;
        padding-left: 20px;
        margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .portfolio-content ul:not(.list-reset).list-check li {
      padding-left: 26px; }
      .portfolio-content ul:not(.list-reset).list-check li:before {
        top: 2px;
        width: 15px;
        height: 15px;
        background-size: 8px 8px; } }
  .portfolio-content ol:not(.list-reset) > li {
    font-size: 24px; }
    @media (max-width: 767px) {
      .portfolio-content ol:not(.list-reset) > li {
        padding-left: 20px;
        margin-bottom: 10px;
        font-size: 16px; } }
  .portfolio-content ol:not(.list-reset) > li .title {
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .portfolio-content ol:not(.list-reset) > li .title {
        font-size: 16px; } }
  .portfolio-content ol:not(.list-reset) > li .text {
    line-height: 1.6; }
    @media (max-width: 767px) {
      .portfolio-content ol:not(.list-reset) > li .text {
        font-size: 12px; } }
  @media (max-width: 767px) {
    .portfolio-content ol:not(.list-reset) > li:before {
      font-size: 16px;
      line-height: 22px; } }
  .portfolio-content__title {
    margin-top: 44px; }
    @media (max-width: 767px) {
      .portfolio-content__title {
        margin-top: 20px; } }
    .portfolio-content__title h3 {
      text-transform: uppercase;
      font-style: normal;
      font-weight: 800;
      font-size: 32px;
      line-height: 47px;
      letter-spacing: 0.02em; }
      @media (max-width: 767px) {
        .portfolio-content__title h3 {
          font-size: 14px;
          line-height: 21px;
          margin-bottom: 0; } }
    .portfolio-content__title--wh {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0 -70px; }
      @media (max-width: 1469px) {
        .portfolio-content__title--wh {
          margin-left: 20px;
          margin-right: 20px; } }
      @media (max-width: 1023px) {
        .portfolio-content__title--wh {
          margin-left: 0;
          margin-right: 0; } }
      @media (max-width: 767px) {
        .portfolio-content__title--wh {
          justify-content: center; } }
      .portfolio-content__title--wh h3 {
        margin-bottom: 0;
        font-style: normal;
        font-weight: 800;
        font-size: 42px;
        line-height: 62px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #ffffff; }
        @media (max-width: 1023px) {
          .portfolio-content__title--wh h3 {
            font-size: 32px; } }
        @media (max-width: 767px) {
          .portfolio-content__title--wh h3 {
            display: none; } }
      .portfolio-content__title--wh .portfolio-content__link {
        font-size: 18px;
        line-height: 27px;
        text-align: center;
        display: block;
        text-decoration: underline;
        transition: all ease .3s; }
        @media (min-width: 1024px) {
          .portfolio-content__title--wh .portfolio-content__link {
            cursor: pointer; }
            .portfolio-content__title--wh .portfolio-content__link:hover {
              color: #894083; } }
  .portfolio-content__block {
    padding: 30px 40px;
    position: relative; }
    @media (max-width: 767px) {
      .portfolio-content__block {
        padding: 18px 12px; } }
    .portfolio-content__block:before {
      content: "";
      position: absolute;
      top: 6px;
      left: 6px;
      bottom: 6px;
      right: 6px;
      background-color: #fff;
      z-index: 1; }
    .portfolio-content__block:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: -1; }
    .portfolio-content__block--color {
      margin: 30px 0; }
      @media (max-width: 767px) {
        .portfolio-content__block--color {
          margin: 15px 0; } }
      .portfolio-content__block--color:after {
        content: "";
        background: linear-gradient(270deg, #f38611 0%, #993492 100%); }
    .portfolio-content__block--gray {
      margin-bottom: 80px; }
      @media (max-width: 767px) {
        .portfolio-content__block--gray {
          margin-bottom: 15px; } }
      .portfolio-content__block--gray:after {
        content: "";
        background: linear-gradient(810deg, rgba(90, 90, 90, 0.02) 0%, #cdcdcd 100%); }
    .portfolio-content__block p {
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      line-height: 150%;
      letter-spacing: 0.02em;
      color: #000000;
      z-index: 2;
      position: relative;
      margin-bottom: 0 !important; }
      @media (max-width: 767px) {
        .portfolio-content__block p {
          font-size: 14px; } }
    .portfolio-content__block div {
      position: relative;
      z-index: 2; }
  .portfolio-content__photo {
    margin-left: -245px;
    margin-right: -245px;
    display: flex;
    position: relative;
    z-index: 1;
    flex-wrap: wrap; }
    @media (max-width: 1469px) {
      .portfolio-content__photo {
        margin-left: 0;
        margin-right: 0; } }
    .portfolio-content__photo img {
      margin: auto;
      max-width: 100%; }
    .portfolio-content__photo p {
      width: 60%;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 214%;
      color: #666666; }
      @media (max-width: 1023px) {
        .portfolio-content__photo p {
          width: 80%; } }
      @media (max-width: 767px) {
        .portfolio-content__photo p {
          width: 100%;
          font-size: 12px;
          line-height: 175%; } }
  .portfolio-content__row {
    margin: 45px -245px 135px;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1469px) {
      .portfolio-content__row {
        margin-left: 0;
        margin-right: 0; } }
    @media (max-width: 1023px) {
      .portfolio-content__row {
        flex-direction: column;
        margin-bottom: 70px; } }
    @media (max-width: 767px) {
      .portfolio-content__row {
        margin: 0; } }
  .portfolio-content__col {
    flex: 0 1 49%; }
    @media (max-width: 1023px) {
      .portfolio-content__col {
        flex: 0 1 100%; } }
    @media (max-width: 1023px) {
      .portfolio-content__col--v {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .portfolio-content__col--v {
        margin-bottom: 20px; } }
    .portfolio-content__col img {
      margin: auto;
      max-width: 100%; }
  .portfolio-content__footer {
    padding: 30px 0;
    background: linear-gradient(270deg, #f38611 0%, #993492 100%); }
    @media (max-width: 767px) {
      .portfolio-content__footer {
        padding: 9px 0; } }
    .portfolio-content__footer--b {
      background: #f5f5f5;
      padding-bottom: 66px; }
      @media (max-width: 767px) {
        .portfolio-content__footer--b {
          padding-bottom: 30px; } }
  .portfolio-content__link {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #ffffff;
    position: relative; }
    @media (max-width: 767px) {
      .portfolio-content__link {
        display: none; } }
  .portfolio-content .case__caption {
    margin-bottom: 8px !important; }
    @media (max-width: 767px) {
      .portfolio-content .case__caption {
        margin-bottom: 4px !important; } }
  .portfolio-content .article__name,
  .portfolio-content .article__position {
    margin-bottom: 0 !important; }

.case__row {
  display: flex;
  justify-content: space-between;
  z-index: 2;
  margin: -20px -100px 0; }
  @media (max-width: 1469px) {
    .case__row {
      margin-left: 0;
      margin-right: 0; } }
  @media (max-width: 1023px) {
    .case__row {
      flex-direction: column;
      margin-top: 15px; } }

.case__column {
  width: 366px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s ease; }
  @media (max-width: 1250px) {
    .case__column {
      width: 32%; } }
  @media (max-width: 1023px) {
    .case__column {
      width: auto;
      display: flex;
      margin: 0 auto 14px; } }
  @media (max-width: 575px) {
    .case__column {
      flex-direction: column;
      width: 100%; } }
  .case__column:hover {
    text-decoration: none;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25); }
    .case__column:hover .case__img {
      box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25); }

.case__img {
  flex: 1;
  position: relative;
  z-index: 1;
  width: 100%;
  transition: 0.3s ease; }
  @media (max-width: 1023px) {
    .case__img {
      order: 2; } }
  @media (max-width: 575px) {
    .case__img {
      order: 1; } }
  .case__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.case__block {
  background: #fff;
  padding: 30px 30px 58px 30px;
  width: 100%;
  transition: 0.3s ease;
  height: 210px; }
  @media (max-width: 1023px) {
    .case__block {
      order: 1;
      height: auto; } }
  @media (max-width: 767px) {
    .case__block {
      padding: 10px 13px; } }
  @media (max-width: 575px) {
    .case__block {
      order: 2; } }
  .case__block .case__info {
    margin-bottom: 0 !important; }

.case__caption {
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #bdbdbd;
  margin-bottom: 5px; }
  @media (max-width: 767px) {
    .case__caption {
      font-size: 12px;
      line-height: 24px; } }

.case__info {
  font-weight: bold;
  font-size: 18px;
  line-height: 144% !important;
  letter-spacing: 0.02em;
  color: #000000; }
  @media (max-width: 767px) {
    .case__info {
      font-size: 16px;
      line-height: 21px; } }

@media (max-width: 767px) {
  .article-content {
    margin-top: 0; } }

@media (max-width: 767px) {
  .article-content .portfolio-content__inner {
    margin: 0; } }

.article-content .portfolio-content__row {
  margin-bottom: 65px; }
  @media (max-width: 767px) {
    .article-content .portfolio-content__row {
      margin-bottom: 25px; } }

.article-content ~ .portfolio-content__footer {
  margin-top: 80px; }
  @media (max-width: 767px) {
    .article-content ~ .portfolio-content__footer {
      margin-top: 25px; } }
  @media (max-width: 575px) {
    .article-content ~ .portfolio-content__footer {
      margin-top: 0; } }

.article-content .portfolio-content__block--gray {
  margin-bottom: 30px; }
  @media (max-width: 575px) {
    .article-content .portfolio-content__block--gray {
      margin-bottom: 15px; } }

.article__column {
  flex: 0 1 33%;
  display: block; }
  @media (max-width: 1023px) {
    .article__column {
      margin-bottom: 15px; } }
  .article__column:hover {
    text-decoration: none; }
  .article__column:hover .article__block {
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    transition: 0.3s ease; }

.article__block {
  background: #fff;
  padding: 30px 30px 37px 30px;
  width: 99%;
  height: 300px;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column; }
  @media (max-width: 1023px) {
    .article__block {
      height: auto;
      min-height: 240px; } }

.article__infoblock {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  flex: 0 0 auto; }
  .article__infoblock .article__photo {
    border-radius: 50%; }
  .article__infoblock--top .article__name {
    font-size: 18px;
    line-height: 27px; }
    @media (max-width: 767px) {
      .article__infoblock--top .article__name {
        font-size: 14px;
        line-height: 21px; } }
  .article__infoblock--top .article__photo {
    width: 92px;
    height: 92px; }
    @media (max-width: 767px) {
      .article__infoblock--top .article__photo {
        width: 44px;
        height: 44px; } }
  .article__infoblock--top .article__wrap {
    margin-left: 20px; }
    @media (max-width: 767px) {
      .article__infoblock--top .article__wrap {
        margin-left: 7px; } }

.article__photo {
  width: 48px;
  height: 48px;
  border-radius: 50%; }

.article__wrap {
  margin-left: 13px; }

.article__name {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #000000; }

.article__position {
  font-size: 14px;
  line-height: 21px;
  align-items: center;
  letter-spacing: 0.02em;
  color: #666666; }

.article__caption {
  flex: 0 0 auto; }

.article__info {
  flex: 1 0 auto; }

.article__wrapper {
  position: relative;
  min-height: 550px; }

.article__visual {
  position: relative; }

.article__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 730px;
  height: 550px; }
  .article__image img {
    width: 100%; }

.article__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  overflow: hidden; }
  @media (max-width: 767px) {
    .article__icon {
      width: 16px;
      height: 16px; } }

.hashtags {
  margin: 70px 0 80px; }
  @media (max-width: 1199px) {
    .hashtags {
      margin: 15px 0; } }
  .hashtags__list {
    display: flex; }
    @media (max-width: 1199px) {
      .hashtags__list {
        flex-wrap: wrap; } }
    .hashtags__list li {
      margin-right: 14px; }
    .hashtags__list a {
      font-size: 14px;
      line-height: 21px;
      letter-spacing: 0.02em;
      color: #666666; }

.sticky-block {
  position: sticky;
  z-index: 9;
  top: 0;
  left: 0;
  float: left;
  width: 22vw;
  padding-bottom: 30px; }
  @media (max-width: 1700px) {
    .sticky-block {
      width: 18vw; } }
  @media (max-width: 575px) {
    .sticky-block {
      width: auto; } }
  @media (max-width: 1715px) {
    .sticky-block--desktop {
      display: none; } }
  .sticky-block--mobile {
    display: none; }
    @media (max-width: 575px) {
      .sticky-block--mobile {
        display: block;
        position: relative; } }
    @media (max-width: 575px) {
      .sticky-block--mobile .portfolio-content__inner {
        margin-top: 15px;
        margin-bottom: 0; } }
  .sticky-block__wrapper {
    position: relative; }
  .sticky-block__line {
    width: 100%;
    height: 28px;
    background: #ff8600; }
  .sticky-block__info {
    margin: 65px 0 0 60px;
    max-width: 200px;
    padding-bottom: 5px;
    border-bottom: 1px solid #894083; }
    @media (max-width: 1700px) {
      .sticky-block__info {
        margin: 40px 0 0 20px; } }
    @media (max-width: 575px) {
      .sticky-block__info {
        width: auto;
        max-width: none;
        margin: 0;
        padding-bottom: 20px; } }
  .sticky-block__title {
    margin-bottom: 20px; }
    .sticky-block__title h2 {
      font-weight: bold;
      font-size: 18px;
      line-height: 27px;
      letter-spacing: 0.02em;
      color: #000000;
      margin-bottom: 0; }
  .sticky-block__text p {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #666666; }
    @media (max-width: 575px) {
      .sticky-block__text p {
        font-size: 12px; } }
  .sticky-block__social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 100%;
    max-width: 200px;
    margin: 15px 0 0 60px; }
    @media (max-width: 1700px) {
      .sticky-block__social {
        margin-left: 20px; } }
    @media (max-width: 1199px) {
      .sticky-block__social {
        justify-content: flex-start; } }
    @media (max-width: 575px) {
      .sticky-block__social {
        max-width: 220px;
        margin: 10px 0 0 0; } }
    .sticky-block__social .social {
      width: 28px;
      height: 28px;
      background-position: center;
      background-repeat: no-repeat;
      transition: all 0.3s ease;
      background-size: cover; }
      .sticky-block__social .social:hover {
        opacity: 0.5; }
      .sticky-block__social .social:not(:last-child) {
        margin-right: 15px; }
    .sticky-block__social .social-inst {
      background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' fill='url(%23paint0_linear)'/%3E%3Ccircle cx='20' cy='20' r='20' stroke='%23F5F5F5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.5944 9.9299H14.4055C11.9338 9.9299 9.93002 11.9337 9.93002 14.4054V25.5942C9.93002 28.066 11.9338 30.0698 14.4055 30.0698H25.5944C28.0661 30.0698 30.0699 28.066 30.0699 25.5942V14.4054C30.0699 11.9337 28.0661 9.9299 25.5944 9.9299ZM14.4055 7.69214C10.6979 7.69214 7.69226 10.6978 7.69226 14.4054V25.5942C7.69226 29.3019 10.6979 32.3075 14.4055 32.3075H25.5944C29.302 32.3075 32.3076 29.3019 32.3076 25.5942V14.4054C32.3076 10.6978 29.302 7.69214 25.5944 7.69214H14.4055ZM20 24.4753C22.4718 24.4753 24.4755 22.4715 24.4755 19.9997C24.4755 17.528 22.4718 15.5242 20 15.5242C17.5282 15.5242 15.5245 17.528 15.5245 19.9997C15.5245 22.4715 17.5282 24.4753 20 24.4753ZM20 26.713C23.7077 26.713 26.7133 23.7074 26.7133 19.9997C26.7133 16.2921 23.7077 13.2864 20 13.2864C16.2924 13.2864 13.2867 16.2921 13.2867 19.9997C13.2867 23.7074 16.2924 26.713 20 26.713ZM26.7133 14.0558C27.3313 14.0558 27.8322 13.5549 27.8322 12.9369C27.8322 12.319 27.3313 11.8181 26.7133 11.8181C26.0954 11.8181 25.5944 12.319 25.5944 12.9369C25.5944 13.5549 26.0954 14.0558 26.7133 14.0558Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='40' y1='20' x2='-6.53976e-07' y2='20' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F38611'/%3E%3Cstop offset='1' stop-color='%23993492'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"); }
    .sticky-block__social .social-fb {
      background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' fill='url(%23paint0_linear)'/%3E%3Cpath d='M21.3278 14.6496V16.9892H24.6989L24.3525 20.601H21.3278V31.118H16.756V20.601H14.447V16.9892H16.756V14.1272C16.756 10.7108 19.4652 10.0385 20.8198 10.1293H24.6989V13.8091H21.9974C21.4802 13.8091 21.3355 14.3694 21.3278 14.6496Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='40' y1='20' x2='-6.53976e-07' y2='20' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F38611'/%3E%3Cstop offset='1' stop-color='%23993492'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"); }
    .sticky-block__social .social-link {
      background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' fill='url(%23paint0_linear)'/%3E%3Cpath d='M13.6875 29V14.9844H9.32812V29H13.6875ZM11.4844 13.1094C12.8906 13.1094 14.0156 11.9375 14.0156 10.5312C14.0156 9.17188 12.8906 8.04688 11.4844 8.04688C10.125 8.04688 9 9.17188 9 10.5312C9 11.9375 10.125 13.1094 11.4844 13.1094ZM29.9531 29H30V21.3125C30 17.5625 29.1562 14.6562 24.75 14.6562C22.6406 14.6562 21.2344 15.8281 20.625 16.9062H20.5781V14.9844H16.4062V29H20.7656V22.0625C20.7656 20.2344 21.0938 18.5 23.3438 18.5C25.5938 18.5 25.6406 20.5625 25.6406 22.2031V29H29.9531Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='40' y1='20' x2='-6.53976e-07' y2='20' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F38611'/%3E%3Cstop offset='1' stop-color='%23993492'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"); }
    .sticky-block__social .social-vk {
      background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' fill='url(%23paint0_linear)'/%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14.8604 12.3076C15.5705 12.3076 16.2265 12.3614 16.8283 12.5226C17.4302 12.6301 17.9238 12.8518 18.3634 13.1205C18.803 13.3892 19.1276 13.7722 19.3507 14.2626C19.5671 14.753 19.6821 15.3509 19.6821 16.0026C19.6821 16.7618 19.5198 17.4134 19.1343 17.9039C18.803 18.3943 18.262 18.831 17.5992 19.1534C18.5325 19.4222 19.2425 19.9126 19.6753 20.5643C20.1081 21.2159 20.3854 22.0288 20.3854 22.9559C20.3854 23.7151 20.2231 24.3667 19.9458 24.9109C19.6753 25.4551 19.2358 25.9455 18.7421 26.268C18.2484 26.5972 17.6466 26.8659 16.9906 27.0271C16.3347 27.1884 15.6787 27.2959 15.0227 27.2959L7.69222 27.3093V12.3076H14.8604ZM14.4209 18.3943C15.0227 18.3943 15.5164 18.233 15.8951 17.9576C16.2738 17.6822 16.4429 17.1984 16.4429 16.6005C16.4429 16.2713 16.3888 15.9489 16.2806 15.7339C16.1724 15.5189 16.0101 15.3509 15.7869 15.1897C15.5705 15.0822 15.3473 14.9747 15.0768 14.921C14.8063 14.8672 14.5291 14.8672 14.2045 14.8672H11.0329V18.401C11.0329 18.3943 14.4209 18.3943 14.4209 18.3943ZM14.5832 24.8101C14.9145 24.8101 15.2391 24.7564 15.5164 24.7026C15.7869 24.6489 16.0642 24.5414 16.2806 24.3735C16.497 24.2055 16.666 24.0443 16.8283 23.7755C16.9365 23.5068 17.0447 23.1776 17.0447 22.7947C17.0447 22.0355 16.8283 21.4914 16.3888 21.1084C15.9492 20.7792 15.3473 20.618 14.6373 20.618H11.0329V24.8034H14.5832V24.8101Z' fill='white'/%3E%3Cpath d='M25.1461 24.7565C25.5856 25.1931 26.2416 25.4081 27.114 25.4081C27.7158 25.4081 28.2636 25.2469 28.7032 24.9714C29.1427 24.6423 29.4132 24.3198 29.5214 23.9906H32.1994C31.7598 25.2939 31.1038 26.221 30.2315 26.8189C29.3591 27.3631 28.3177 27.6856 27.0599 27.6856C26.1875 27.6856 25.4166 27.5243 24.7065 27.2489C23.9965 26.9802 23.4487 26.5972 22.955 26.0531C22.4614 25.5626 22.0827 24.9647 21.8595 24.2593C21.589 23.5539 21.4741 22.7948 21.4741 21.9214C21.4741 21.1085 21.5823 20.3426 21.8595 19.6372C22.1368 18.9318 22.5155 18.3339 23.0091 17.7897C23.5028 17.2993 24.1047 16.8626 24.7606 16.5939C25.4707 16.3252 26.1807 16.1572 27.0599 16.1572C27.9931 16.1572 28.8113 16.3184 29.5214 16.7014C30.2315 17.0843 30.7792 17.5143 31.2188 18.1659C31.6584 18.7638 31.983 19.4693 32.2061 20.2284C32.3143 20.9876 32.3684 21.7534 32.3143 22.6201H24.3819C24.3819 23.5069 24.7065 24.3198 25.1461 24.7565ZM28.595 19.046C28.2095 18.6631 27.6076 18.4481 26.8976 18.4481C26.4039 18.4481 26.0252 18.5556 25.6938 18.7168C25.3625 18.8781 25.1461 19.0998 24.9297 19.3147C24.7133 19.5297 24.5983 19.8052 24.5442 20.0739C24.4901 20.3426 24.436 20.5643 24.436 20.7793H29.3591C29.2509 19.9731 28.9736 19.4289 28.595 19.046ZM23.7801 13.3423H29.9069V14.8068H23.7801V13.3423Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='40' y1='20' x2='-6.53976e-07' y2='20' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F38611'/%3E%3Cstop offset='1' stop-color='%23993492'/%3E%3C/linearGradient%3E%3CclipPath id='clip0'%3E%3Crect width='24.6154' height='15.3846' fill='white' transform='translate(7.69222 12.3076)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); }
    .sticky-block__social .social-tg {
      background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' fill='url(%23paint0_linear)'/%3E%3Cpath d='M29.9062 12.6406C30.1875 11.3281 29.4375 10.8125 28.5938 11.1406L9.9375 18.3125C8.67188 18.8281 8.71875 19.5312 9.75 19.8594L14.4844 21.3125L25.5469 14.375C26.0625 14 26.5781 14.2344 26.1562 14.5625L17.2031 22.625L16.875 27.5469C17.3906 27.5469 17.5781 27.3594 17.8594 27.0781L20.1562 24.8281L24.9844 28.3906C25.875 28.9062 26.5312 28.625 26.7656 27.5938L29.9062 12.6406Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='40' y1='20' x2='-6.53976e-07' y2='20' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F38611'/%3E%3Cstop offset='1' stop-color='%23993492'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"); }

.portfolio-content .sticky-block {
  float: right; }

.img-offset-section {
  display: flex;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .img-offset-section {
      flex-direction: column; } }
  .img-offset-section__content {
    flex: 0 0 100%; }
    @media (max-width: 1023px) {
      .img-offset-section__content {
        order: 2; } }
  .img-offset-section__container {
    padding-bottom: 10px; }
  @media (max-width: 1023px) {
    .img-offset-section__body {
      margin-top: -200px;
      z-index: 2;
      background: #fff;
      z-index: 2;
      position: relative;
      padding: 12px 12px 25px 12px;
      border-bottom: 1px solid #894083; } }
  @media (max-width: 767px) {
    .img-offset-section__body {
      margin-top: -115px; } }
  .img-offset-section__image {
    flex: 0 0 40%;
    transform: translate(-100%, 0); }
    @media (max-width: 1023px) {
      .img-offset-section__image {
        flex: 0 0 100%;
        transform: translate(0, 0);
        order: 1; } }
    .img-offset-section__image img {
      min-width: 100%; }

/* End */


/* Start:/local/templates/.default/components/bitrix/news/portfolio/bitrix/news.list/.default/style.css?1787750844150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/html/components-template/portfolio-page/style.css?178775084574596 */
/* /local/templates/.default/components/bitrix/news/portfolio/bitrix/news.list/.default/style.css?1787750844150 */
