

/* Start:/local/templates/uniofweb/components/bitrix/news/cases/bitrix/news.detail/.default/style.css?17689064805639*/
.intro {
  min-height: 600px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center;
  background-size: cover; }
  @media (max-width: 799px) {
    .intro {
      min-height: 400px; } }
  .intro.nouted {
    display: block;
    margin-bottom: 400px; }
    .intro.nouted .container {
      justify-content: unset; }
    @media (max-width: 1279px) {
      .intro.nouted {
        margin-bottom: 200px; } }
    @media (max-width: 395px) {
      .intro.nouted {
        margin-bottom: 100px; } }
  .intro .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .intro .container .logo {
      margin: 45px 0 20px; }
      @media (max-width: 799px) {
        .intro .container .logo {
          max-width: 240px; } }
    .intro .container .project_url {
      margin: 20px;
      text-transform: uppercase;
      text-decoration: none;
      border-bottom: 1px solid;
      color: #fff; }
      @media (max-width: 799px) {
        .intro .container .project_url {
          margin: 15px; } }
    .intro .container .prev_text {
      margin: 20px 0 40px;
      text-align: center;
      color: #fff;
      font-weight: 300; }
      @media (max-width: 799px) {
        .intro .container .prev_text {
          margin-bottom: 30px; } }
      .intro .container .prev_text span {
        font-size: inherit;
        color: inherit;
        font-weight: inherit; }
    .intro .container .nout {
      width: 1000px;
      position: relative;
      display: flex;
      justify-content: center; }
      .intro .container .nout img {
        position: absolute;
        z-index: 2;
        max-height: unset; }
      @media (min-width: 800px) and (max-width: 1279px) {
        .intro .container .nout {
          width: 800px; } }
      @media (max-width: 799px) {
        .intro .container .nout {
          width: 100%;
          max-width: 480px; } }

img {
  max-width: 100%; }

.dop-info__top {
  background: #F3F3F4FF;
  background: linear-gradient(90deg, #f3f3f4 0%, #f3f3f4 50%, white 50%, white 100%);
  border-bottom: 1px solid #e8e8e8;
  padding: 150px 0 50px 0; }
  @media (max-width: 799px) {
    .dop-info__top {
      padding-top: 50px; } }
  .dop-info__top h4 {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .dop-info__top span {
    display: block;
    font-weight: 300;
    padding-right: 85px; }
  .dop-info__top .container {
    display: flex; }
    .dop-info__top .container .client {
      flex: 0 0 50%; }
    .dop-info__top .container .task {
      flex: 0 0 calc(50% - 85px);
      padding-left: 85px; }
  @media (max-width: 1023px) {
    .dop-info__top {
      background: linear-gradient(180deg, #f3f3f4 0%, white 100%); }
      .dop-info__top .container {
        flex-direction: column; }
        .dop-info__top .container .client {
          flex: unset; }
        .dop-info__top .container .task {
          flex: unset;
          padding-left: unset;
          margin-top: 30px; }
        .dop-info__top .container span {
          padding-right: unset; } }
.dop-info .dop-info__bottom {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 679px) {
    .dop-info .dop-info__bottom {
      padding-top: 20px;
      padding-bottom: 60px; } }
  .dop-info .dop-info__bottom h3 {
    font-size: 28px;
    font-weight: 400; }
  .dop-info .dop-info__bottom .realize_text {
    font-weight: 300; }
    .dop-info .dop-info__bottom .realize_text span, .dop-info .dop-info__bottom .realize_text div, .dop-info .dop-info__bottom .realize_text p {
      font-size: inherit;
      font-weight: inherit; }

.pages .page {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #262e32;
  margin-bottom: 45px;
  position: relative; }
  .pages .page .page_desc {
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #fff; }
    .pages .page .page_desc p {
      font-size: 18px;
      margin-bottom: 5px; }
  .pages .page .img_desc {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 58px;
    color: #313f46;
    opacity: 0.7;
    line-height: 1;
    text-align: right;
    margin-bottom: 5px; }
    @media (max-width: 799px) {
      .pages .page .img_desc {
        font-size: 38px; } }
    @media (max-width: 479px) {
      .pages .page .img_desc {
        font-size: 32px; } }
  .pages .page img {
    box-shadow: 0px 35px 68.62px rgba(0, 0, 0, 0.28);
    z-index: 5;
    position: relative;
    margin-bottom: 100px; }
    @media (max-width: 799px) {
      .pages .page img {
        margin-bottom: 20px; } }
  .pages .page:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: -47px;
    clip-path: polygon(0% 0%, 0% 95%, 105% 0);
    background: #262e32; }
  .pages .page:nth-child(even) {
    background: #fff; }
    .pages .page:nth-child(even) .page_desc {
      color: black; }
    .pages .page:nth-child(even) .img_desc {
      color: #d0d4da; }
    .pages .page:nth-child(even):after {
      clip-path: polygon(100% 0, 100% 100%, -4% 100%);
      background: #262e32; }
  .pages .page:last-child {
    margin-bottom: 0;
    padding-bottom: 100px; }
    .pages .page:last-child:after {
      height: 0; }

.footer-callback {
  margin-top: 0 !important; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17351953113514*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-block-table p {
    margin: 0;
}

.sp-image img {
    width: 100%;
}

.sp-video iframe,
.sp-video-gallery iframe {
    border-width: 0;
}

.sp-iblock-sections {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-iblock-elements {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

.sp-complex-table {
    display: table;
    table-layout: fixed;
    border-spacing: 10px;
}

.sp-complex-row {
    display: table-row;
}

.sp-complex-col {
    display: table-cell;
    vertical-align: top;
}

/* End */
/* /local/templates/uniofweb/components/bitrix/news/cases/bitrix/news.detail/.default/style.css?17689064805639 */
/* /bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17351953113514 */
