

/* Start:/local/templates/alt/components/bitrix/breadcrumb/nav/style.css?1757426440227*/
ul.breadcrumb-navigation
{
	padding:0; margin:0;
	padding-top:4px;
	list-style:none;
}

ul.breadcrumb-navigation li
{
	display:inline;
}

ul.breadcrumb-navigation a
{
	
}

ul.breadcrumb-navigation span
{
	
}
/* End */


/* Start:/local/templates/alt/components/sprint.editor/blocks/materialy/_style.css?17574264433263*/
/* Общие стили для блоков */
.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-image img {
    width: 100%;
}

.sp-image-text {
    background: #eee;
    margin: 10px 0 10px;
    min-height: 250px;
}

.sp-image-text img {
    float: left;
    width: 320px;
    margin: 0 10px 10px 0;
}

.sp-iblock-elements {
    width: 350px;
    background: #ddd;
    padding: 10px;
}

.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";
}
/* End */


/* Start:/css/style-izbrannoe.css?175742620554765*/
@charset "UTF-8";
/**
* letter-spacing
*/
/**
* sprite
*/
/**
* breakpoints custom
*/
/**
* breakpoints custom
*/
/**
* clearfix
*/
/**
* verticatfix
*/
/**
* list_jst
*/
/**
* hold-center
*/
/**
* core-justify
*/
/**
* placeholder
*/
/**
* placeholder
*/
/**
* triangle
*/
.index-baner {
  background-image: url(/images/index-baner.jpg);
  background-position: right;
  background-size: cover;
  margin-top: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 0 30px 0;
  font-family: 'helvetica_neue_lt_cyrillic_Rg'; }
  @media screen and (max-width: 999px) {
    .index-baner {
      padding: 22px 0 23px 0; } }
  @media screen and (max-width: 750px) {
    .index-baner {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: #6b6a68;
      padding: 0 0 15px 0; } }
  .index-baner .slogan-baner {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #494949;
    margin-right: 40px; }
    @media screen and (max-width: 999px) {
      .index-baner .slogan-baner {
        font-size: 16px; } }
    @media screen and (max-width: 750px) {
      .index-baner .slogan-baner {
        width: 100%;
        padding: 15px;
        text-align: center;
        background: #ffffff;
        margin: 0 0 15px 0; } }
    @media screen and (max-width: 420px) {
      .index-baner .slogan-baner {
        text-transform: initial;
        font-weight: 500; } }
  .index-baner .name-baner {
    font-size: 15px;
    color: #ffffff;
    width: 130px;
    text-align: center; }
    @media screen and (max-width: 999px) {
      .index-baner .name-baner {
        font-size: 14px;
        width: 105px; } }
  .index-baner .soc-header {
    width: 220px;
    text-align: center; }
    @media screen and (max-width: 999px) {
      .index-baner .soc-header {
        width: 170px; } }
    .index-baner .soc-header .soc {
      display: inline-block;
      padding: 8px;
      border: solid 2px #fdb019;
      border-radius: 100%;
      cursor: pointer;
      margin: 0 5px; }
      @media screen and (max-width: 999px) {
        .index-baner .soc-header .soc {
          margin: 0 3px;
          padding: 6px; } }
      .index-baner .soc-header .soc svg {
        width: 15px;
        display: block; }
        .index-baner .soc-header .soc svg .fill {
          fill: #fdb019; }
      .index-baner .soc-header .soc:hover {
        opacity: 0.7; }
  .index-baner.new {
    background-image: url(/images/index-baner2.jpg);
    background-position: center;
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    padding: 25px 0 27px 0;
    cursor: pointer; }
    @media screen and (max-width: 999px) {
      .index-baner.new {
        background: #fdb019; } }
    .index-baner.new .left {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 33%; }
      @media screen and (max-width: 1300px) {
        .index-baner.new .left {
          width: 31%; } }
      @media screen and (max-width: 999px) {
        .index-baner.new .left {
          display: none; } }
      .index-baner.new .left svg {
        fill: #ffffff;
        width: 48px;
        height: 48px; }
        @media screen and (max-width: 1300px) {
          .index-baner.new .left svg {
            width: 40px;
            height: 40px; } }
      .index-baner.new .left .label {
        font-size: 19px;
        width: 238px;
        line-height: 22px;
        margin-left: 25px;
        display: inline-block; }
        @media screen and (max-width: 1300px) {
          .index-baner.new .left .label {
            margin-left: 15px;
            font-size: 18px;
            line-height: 20px;
            width: 226px; } }
    .index-baner.new .right {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 67%; }
      @media screen and (max-width: 1300px) {
        .index-baner.new .right {
          width: 69%; } }
      @media screen and (max-width: 999px) {
        .index-baner.new .right {
          width: 100%;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
      .index-baner.new .right .name {
        font-size: 48px;
        font-weight: bold;
        color: #ffffff;
        display: inline-block;
        margin-right: 20px; }
        @media screen and (max-width: 1300px) {
          .index-baner.new .right .name {
            font-size: 40px;
            margin-right: 15px; } }
        @media screen and (max-width: 650px) {
          .index-baner.new .right .name {
            font-size: 27px; } }
        @media screen and (max-width: 420px) {
          .index-baner.new .right .name {
            width: 100%;
            text-align: center;
            margin-bottom: 15px; } }

.subscription-new-wrap {
  /*background-image: url(/images/new-podpiska.png);*/
  background-position: center;
  background-size: cover;
  margin-top: 0px;
  padding: 30px 0 40px 0; }
  @media screen and (max-width: 650px) {
    .subscription-new-wrap {
      padding: 20px 0; } }
  .subscription-new-wrap .wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 650px) {
      .subscription-new-wrap .wrapper {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .subscription-new-wrap .wrapper .info {
      font-weight: 600;
      max-width: 515px;
      margin-right: 150px; }
      @media screen and (max-width: 999px) {
        .subscription-new-wrap .wrapper .info {
          margin: 0 auto;
          padding-right: 20px; } }
      @media screen and (max-width: 650px) {
        .subscription-new-wrap .wrapper .info {
          max-width: 100%;
          margin: 0 0 20px 0; } }
      .subscription-new-wrap .wrapper .info .title {
        font-size: 18px;
        color: #fdb019;
        text-transform: uppercase;
        margin-bottom: 15px; }
      .subscription-new-wrap .wrapper .info p {
        font-size: 15px;
        color: #ffffff;
        line-height: 19px; }
    .subscription-new-wrap .wrapper .button {
      margin-right: 40px; }
      @media screen and (max-width: 999px) {
        .subscription-new-wrap .wrapper .button {
          margin-right: 0; } }

.table-cost-wrap {
  width: 100%;
  /*font-family: Arial;*/
  border-left: solid 1px #e2e2e2;
  border-top: solid 1px #e2e2e2; }
  .table-cost-wrap .table-cost-line {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .table-cost-wrap .table-cost-line .table-cost-block {
      border-right: solid 1px #e2e2e2;
      border-bottom: solid 1px #e2e2e2;
      font-size: 21px;
      padding: 15px 25px;
      width: 50%; }
      .table-cost-wrap .table-cost-line .table-cost-block.three {
        width: 33%; }
      @media screen and (max-width: 650px) {
        .table-cost-wrap .table-cost-line .table-cost-block {
          font-size: 14px;
          padding: 10px; } }
      .table-cost-wrap .table-cost-line .table-cost-block.title {
        background: #eeeeee;
        font-size: 15px; }
        @media screen and (max-width: 650px) {
          .table-cost-wrap .table-cost-line .table-cost-block.title {
            font-size: 14px; } }

.oplata-wrap h1 {
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 80px;
  background-position: center;
  background-size: cover; }
  @media screen and (max-width: 999px) {
    .oplata-wrap h1 {
      padding: 40px; } }
  @media screen and (max-width: 420px) {
    .oplata-wrap h1 {
      padding: 20px; } }

.oplata-wrap .wrapper.anchor-wrap {
  padding: 0 137px; }
  .oplata-wrap .wrapper.anchor-wrap a {
    padding: 20px 0;
    color: #1c1c1c;
    font-weight: 700;
    font-size: 17px;
    text-decoration: none;
    display: inline-block;
    margin: 0 22px; }
    .oplata-wrap .wrapper.anchor-wrap a:first-child {
      margin-left: 0; }
    .oplata-wrap .wrapper.anchor-wrap a.active {
      border-bottom: solid 3px #fdb017; }
    @media screen and (max-width: 650px) {
      .oplata-wrap .wrapper.anchor-wrap a {
        padding: 10px 0;
        font-size: 13px;
        margin: 0 8px; } }
    @media screen and (max-width: 420px) {
      .oplata-wrap .wrapper.anchor-wrap a {
        font-size: 11px;
        margin: 0 5px; } }
  @media screen and (max-width: 1300px) {
    .oplata-wrap .wrapper.anchor-wrap {
      padding: 0 77px; } }
  @media screen and (max-width: 1200px) {
    .oplata-wrap .wrapper.anchor-wrap {
      padding: 0 50px; } }
  @media screen and (max-width: 999px) {
    .oplata-wrap .wrapper.anchor-wrap {
      padding: 0 67px; } }
  @media screen and (max-width: 750px) {
    .oplata-wrap .wrapper.anchor-wrap {
      padding: 0 40px; } }
  @media screen and (max-width: 650px) {
    .oplata-wrap .wrapper.anchor-wrap {
      padding: 0 30px; } }
  @media screen and (max-width: 420px) {
    .oplata-wrap .wrapper.anchor-wrap {
      padding: 0 10px; } }

.oplata-wrap .page-news-detail {
  padding-top: 0;
  /*.news-detail-right {
            padding-top: 60px;
            border-top: 0;
            @include breakpointmedia($m, max-width){
                padding-top: 0;
            }
            div {
                margin-bottom: 20px;
            }
            .salon-form-button {
                margin: 0 auto 20px auto;
                max-width: 310px;
            }
        }*/ }
  .oplata-wrap .page-news-detail .news-detail-left {
    border-top: 0;
    padding-top: 0;
    font-weight: 400;
    line-height: 22px; }
    @media screen and (max-width: 420px) {
      .oplata-wrap .page-news-detail .news-detail-left {
        line-height: 18px; } }
    .oplata-wrap .page-news-detail .news-detail-left .dop-title {
      margin-top: 50px;
      text-align: center;
      font-family: 'Raleway';
      font-weight: 600;
      font-size: 17px; }
      @media screen and (max-width: 420px) {
        .oplata-wrap .page-news-detail .news-detail-left .dop-title {
          margin-top: 30px; } }
      .oplata-wrap .page-news-detail .news-detail-left .dop-title.dop {
        color: #fdb017;
        margin-bottom: 0; }
    .oplata-wrap .page-news-detail .news-detail-left .decor-line-wrap {
      position: relative; }
      .oplata-wrap .page-news-detail .news-detail-left .decor-line-wrap:before {
        content: '';
        position: absolute;
        background: #fdb017;
        width: 1px;
        height: calc(100% - 70px);
        top: 30px;
        left: 32px; }
        @media screen and (max-width: 420px) {
          .oplata-wrap .page-news-detail .news-detail-left .decor-line-wrap:before {
            display: none; } }
      .oplata-wrap .page-news-detail .news-detail-left .decor-line-wrap .decor-line {
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
    .oplata-wrap .page-news-detail .news-detail-left .decor-line {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 25px;
      position: relative;
      z-index: 1; }
      .oplata-wrap .page-news-detail .news-detail-left .decor-line .left {
        width: 64px;
        margin-right: auto; }
        @media screen and (max-width: 420px) {
          .oplata-wrap .page-news-detail .news-detail-left .decor-line .left {
            width: 40px; } }
        .oplata-wrap .page-news-detail .news-detail-left .decor-line .left svg {
          width: 100%;
          fill: #fdb017;
          display: block;
          background: #fff; }
      .oplata-wrap .page-news-detail .news-detail-left .decor-line .right {
        width: calc(100% - 100px); }
        @media screen and (max-width: 420px) {
          .oplata-wrap .page-news-detail .news-detail-left .decor-line .right {
            width: calc(100% - 55px); } }
        .oplata-wrap .page-news-detail .news-detail-left .decor-line .right .title {
          font-family: 'Raleway';
          font-weight: 600;
          font-size: 17px;
          margin: 0; }
          @media screen and (max-width: 420px) {
            .oplata-wrap .page-news-detail .news-detail-left .decor-line .right .title {
              font-size: 15px; } }
        .oplata-wrap .page-news-detail .news-detail-left .decor-line .right .lab {
          margin: 0;
          /*font-family: Arial;*/
          font-size: 13px;
          color: #a2a1a1; }
        .oplata-wrap .page-news-detail .news-detail-left .decor-line .right .txt span {
          font-weight: bold; }
    .oplata-wrap .page-news-detail .news-detail-left .h3 {
      text-align: center;
      margin-bottom: 20px;
      padding-top: 60px;
      display: block; }
      @media screen and (max-width: 420px) {
        .oplata-wrap .page-news-detail .news-detail-left .h3 {
          padding-top: 30px; } }
    .oplata-wrap .page-news-detail .news-detail-left .dotted-list {
      margin-bottom: 30px;
      /*font-family: Arial;*/
      list-style: none !important; }
      .oplata-wrap .page-news-detail .news-detail-left .dotted-list.dop {
        margin: 0 0 0 20px; }
        .oplata-wrap .page-news-detail .news-detail-left .dotted-list.dop li {
          margin: 3px 0; }
      .oplata-wrap .page-news-detail .news-detail-left .dotted-list .city {
        font-weight: 700;
        font-size: 17px; }
      .oplata-wrap .page-news-detail .news-detail-left .dotted-list .address {
        border-bottom: solid 1px #d8d8d8; }
        .oplata-wrap .page-news-detail .news-detail-left .dotted-list .address a {
          color: #1c1c1c;
          text-decoration: none; }
    .oplata-wrap .page-news-detail .news-detail-left .footnote {
      font-size: 13px;
      color: #a4a4a4; }
      .oplata-wrap .page-news-detail .news-detail-left .footnote span {
        color: #fdb017;
        font-size: 19px; }
    .oplata-wrap .page-news-detail .news-detail-left .sposob {
      margin-bottom: 20px; }
      .oplata-wrap .page-news-detail .news-detail-left .sposob img {
        height: 36px;
        margin-right: 15px; }
    .oplata-wrap .page-news-detail .news-detail-left .credit-wrap {
      margin-bottom: 50px;
      background: #ffffff;
      padding: 0 60px 45px 60px; }
      @media screen and (max-width: 420px) {
        .oplata-wrap .page-news-detail .news-detail-left .credit-wrap {
          margin-bottom: 30px; } }
      @media screen and (max-width: 1150px) {
        .oplata-wrap .page-news-detail .news-detail-left .credit-wrap {
          padding: 0 15px 15px 15px; } }
      .oplata-wrap .page-news-detail .news-detail-left .credit-wrap .label {
        background: #fdb017;
        border-radius: 3px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px;
        color: #ffffff;
        padding: 5px 12px;
        margin-right: 12px; }
      .oplata-wrap .page-news-detail .news-detail-left .credit-wrap .title {
        font-weight: 700;
        font-size: 17px; }
        @media screen and (max-width: 420px) {
          .oplata-wrap .page-news-detail .news-detail-left .credit-wrap .title {
            font-size: 15px; } }
      .oplata-wrap .page-news-detail .news-detail-left .credit-wrap p {
        margin-top: 15px;
        margin-bottom: 0; }
    .oplata-wrap .page-news-detail .news-detail-left .warning-title {
      font-weight: 700;
      font-size: 17px;
      color: #dd3c3b;
      margin-bottom: 20px; }
    .oplata-wrap .page-news-detail .news-detail-left .warning {
      background: #f5f5f5;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 30px 50px; }
      @media screen and (max-width: 650px) {
        .oplata-wrap .page-news-detail .news-detail-left .warning {
          padding: 30px; } }
      @media screen and (max-width: 420px) {
        .oplata-wrap .page-news-detail .news-detail-left .warning {
          padding: 20px 10px;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
      .oplata-wrap .page-news-detail .news-detail-left .warning .promo-icon {
        position: relative;
        left: initial;
        bottom: initial;
        margin-right: 20px; }
        @media screen and (max-width: 420px) {
          .oplata-wrap .page-news-detail .news-detail-left .warning .promo-icon {
            margin: 0 auto 15px auto; } }
        .oplata-wrap .page-news-detail .news-detail-left .warning .promo-icon .icon {
          padding: 8px 15px; }
      .oplata-wrap .page-news-detail .news-detail-left .warning p {
        margin-bottom: 0;
        color: #c1504f;
        font-size: 16px; }
        @media screen and (max-width: 420px) {
          .oplata-wrap .page-news-detail .news-detail-left .warning p {
            font-size: 16px;
            width: 100%; } }
    .oplata-wrap .page-news-detail .news-detail-left .pred {
      /*font-family: Arial;*/ }
      .oplata-wrap .page-news-detail .news-detail-left .pred span {
        border-radius: 5px;
        background: #ededed;
        padding: 5px 15px;
        color: #dd3c3b;
        font-size: 14px; }

.last-block {
  text-align: center;
  /*margin-top: 70px;*/ }
  .last-block.horiz {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .last-block.horiz .vopros-wrap {
      margin-bottom: 0; }
      @media screen and (max-width: 850px) {
        .last-block.horiz .vopros-wrap {
          margin: 0 auto; } }
    .last-block.horiz .right {
      width: 250px;
      margin: 0 20px; }
      @media screen and (max-width: 850px) {
        .last-block.horiz .right {
          width: 100%;
          margin-top: 30px;
          text-align: center; } }
      .last-block.horiz .right .label {
        margin-bottom: 20px; }
      .last-block.horiz .right .btn-yellow {
        margin-bottom: 0; }
  @media screen and (max-width: 650px) {
    .last-block {
      margin-top: 40px; } }
  @media screen and (max-width: 420px) {
    .last-block {
      margin-top: 20px; } }
  .last-block .vopros-wrap {
    background: #fbfbfb;
    border: solid 1px #e2e2e2;
    padding: 50px;
    display: inline-block;
    margin-bottom: 60px; }
    @media screen and (max-width: 650px) {
      .last-block .vopros-wrap {
        padding: 40px 30px;
        margin-bottom: 40px; } }
    @media screen and (max-width: 420px) {
      .last-block .vopros-wrap {
        padding: 20px 10px; } }
    .last-block .vopros-wrap .title {
      /*font-family: Arial;*/
      margin-bottom: 10px; }
    .last-block .vopros-wrap .link-wrap {
      margin-bottom: 0; }
      .last-block .vopros-wrap .link-wrap .link-lab {
        background: #fdb019;
        color: #ffffff;
        border-radius: 100%;
        font-size: 16px;
        font-weight: bold;
        padding: 2px 8px;
        margin-right: 5px; }
      .last-block .vopros-wrap .link-wrap .link {
        font-family: 'Raleway';
        font-weight: 600;
        font-size: 21px;
        border-bottom: solid 1px #c6c6c6;
        color: #1c1c1c;
        cursor: pointer; }
        .last-block .vopros-wrap .link-wrap .link:hover {
          color: #fdb017; }
        @media screen and (max-width: 420px) {
          .last-block .vopros-wrap .link-wrap .link {
            font-size: 17px; } }
  .last-block .label {
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 19px; }

.popup-wrap .popup.form-pr.active {
  width: 100%;
  position: relative;
  padding-top: 20px; }
  .popup-wrap .popup.form-pr.active .popup-close {
    top: 15px;
    right: 15px; }
  .popup-wrap .popup.form-pr.active .map-wrap {
    position: absolute;
    width: calc(100% - 460px);
    height: 650px;
    top: 0;
    left: 0; }
    .popup-wrap .popup.form-pr.active .map-wrap img {
      width: 100%;
      height: 100%; }
  .popup-wrap .popup.form-pr.active .h4 {
    width: 320px;
    margin-left: auto;
    box-sizing: border-box; }
  .popup-wrap .popup.form-pr.active.finish .h4 {
    margin-left: 0; }
  .popup-wrap .popup.form-pr.active .form-map {
    width: 350px;
    margin-left: auto;
    margin-top: 20px;
    padding-right: 15px;
    padding-left: 65px;
    margin-right: -30px;
    height: 532px;
    overflow: auto; }
    .popup-wrap .popup.form-pr.active .form-map::-webkit-scrollbar-track {
      background-color: #ffffff; }
    .popup-wrap .popup.form-pr.active .form-map::-webkit-scrollbar-thumb {
      border-radius: 2px;
      background-color: #dadada; }
    .popup-wrap .popup.form-pr.active .form-map::-webkit-scrollbar-thumb:hover {
      background-color: #fdb019; }
    .popup-wrap .popup.form-pr.active .form-map::-webkit-scrollbar {
      width: 4px; }
    .popup-wrap .popup.form-pr.active .form-map .project-name-wrap {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 25px; }
      .popup-wrap .popup.form-pr.active .form-map .project-name-wrap .project-name-ico {
        background: #fdb019;
        border-radius: 100%;
        margin-right: 12px; }
        .popup-wrap .popup.form-pr.active .form-map .project-name-wrap .project-name-ico svg {
          width: 16px;
          height: 16px;
          fill: #ffffff;
          padding: 5px;
          display: block; }
      .popup-wrap .popup.form-pr.active .form-map .project-name-wrap .project-name {
        color: #a2a1a1;
        /*font-family: $fA;*/
        font-family: 'Inter', sans-serif;
        font-size: 13px;
        line-height: 15px; }
        .popup-wrap .popup.form-pr.active .form-map .project-name-wrap .project-name span {
          display: block; }
    .popup-wrap .popup.form-pr.active .form-map .download-file-but {
      position: relative;
      margin-bottom: 15px;
      width: 150px; }
      .popup-wrap .popup.form-pr.active .form-map .download-file-but svg {
        width: 20px;
        fill: #353535;
        margin-right: 10px;
        vertical-align: top; }
      .popup-wrap .popup.form-pr.active .form-map .download-file-but span {
        /*font-family: $fA;*/
        font-family: 'Inter', sans-serif;
        font-size: 13px;
        border-bottom: solid 1px #c3c3c3; }
      .popup-wrap .popup.form-pr.active .form-map .download-file-but input {
        background: red;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        cursor: pointer; }
    .popup-wrap .popup.form-pr.active .form-map .file-block-wrap {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: 100%;
      margin-bottom: 15px; }
      .popup-wrap .popup.form-pr.active .form-map .file-block-wrap .file-item {
        width: 90px;
        height: 70px;
        margin-right: 10px;
        margin-bottom: 10px;
        border: solid 2px #e2e2e2;
        border-radius: 3px;
        position: relative;
        background: #efefef;
        text-align: center; }
        .popup-wrap .popup.form-pr.active .form-map .file-block-wrap .file-item img {
          width: 100%;
          height: 100%;
          border-radius: 2px; }
        .popup-wrap .popup.form-pr.active .form-map .file-block-wrap .file-item span {
          color: #a2a1a1;
          /*font-family: $fA;*/
          font-family: 'Inter', sans-serif;
          font-size: 21px;
          font-weight: bold;
          line-height: 70px; }
        .popup-wrap .popup.form-pr.active .form-map .file-block-wrap .file-item .pr-del {
          position: absolute;
          top: 4px;
          right: 4px;
          cursor: pointer;
          width: 17px;
          height: 17px; }
          .popup-wrap .popup.form-pr.active .form-map .file-block-wrap .file-item .pr-del:hover {
            opacity: 0.7; }
    .popup-wrap .popup.form-pr.active .form-map .last-line-wrap {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .popup-wrap .popup.form-pr.active .form-map .last-line-wrap p {
        width: 100%;
        margin-bottom: 30px;
        color: #a2a1a1;
        /*font-family: $fA;*/
        font-family: 'Inter', sans-serif;
        font-size: 13px; }
      .popup-wrap .popup.form-pr.active .form-map .last-line-wrap button:disabled {
        background: #bababa;
        cursor: default; }
  @media screen and (max-width: 999px) {
    .popup-wrap .popup.form-pr.active .map-wrap {
      width: calc(100% - 365px);
      height: 625px; }
    .popup-wrap .popup.form-pr.active .form-map {
      width: 320px;
      margin-right: 0;
      padding-right: 10px;
      padding-left: 25px;
      margin-right: -10px; }
      .popup-wrap .popup.form-pr.active .form-map .last-line-wrap .label-button {
        margin-right: 10px; } }
  @media screen and (max-width: 750px) {
    .popup-wrap .popup.form-pr.active {
      width: initial; }
      .popup-wrap .popup.form-pr.active .map-wrap {
        display: none; }
      .popup-wrap .popup.form-pr.active .form-map {
        height: initial; } }
  @media screen and (max-width: 650px) {
    .popup-wrap .popup.form-pr.active .form-map .last-line-wrap button {
      margin: 0 auto; }
    .popup-wrap .popup.form-pr.active .label-button {
      text-align: center; } }
  @media screen and (max-width: 420px) {
    .popup-wrap .popup.form-pr.active .h4,
    .popup-wrap .popup.form-pr.active .form-map {
      width: initial;
      padding-right: 0;
      margin-right: 0; } }

.project-popups {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 40px;
  max-width: 490px; }
  .project-popups input {
    width: 100%;
    margin: 0 0 25px 0;
    padding: 6px 12px;
    box-sizing: border-box;
    font-size: 15px;
    border-radius: 3px;
    border: solid 1px #dddddd;
    background: #f8f8f8;
    outline: none;
    color: #1c1c1c; }
  .project-popups p {
    width: 100%;
    margin-bottom: 25px;
    /*font-family: $fA;*/
    font-family: 'Inter', sans-serif; }
  .project-popups .btn {
    margin-left: 10px; }

.transfer-title {
  position: relative; }
  .transfer-title:hover .transfer-block-wrap {
    display: block; }
  .transfer-title .transfer-block-wrap {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 15px);
    background: #ffffff;
    border: 1px solid #e2e2e2;
    box-shadow: 3px 4px 13px 0px rgba(0, 0, 0, 0.16);
    z-index: 1; }
    .transfer-title .transfer-block-wrap:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 15px;
      left: 0;
      top: -15px; }
    .transfer-title .transfer-block-wrap:after {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      left: calc(50% - 5px);
      top: -6px;
      background: #ffffff;
      border-top: 1px solid #e2e2e2;
      border-left: 1px solid #e2e2e2;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .transfer-title .transfer-block-wrap .check-block-wrap {
      max-height: 96px;
      width: 180px;
      overflow: auto;
      margin: 8px 0; }
      .transfer-title .transfer-block-wrap .check-block-wrap::-webkit-scrollbar-track {
        background-color: #ffffff; }
      .transfer-title .transfer-block-wrap .check-block-wrap::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background-color: #dadada; }
      .transfer-title .transfer-block-wrap .check-block-wrap::-webkit-scrollbar-thumb:hover {
        background-color: #fdb019; }
      .transfer-title .transfer-block-wrap .check-block-wrap::-webkit-scrollbar {
        width: 4px; }
      .transfer-title .transfer-block-wrap .check-block-wrap .sub-check-wrap {
        padding: 6px 15px;
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .transfer-title .transfer-block-wrap .check-block-wrap .sub-check-wrap svg {
          width: 10px;
          height: 10px;
          padding: 4px;
          border: 1px solid #e2e2e2;
          border-radius: 3px;
          fill: transparent;
          background: #ffffff; }
        .transfer-title .transfer-block-wrap .check-block-wrap .sub-check-wrap label {
          width: calc(100% - 30px);
          margin-left: auto; }
        .transfer-title .transfer-block-wrap .check-block-wrap .sub-check-wrap input {
          position: absolute;
          width: 100%;
          height: 100%;
          margin: 0;
          top: 0;
          left: 0;
          cursor: pointer;
          opacity: 0; }
          .transfer-title .transfer-block-wrap .check-block-wrap .sub-check-wrap input:checked + svg {
            fill: #fdb019; }
        .transfer-title .transfer-block-wrap .check-block-wrap .sub-check-wrap:hover {
          background: #f5f5f5; }
    .transfer-title .transfer-block-wrap .add-project {
      border-top: 1px solid #e2e2e2;
      padding: 12px 15px;
      cursor: pointer;
      display: block;
      color: #1c1c1c;
      text-decoration: none; }
      .transfer-title .transfer-block-wrap .add-project svg {
        height: 17px;
        fill: #fdb019;
        vertical-align: sub; }
      .transfer-title .transfer-block-wrap .add-project span {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        margin-left: 8px; }
      .transfer-title .transfer-block-wrap .add-project:hover span {
        color: #fdb019; }

.project-last-line {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  border-top: 3px solid #fdb019; }
  @media screen and (max-width: 750px) {
    .project-last-line {
      padding: 30px 15px; } }
  .project-last-line .link-title {
    color: #a2a1a1;
    text-decoration: none;
    min-width: 75px; }
    .project-last-line .link-title svg {
      height: 17px;
      fill: #fdb019;
      vertical-align: middle; }
    .project-last-line .link-title span {
      /*font-family: $fA;*/
      font-family: 'Inter', sans-serif;
      font-size: 13px;
      margin-left: 8px; }
    .project-last-line .link-title:hover {
      color: #fdb019; }
  .project-last-line .project-last-but {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .project-last-line .project-last-but p {
      display: inline-block;
      max-width: 340px;
      color: #a2a1a1;
      /*font-family: $fA;*/
      font-family: 'Inter', sans-serif;
      line-height: 20px;
      text-align: right;
      margin-right: 25px; }
    .project-last-line .project-last-but .big {
      border-radius: 30px;
      padding: 20px 40px;
      box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.12);
      margin-bottom: 0; }
    @media screen and (max-width: 850px) {
      .project-last-line .project-last-but p {
        line-height: 18px;
        margin-right: 15px;
        font-size: 13px;
        max-width: 300px; }
      .project-last-line .project-last-but .big {
        padding: 10px 20px; } }
  @media screen and (max-width: 650px) {
    .project-last-line {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .project-last-line .link-title {
        margin: 0 auto; }
      .project-last-line .project-last-but {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        width: 100%; }
        .project-last-line .project-last-but p {
          max-width: 100%;
          width: 100%;
          margin: 30px 0 15px 0;
          text-align: center; }
        .project-last-line .project-last-but .big {
          width: 100%; } }

.izbrannoe-table-wrap {
  border: 1px solid #e2e2e2;
  background: #ffffff; }
  .izbrannoe-table-wrap .izbrannoe-table-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 15px;
    /*font-family: $fA;*/
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #a2a1a1; }
    .izbrannoe-table-wrap .izbrannoe-table-title .name {
      padding-left: 35px;
      box-sizing: border-box;
      width: calc(100% - 540px); }
  .izbrannoe-table-wrap .izbrannoe-table-item {
    border-top: 1px solid #e2e2e2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 30px 15px 15px; }
    .izbrannoe-table-wrap .izbrannoe-table-item .check-wrap {
      width: 20px;
      height: 20px;
      margin-right: 15px;
      background: #f8f8f8;
      position: relative;
      border: 1px solid #e2e2e2;
      border-radius: 3px;
      box-sizing: border-box; }
      .izbrannoe-table-wrap .izbrannoe-table-item .check-wrap input {
        position: absolute;
        top: 0px;
        left: 0px;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        margin: 0;
        cursor: pointer;
        opacity: 0; }
      .izbrannoe-table-wrap .izbrannoe-table-item .check-wrap svg {
        width: 10px;
        padding: 4px; }
        .izbrannoe-table-wrap .izbrannoe-table-item .check-wrap svg .fill {
          fill: transparent; }
    .izbrannoe-table-wrap .izbrannoe-table-item img {
      width: 115px;
      border: solid 1px transparent;
      box-sizing: border-box; }
    .izbrannoe-table-wrap .izbrannoe-table-item.check-ok {
      background: #fffcdf; }
      .izbrannoe-table-wrap .izbrannoe-table-item.check-ok .check-wrap {
        background: #ffffff; }
        .izbrannoe-table-wrap .izbrannoe-table-item.check-ok .check-wrap svg .fill {
          fill: #fdb019; }
      .izbrannoe-table-wrap .izbrannoe-table-item.check-ok img {
        border-color: #e2e2e2; }
    .izbrannoe-table-wrap .izbrannoe-table-item .name-item-wrap {
      width: calc(100% - 675px);
      padding: 0 20px 0 75px;
      box-sizing: border-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .izbrannoe-table-wrap .izbrannoe-table-item .name-item-wrap .name-item {
        width: 100%;
        /*font-family: $fR;*/
        font-family: 'Inter', sans-serif;
        font-weight: bold;
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 5px; }
        .izbrannoe-table-wrap .izbrannoe-table-item .name-item-wrap .name-item a {
          color: #1c1c1c; }
          .izbrannoe-table-wrap .izbrannoe-table-item .name-item-wrap .name-item a:hover {
            color: #f5a200; }
      .izbrannoe-table-wrap .izbrannoe-table-item .name-item-wrap .status,
      .izbrannoe-table-wrap .izbrannoe-table-item .name-item-wrap .article {
        color: #a2a1a1;
        /*font-family: $fA;*/
        font-family: 'Inter', sans-serif;
        font-size: 13px;
        margin-right: 12px;
        line-height: 20px; }
        .izbrannoe-table-wrap .izbrannoe-table-item .name-item-wrap .status svg,
        .izbrannoe-table-wrap .izbrannoe-table-item .name-item-wrap .article svg {
          width: 8px;
          padding: 4px;
          background: #15aa19;
          fill: #ffffff;
          border-radius: 100%;
          vertical-align: sub; }
    .izbrannoe-table-wrap .izbrannoe-table-item .price-item-wrap {
      width: 390px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      /*font-family: $fA;*/
      font-family: 'Inter', sans-serif; }
      .izbrannoe-table-wrap .izbrannoe-table-item .price-item-wrap .price-item {
        font-weight: bold;
        font-size: 35px;
        margin-right: 10px; }
      .izbrannoe-table-wrap .izbrannoe-table-item .price-item-wrap .price-item-old {
        font-size: 23px;
        color: #c3c3c3;
        text-decoration: line-through;
        margin-right: 15px;
        margin-top: 3px; }
      .izbrannoe-table-wrap .izbrannoe-table-item .price-item-wrap .price-item-sale {
        background: #dd3c3b;
        border-radius: 4px;
        padding: 5px 7px;
        color: #ffffff;
        font-size: 13px;
        margin-top: 5px; }
      .izbrannoe-table-wrap .izbrannoe-table-item .price-item-wrap .price-item-label {
        width: 100%;
        font-size: 11px;
        margin-top: 3px; }
    .izbrannoe-table-wrap .izbrannoe-table-item .btn {
      width: 135px;
      box-sizing: border-box; }
    .izbrannoe-table-wrap .izbrannoe-table-item .price-item-but {
      width: 100%;
      text-align: right;
      margin-top: -20px; }
      .izbrannoe-table-wrap .izbrannoe-table-item .price-item-but .transfer-title,
      .izbrannoe-table-wrap .izbrannoe-table-item .price-item-but .pr-but {
        display: inline-block;
        margin-left: 25px;
        text-align: left; }

.slider-etap-wrap {
  background-image: url(/images/etap.jpg);
  padding: 45px 80px;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 45px; }
  @media screen and (max-width: 750px) {
    .slider-etap-wrap {
      padding: 45px 10px; } }
  @media screen and (max-width: 650px) {
    .slider-etap-wrap {
      padding-top: 30px; } }
  .slider-etap-wrap:before {
    content: '';
    position: absolute;
    width: 60%;
    height: 2px;
    background: #c7c6c6;
    top: 75px;
    left: 20%; }
    @media screen and (max-width: 1100px) {
      .slider-etap-wrap:before {
        width: 44%;
        left: 28%; } }
    @media screen and (max-width: 650px) {
      .slider-etap-wrap:before {
        display: none; } }
  .slider-etap-wrap .etap-item .num {
    background: #ffffff;
    width: 60px;
    height: 60px;
    color: #696969;
    border-radius: 100%;
    text-align: center;
    /*font-family: $fA;*/
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 25px;
    line-height: 60px;
    margin: 0 auto 15px auto; }
  .slider-etap-wrap .etap-item .txt {
    /*font-family: $fA;*/
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 20px;
    color: #ffffff;
    max-width: 260px;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 650px) {
      .slider-etap-wrap .etap-item .txt {
        max-width: 100%; } }
    .slider-etap-wrap .etap-item .txt span {
      font-weight: bold;
      color: #fdb019; }
  .slider-etap-wrap .slick-dots {
    position: absolute;
    bottom: -33px;
    left: 0;
    width: 100%;
    text-align: center; }
    .slider-etap-wrap .slick-dots li {
      display: inline-block; }
      .slider-etap-wrap .slick-dots li button {
        font-size: 0;
        padding: 0;
        border: none;
        width: 7px;
        height: 7px;
        background: #ececec;
        margin: 0 3px;
        border-radius: 100%; }
        .slider-etap-wrap .slick-dots li button:hover {
          background: #fdb019;
          opacity: 0.7; }
      .slider-etap-wrap .slick-dots li.slick-active button {
        background: #fdb019;
        opacity: 1; }

.dop-but-title {
  position: relative; }
  .dop-but-title .link-title {
    position: absolute;
    top: 45px;
    right: 30px;
    color: #1c1c1c;
    text-decoration: none; }
    .dop-but-title .link-title svg {
      height: 17px;
      fill: #fdb019;
      vertical-align: middle; }
    .dop-but-title .link-title span {
      border-bottom: dashed 1px #a2a1a1;
      /*font-family: $fA;*/
      font-family: 'Inter', sans-serif;
      font-size: 13px;
      margin-left: 8px; }
    .dop-but-title .link-title:hover {
      color: #fdb019; }
      .dop-but-title .link-title:hover span {
        border-color: transparent; }
    @media screen and (max-width: 999px) {
      .dop-but-title .link-title {
        top: 5px; } }
    @media screen and (max-width: 650px) {
      .dop-but-title .link-title span {
        display: none; } }
  .dop-but-title.left .link-title {
    right: initial;
    left: 30px;
    color: #a2a1a1; }
    .dop-but-title.left .link-title svg {
      height: 14px;
      vertical-align: top; }
    .dop-but-title.left .link-title span {
      border: none;
      font-size: 15px;
      display: inline-block; }
    .dop-but-title.left .link-title h1.tac {
      padding: 35px 150px 30px 150px; }
    .dop-but-title.left .link-title:hover {
      color: #fdb019; }
  @media screen and (max-width: 650px) {
    .dop-but-title.left h1.tac {
      text-align: right;
      padding: 35px 30px 30px 150px;
      box-sizing: border-box; } }
  @media screen and (max-width: 650px) {
    .dop-but-title.left .link-title {
      left: 15px;
      top: 25px; }
    .dop-but-title.left h1.tac {
      text-align: right;
      padding: 20px 15px 20px 120px;
      box-sizing: border-box; } }

.block-folders-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .block-folders-wrap .folder-wrap {
    position: relative;
    margin: 21px 21px 0 0;
    width: calc(33.33% - 14px);
    background: #f9f9f9;
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
    min-height: 240px; }
    .block-folders-wrap .folder-wrap:nth-child(3n) {
      margin-right: 0; }
    .block-folders-wrap .folder-wrap.zero:before {
      content: 'Пусто';
      position: absolute;
      color: #e8e8e8;
      /*font-family: $fA;*/
      font-family: 'Inter', sans-serif;
      font-size: 36px;
      font-weight: bold;
      text-align: center;
      width: 100%;
      left: 0;
      top: calc(50% - 60px); }
    .block-folders-wrap .folder-wrap .folder-but {
      position: absolute;
      top: 12px;
      right: 12px;
      display: none; }
      .block-folders-wrap .folder-wrap .folder-but .open-popup {
        margin-left: 12px;
        background: #ffffff;
        border-radius: 100%;
        text-decoration: none;
        display: inline-block; }
        .block-folders-wrap .folder-wrap .folder-but .open-popup svg {
          width: 17px;
          fill: #bababa;
          display: block;
          padding: 14px; }
        .block-folders-wrap .folder-wrap .folder-but .open-popup:hover {
          background: #fdb019; }
          .block-folders-wrap .folder-wrap .folder-but .open-popup:hover svg {
            fill: #ffffff; }
      @media screen and (max-width: 850px) {
        .block-folders-wrap .folder-wrap .folder-but {
          display: block; } }
    .block-folders-wrap .folder-wrap:hover .folder-but {
      display: block; }
    .block-folders-wrap .folder-wrap .folder-link {
      text-decoration: none;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-content: space-between;
          -ms-flex-line-pack: justify;
              align-content: space-between;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      height: 100%; }
      .block-folders-wrap .folder-wrap .folder-link img {
        display: block;
        width: calc(50% - 1px);
        margin-bottom: 2px;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; }
      .block-folders-wrap .folder-wrap .folder-link .folder-title {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        height: 90px;
        /*font-family: $fR;*/
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 21px;
        background: #ffffff;
        width: 100%;
        color: #060606;
        margin-top: auto;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; }
    .block-folders-wrap .folder-wrap:hover .folder-link .folder-title {
      color: #fdb019; }
    @media screen and (max-width: 850px) {
      .block-folders-wrap .folder-wrap {
        width: calc(50% - 10px);
        margin-right: 20px; }
        .block-folders-wrap .folder-wrap:nth-child(3n) {
          margin-right: 20px; }
        .block-folders-wrap .folder-wrap:nth-child(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 650px) {
      .block-folders-wrap .folder-wrap {
        width: 100%;
        margin-right: 0; }
        .block-folders-wrap .folder-wrap:nth-child(3n) {
          margin-right: 0; } }

.project-top-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin: 20px 0; }
  .project-top-line .project-top-but {
    width: 355px; }
    .project-top-line .project-top-but p {
      display: inline-block;
      /*font-family: $fA;*/
      font-family: 'Inter', sans-serif;
      font-size: 15px; }
      .project-top-line .project-top-but p span {
        font-weight: bold; }
    .project-top-line .project-top-but .transfer-title {
      display: inline-block; }
    .project-top-line .project-top-but .pr-but {
      display: inline-block; }
    .project-top-line .project-top-but .action-item {
      display: none; }
      .project-top-line .project-top-but .action-item.active {
        display: inline-block; }
  .project-top-line .project-count {
    margin: 0 auto;
    /*font-family: $fA;*/
    font-family: 'Inter', sans-serif;
    font-size: 15px; }
    .project-top-line .project-count span {
      font-weight: bold; }

.project-bottom-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 20px 0;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .project-bottom-line .show-more {
    padding-left: 355px;
    margin: 0 auto;
    /*font-family: $fA;*/
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    cursor: pointer;
    font-weight: bold; }
    @media screen and (max-width: 999px) {
      .project-bottom-line .show-more {
        padding-left: 0px; } }
    .project-bottom-line .show-more span {
      font-size: 13px;
      color: #fdb019;
      letter-spacing: 2px;
      margin-right: 10px; }
  @media screen and (max-width: 650px) {
    .project-bottom-line {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .project-bottom-line .pagination-wrap {
        width: 100%;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .project-bottom-line .show-more {
        margin-bottom: 30px; } }

.pr-but {
  position: relative;
  margin-left: 35px;
  cursor: pointer;
  text-decoration: none; }
  .pr-but svg {
    width: 20px;
    vertical-align: bottom;
    margin-right: 3px; }
    .pr-but svg .fill {
      fill: #bababa; }
  .pr-but span {
    color: #bababa;
    font-size: 13px;
    /*font-family: $fA;*/
    font-family: 'Inter', sans-serif;
    border-bottom: dashed 1px #bababa; }
  .pr-but:hover svg .fill {
    fill: #fdb019; }
  .pr-but:hover span {
    color: #1c1c1c;
    border-color: transparent; }

.pagination-wrap {
  width: 355px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

@media screen and (max-width: 1100px) {
  .project-top-line .project-top-but,
  .project-top-line .project-count {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
  .project-top-line .pagination-wrap {
    width: 100%;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .izbrannoe-table-wrap .izbrannoe-table-title .name {
    width: calc(100% - 470px); }
  .izbrannoe-table-wrap .izbrannoe-table-item .name-item-wrap {
    padding: 0 20px;
    width: calc(100% - 605px); }
  .izbrannoe-table-wrap .izbrannoe-table-item .price-item-wrap {
    width: 320px; } }

@media screen and (max-width: 999px) {
  .izbrannoe-table-wrap .izbrannoe-table-title .name {
    width: calc(100% - 340px); }
  .izbrannoe-table-wrap .izbrannoe-table-item .name-item-wrap {
    width: calc(100% - 475px); }
  .izbrannoe-table-wrap .izbrannoe-table-item .btn {
    margin-left: 35px;
    margin-top: 15px; }
  .izbrannoe-table-wrap .izbrannoe-table-item .price-item-but {
    margin-top: 30px;
    margin-left: auto;
    width: initial; } }

@media screen and (max-width: 850px) {
  .izbrannoe-table-wrap .izbrannoe-table-title .name {
    width: calc(100% - 270px); }
  .izbrannoe-table-wrap .izbrannoe-table-item .name-item-wrap {
    width: calc(100% - 405px); }
  .izbrannoe-table-wrap .izbrannoe-table-item .price-item-wrap {
    width: 250px; }
    .izbrannoe-table-wrap .izbrannoe-table-item .price-item-wrap .price-item {
      font-size: 25px; }
    .izbrannoe-table-wrap .izbrannoe-table-item .price-item-wrap .price-item-old {
      font-size: 18px;
      margin-top: 1px; }
    .izbrannoe-table-wrap .izbrannoe-table-item .price-item-wrap .price-item-sale {
      margin-top: 2px; } }

@media screen and (max-width: 750px) {
  .izbrannoe-table-wrap {
    border-top: none; }
    .izbrannoe-table-wrap .izbrannoe-table-title {
      display: none; }
    .izbrannoe-table-wrap .izbrannoe-table-item {
      position: relative;
      padding: 15px; }
      .izbrannoe-table-wrap .izbrannoe-table-item .check-wrap {
        position: absolute;
        left: 15px;
        bottom: 22px; }
      .izbrannoe-table-wrap .izbrannoe-table-item img {
        width: 80px; }
      .izbrannoe-table-wrap .izbrannoe-table-item .name-item-wrap {
        width: calc(100% - 80px);
        padding: 0 0 0 15px; }
        .izbrannoe-table-wrap .izbrannoe-table-item .name-item-wrap .name-item {
          font-size: 13px;
          line-height: 18px; }
      .izbrannoe-table-wrap .izbrannoe-table-item .price-item-wrap {
        width: 100%;
        margin-top: 15px; }
        .izbrannoe-table-wrap .izbrannoe-table-item .price-item-wrap .price-item {
          font-size: 18px; }
        .izbrannoe-table-wrap .izbrannoe-table-item .price-item-wrap .price-item-old {
          font-size: 15px; }
        .izbrannoe-table-wrap .izbrannoe-table-item .price-item-wrap .price-item-label {
          margin-top: 0; }
      .izbrannoe-table-wrap .izbrannoe-table-item .btn {
        margin-left: 70px; }
      .izbrannoe-table-wrap .izbrannoe-table-item .price-item-but {
        margin-top: 12px; } }

@media screen and (max-width: 650px) {
  .izbrannoe-table-wrap .izbrannoe-table-item {
    padding: 10px; }
    .izbrannoe-table-wrap .izbrannoe-table-item .check-wrap {
      position: absolute;
      left: 10px;
      bottom: 17px; }
    .izbrannoe-table-wrap .izbrannoe-table-item .btn {
      margin-left: 35px;
      width: initial; }
    .izbrannoe-table-wrap .izbrannoe-table-item .price-item-but .transfer-title,
    .izbrannoe-table-wrap .izbrannoe-table-item .price-item-but .pr-but {
      margin-left: 12px; } }

@media screen and (max-width: 420px) {
  .project-top-line .project-top-but p {
    font-size: 13px; }
  .project-top-line .project-top-but .pr-but {
    margin-left: 15px; }
  .izbrannoe-table-wrap .izbrannoe-table-item {
    padding: 25px 10px; }
    .izbrannoe-table-wrap .izbrannoe-table-item .btn {
      width: 100%;
      margin-left: 0;
      margin-top: 25px; }
    .izbrannoe-table-wrap .izbrannoe-table-item .check-wrap {
      bottom: 25px; } }

/* End */


/* Start:/css/style-news.css?175742620612422*/
/**
* letter-spacing
*/
/**
* sprite
*/
/**
* breakpoints custom
*/
/**
* breakpoints custom
*/
/**
* clearfix
*/
/**
* verticatfix
*/
/**
* list_jst
*/
/**
* hold-center
*/
/**
* core-justify
*/
/**
* placeholder
*/
/**
* placeholder
*/
/**
* triangle
*/
.page-news {
  padding-top: 15px; }

.news-preview-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .news-preview-wrap .pagination-wrap {
    width: 100%;
    text-align: center; }
    .news-preview-wrap .pagination-wrap .pagination {
      display: inline-block;
      margin: 35px auto 0 auto; }

.news-item {
  width: 32%;
  max-width: 420px;
  background: #fff;
  border: solid 1px #e2e2e2;
  box-sizing: border-box;
  margin-top: 50px;
  position: relative; }
  @media screen and (max-width: 1100px) {
    .news-item {
      width: 48%;
      max-width: initial; } }
  @media screen and (max-width: 750px) {
    .news-item {
      width: 100%;
      max-width: 420px;
      margin: 30px auto 0 auto; } }

.news-item-image {
  width: 100%;
  height: 380px;
  overflow: hidden; }
  .news-item-image img {
    width: 100%;
    display: block;
    z-index: -1; }
  @media screen and (max-width: 750px) {
    .news-item-image {
      height: initial; } }

.news-item-fals {
  padding: 35px 40px 80px 40px; }
  @media screen and (max-width: 420px) {
    .news-item-fals {
      padding: 20px 20px 55px 20px; } }

.news-item-name {
  font-size: 23px;
  line-height: 28px;
  /*font-family: $fR;*/
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #1a1915; }
  .news-item-name a {
    color: #1a1915;
    text-decoration: none; }
    .news-item-name a:hover {
      text-decoration: underline; }
  @media screen and (max-width: 420px) {
    .news-item-name {
      font-size: 18px;
      line-height: 22px; } }

.news-item-txt {
  display: block;
  color: #a2a1a1;
  /*font-family: Arial;*/
  line-height: 20px;
  margin-top: 10px; }

.news-item-data {
  position: absolute;
  left: 40px;
  bottom: 35px;
  color: #a2a1a1;
  /*font-family: Arial;*/ }
  @media screen and (max-width: 420px) {
    .news-item-data {
      left: 20px;
      bottom: 20px; } }

.page-news-detail {
  padding-top: 15px;
  padding-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .page-news-detail .news-detail-fon {
    background: #ffffff;
    padding: 45px 60px;
    margin-bottom: 35px;
    box-sizing: border-box; }
    .page-news-detail .news-detail-fon:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 999px) {
      .page-news-detail .news-detail-fon {
        padding: 15px;
        margin-bottom: 20px; } }
    .page-news-detail .news-detail-fon .title-info {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 20px; }
    .page-news-detail .news-detail-fon p {
      margin-bottom: 15px;
      font-weight: 400; }
      @media screen and (max-width: 650px) {
        .page-news-detail .news-detail-fon p {
          margin-bottom: 5px; } }
    .page-news-detail .news-detail-fon .news-slider {
      margin: 30px 40px 0 40px; }
      @media screen and (max-width: 650px) {
        .page-news-detail .news-detail-fon .news-slider {
          margin-top: 15px; } }
    .page-news-detail .news-detail-fon *:last-child {
      margin-bottom: 0; }
  .page-news-detail .title-proekt {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px; }
    @media screen and (max-width: 420px) {
      .page-news-detail .title-proekt {
        font-size: 20px;
        margin-bottom: 20px; } }

.news-detail-left {
  /*background: #fff;
    border-top: solid 3px #fdb019;
    padding: 30px 50px 70px 90px;*/
  width: calc(100% - 360px);
  box-sizing: border-box;
  font-weight: 600;
  font-size: 15px;
  line-height: 27px;
  margin-right: auto;
  /*@include breakpointmedia($m-1300, max-width){
        padding: 30px;
        width: calc(100% - 320px);
    }*/
  /*@include breakpointmedia($m-750, max-width){
        padding: 30px 20px;
    }*/ }
  .news-detail-left .info-label-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px; }
    .news-detail-left .info-label-wrap .info-label {
      display: inline-block;
      margin: 0 15px 10px 15px;
      color: #a2a1a1;
      font-weight: normal;
      /*font-family: Arial;*/ }
      @media screen and (max-width: 420px) {
        .news-detail-left .info-label-wrap .info-label {
          font-size: 12px;
          margin-top: 8px; }
          .news-detail-left .info-label-wrap .info-label.txt {
            margin: 0 15px; } }
      .news-detail-left .info-label-wrap .info-label svg {
        width: 22px;
        height: 22px;
        fill: #a2a1a1;
        margin-right: 3px;
        vertical-align: middle; }
        @media screen and (max-width: 420px) {
          .news-detail-left .info-label-wrap .info-label svg {
            width: 18px;
            height: 18px; } }
  .news-detail-left .chek-wrap {
    text-align: center; }
    .news-detail-left .chek-wrap img {
      max-width: 300px;
      width: 100%;
      vertical-align: top;
      padding: 0 20px;
      box-sizing: border-box; }
  .news-detail-left p {
    margin-bottom: 30px; }
    @media screen and (max-width: 650px) {
      .news-detail-left p {
        margin-bottom: 20px; } }
  .news-detail-left img {
    margin-bottom: 10px;
    max-width: 100%;
    height: auto; }
    @media screen and (max-width: 420px) {
      .news-detail-left img {
        margin-bottom: 0; } }
  @media screen and (max-width: 999px) {
    .news-detail-left {
      /*padding: 30px 47px;*/
      width: 100%;
      margin-bottom: 20px; } }

.news-detail-data {
  text-align: center;
  /*font-family: Arial;*/
  font-weight: 400;
  color: #a2a1a1;
  margin-bottom: 25px; }

p.preview {
  text-align: center;
  font-size: 21px;
  line-height: 30px;
  font-weight: 300; }
  @media screen and (max-width: 420px) {
    p.preview {
      font-size: 18px;
      line-height: 25px; } }

a {
  color: #f5a200; }
  a:hover {
    text-decoration: none; }

a.orange {
  font-weight: 600;
  font-size: 19px;
  color: #f5a200; }
  a.orange:hover {
    text-decoration: none; }
  @media screen and (max-width: 420px) {
    a.orange {
      font-size: 17px; } }

a.link-all-news {
  color: #a2a1a1;
  text-decoration: none;
  margin: 20px 29px;
  display: inline-block;
  position: relative;
  padding-right: 12px; }
  a.link-all-news:after {
    content: '';
    position: absolute;
    bottom: 2px;
    right: 0;
    background-image: url("/css/../images/sprites.png");
    background-repeat: no-repeat;
    background-position: -406px -353px;
    width: 6px;
    height: 10px; }
  a.link-all-news:hover {
    color: #f5a200; }
    a.link-all-news:hover:after {
      background-image: url("/css/../images/sprites.png");
      background-repeat: no-repeat;
      background-position: -406px -338px;
      width: 6px;
      height: 10px; }
  @media screen and (max-width: 420px) {
    a.link-all-news {
      margin: 20px; } }

.news-detail-right {
  background: #fff;
  /*border-top: solid 3px #fdb019;
    padding-right: 90px;
    padding-top: 90px;*/
  box-sizing: border-box;
  padding: 30px 0;
  width: 310px;
  /*@include breakpointmedia($m-1300, max-width){
        padding-right: 30px;
        width: 320px;
    }*/
  /*@include breakpointmedia($m-750, max-width){
        padding: 0 20px 20px 20px;
    }*/ }
  .news-detail-right .bord-baner {
    margin: 0 20px;
    padding: 50px 0 30px 0;
    /*border: solid 1px #e2e2e2;*/
    text-align: center; }
    .news-detail-right .bord-baner p {
      font-size: 18px;
      max-width: 190px;
      margin: 0 auto 20px auto;
      font-weight: 600;
      line-height: 22px; }
    .news-detail-right .bord-baner .soc-header {
      margin: 0 20px 20px 20px; }
      .news-detail-right .bord-baner .soc-header .soc {
        display: inline-block;
        padding: 8px;
        border: solid 2px #353535;
        border-radius: 100%;
        cursor: pointer;
        margin-left: 12px; }
        .news-detail-right .bord-baner .soc-header .soc svg {
          width: 15px;
          display: block; }
          .news-detail-right .bord-baner .soc-header .soc svg .fill {
            fill: #353535; }
        .news-detail-right .bord-baner .soc-header .soc:hover {
          opacity: 0.7; }
  @media screen and (max-width: 999px) {
    .news-detail-right {
      /*padding: 0 47px 30px 47px;*/
      width: 100%;
      /*border-top: none;*/ } }

.news-anons-wrap {
  border: solid 1px #e2e2e2;
  /*font-family: Arial;*/
  margin: 0 20px 20px 20px; }

.news-anons-title {
  background: #f5f5f5;
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px 28px; }
  @media screen and (max-width: 420px) {
    .news-anons-title {
      padding: 20px; } }

.news-anons-block {
  margin: 0 28px;
  padding: 18px 0;
  border-bottom: solid 1px #e2e2e2; }
  .news-anons-block:last-child {
    border: none; }
  .news-anons-block p {
    color: #a2a1a1;
    font-size: 12px;
    margin-bottom: 5px; }
  .news-anons-block a {
    color: #1c1c1c;
    text-decoration: none;
    line-height: 20px; }
    .news-anons-block a:hover {
      color: #f5a200; }
  @media screen and (max-width: 420px) {
    .news-anons-block {
      margin: 0 20px; } }

.news-detail-right .subs {
  text-align: center;
  background: url(/images/podpiska.jpg);
  background-position: bottom;
  background-size: cover;
  padding: 40px 50px 100px 50px; }
  .news-detail-right .subs .ico {
    width: 60px;
    height: 60px;
    border: solid 2px #ffffff;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 25px; }
    .news-detail-right .subs .ico svg {
      padding: 15px;
      fill: #ffffff;
      display: block;
      width: 30px; }
  .news-detail-right .subs p {
    color: #ffffff;
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 30px; }
  .news-detail-right .subs.var2 {
    background: url(/images/podpiska2.png);
    padding: 60px 55px 30px 55px;
    background-size: 100% 100%;
    max-width: 270px;
    box-sizing: border-box;
    margin: 0 auto; }
    .news-detail-right .subs.var2 p {
      color: #1c1c1c;
      font-size: 15px;
      margin-bottom: 97px;
      line-height: 20px;
      letter-spacing: 0.5px; }
    @media screen and (max-width: 1300px) {
      .news-detail-right .subs.var2 {
        padding: 70px 45px 30px 45px; } }
    @media screen and (max-width: 420px) {
      .news-detail-right .subs.var2 p {
        font-size: 17px; } }

.salon-form-button {
  background: url(/images/button-bg.jpg) no-repeat center center;
  /*margin-top: 30px;*/
  padding: 35px 15px 15px 15px;
  text-align: center;
  background-size: cover; }
  .salon-form-button .lbl {
    margin-bottom: 20px; }
    .salon-form-button .lbl span {
      color: #fff;
      font-weight: 900;
      line-height: 30px;
      font-size: 24px; }
      .salon-form-button .lbl span.orange {
        color: #f5a200; }
      .salon-form-button .lbl span a {
        font-weight: bold; }
  .salon-form-button .designer {
    padding: 14px 30px;
    border-radius: 22px; }

.block-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*border: 1px solid #e2e2e2;
    padding-bottom: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: space-around;*/
  margin: 0 20px; }
  .block-links a {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    line-height: 20px;
    color: #1c1c1c;
    font-weight: 600; }
    .block-links a:hover {
      color: #f5a200; }

.slid-sum-item {
  /*font-family: Arial;*/
  font-size: 21px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  margin-bottom: 30px; }

/* End */
/* /local/templates/alt/components/bitrix/breadcrumb/nav/style.css?1757426440227 */
/* /local/templates/alt/components/sprint.editor/blocks/materialy/_style.css?17574264433263 */
/* /css/style-izbrannoe.css?175742620554765 */
/* /css/style-news.css?175742620612422 */
