

/* 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-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-news.css?175742620612422 */
