/* Site Template Path */
.popup-wrapper {
  display: none; }

.popup-block {
  background-color: #23205D;
  padding: 50px 100px;
  position: relative; }
  .popup-block.popup-approw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 600px;
    height: 600px; }
  .popup-block .popup-block__close-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    background-image: url("/bitrix/templates/maltsev/images/icon__close-btn.svg");
    background-position: center;
    -moz-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10; }
  .popup-block .popup-block__title {
    font-weight: bold;
    font-size: 48px;
    line-height: 1.27083;
    color: white;
    width: 100%;
    text-align: center;
    margin-bottom: 50px; }
  .popup-block .form-block {
    max-width: 790px;
    width: 100%; }
  .popup-block .form-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px; }
    .popup-block .form-section:last-child {
      margin-bottom: 0; }
    .popup-block .form-section.nmb {
      margin-bottom: 0; }
    .popup-block .form-section .form-group {
      margin-bottom: 23px; }
      .popup-block .form-section .form-group:last-child {
        margin-bottom: 0; }
  .popup-block .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
    .popup-block .form-group input, .popup-block .form-group select {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin: 0 auto;
      max-width: 510px;
      width: 100%;
      height: 75px;
      background-color: #353274;
      border: 2px solid #353274;
      padding: 22px 20px;
      font-weight: 400;
      color: white;
      text-align: left;
      font-size: 24px;
      line-height: 1; }
      .popup-block .form-group input::-ms-input-placeholder, .popup-block .form-group input:-ms-input-placeholder, .popup-block .form-group input::-ms-input-placeholder, .popup-block .form-group select::-ms-input-placeholder, .popup-block .form-group select:-ms-input-placeholder, .popup-block .form-group select::-ms-input-placeholder {
        color: #7C7AA4; }
      .popup-block .form-group input::placeholder, .popup-block .form-group input:-ms-input-placeholder, .popup-block .form-group input::-ms-input-placeholder, .popup-block .form-group select::placeholder, .popup-block .form-group select:-ms-input-placeholder, .popup-block .form-group select::-ms-input-placeholder {
        color: #7C7AA4; }
      .popup-block .form-group input[type="submit"], .popup-block .form-group select[type="submit"] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 320px;
        width: 100%;
        height: 90px;
        padding: 30px;
        cursor: pointer;
        font-weight: bold;
        font-size: 15px;
        line-height: 1;
        text-transform: uppercase;
        text-align: center;
        color: white;
        background-color: #EB5B3F; }
    .popup-block .form-group select {
      position: relative;
      padding-right: 35px;
      background-image: url("/bitrix/templates/maltsev/images/icon__select-arrow.svg");
      background-position: 98% center;
      -moz-background-size: 25px 12px;
      background-size: 25px 12px;
      background-repeat: no-repeat;
      -webkit-appearance: none;
      -moz-appearance: none; }
      .popup-block .form-group select::-ms-expand {
        display: none; }
      .popup-block .form-group select option {
        height: 74px; }
    .popup-block .form-group textarea {
      border: none;
      background: #353274;
      padding: 22px 20px;
      font-weight: 400;
      color: white;
      text-align: left;
      font-size: 24px;
      line-height: 1.1;
      resize: none; }
      .popup-block .form-group textarea::-ms-input-placeholder, .popup-block .form-group textarea:-ms-input-placeholder, .popup-block .form-group textarea::-ms-input-placeholder {
        color: #7C7AA4;
        font-family: 'Open Sans', Tahoma, Verdana, Helvetica, sans-serif; }
      .popup-block .form-group textarea::placeholder, .popup-block .form-group textarea:-ms-input-placeholder, .popup-block .form-group textarea::-ms-input-placeholder {
        color: #7C7AA4;
        font-family: 'Open Sans', Tahoma, Verdana, Helvetica, sans-serif; }
    .popup-block .form-group.form-group__date-range {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 466px;
      width: 100%; }
      .popup-block .form-group.form-group__date-range p {
        font-weight: 400;
        font-size: 24px;
        line-height: 1.25;
        color: #7C7AA4;
        text-align: left;
        margin: 0;
        margin-right: 24px; }
      .popup-block .form-group.form-group__date-range input {
        width: 37.4%;
        margin: 0;
        margin-right: 24px; }
        .popup-block .form-group.form-group__date-range input:last-child {
          margin-right: 0; }
  .popup-block .popup-block__result {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: #23205D;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px; }
    .popup-block .popup-block__result.is-on {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .popup-block .popup-block__result .img-wrapper {
      margin-bottom: 23px; }
    .popup-block .popup-block__result p {
      width: 100%;
      font-weight: 400;
      font-size: 24px;
      line-height: 1.25;
      text-align: center;
      color: white;
      max-width: 600px; }
  .popup-block .form-block__message {
    display: none;
    margin: 0;
    margin-top: 50px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.25;
    color: #7C7AA4;
    text-align: center;
    width: 100%; }
    .popup-block .form-block__message span {
      color: #EB5B3F; }
    .popup-block .form-block__message.is-on {
      display: none; }
  @media screen and (max-width: 630px) {
    .popup-block {
      padding: 60px 20px 40px 20px; }
      .popup-block .popup-block__close-btn {
        width: 25px;
        height: 25px;
        top: 20px;
        right: 20px; }
      .popup-block .popup-block__title {
        font-size: 32px;
        margin-bottom: 40px; }
      .popup-block .form-section {
        margin-bottom: 30px; }
        .popup-block .form-section:last-child {
          margin-bottom: 0; }
        .popup-block .form-section .form-group {
          margin-bottom: 15px; }
          .popup-block .form-section .form-group:last-child {
            margin-bottom: 0; }
      .popup-block .form-group input, .popup-block .form-group select {
        max-width: 510px;
        width: 100%;
        height: 50px;
        padding: 12px 14px;
        font-size: 18px; }
        .popup-block .form-group input[type="submit"], .popup-block .form-group select[type="submit"] {
          height: 55px;
          padding: 20px;
          font-size: 16px; }
      .popup-block .form-group select {
        padding-right: 35px;
        background-position: 98% center;
        -moz-background-size: 25px 12px;
        background-size: 25px 12px; }
      .popup-block .form-group textarea {
        padding: 12px 14px;
        font-size: 18px; }
      .popup-block .form-group.form-group__date-range {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 466px;
        width: 100%; }
        .popup-block .form-group.form-group__date-range p {
          width: 100%;
          text-align: center;
          font-size: 18px;
          line-height: 1;
          margin-right: 0;
          margin-bottom: 15px; }
        .popup-block .form-group.form-group__date-range input {
          width: 100%;
          margin: 0;
          margin-right: 5px;
          margin-bottom: 0; }
          .popup-block .form-group.form-group__date-range input:last-child {
            margin-right: 0;
            margin-bottom: 0; } }

.main section.about {
  background-color: white; }
  .main section.about .description {
    color: black; }
  .main section.about .video-item .title {
    color: #332d73; }
  @media screen and (max-width: 1086px) {
    .main section.about {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      padding: 40px 0;
      width: auto;
      height: auto; }
      .main section.about #lightgallery-video {
        padding: 0 20px;
        margin-bottom: 30px;
        width: 100%;
        height: auto; } }
    @media screen and (max-width: 1086px) and (max-width: 496px) {
      .main section.about #lightgallery-video .video-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%; }
        .main section.about #lightgallery-video .video-item .wr-title {
          padding: 0;
          margin-top: 20px;
          text-align: center; } }
  @media screen and (max-width: 1086px) {
      .main section.about .description {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0 20px;
        padding-left: 30px;
        width: auto;
        height: auto;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media screen and (max-width: 768px) {
  .main section.services {
    margin-top: 60px; }
    .main section.services .services-main-list .services-main-item {
      min-height: 250px; }
      .main section.services .services-main-list .services-main-item .wrap {
        padding: 40px 20px; }
        .main section.services .services-main-list .services-main-item .wrap .image {
          padding: 40px 20px;
          width: 100%;
          height: auto; }
          .main section.services .services-main-list .services-main-item .wrap .image h3 a {
            white-space: normal; }
        .main section.services .services-main-list .services-main-item .wrap .subservices-list {
          margin-left: 0; } }

.main .wr-convenience .convenience {
  background: white; }
  .main .wr-convenience .convenience h3 {
    color: black; }
  .main .wr-convenience .convenience .title, .main .wr-convenience .convenience .description {
    color: black; }

@media screen and (max-width: 1068px) {
  .main .wr-convenience {
    top: auto;
    margin-bottom: 60px; }
    .main .wr-convenience .wrapper .convenience {
      margin-top: 60px;
      padding: 40px 20px;
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      height: auto; }
      .main .wr-convenience .wrapper .convenience h3 {
        font-size: 32px;
        margin-bottom: 40px; }
      .main .wr-convenience .wrapper .convenience .convenience-item {
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        height: auto;
        margin-bottom: 40px; }
        .main .wr-convenience .wrapper .convenience .convenience-item:last-child {
          margin-bottom: 0; }
        .main .wr-convenience .wrapper .convenience .convenience-item .title {
          width: 100%;
          text-align: center;
          margin-bottom: 20px; }
        .main .wr-convenience .wrapper .convenience .convenience-item .description {
          width: 100%;
          text-align: center; }
        .main .wr-convenience .wrapper .convenience .convenience-item > div {
          -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
          flex-basis: auto;
          padding: 0;
          margin-top: 20px; } }

.main .wr-how-client .how-client {
  margin-bottom: 0; }
  @media screen and (max-width: 1195px) {
    .main .wr-how-client .how-client {
      margin-bottom: 60px;
      margin-left: auto;
      margin-right: auto;
      padding: 40px 20px; }
      .main .wr-how-client .how-client h3 {
        font-size: 32px;
        margin-bottom: 40px;
        text-align: center;
        width: 100%; }
      .main .wr-how-client .how-client ul {
        width: 100%;
        margin-bottom: 40px; }
      .main .wr-how-client .how-client .btn-default {
        margin: 0 auto; } }

.main .wr-how-client .events-list {
  margin: 0 auto;
  max-width: 415px;
  width: 100%; }
  .main .wr-how-client .events-list .events-item {
    max-width: 415px;
    width: 100%;
    overflow: hidden; }
    .main .wr-how-client .events-list .events-item .wrap {
      padding: 15px 20px; }
    .main .wr-how-client .events-list .events-item > div {
      width: 100%; }

.main .wr-how-client .swiper-event-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 415px;
  width: 100%;
  height: auto; }
  .main .wr-how-client .swiper-event-list .swiper-controls {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .main .wr-how-client .swiper-event-list .swiper-controls > div {
      position: static;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      margin: 0;
      padding: 0;
      width: 30px;
      height: 30px; }
      .main .wr-how-client .swiper-event-list .swiper-controls > div:after, .main .wr-how-client .swiper-event-list .swiper-controls > div:before {
        color: white;
        font-size: 25px; }

body .wrapper-hide {
  display: none; }

body main.service-list-overflow .banner-inner .wrapper-inner {
  overflow: hidden; }

body main.inner {
  padding-bottom: 60px; }
  body main.inner .banner-inner .wrapper-inner, body main.inner .news-detail .wrapper-inner {
    padding-bottom: 0 !important; }
    @media screen and (max-width: 1068px) {
      body main.inner .banner-inner .wrapper-inner, body main.inner .news-detail .wrapper-inner {
        padding: 40px 20px; } }
  body main.inner .banner-inner img, body main.inner .news-detail img {
    width: auto;
    height: auto;
    max-width: 100%; }
    body main.inner .banner-inner img:last-child, body main.inner .news-detail img:last-child {
      margin-bottom: 0; }
  body main.inner .banner-inner .image-float-left, body main.inner .news-detail .image-float-left {
    padding: 0; }
  @media screen and (max-width: 1068px) {
    body main.inner .banner-inner h2, body main.inner .news-detail h2 {
      font-size: 32px;
      padding: 0;
      margin: 40px 0; }
      body main.inner .banner-inner h2:first-child, body main.inner .news-detail h2:first-child {
        margin-top: 0; }
      body main.inner .banner-inner h2:last-child, body main.inner .news-detail h2:last-child {
        margin-bottom: 0; }
    body main.inner .banner-inner .image-float-left, body main.inner .news-detail .image-float-left {
      display: block;
      float: none;
      margin: 20px auto;
      padding: 0; } }

body main .inc-service-panel {
  margin-top: -80px !important;
  margin-bottom: 0 !important; }
  @media screen and (max-width: 768px) {
    body main .inc-service-panel {
      margin-top: 30px !important; } }

@media screen and (max-width: 1068px) {
  body main .note {
    padding: 40px 20px;
    margin-bottom: 60px; }
    body main .note .btn-default {
      margin: 0 auto; } }

@media screen and (max-width: 1068px) {
  body main .wrapper-inner {
    padding: 0; }
    body main .wrapper-inner .btn-default {
      margin: 0 auto; }
    body main .wrapper-inner.contacts > div {
      margin-bottom: 0; } }

@media screen and (max-width: 1068px) {
  body main #addroute {
    padding: 0;
    margin: 60px auto; } }

@media screen and (max-width: 750px) {
  body .terminal-specifications-list .terminal-specifications-item {
    min-width: 0;
    max-width: 350px;
    width: 100%;
    padding: 20px; }
    body .terminal-specifications-list .terminal-specifications-item:last-child {
      margin-bottom: 0; }
  body .wr-documents h2#docs {
    padding: 0;
    margin: 60px auto;
    font-size: 32px; }
  body .wr-documents .documents-list .documents-item {
    max-width: 327px;
    width: 100%;
    padding: 40px 20px; }
    body .wr-documents .documents-list .documents-item .title {
      width: 100%; }
  body .wr-documents .documents-list:after {
    display: none; } }

body footer.flex {
  width: 100%; }
  body footer.flex .instal-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    text-decoration: none;
    border-bottom: none;
    background-color: #343171;
    max-width: 220px;
    width: 100%;
    height: 65px; }
    body footer.flex .instal-link .instal-link__icon {
      width: 24px;
      height: 24px;
      -webkit-transition: .5s;
      -o-transition: .5s;
      -moz-transition: .5s;
      transition: .5s;
      margin-right: 11px; }
      body footer.flex .instal-link .instal-link__icon * {
        -webkit-transition: .5s;
        -o-transition: .5s;
        -moz-transition: .5s;
        transition: .5s; }
    body footer.flex .instal-link .instal-link__icon-mobile {
      display: none; }
      body footer.flex .instal-link .instal-link__icon-mobile * {
        -webkit-transition: .5s;
        -o-transition: .5s;
        -moz-transition: .5s;
        transition: .5s; }
    body footer.flex .instal-link .instal-link__label {
      font-family: 'Open Sans', sans-serif;
      font-weight: bold;
      font-size: 15px;
      line-height: 1;
      text-transform: uppercase; }
    body footer.flex .instal-link:hover .instal-link__icon, body footer.flex .instal-link:hover .instal-link__icon-mobile {
      color: white; }
      body footer.flex .instal-link:hover .instal-link__icon *, body footer.flex .instal-link:hover .instal-link__icon-mobile * {
        fill: white; }
  @media screen and (max-width: 930px) {
    body footer.flex .instal-link {
      background: transparent;
      max-width: none;
      width: auto;
      height: auto; }
      body footer.flex .instal-link .instal-link__icon {
        display: none; }
      body footer.flex .instal-link .instal-link__icon-mobile {
        display: block; }
      body footer.flex .instal-link .instal-link__label {
        display: none; } }
  @media screen and (max-width: 1730px) {
    body footer.flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      body footer.flex .bottom-menu {
        display: none; } }
  @media screen and (max-width: 1730px) and (max-width: 1440px) {
    body footer.flex {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-box-orient: horizontal;
      -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }
  @media screen and (max-width: 640px) {
    body footer.flex {
      padding: 40px 20px; } }
  @media screen and (max-width: 640px) and (max-width: 640px) {
    body footer.flex .bottom-menu {
      display: none; } }
  @media screen and (max-width: 640px) {
      body footer.flex .wr-copyright {
        margin: 0 auto 0 0;
        width: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        body footer.flex .wr-copyright .copyright {
          margin-bottom: 0; } }
    @media screen and (max-width: 640px) and (max-width: 460px) {
      body footer.flex .wr-copyright {
        width: 220px; } }

body .nashi-proekty-list .sp-thumbnails .sp-thumbnail-container .sp-thumbnail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
  body .nashi-proekty-list .sp-thumbnails .sp-thumbnail-container .sp-thumbnail .sp-thumbnail-picture {
    max-width: 480px;
    width: 100%;
    height: 220px;
    overflow: unset; }
  body .nashi-proekty-list .sp-thumbnails .sp-thumbnail-container .sp-thumbnail .sp-thumbnail-description {
    width: 100%;
    max-width: none;
    text-align: center; }

body #nashi-proekty-list .sp-slides-container img {
  padding: 0; }

.nashi-proekty-previews__container {
  width: 100%;
  background-color: #29225c;
  position: relative; }

.swiper-nashi-proekty-previews {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-top: 30px; }
  .swiper-nashi-proekty-previews .swiper-slide.swiper-slide-active .slide-content {
    border-block-color: #EB5B3F; }
    .swiper-nashi-proekty-previews .swiper-slide.swiper-slide-active .slide-content .slide-content__preview {
      opacity: 1;
      -webkit-transform: translateY(-30px);
      -moz-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      -o-transform: translateY(-30px);
      transform: translateY(-30px); }
    .swiper-nashi-proekty-previews .swiper-slide.swiper-slide-active .slide-content .slide-content__description {
      -webkit-transform: translateY(-20px);
      -moz-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      -o-transform: translateY(-20px);
      transform: translateY(-20px); }
  .swiper-nashi-proekty-previews .swiper-slide .slide-content {
    max-width: 480px;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 4px solid transparent; }
    .swiper-nashi-proekty-previews .swiper-slide .slide-content .slide-content__preview {
      -webkit-transition: .5s;
      -o-transition: .5s;
      -moz-transition: .5s;
      transition: .5s;
      opacity: 0.4; }
      .swiper-nashi-proekty-previews .swiper-slide .slide-content .slide-content__preview img {
        padding: 0; }
    .swiper-nashi-proekty-previews .swiper-slide .slide-content .slide-content__description {
      width: 100%;
      margin: 20px auto;
      -webkit-transition: .5s;
      -o-transition: .5s;
      -moz-transition: .5s;
      transition: .5s;
      letter-spacing: 2px;
      font-size: 13px;
      font-weight: 700;
      line-height: 1.38462;
      text-align: center;
      text-transform: uppercase;
      color: #fff; }
  .swiper-nashi-proekty-previews .swiper-navigation .swiper-button-prev:after, .swiper-nashi-proekty-previews .swiper-navigation .swiper-button-next:after {
    color: white;
    font-size: 28px;
    font-weight: bold; }
  @media screen and (max-width: 600px) {
    .swiper-nashi-proekty-previews {
      padding-left: 0px;
      padding-right: 0px; }
      .swiper-nashi-proekty-previews .swiper-slide .slide-content {
        padding-bottom: 50px; }
        .swiper-nashi-proekty-previews .swiper-slide .slide-content .slide-content__description {
          display: none; }
      .swiper-nashi-proekty-previews .swiper-navigation .swiper-button-prev, .swiper-nashi-proekty-previews .swiper-navigation .swiper-button-next {
        top: auto;
        bottom: 29px; }
        .swiper-nashi-proekty-previews .swiper-navigation .swiper-button-prev.swiper-button-next, .swiper-nashi-proekty-previews .swiper-navigation .swiper-button-next.swiper-button-next {
          right: 33%; }
        .swiper-nashi-proekty-previews .swiper-navigation .swiper-button-prev.swiper-button-prev, .swiper-nashi-proekty-previews .swiper-navigation .swiper-button-next.swiper-button-prev {
          left: 33%; } }

.swiper-nashi-proekty-items {
  max-width: 1060px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 40px; }
  .swiper-nashi-proekty-items .slide-content {
    padding: 0 30px; }

/*# sourceMappingURL=max-edition.css.map */
