

/* Start:/bitrix/templates/main/components/bitrix/catalog.section/catalog_mini/style.css?159855120033361*/
/* line 1, ../../sass/blocks/katalog/_katalog.sass */
.katalog {
  padding-bottom: 115px; }
  /* line 3, ../../sass/blocks/katalog/_katalog.sass */
  .katalog .b-card__pict {
    width: 100%;
    display: flex;
    align-items: center;
    height: 200px;
    justify-content: center; }
    /* line 9, ../../sass/blocks/katalog/_katalog.sass */
    .katalog .b-card__pict img {
      max-width: 100%;
      height: 200px; }

/* line 13, ../../sass/blocks/katalog/_katalog.sass */
.katalog__desc {
  font-size: 24px;
  font-family: RobotoMedium;
  text-align: center;
  width: 93%;
  margin: 23px auto;
  line-height: 1.2; }
  @media (max-width: 768px) {
    /* line 13, ../../sass/blocks/katalog/_katalog.sass */
    .katalog__desc {
      font-size: 22px; } }

/* line 24, ../../sass/blocks/katalog/_katalog.sass */
.b-filter {
  margin-top: 45px; }

/* line 26, ../../sass/blocks/katalog/_katalog.sass */
.b-filter__tub {
  display: flex;
  justify-content: center; }

/* line 30, ../../sass/blocks/katalog/_katalog.sass */
.b-filter__tub_item {
  border: 3px solid #01d2e9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  width: 265px;
  text-align: center;
  font-size: 24px;
  color: #01d2e9;
  height: 65px;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px; }
  @media (max-width: 1240px) {
    /* line 30, ../../sass/blocks/katalog/_katalog.sass */
    .b-filter__tub_item {
      width: 23%; } }
  @media (max-width: 992px) {
    /* line 30, ../../sass/blocks/katalog/_katalog.sass */
    .b-filter__tub_item {
      font-size: 22px;
      height: 70px; } }
  @media (max-width: 768px) {
    /* line 30, ../../sass/blocks/katalog/_katalog.sass */
    .b-filter__tub_item {
      font-size: 18px;
      height: 66px; } }
  /* line 55, ../../sass/blocks/katalog/_katalog.sass */
  .b-filter__tub_item span {
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    display: block; }
  /* line 60, ../../sass/blocks/katalog/_katalog.sass */
  .b-filter__tub_item.active {
    border: 3px solid #01d2e9;
    background: #01d2e9;
    color: #fff;
    position: relative; }
    /* line 65, ../../sass/blocks/katalog/_katalog.sass */
    .b-filter__tub_item.active span {
      border: 1px solid #01d2e9; }
    /* line 67, ../../sass/blocks/katalog/_katalog.sass */
    .b-filter__tub_item.active:before {
      content: "";
      display: block;
      position: absolute;
      bottom: -16px;
      left: 50%;
      margin-left: -15px; }
      @media (max-width: 540px) {
        /* line 67, ../../sass/blocks/katalog/_katalog.sass */
        .b-filter__tub_item.active:before {
          display: none; } }
  /* line 77, ../../sass/blocks/katalog/_katalog.sass */
  .b-filter__tub_item:hover {
    cursor: pointer;
    border: 3px solid #01d2e9;
    color: #fff;
    background: #01d2e9; }

/* line 84, ../../sass/blocks/katalog/_katalog.sass */
.b-filter__sort {
  display: flex;
  justify-content: space-between;
  padding: 25px 25px 15px 25px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  -moz-box-shadow: 0 2px 2px rgba(2, 2, 2, 0.15);
  -webkit-box-shadow: 0 2px 2px rgba(2, 2, 2, 0.15);
  box-shadow: 0 2px 2px rgba(2, 2, 2, 0.15); }
  /* line 92, ../../sass/blocks/katalog/_katalog.sass */
  .b-filter__sort .red-button {
    font-size: 20px;
    padding: 10px 25px 12px 25px;
    height: 52px;
    font-family: "Roboto-Regular"; }

/* line 99, ../../sass/blocks/katalog/_katalog.sass */
.b-input__group .b-input__control {
  height: 42px;
  border: 1px solid #999999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 37px;
  display: inline-block;
  vertical-align: middle;
  width: 170px;
  line-height: 40px;
  color: rgba(34, 34, 34, 0.5);
  position: relative;
  font-size: 20px;
  font-family: Raleway, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  /* line 118, ../../sass/blocks/katalog/_katalog.sass */
  .b-input__group .b-input__control:before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 14px;
    opacity: 0.4; }

/* line 127, ../../sass/blocks/katalog/_katalog.sass */
.b-input__drop {
  position: absolute;
  top: 39px;
  border: 1px solid #acacac;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0;
  border-radius: 0 0 4px 4px;
  background-color: #ffffff;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  background: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  color: #040404;
  display: none; }

/* line 143, ../../sass/blocks/katalog/_katalog.sass */
.b-input__drop .b-input__drop-item {
  padding: 7px 10px;
  font-size: 16px;
  font-family: Raleway, sans-serif;
  line-height: 1;
  color: rgba(34, 34, 34, 0.5); }

/* line 150, ../../sass/blocks/katalog/_katalog.sass */
.b-input__drop .b-input__drop-item:hover {
  background-color: #f4f3f3;
  cursor: pointer; }

/* line 153, ../../sass/blocks/katalog/_katalog.sass */
.b-input__dropwrap {
  display: inline-block;
  vertical-align: top;
  margin: 8px 7px 10px 7px;
  text-align: left;
  position: relative; }

/* line 160, ../../sass/blocks/katalog/_katalog.sass */
.b-input__dropwrap:hover {
  cursor: pointer; }
  /* line 162, ../../sass/blocks/katalog/_katalog.sass */
  .b-input__dropwrap:hover .b-input__drop {
    display: block; }

/* line 166, ../../sass/blocks/katalog/_katalog.sass */
.b-search-str {
  height: 42px;
  border: 1px solid #999999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 37px;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  line-height: 40px;
  position: relative;
  font-size: 20px;
  font-family: Raleway, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 189, ../../sass/blocks/katalog/_katalog.sass */
.b-search-str input[type=text] {
  border: 0;
  width: 100%;
  height: 42px;
  line-height: 42px;
  outline: 0;
  background-color: transparent; }

/* line 196, ../../sass/blocks/katalog/_katalog.sass */
button {
  overflow: visible;
  background: transparent; }

/* line 199, ../../sass/blocks/katalog/_katalog.sass */
.fa-search:before {
  content: "";
  display: block;
  top: 9px;
  right: 8px;
  position: absolute;
  opacity: 0.4; }

/* line 207, ../../sass/blocks/katalog/_katalog.sass */
.b-katalogblock {
  margin-top: 25px;
  text-align: center; }

/* line 211, ../../sass/blocks/katalog/_katalog.sass */
.b-card__item {
  padding: 20px 10px;
  display: inline-block;
  vertical-align: top;
  width: 360px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  -moz-box-shadow: 0 2px 4px rgba(2, 2, 2, 0.18);
  -webkit-box-shadow: 0 2px 4px rgba(2, 2, 2, 0.18);
  box-shadow: 0 2px 4px rgba(2, 2, 2, 0.18);
  position: relative;
  margin: 5px 5px 15px 5px; }
  /* line 222, ../../sass/blocks/katalog/_katalog.sass */
  .b-card__item:before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 0; }
  /* line 229, ../../sass/blocks/katalog/_katalog.sass */
  .b-card__item h5 {
    font-size: 22px;
    font-family: "PTSansB";
    text-align: center;
    margin-top: 25px; }
    /* line 234, ../../sass/blocks/katalog/_katalog.sass */
    .b-card__item h5 a {
      color: #000;
      border-bottom: 2px dashed #000; }
    /* line 237, ../../sass/blocks/katalog/_katalog.sass */
    .b-card__item h5 span {
      text-transform: uppercase; }
  /* line 240, ../../sass/blocks/katalog/_katalog.sass */
  .b-card__item table {
    width: 100%;
    font-size: 18px;
    margin-top: 22px;
    text-align: left; }
    /* line 245, ../../sass/blocks/katalog/_katalog.sass */
    .b-card__item table tr td {
      padding: 6px 7px; }
      /* line 247, ../../sass/blocks/katalog/_katalog.sass */
      .b-card__item table tr td:first-child {
        font-weight: bold; }
    /* line 250, ../../sass/blocks/katalog/_katalog.sass */
    .b-card__item table tr:nth-of-type(odd) {
      background-color: #f4f3f3; }
  /* line 252, ../../sass/blocks/katalog/_katalog.sass */
  .b-card__item .btn {
    padding: 11px 25px 13px 25px; }

/* line 254, ../../sass/blocks/katalog/_katalog.sass */
.b-card__comment {
  margin-top: 20px;
  font-size: 16px;
  height: 46px; }

/* line 258, ../../sass/blocks/katalog/_katalog.sass */
.b-katalog__price_old {
  text-align: left;
  font-size: 22px;
  position: relative;
  display: inline-block;
  line-height: 1;
  font-family: "ALSSchlangesans-bold";
  white-space: nowrap; }
  /* line 266, ../../sass/blocks/katalog/_katalog.sass */
  .b-katalog__price_old span {
    font-size: 24px;
    font-family: "ALSSchlangesans-Black"; }
  /* line 269, ../../sass/blocks/katalog/_katalog.sass */
  .b-katalog__price_old:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    left: -10px; }

/* line 277, ../../sass/blocks/katalog/_katalog.sass */
.katalog__size {
  width: auto; }

/* line 279, ../../sass/blocks/katalog/_katalog.sass */
.katalog__size_item {
  display: flex;
  justify-content: space-between; }

/* line 284, ../../sass/blocks/katalog/_katalog.sass */
.b-katalog__price {
  display: flex;
  align-items: center;
  margin-top: 15px;
  justify-content: space-between; }
  /* line 289, ../../sass/blocks/katalog/_katalog.sass */
  .b-katalog__price .red-button {
    padding: 15px 25px;
    font-size: 22px;
    font-family: "Roboto-Regular"; }

/* line 294, ../../sass/blocks/katalog/_katalog.sass */
.b-katalog__price_new {
  text-align: left;
  line-height: 1;
  color: #db6007;
  font-size: 22px;
  font-family: "ALSSchlangesans-Black";
  white-space: nowrap; }
  /* line 301, ../../sass/blocks/katalog/_katalog.sass */
  .b-katalog__price_new span {
    font-size: 40px; }

@media (max-width: 1200px) {
  /* line 309, ../../sass/blocks/katalog/_katalog.sass */
  .b-filter__sort {
    justify-content: center;
    flex-wrap: wrap; }
    /* line 312, ../../sass/blocks/katalog/_katalog.sass */
    .b-filter__sort .btn {
      font-size: 24px;
      height: 42px;
      padding: 7px 15px 8px 15px; }
    /* line 316, ../../sass/blocks/katalog/_katalog.sass */
    .b-filter__sort .b-input__dropwrap {
      margin: 3px 7px 10px 7px; } }
@media (max-width: 640px) {
  /* line 319, ../../sass/blocks/katalog/_katalog.sass */
  .b-filter__tub {
    display: block;
    text-align: center; }

  /* line 322, ../../sass/blocks/katalog/_katalog.sass */
  .b-filter__tub_item {
    display: block;
    min-height: 44px;
    height: auto;
    padding: 7px 0;
    width: 210px;
    margin: 5px auto 5px auto; }
    /* line 329, ../../sass/blocks/katalog/_katalog.sass */
    .b-filter__tub_item .b-filter__tub_item.active:before {
      display: none; } }
@media only screen and (max-width: 530px) {
  /* line 334, ../../sass/blocks/katalog/_katalog.sass */
  .katalog__size {
    width: auto; }
    /* line 336, ../../sass/blocks/katalog/_katalog.sass */
    .katalog__size img {
      margin-bottom: 10px; }

  /* line 338, ../../sass/blocks/katalog/_katalog.sass */
  .katalog__size_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 244px; } }
@media (max-width: 480px) {
  /* line 345, ../../sass/blocks/katalog/_katalog.sass */
  .b-card__item {
    width: 280px;
    margin: 5px 0 15px 0; }

  /* line 348, ../../sass/blocks/katalog/_katalog.sass */
  .b-card__pict {
    height: 160px; }

  /* line 350, ../../sass/blocks/katalog/_katalog.sass */
  .b-card__item {
    padding: 20px 10px; }
    /* line 352, ../../sass/blocks/katalog/_katalog.sass */
    .b-card__item h5 {
      font-size: 24px;
      margin-top: 5px; }
    /* line 355, ../../sass/blocks/katalog/_katalog.sass */
    .b-card__item table tr td {
      padding: 3px 3px; }

  /* line 357, ../../sass/blocks/katalog/_katalog.sass */
  .b-katalog__price {
    display: block; }

  /* line 359, ../../sass/blocks/katalog/_katalog.sass */
  .b-katalog__price_new {
    text-align: center;
    margin-bottom: 15px; }

  /* line 362, ../../sass/blocks/katalog/_katalog.sass */
  .b-card__item .btn {
    width: 100%; }

  /* line 364, ../../sass/blocks/katalog/_katalog.sass */
  .b-filter__sort .red-button {
    font-size: 18px;
    padding: 10px 25px 12px 25px;
    height: 46px; }

  /* line 368, ../../sass/blocks/katalog/_katalog.sass */
  .b-card__item h5 span {
    display: block; }

  /* line 370, ../../sass/blocks/katalog/_katalog.sass */
  .b-card__item h5 a {
    border-bottom: 0; }

  /* line 372, ../../sass/blocks/katalog/_katalog.sass */
  .b-card__item table {
    font-size: 16px; }
    /* line 374, ../../sass/blocks/katalog/_katalog.sass */
    .b-card__item table img {
      width: 25px; }

  /* line 376, ../../sass/blocks/katalog/_katalog.sass */
  .b-katalog__price .red-button {
    padding: 10px 30px 12px 30px;
    font-size: 18px; } }
/* line 1, ../../sass/blocks/b-card/_b-card.sass */
.b-card {
  margin-top: 50px; }
  /* line 3, ../../sass/blocks/b-card/_b-card.sass */
  .b-card .b-card__pict {
    border-right: 1px solid #d7d7d7; }

/* line 5, ../../sass/blocks/b-card/_b-card.sass */
.b-card__block {
  margin-top: 40px;
  padding-bottom: 50px;
  text-align: center; }

/* line 9, ../../sass/blocks/b-card/_b-card.sass */
.b-card__pict {
  display: inline-block;
  vertical-align: top;
  width: 490px; }
  @media only screen and (max-width: 1200px) {
    /* line 9, ../../sass/blocks/b-card/_b-card.sass */
    .b-card__pict {
      width: 390px; } }
  @media only screen and (max-width: 992px) {
    /* line 9, ../../sass/blocks/b-card/_b-card.sass */
    .b-card__pict {
      border-right: 0px; } }
  @media only screen and (max-width: 480px) {
    /* line 9, ../../sass/blocks/b-card/_b-card.sass */
    .b-card__pict {
      width: 280px; } }

/* line 21, ../../sass/blocks/b-card/_b-card.sass */
.b-card__pict_big {
  width: 465px;
  height: 380px;
  margin: auto;
  text-align: center;
  position: relative; }
  /* line 27, ../../sass/blocks/b-card/_b-card.sass */
  .b-card__pict_big img {
    max-width: 100%; }
  @media only screen and (max-width: 1200px) {
    /* line 21, ../../sass/blocks/b-card/_b-card.sass */
    .b-card__pict_big {
      width: 365px;
      height: 295px; } }
  @media only screen and (max-width: 480px) {
    /* line 21, ../../sass/blocks/b-card/_b-card.sass */
    .b-card__pict_big {
      width: 100%;
      height: 225px; } }
  /* line 35, ../../sass/blocks/b-card/_b-card.sass */
  .b-card__pict_big:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0; }
    @media only screen and (max-width: 1200px) {
      /* line 35, ../../sass/blocks/b-card/_b-card.sass */
      .b-card__pict_big:before {
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8); } }
    @media only screen and (max-width: 480px) {
      /* line 35, ../../sass/blocks/b-card/_b-card.sass */
      .b-card__pict_big:before {
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        left: -20px;
        bottom: -5px; } }

/* line 48, ../../sass/blocks/b-card/_b-card.sass */
.b-card__pict_small {
  display: table;
  table-layout: fixed;
  margin: 30px auto; }
  @media only screen and (max-width: 1200px) {
    /* line 48, ../../sass/blocks/b-card/_b-card.sass */
    .b-card__pict_small {
      margin: 20px auto; } }

/* line 54, ../../sass/blocks/b-card/_b-card.sass */
.b-card__small_item {
  display: table-cell;
  width: 100px !important;
  height: 100px;
  overflow: hidden; }
  /* line 59, ../../sass/blocks/b-card/_b-card.sass */
  .b-card__small_item img {
    width: 100%; }
  @media only screen and (max-width: 1200px) {
    /* line 54, ../../sass/blocks/b-card/_b-card.sass */
    .b-card__small_item {
      width: 80px !important;
      height: 80px; } }
  @media only screen and (max-width: 480px) {
    /* line 54, ../../sass/blocks/b-card/_b-card.sass */
    .b-card__small_item {
      width: 65px !important;
      height: 65px; } }

/* line 68, ../../sass/blocks/b-card/_b-card.sass */
.b-card__info {
  display: inline-block;
  vertical-align: top;
  width: 620px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  text-align: left; }
  @media only screen and (max-width: 1200px) {
    /* line 68, ../../sass/blocks/b-card/_b-card.sass */
    .b-card__info {
      width: 550px;
      padding-left: 20px; } }
  @media only screen and (max-width: 992px) {
    /* line 68, ../../sass/blocks/b-card/_b-card.sass */
    .b-card__info {
      padding-left: 0;
      text-align: center; } }
  @media only screen and (max-width: 600px) {
    /* line 68, ../../sass/blocks/b-card/_b-card.sass */
    .b-card__info {
      width: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  /* line 84, ../../sass/blocks/b-card/_b-card.sass */
  .b-card__info h2 {
    text-align: left;
    font-size: 48px;
    font-family: "ALSSchlangesans-Black";
    text-transform: none;
    line-height: 1;
    margin: 0; }

/* line 91, ../../sass/blocks/b-card/_b-card.sass */
.katalog__size {
  background-color: #f6f6f6;
  position: relative;
  margin-top: 20px;
  padding: 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  /* line 102, ../../sass/blocks/b-card/_b-card.sass */
  .katalog__size img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }

/* line 104, ../../sass/blocks/b-card/_b-card.sass */
.katalog__size_item {
  display: flex;
  justify-content: space-between; }

/* line 107, ../../sass/blocks/b-card/_b-card.sass */
.katalog__size_ttl {
  margin-bottom: 15px;
  font-size: 18px;
  font-family: "Roboto-Regular"; }

/* line 111, ../../sass/blocks/b-card/_b-card.sass */
.b-card__info_desc {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 10px; }
  @media only screen and (max-width: 480px) {
    /* line 111, ../../sass/blocks/b-card/_b-card.sass */
    .b-card__info_desc {
      margin-top: 10px;
      font-size: 16px;
      line-height: 1; } }

/* line 119, ../../sass/blocks/b-card/_b-card.sass */
.b-card__price {
  position: relative;
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 600px) {
    /* line 119, ../../sass/blocks/b-card/_b-card.sass */
    .b-card__price {
      margin: 35px auto 0 auto;
      padding-right: 20px; } }
  /* line 128, ../../sass/blocks/b-card/_b-card.sass */
  .b-card__price:before {
    content: "";
    display: block;
    position: absolute;
    top: -18px;
    left: 0px;
    background: url("/img/card/fon.png") center no-repeat;
    background-size: cover;
    height: 118px;
    width: 610px;
    z-index: -1; }
    @media only screen and (max-width: 1200px) {
      /* line 128, ../../sass/blocks/b-card/_b-card.sass */
      .b-card__price:before {
        width: 535px; } }
    @media only screen and (max-width: 600px) {
      /* line 128, ../../sass/blocks/b-card/_b-card.sass */
      .b-card__price:before {
        width: 100%; } }
    @media only screen and (max-width: 480px) {
      /* line 128, ../../sass/blocks/b-card/_b-card.sass */
      .b-card__price:before {
        height: auto; } }

/* line 146, ../../sass/blocks/b-card/_b-card.sass */
.b-card__table {
  margin-top: 30px; }

/* line 148, ../../sass/blocks/b-card/_b-card.sass */
.b-card__table_row {
  padding: 10px 10px;
  display: flex;
  font-size: 16px;
  font-family: "Roboto-Regular"; }
  /* line 153, ../../sass/blocks/b-card/_b-card.sass */
  .b-card__table_row:nth-of-type(odd) {
    background-color: #f4f4f4; }

/* line 155, ../../sass/blocks/b-card/_b-card.sass */
.b-card__table_item:first-child {
  text-align: right;
  margin-right: 20px;
  width: 120px;
  font-family: "RobotoMedium"; }

/* line 160, ../../sass/blocks/b-card/_b-card.sass */
.b-card__table_item:last-child {
  text-align: left; }

/* line 162, ../../sass/blocks/b-card/_b-card.sass */
.comment-price {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
  font-family: "Roboto-Light";
  margin-left: 25px;
  line-height: 1;
  text-align: center;
  margin-top: 5px; }

/* line 171, ../../sass/blocks/b-card/_b-card.sass */
.b-card__price_item {
  display: flex;
  align-items: flex-end; }
  /* line 175, ../../sass/blocks/b-card/_b-card.sass */
  .b-card__price_item._old {
    white-space: nowrap;
    font-size: 26px;
    font-family: "ALSSchlangesans-bold";
    position: relative;
    padding-left: 25px;
    line-height: 1;
    overflow: hidden; }
    /* line 183, ../../sass/blocks/b-card/_b-card.sass */
    .b-card__price_item._old span {
      margin-right: 5px;
      font-size: 30px; }
    @media only screen and (max-width: 1200px) {
      /* line 175, ../../sass/blocks/b-card/_b-card.sass */
      .b-card__price_item._old {
        padding-left: 15px; } }
    @media only screen and (max-width: 480px) {
      /* line 175, ../../sass/blocks/b-card/_b-card.sass */
      .b-card__price_item._old {
        padding-left: 0;
        display: inline-block; } }
    /* line 191, ../../sass/blocks/b-card/_b-card.sass */
    .b-card__price_item._old:before {
      content: "";
      display: block;
      position: absolute;
      left: 20px;
      bottom: 0px; }
      @media only screen and (max-width: 1200px) {
        /* line 191, ../../sass/blocks/b-card/_b-card.sass */
        .b-card__price_item._old:before {
          left: 5px; } }
      @media only screen and (max-width: 480px) {
        /* line 191, ../../sass/blocks/b-card/_b-card.sass */
        .b-card__price_item._old:before {
          left: -12px; } }
  /* line 202, ../../sass/blocks/b-card/_b-card.sass */
  .b-card__price_item._free {
    padding-left: 20px; }
    @media only screen and (max-width: 1200px) {
      /* line 202, ../../sass/blocks/b-card/_b-card.sass */
      .b-card__price_item._free {
        padding-left: 15px; } }
    @media only screen and (max-width: 600px) {
      /* line 202, ../../sass/blocks/b-card/_b-card.sass */
      .b-card__price_item._free {
        display: none; } }
  /* line 208, ../../sass/blocks/b-card/_b-card.sass */
  .b-card__price_item._new {
    line-height: 1;
    white-space: nowrap;
    font-size: 31px;
    font-family: "ALSSchlangesans-Black";
    padding-left: 12px; }
    /* line 214, ../../sass/blocks/b-card/_b-card.sass */
    .b-card__price_item._new span {
      margin-right: 5px;
      font-size: 40px; }
    @media only screen and (max-width: 1200px) {
      /* line 208, ../../sass/blocks/b-card/_b-card.sass */
      .b-card__price_item._new {
        padding-left: 8px;
        font-size: 28px; }
        /* line 220, ../../sass/blocks/b-card/_b-card.sass */
        .b-card__price_item._new span {
          font-size: 36px; } }
    @media only screen and (max-width: 480px) {
      /* line 208, ../../sass/blocks/b-card/_b-card.sass */
      .b-card__price_item._new {
        padding-left: 0;
        display: block; } }
  /* line 225, ../../sass/blocks/b-card/_b-card.sass */
  .b-card__price_item._btn {
    padding-left: 18px; }
    /* line 227, ../../sass/blocks/b-card/_b-card.sass */
    .b-card__price_item._btn .red-button {
      font-size: 20px;
      padding: 7px 20px;
      font-family: "Roboto-Regular"; }

/* line 232, ../../sass/blocks/b-card/_b-card.sass */
.b-card__free {
  font-size: 25px;
  font-family: "RobotoBI";
  position: relative;
  padding-left: 72px;
  margin-top: 60px;
  display: inline-block; }
  /* line 239, ../../sass/blocks/b-card/_b-card.sass */
  .b-card__free:before {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: 2px; }
    @media only screen and (max-width: 480px) {
      /* line 239, ../../sass/blocks/b-card/_b-card.sass */
      .b-card__free:before {
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        top: -10px; } }
  @media only screen and (max-width: 600px) {
    /* line 232, ../../sass/blocks/b-card/_b-card.sass */
    .b-card__free {
      margin-top: 30px; } }
  @media only screen and (max-width: 480px) {
    /* line 232, ../../sass/blocks/b-card/_b-card.sass */
    .b-card__free {
      margin-top: 0px;
      font-size: 19px;
      padding-left: 55px; } }

/* line 256, ../../sass/blocks/b-card/_b-card.sass */
.b-card__ttl {
  font-size: 22px;
  font-family: "exo-20-bold";
  margin-top: 43px; }
  @media only screen and (max-width: 480px) {
    /* line 256, ../../sass/blocks/b-card/_b-card.sass */
    .b-card__ttl {
      font-size: 20px;
      margin-top: 20px; } }

/* line 263, ../../sass/blocks/b-card/_b-card.sass */
.b-card__desc {
  line-height: 1.2;
  margin-top: 15px;
  font-size: 20px;
  font-family: "exo-20-regular"; }
  @media only screen and (max-width: 480px) {
    /* line 263, ../../sass/blocks/b-card/_b-card.sass */
    .b-card__desc {
      font-size: 16px;
      margin-top: 10px; } }

/* line 272, ../../sass/blocks/b-card/_b-card.sass */
.b-card__preference {
  display: table;
  table-layout: fixed;
  margin-top: 26px; }
  @media only screen and (max-width: 480px) {
    /* line 272, ../../sass/blocks/b-card/_b-card.sass */
    .b-card__preference {
      display: block;
      margin-top: 10px; } }

/* line 279, ../../sass/blocks/b-card/_b-card.sass */
.b-card__preference_item {
  display: table-cell;
  text-align: center; }
  @media only screen and (max-width: 480px) {
    /* line 279, ../../sass/blocks/b-card/_b-card.sass */
    .b-card__preference_item {
      display: table;
      table-layout: fixed;
      margin-bottom: 10px; } }
  /* line 286, ../../sass/blocks/b-card/_b-card.sass */
  .b-card__preference_item span {
    margin-top: 20px;
    line-height: 1.2;
    display: block;
    font-size: 20px;
    font-family: "exo-20-regular"; }
    @media only screen and (max-width: 480px) {
      /* line 286, ../../sass/blocks/b-card/_b-card.sass */
      .b-card__preference_item span {
        display: table-cell;
        vertical-align: middle;
        font-size: 18px;
        text-align: left;
        padding-left: 15px; } }
  @media only screen and (max-width: 480px) {
    /* line 298, ../../sass/blocks/b-card/_b-card.sass */
    .b-card__preference_item .icon {
      display: table-cell; } }
  /* line 302, ../../sass/blocks/b-card/_b-card.sass */
  .b-card__preference_item:nth-child(2) {
    padding-left: 80px;
    padding-right: 80px; }
    @media only screen and (max-width: 600px) {
      /* line 302, ../../sass/blocks/b-card/_b-card.sass */
      .b-card__preference_item:nth-child(2) {
        padding-right: 40px;
        padding-left: 40px; } }
    @media only screen and (max-width: 480px) {
      /* line 302, ../../sass/blocks/b-card/_b-card.sass */
      .b-card__preference_item:nth-child(2) {
        padding-left: 0;
        padding-right: 0; } }

/* line 311, ../../sass/blocks/b-card/_b-card.sass */
.hide2 {
  display: none; }

@media only screen and (max-width: 992px) {
  /* line 315, ../../sass/blocks/b-card/_b-card.sass */
  .b-card .hide2 {
    display: block !important; }
  /* line 317, ../../sass/blocks/b-card/_b-card.sass */
  .b-card .b-card__info h2 {
    display: none; } }

/* line 320, ../../sass/blocks/b-card/_b-card.sass */
.b-card__info_comment {
  font-size: 20px;
  margin-top: 20px; }

@media only screen and (max-width: 1200px) {
  /* line 324, ../../sass/blocks/b-card/_b-card.sass */
  .b-card__block {
    margin-top: 0px;
    padding-bottom: 50px;
    text-align: center;
    display: flex; }

  /* line 329, ../../sass/blocks/b-card/_b-card.sass */
  .b-card__info h2 {
    font-size: 44px; } }
@media only screen and (max-width: 992px) {
  /* line 333, ../../sass/blocks/b-card/_b-card.sass */
  .b-card__block {
    display: block; }

  /* line 335, ../../sass/blocks/b-card/_b-card.sass */
  .b-card__pict_small {
    margin: 0px auto; } }
@media only screen and (max-width: 768px) {
  /* line 338, ../../sass/blocks/b-card/_b-card.sass */
  .b-card__free {
    font-size: 22px; } }
@media only screen and (max-width: 480px) {
  /* line 344, ../../sass/blocks/b-card/_b-card.sass */
  .b-card {
    margin-top: 15px; }

  /* line 346, ../../sass/blocks/b-card/_b-card.sass */
  .b-card .b-card__pict {
    height: auto; }

  /* line 348, ../../sass/blocks/b-card/_b-card.sass */
  .b-card__price {
    margin: 23px auto 0 auto;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap; }

  /* line 353, ../../sass/blocks/b-card/_b-card.sass */
  .b-card__price_item {
    padding-left: 10px;
    padding-right: 10px; }

  /* line 356, ../../sass/blocks/b-card/_b-card.sass */
  .comment-price {
    margin-left: 0px;
    margin-top: 15px; }

  /* line 359, ../../sass/blocks/b-card/_b-card.sass */
  .b-card__info_comment {
    font-size: 18px;
    margin-top: 15px; }

  /* line 362, ../../sass/blocks/b-card/_b-card.sass */
  .b-card__table {
    margin-top: 15px; }
    /* line 364, ../../sass/blocks/b-card/_b-card.sass */
    .b-card__table p {
      margin: 0 0 5px 0; }

  /* line 366, ../../sass/blocks/b-card/_b-card.sass */
  .katalog__size_ttl {
    font-size: 16px; } }
/* lib for sprites */
/* line 112, icon/*.png */
.icon-sprite, .icon-active, .b-filter__tub_item.active:before, .icon-active2, .icon-all, .b-input__group .b-input__control:before, .icon-card-car, .b-card__free:before, .icon-card-hit, .b-card__pict_big:before, .icon-hit, .b-card__item:before, .icon-line, .b-katalog__price_old:before, .icon-line2, .b-card__price_item._old:before, .icon-lupa, .fa-search:before {
  background-image: url('/img/icon-s38074f0ec6.png');
  background-repeat: no-repeat; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-active, .b-filter__tub_item.active:before {
  background-position: -86px -100px;
  height: 18px;
  width: 34px; }

.icon-all, .b-input__group .b-input__control:before {
    background-position: -32px -25px;
    height: 12px;
    width: 21px;
}
/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-active2 {
  background-position: 0 -25px;
  height: 22px;
  width: 32px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-card-car, .b-card__free:before {
  background-position: -53px -25px;
  height: 42px;
  width: 53px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-card-hit, .b-card__pict_big:before {
  background-position: 0 -152px;
  height: 88px;
  width: 150px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-hit, .b-card__item:before {
  background-position: 0 -100px;
  height: 52px;
  width: 86px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-line, .b-katalog__price_old:before {
  background-position: 0 0;
  height: 18px;
  width: 98px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-line2, .b-card__price_item._old:before {
  background-position: 0 -67px;
  height: 33px;
  width: 131px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-lupa, .fa-search:before {
  background-position: -98px 0;
  height: 25px;
  width: 22px; }

/* line 16, ../../sass/_icon.sass */
*[class^='icon-'] {
  display: inline-block; }
.b-card__item .ttl5 {
    font-size: 22px;
    font-family: "PTSansB";
    text-align: center;
    margin-top: 15px!important;
    line-height: 1.1;
	color: #000;}
.b-card__item .ttl5 span { border-bottom: 2px dashed #000;}
.b-card__item ul { margin-top: 15px}
.b-card__item ul li:nth-of-type(odd) {  background: #fcfcfc;}
.b-katalog__btn {text-align: center}

.b-input__group .b-input__control:before {    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 14px;
    opacity: 0.4;    height: 12px;
    width: 21px;}

/* End */


/* Start:/bitrix/templates/main/components/bitrix/form.result.new/quiz/style.css?162136080039860*/
.row6__step1_ttl:after, .row6__step3_pict:after, .row6__step4_pict:after, .row6__radio .b-radio.active:before, .row6__step1_ttl:before, .row6__step3_pict:before,
.row6__step4_pict:before, .row6__radio .b-radio:before, .icon-row6-next, .icon.next, .icon-row6-prev, .icon.prev, .b-input_type_checkbox input[type=checkbox] + span:before {
  background-image: url('/bitrix/templates/main/components/bitrix/form.result.new/quiz/icon-s7c1bc4b403.png');
  background-repeat: no-repeat;
}
/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-chek, .basechek .b-input_type_checkbox input[type=radio] + span:before, .row6__step1_ttl:before, .row6__step3_pict:before, .row6__step4_pict:before, .row6__radio .b-radio:before {
    background-position: -47px -138px;
    height: 33px;
    width: 33px; }

.icon-chek-act, .basechek .b-input_type_checkbox input[type=radio]:checked + span:before, .row6__step1_ttl:after, .row6__step3_pict:after, .row6__step4_pict:after, .row6__radio .b-radio.active:before, .b-form.ok .b-form_info:before {
    background-position: -80px -138px;
    height: 33px;
    width: 33px;
}
.icon-row6-next, .icon.next {
    background-position: -71px -834px;
    height: 80px;
    width: 80px;
}
.icon-row6-prev, .icon.prev {
    background-position: -231px -834px;
    height: 80px;
    width: 80px;
}
.icon-row6-next:hover, .icon.next:hover, .icon-row6-next.row6-next-hover, .row6-next-hover.icon.next {
    background-position: -151px -834px;
}
.icon-row6-prev:hover, .icon.prev:hover, .icon-row6-prev.row6-prev-hover, .row6-prev-hover.icon.prev {
    background-position: 0 -914px;}
.icon-check2, .b-input_type_checkbox input[type=checkbox] + span:before {
    background-position: -32px -98px;
    height: 30px;
    width: 30px;
}
.icon-check2-act, .b-input_type_checkbox input[type=checkbox]:checked + span:before {
    background-position: -62px -98px;
    height: 30px;
    width: 30px;
}
.b-input_type_checkbox input[type=checkbox] + span {
    position: relative;
    padding-left: 47px;
}
.b-input_type_checkbox input[type=checkbox] + span:before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
}
/* line 1, ../../sass/blocks/es6/_es6.sass */
.es6 {
    margin-top: 50px;
    padding-bottom: 40px;
}
.es6 .b-prav2 {
    display: inline-block;
    vertical-align: top;
    width: 95%!important;
    margin-top: 0!important;
    margin-left: 0!important;
    font-size: 12px;
}
.row6__form .red-button{padding: 10px 35px}
.row6__form .form-control {box-shadow: none}
.row6__form .form-control:focus {
    border-color: transparent!important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.row6__step2_count .form-control.error {border:1px solid red !important;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 0!important;}
.nav-tabs > li > a:hover {
    border-color: transparent!important;
}
.nav-tabs > li > a { border: 0!important;}
.row6__block {
    height: 682px;
    overflow: hidden;
}
@media (max-width: 992px) {
    /* line 1, ../../sass/blocks/es6/_es6.sass */ .es6 {
    padding-right: 15px;
    padding-left: 15px;
}
}

/* line 7, ../../sass/blocks/es6/_es6.sass */
.es6 .ttl {
    color: #3d3d3b;
    line-height: 1;
}

/* line 10, ../../sass/blocks/es6/_es6.sass */
.es6 .es__desc {
    text-align: center;
    margin: 20px auto;
    width: 1200px;
}

@media (max-width: 1280px) {
    /* line 10, ../../sass/blocks/es6/_es6.sass */ .es6 .es__desc {
    width: 100%;
}
}

/* line 2, ../../sass/blocks/row6/_row6.sass */
.row6 .prav-info a {
    color: #000;
}

/* line 4, ../../sass/blocks/row6/_row6.sass */
.row6__block {
    position: relative;
    background-color: #fff;
    -moz-box-shadow: 0 0 18px rgba(2, 2, 2, 0.2);
    -webkit-box-shadow: 0 0 18px rgba(2, 2, 2, 0.2);
    box-shadow: 0 0 18px rgba(2, 2, 2, 0.2);
    margin: 65px auto 0 auto;
    width: 1290px;
    height: 682px;
}

@media (max-width: 1340px) {
    .row6__block {
    width: 940px;
}
}

/* line 13, ../../sass/blocks/row6/_row6.sass */
.row6__item {
    position: relative;
}

/* line 15, ../../sass/blocks/row6/_row6.sass */
.row6__item_left {
    position: absolute;
    top: -111px;
    left: 0;
    background-color: #f90;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1NGQwNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5OTkwYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #d54d05), color-stop(100%, #e9990b));
    background-image: -moz-linear-gradient(bottom, #d54d05 0%, #e9990b 100%);
    background-image: -webkit-linear-gradient(bottom, #d54d05 0%, #e9990b 100%);
    background-image: linear-gradient(to top, #d54d05 0%, #e9990b 100%);
    width: 300px;
    height: 683px;
    border-right: 1px solid #cfcfcf;
    padding: 4px;
}

@media (max-width: 1340px) {
    /* line 15, ../../sass/blocks/row6/_row6.sass */ .row6__item_left {
    display: none;
}
}

/* line 27, ../../sass/blocks/row6/_row6.sass */
.row6__item_left .row6__comment {
    background: #fff;
    font-size: 17px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 100%;
    height: 470px;
    padding: 35px 15px 20px 15px;
    position: relative;
}

/* line 35, ../../sass/blocks/row6/_row6.sass */
.row6__item_left .row6__comment:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
}

/* line 45, ../../sass/blocks/row6/_row6.sass */
.row6__item_left .row6__comment_ttl {
    font-family: "ALSSchlangesans-Black";
    text-transform: uppercase;
    margin-bottom: 15px;
}

/* line 49, ../../sass/blocks/row6/_row6.sass */
.row6__item_left .row6__comment_info {
    margin-top: 7px;
    line-height: 1.2;
    margin-bottom: 7px;
}

/* line 53, ../../sass/blocks/row6/_row6.sass */
.row6__item_left .row6__comment_info sup {
    font-size: 12px;
}

/* line 55, ../../sass/blocks/row6/_row6.sass */
.row6__item_left .row6__comment_foto {
    width: 106px;
    height: 106px;
    overflow: hidden;
    margin: 25px auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/* line 61, ../../sass/blocks/row6/_row6.sass */
.row6__item_left .row6__comment_foto img {
    width: 100%;
}

/* line 63, ../../sass/blocks/row6/_row6.sass */
.row6__item_left .row6__comment_name {
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-family: "ALSSchlangesans-Black";
    line-height: 1;
    margin-top: 10px;
}

/* line 70, ../../sass/blocks/row6/_row6.sass */
.row6__item_left .row6__comment_work {
    text-align: center;
    font-size: 20px;
    color: #fff;
}

/* line 74, ../../sass/blocks/row6/_row6.sass */
.row6__item_right {
    position: relative;
    margin-left: 301px;
    padding-top: 30px;
    text-align: center;
}

@media (max-width: 1340px) {
    /* line 74, ../../sass/blocks/row6/_row6.sass */ .row6__item_right {
    margin-left: 0;
}
}

/* line 81, ../../sass/blocks/row6/_row6.sass */
.row6__item_ttl {
    color: #444444;
    font-size: 28px;
    position: relative;
    text-align: center;
}

/* line 86, ../../sass/blocks/row6/_row6.sass */
.row6__item_ttl:before {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #f2f2f2;
}

/* line 95, ../../sass/blocks/row6/_row6.sass */
.row6__item_ttl .bold {
    font-family: "ALSSchlangesans-Black";
}

/* line 97, ../../sass/blocks/row6/_row6.sass */
.row6__item_ttl .fon {
    background-color: #fff;
    padding: 0 70px;
    position: relative;
}

/* line 103, ../../sass/blocks/row6/_row6.sass */
.row6__menu {
    display: flex;
    height: 110px;
    padding-left: 301px;
    justify-content: flex-end;
}

@media (max-width: 1340px) {
    /* line 103, ../../sass/blocks/row6/_row6.sass */ .row6__menu {
    padding-left: 0;
}
}

/* line 110, ../../sass/blocks/row6/_row6.sass */
.row6__menu_item {
    padding: 23px 15px 0 15px;
    text-align: center;
    border-left: 1px solid #fff;
    background-color: #f1f1f1;
    width: 158px;
    white-space: nowrap;
}

@media (max-width: 1340px) {
    /* line 110, ../../sass/blocks/row6/_row6.sass */ .row6__menu_item {
    width: 145px;
}
}

/* line 119, ../../sass/blocks/row6/_row6.sass */
.row6__menu_item:nth-child(2) {
    width: 185px;
}

/* line 121, ../../sass/blocks/row6/_row6.sass */
.row6__menu_item:nth-child(4) {
    width: 175px;
}

@media (max-width: 1340px) {
    /* line 123, ../../sass/blocks/row6/_row6.sass */ .row6__menu_item:nth-child(5) {
    width: 155px;
}
}

@media (max-width: 1340px) {
    /* line 126, ../../sass/blocks/row6/_row6.sass */ .row6__menu_item:nth-child(6) {
    width: 140px;
}
}

/* line 129, ../../sass/blocks/row6/_row6.sass */
.row6__menu_item.active {
    background-color: #fff;
}

/* line 131, ../../sass/blocks/row6/_row6.sass */
.row6__menu_item .tub_name {
    font-size: 20px;
    color: #444444;
}

/* line 134, ../../sass/blocks/row6/_row6.sass */
.row6__menu_item .tub_name span {
    font-family: "ALSSchlangesans-Black";
}

/* line 136, ../../sass/blocks/row6/_row6.sass */
.nav > li > a {
    padding: 0;
}

/* line 139, ../../sass/blocks/row6/_row6.sass */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 0px;
}

/* line 141, ../../sass/blocks/row6/_row6.sass */
.nav-tabs > li > a {
    margin-right: 0px;
    border: 0px;
}

/* line 144, ../../sass/blocks/row6/_row6.sass */
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

/* line 147, ../../sass/blocks/row6/_row6.sass */
.nav-tabs > li > a:hover {
    border-color: transparent;
}

/* line 150, ../../sass/blocks/row6/_row6.sass */
.step-left.last {
    left: 0;
    width: 100%;
}

/* line 153, ../../sass/blocks/row6/_row6.sass */
.step-left.last .step__ttl {
    color: #fff;
    font-size: 28px;
    text-shadow: 0 1px 0 rgba(148, 67, 0, 0.75);
    font-family: "ALSSchlangesans-Black";
    text-align: center;
    margin-top: 50px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

/* line 162, ../../sass/blocks/row6/_row6.sass */
.step-left.last .step__ttl .count {
    display: flex;
    align-items: center;
    font-size: 72px;
    font-family: "Bitter-Bold";
    justify-content: center;
}

/* line 168, ../../sass/blocks/row6/_row6.sass */
.step-left.last .step__ttl .count span {
    font-size: 46px;
}

/* line 172, ../../sass/blocks/row6/_row6.sass */
.tub_comment {
    font-size: 16px;
    font-family: "ALSSchlangesans-Black";
    color: #ffa936;
    margin-top: 5px;
    white-space: normal;
}

/* line 178, ../../sass/blocks/row6/_row6.sass */
.tub_comment span {
    border-bottom: 1px solid #ffa936;
}

/* line 180, ../../sass/blocks/row6/_row6.sass */
.row6__item_step {
    margin: 38px auto;
}

/* line 182, ../../sass/blocks/row6/_row6.sass */
.row6__item_step._step1 {
    width: 545px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* line 187, ../../sass/blocks/row6/_row6.sass */
.row6__item_step._step2-1 {
    position: relative;
    width: 625px;
}

/* line 190, ../../sass/blocks/row6/_row6.sass */
.row6__item_step._step2-2 {
    position: relative;
    width: 710px;
}

/* line 193, ../../sass/blocks/row6/_row6.sass */
.row6__item_step._step2-3 {
    position: relative;
    width: 725px;
}

/* line 196, ../../sass/blocks/row6/_row6.sass */
.row6__item_step._step2-4 {
    position: relative;
    width: 705px;
}

/* line 199, ../../sass/blocks/row6/_row6.sass */
.row6__item_step._step3 {
    width: 460px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* line 204, ../../sass/blocks/row6/_row6.sass */
.row6__item_step._step4 {
    margin: 63px auto 0 auto;
    width: 720px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* line 210, ../../sass/blocks/row6/_row6.sass */
.row6__item_step._step6 {
    height: 467px;
    margin: 35px auto 0 auto;
    background: url("/bitrix/templates/main/components/bitrix/form.result.new/quiz/step6.png") right bottom no-repeat;
}

/* line 215, ../../sass/blocks/row6/_row6.sass */
.row6__step1_item {
    margin-bottom: 15px;
}

/* line 217, ../../sass/blocks/row6/_row6.sass */
.row6__step1_pict {
    width: 240px;
    height: 150px;
    overflow: hidden;
}

/* line 221, ../../sass/blocks/row6/_row6.sass */
.row6__step1_pict img {
    width: 100%;
}

/* line 223, ../../sass/blocks/row6/_row6.sass */
.row6__step1_ttl {
    font-size: 20px;
    text-transform: uppercase;
    font-family: "ALSSchlangesans-Black";
    color: #444444;
    position: relative;
    padding-top: 30px;
}

/* line 230, ../../sass/blocks/row6/_row6.sass */
.row6__step1_ttl:before {
    content: "";
    display: block;
    position: absolute;
    top: -19px;
    left: 50%;
    margin-left: -20px;
}

/* line 238, ../../sass/blocks/row6/_row6.sass */
.row6__step1_ttl:after {
    content: "";
    display: none;
    position: absolute;
    top: -19px;
    left: 50%;
    margin-left: -20px;
}

/* line 248, ../../sass/blocks/row6/_row6.sass */
.row6__step3_item {
    margin-bottom: 45px;
}

/* line 250, ../../sass/blocks/row6/_row6.sass */
.row6__step3_pict {
    width: 145px;
    height: 137px;
    position: relative;
    margin-top: 10px;
}

/* line 255, ../../sass/blocks/row6/_row6.sass */
.row6__step3_pict:before {
    content: "";
    display: block;
    position: absolute;
    top: 125px;
    left: 50%;
    margin-left: -20px;
}

/* line 263, ../../sass/blocks/row6/_row6.sass */
.row6__step3_pict:after {
    content: "";
    display: none;
    position: absolute;
    top: 125px;
    left: 50%;
    margin-left: -20px;
}

/* line 271, ../../sass/blocks/row6/_row6.sass */
.row6__step3_pict img {
    width: 100%;
}

/* line 273, ../../sass/blocks/row6/_row6.sass */
.row6__step3_ttl {
    margin-top: 7px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "ALSSchlangesans-Black";
    color: #353130;
}

/* line 280, ../../sass/blocks/row6/_row6.sass */
.row6__step4_pict {
    width: 228px;
    height: 209px;
    position: relative;
    margin-top: 18px;
}

/* line 285, ../../sass/blocks/row6/_row6.sass */
.row6__step4_pict:before {
    content: "";
    display: block;
    position: absolute;
    top: 187px;
    left: 50%;
    margin-left: -20px;
}

/* line 293, ../../sass/blocks/row6/_row6.sass */
.row6__step4_pict:after {
    content: "";
    display: none;
    position: absolute;
    top: 187px;
    left: 50%;
    margin-left: -20px;
}

/* line 301, ../../sass/blocks/row6/_row6.sass */
.row6__step4_pict img {
    width: 100%;
}

/* line 303, ../../sass/blocks/row6/_row6.sass */
.row6__step4_ttl {
    margin-top: 7px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "ALSSchlangesans-Black";
    color: #353130;
}

/* line 309, ../../sass/blocks/row6/_row6.sass */
.b-flex {
    display: flex;
}

/* line 312, ../../sass/blocks/row6/_row6.sass */
.row6__step1_item:hover {
    cursor: pointer;
}

/* line 315, ../../sass/blocks/row6/_row6.sass */
.row6__step1_item:hover .row6__step1_ttl:after {
    display: block;
    opacity: 0.5;
}

/* line 319, ../../sass/blocks/row6/_row6.sass */
.row6__step1_item.active .row6__step1_ttl {
    color: #ff9a00;
}

/* line 321, ../../sass/blocks/row6/_row6.sass */
.row6__step1_item.active .row6__step1_ttl:after {
    display: block;
    opacity: 1;
}

/* line 325, ../../sass/blocks/row6/_row6.sass */
.row6__step3_item:hover {
    cursor: pointer;
}

/* line 327, ../../sass/blocks/row6/_row6.sass */
.row6__step3_item:hover .row6__step3_pict:after {
    display: block;
    opacity: 0.5;
}

/* line 331, ../../sass/blocks/row6/_row6.sass */
.row6__step3_item.active .row6__step3_ttl {
    color: #ff9a00;
}

/* line 333, ../../sass/blocks/row6/_row6.sass */
.row6__step3_item.active .row6__step3_pict:after {
    display: block;
    opacity: 1;
}

/* line 337, ../../sass/blocks/row6/_row6.sass */
.row6__step4_item:hover {
    cursor: pointer;
}

/* line 339, ../../sass/blocks/row6/_row6.sass */
.row6__step4_item:hover .row6__step4_pict:after {
    display: block;
    opacity: 0.5;
}

/* line 343, ../../sass/blocks/row6/_row6.sass */
.row6__step4_item.active .row6__step4_ttl {
    color: #ff9a00;
}

/* line 345, ../../sass/blocks/row6/_row6.sass */
.row6__step4_item.active .row6__step4_pict:after {
    display: block;
    opacity: 1;
}

/* line 350, ../../sass/blocks/row6/_row6.sass */
.row6__step2_count {
    position: absolute;
    text-align: center;
}

/* line 353, ../../sass/blocks/row6/_row6.sass */
.row6__step2_count._step2-1 {
    top: -3px;
    left: 239px;
}

/* line 356, ../../sass/blocks/row6/_row6.sass */
.row6__step2_count._step2-2-1 {
    top: 20px;
    left: 382px;
}

/* line 359, ../../sass/blocks/row6/_row6.sass */
.row6__step2_count._step2-2-2 {
    top: 205px;
    left: 0px;
}

/* line 362, ../../sass/blocks/row6/_row6.sass */
.row6__step2_count._step2-3-1 {
    top: 20px;
    left: 190px;
}

/* line 365, ../../sass/blocks/row6/_row6.sass */
.row6__step2_count._step2-3-2 {
    right: 0px;
    top: 225px;
}

/* line 369, ../../sass/blocks/row6/_row6.sass */
.row6__step2_count._step2-5-1 {
    top: 0px;
    left: 8px;
}

/* line 372, ../../sass/blocks/row6/_row6.sass */
.row6__step2_count._step2-5-1 .form-group {
    position: relative;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

/* line 377, ../../sass/blocks/row6/_row6.sass */
.row6__step2_count._step2-5-1 .form-group label {
    margin-right: 145px;
}

/* line 379, ../../sass/blocks/row6/_row6.sass */
.row6__step2_count._step2-5-2 {
    top: 350px;
    left: 8px;
}

/* line 382, ../../sass/blocks/row6/_row6.sass */
.row6__step2_count._step2-5-2 .form-group {
    position: relative;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

/* line 387, ../../sass/blocks/row6/_row6.sass */
.row6__step2_count._step2-5-2 .form-group label {
    margin-right: 145px;
}

/* line 389, ../../sass/blocks/row6/_row6.sass */
.row6__step2_count._step2-4-1 {
    top: -18px;
    left: 272px;
}

/* line 392, ../../sass/blocks/row6/_row6.sass */
.row6__step2_count._step2-4-2 {
    left: -97px;
    top: 250px;
}

/* line 395, ../../sass/blocks/row6/_row6.sass */
.row6__step2_count._step2-4-3 {
    right: -70px;
    top: 250px;
}

/* line 398, ../../sass/blocks/row6/_row6.sass */
.row6__step2_count label {
    font-size: 20px;
}

/* line 400, ../../sass/blocks/row6/_row6.sass */
.row6__step2_count label span {
    font-family: "ALSSchlangesans-Black";
}

/* line 402, ../../sass/blocks/row6/_row6.sass */
.row6__step2_count .form-control {
    margin: 10px auto;
    text-align: center;
    font-size: 24px;
    font-family: "ALSSchlangesans-Black";
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    background-color: #f1f1f1;
    -moz-box-shadow: inset 0 5px 5px rgba(2, 2, 2, 0.17);
    -webkit-box-shadow: inset 0 5px 5px rgba(2, 2, 2, 0.17);
    box-shadow: inset 0 5px 5px rgba(2, 2, 2, 0.17);
    height: 45px;
    min-width: 120px;
    width: 120px;
    border: 0px;
    padding: 0;
}

/* line 418, ../../sass/blocks/row6/_row6.sass */
.row6__check {
    text-align: left;
    margin-left: 78px;
}

/* line 421, ../../sass/blocks/row6/_row6.sass */
.row6__check_item {
    display: inline-block;
    width: 320px;
    margin-bottom: 14px;
}

/* line 425, ../../sass/blocks/row6/_row6.sass */
.row6__step2_radiobox {
    margin-top: 30px;
}

/* line 427, ../../sass/blocks/row6/_row6.sass */
.row6__form {
    margin-top: 20px;
    text-align: left;
    margin-left: 75px;
    margin-bottom: 55px;
}

/* line 432, ../../sass/blocks/row6/_row6.sass */
.row6__form_ttl {
    font-size: 30px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    width: 445px;
    position: relative;
    line-height: 1.1;
}

/* line 438, ../../sass/blocks/row6/_row6.sass */
.row6__form_ttl:before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: -77px;
    height: 5px;
    width: 50px;
    background-color: #ff9900;
}

/* line 448, ../../sass/blocks/row6/_row6.sass */
.row6__form_desc {
    margin-top: 10px;
    width: 445px;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.2;
}

/* line 454, ../../sass/blocks/row6/_row6.sass */
.row6__form form {
    margin-top: 20px;
}

/* line 456, ../../sass/blocks/row6/_row6.sass */
.row6__form form .form-group.phone {
    width: 365px;
}

/* line 458, ../../sass/blocks/row6/_row6.sass */
.row6__form .btn {
    width: 280px;
    margin-left: 5px;
    position: relative;
}

/* line 463, ../../sass/blocks/row6/_row6.sass */
.icon {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 1px;
}

/* line 477, ../../sass/blocks/row6/_row6.sass */
.icon.prev {
    position: absolute;
    top: 248px;
    left: 40px;
}

@media (max-width: 1340px) {
    /* line 477, ../../sass/blocks/row6/_row6.sass */ .icon.prev {
    left: 20px;
}
}

/* line 484, ../../sass/blocks/row6/_row6.sass */
.icon.prev:hover {
    cursor: pointer;
}

/* line 487, ../../sass/blocks/row6/_row6.sass */
.icon.next {
    position: absolute;
    top: 248px;
    right: 40px;
}

@media (max-width: 1340px) {
    /* line 487, ../../sass/blocks/row6/_row6.sass */ .icon.next {
    right: 20px;
}
}

/* line 494, ../../sass/blocks/row6/_row6.sass */
.icon.next:hover {
    cursor: pointer;
}

/* line 497, ../../sass/blocks/row6/_row6.sass */
.step-left {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 97%;
}

/* line 503, ../../sass/blocks/row6/_row6.sass */
.row6__radio {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

/* line 507, ../../sass/blocks/row6/_row6.sass */
.row6__radio .b-radio {
    font-size: 16px;
    color: #353130;
    font-family: "ALSSchlangesans-Black";
    text-transform: uppercase;
    position: relative;
    padding-left: 50px;
    margin-right: 50px;
}

/* line 515, ../../sass/blocks/row6/_row6.sass */
.row6__radio .b-radio:before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
}

/* line 524, ../../sass/blocks/row6/_row6.sass */
.row6__radio .b-radio:hover {
    cursor: pointer;
}

/* line 526, ../../sass/blocks/row6/_row6.sass */
#accordion2 {
    display: none;
}

@media (max-width: 992px) {
    /* line 530, ../../sass/blocks/row6/_row6.sass */ #main {
    display: none;
}

    /* line 532, ../../sass/blocks/row6/_row6.sass */
    #accordion2 {
        display: block;
        width: 760px;
        margin: 50px auto 0 auto;
        height: auto;
    }

    /* line 537, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .tub_name {
        font-size: 20px;
        color: #444444;
        text-align: left;
    }

    /* line 541, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .tub_name span {
        font-family: "ALSSchlangesans-Black";
    }

  
    /* line 547, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__item_ttl {
        font-size: 22px;
    }

    /* line 549, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__item_ttl:before {
        top: 15px;
        height: 3px;
    }

    /* line 552, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__item_ttl .fon {
        padding: 0 50px;
    }

    /* line 554, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .icon-row6-next, #accordion2 .icon.next, #accordion2 .icon.next {
        display: none;
    }

    /* line 556, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .icon-row6-prev, #accordion2 .icon.prev, #accordion2 .icon.prev {
        display: none;
    }

    /* line 558, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_pict {
        width: 550px;
        margin: auto;
    }

    /* line 561, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_pict img {
        height: 320px;
        max-width: 100%;
    }

    /* line 564, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count .form-control {
        font-size: 22px;
        height: 35px;
        width: 90px;
        min-width: 90px;
    }

    /* line 569, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-5-1 .form-group label {
        margin-right: 146px;
        margin-bottom: 0;
    }

    /* line 572, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-5-2 {
        top: 265px;
        left: 39px;
    }

    /* line 575, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-5-1 {
        left: 39px;
        top: -3px;
    }

    /* line 578, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-1 {
        top: -6px;
        left: 268px;
    }

    /* line 581, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-3-1 {
        top: 25px;
        left: 190px;
    }

    /* line 584, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-3-2 {
        right: 56px;
        top: 236px;
    }

    /* line 587, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-4-1 {
        top: -10px;
        left: 282px;
    }

    /* line 590, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-4-3 {
        right: 0px;
    }

    /* line 592, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-4-2 {
        left: -10px;
    }

    /* line 594, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-2-1 {
        top: 23px;
    }

    /* line 596, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-2-2 {
        left: 75px;
    }

    /* line 598, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__radio {
        justify-content: center;
    }

    /* line 600, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__item_step._step4 {
        margin: 40px auto 70px auto;
    }

    /* line 602, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__item_step._step6 {
        background: none;
    }

    /* line 604, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__form_ttl {
        font-size: 26px;
        margin: auto;
        text-align: center;
    }

    /* line 608, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__form_ttl:before {
        display: none;
    }

    /* line 610, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__form_desc {
        margin: 10px auto 10px auto;
    }

    /* line 612, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__form {
        margin-top: 5px;
        margin-left: 0;
        padding: 0 5px 10px 5px;
    }

    /* line 616, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .b-flex {
        justify-content: center;
    }

    /* line 618, ../../sass/blocks/row6/_row6.sass */
    .row6__item_step._step6 {
        height: auto;
    }

    /* line 620, ../../sass/blocks/row6/_row6.sass */
    .row6__item_right {
        padding-top: 0;
    }

    /* line 622, ../../sass/blocks/row6/_row6.sass */
    .panel-heading {
        padding: 0px;
    }

    /* line 624, ../../sass/blocks/row6/_row6.sass */
    .tub_comment {
        text-align: left;
    }
}

@media (max-width: 768px) {
    /* line 627, ../../sass/blocks/row6/_row6.sass */ #accordion2 {
    width: 500px;
}

    /* line 629, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .form-group {
        margin: auto;
    }

    /* line 631, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .form-group label {
        display: none;
    }

    /* line 633, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .btn {
        margin-left: 0;
        margin: 10px auto;
    }

    /* line 636, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__item_ttl {
        font-size: 20px;
    }

    /* line 638, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__item_ttl .fon {
        padding: 0 25px;
    }

    /* line 640, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__item_step._step1 {
        width: 100%;
        justify-content: space-evenly;
    }

    /* line 643, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step1_pict {
        width: 180px;
        height: 115px;
    }

    /* line 646, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step1_ttl {
        font-size: 16px;
    }

    /* line 648, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .icon-row6-next, #accordion2 .icon.next, #accordion2 .icon.next {
        display: none;
    }

    /* line 650, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .icon-row6-prev, #accordion2 .icon.prev, #accordion2 .icon.prev {
        display: none;
    }

    /* line 652, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_pict {
        width: 490px;
    }

    /* line 654, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_pict img {
        height: 225px;
    }

    /* line 656, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__item_step._step2-1 {
        width: 490px;
    }

    /* line 658, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__item_step._step2-3 {
        width: 490px;
    }

    /* line 660, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__item_step._step2-2 {
        width: 490px;
    }

    /* line 662, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__item_step._step2-4 {
        width: 490px;
    }

    /* line 664, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__item_step._step4 {
        width: 400px;
        justify-content: space-around;
        margin: 40px auto 40px auto;
    }

    /* line 668, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-1 {
        top: 10px;
        left: 200px;
    }

    /* line 671, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-5-1 {
        left: 200px;
        top: -12px;
    }

    /* line 674, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-5-2 {
        top: 177px;
        left: 200px;
    }

    /* line 677, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-2-1 {
        top: 26px;
        left: 275px;
    }

    /* line 680, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-2-2 {
        top: 129px;
        left: 75px;
    }

    /* line 683, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-4-1 {
        top: 0px;
        left: 200px;
    }

    /* line 686, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-4-2 {
        left: 30px;
        top: 104px;
    }

    /* line 689, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-4-3 {
        right: 34px;
        top: 104px;
    }

    /* line 692, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-3-1 {
        top: 25px;
        left: 145px;
    }

    /* line 695, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-3-2 {
        right: 65px;
        top: 132px;
    }

    /* line 698, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__form_desc {
        text-align: center;
    }

    /* line 700, ../../sass/blocks/row6/_row6.sass */
    .row6__step3_pict:before {
        top: 115px;
    }

    /* line 702, ../../sass/blocks/row6/_row6.sass */
    .row6__step3_pict:after {
        top: 115px;
    }

    /* line 704, ../../sass/blocks/row6/_row6.sass */
    .row6__step4_pict {
        width: 145px;
        height: 137px;
        margin: 18px auto 0 auto;
    }

    /* line 708, ../../sass/blocks/row6/_row6.sass */
    .row6__step4_pict:before {
        top: 115px;
    }

    /* line 710, ../../sass/blocks/row6/_row6.sass */
    .row6__step4_pict:after {
        top: 115px;
    }

    /* line 712, ../../sass/blocks/row6/_row6.sass */
    .row6__step4_item {
        margin-bottom: 30px;
    }

    /* line 714, ../../sass/blocks/row6/_row6.sass */
    .row6__check {
        margin-left: 25px;
    }



    /* line 718, ../../sass/blocks/row6/_row6.sass */
    .b-input_type_checkbox input[type=checkbox] + span {
        padding-left: 36px;
    }

    /* line 720, ../../sass/blocks/row6/_row6.sass */
    .b-input_type_checkbox input[type=checkbox] + span:before {
        top: -7px;
    }

    /* line 722, ../../sass/blocks/row6/_row6.sass */
    .b-flex {
        display: block;
        text-align: center;
    }

    /* line 728, ../../sass/blocks/row6/_row6.sass */
    .row6 .b-prav2 {
        font-size: 12px;
        font-family: "AvenirNextCyr-Regular";
        color: #898989;
        line-height: 1.1;
        margin-left: 0px;
        margin-top: 5px;
        width: 650px;
    }
}

@media (max-width: 768px) and (max-width: 9992px) {
    /* line 728, ../../sass/blocks/row6/_row6.sass */ .row6 .b-prav2 {
    width: 96%;
    text-align: center;
    margin: 5px auto;
    padding-bottom: 10px;
}
}

@media (max-width: 550px) {
    .b-prav2 {
    font-size: 12px;
    margin-top: 5px;
    text-align: center;}
    /* line 744, ../../sass/blocks/row6/_row6.sass */ #accordion2 {
    width: 100%;
}

    /* line 746, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__item_ttl {
        padding-left: 5px;
        padding-right: 5px;
    }

    /* line 749, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__item_ttl .fon {
        padding: 0px 0px;
    }

    /* line 751, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__item_ttl:before {
        display: none;
    }

    /* line 753, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__item_step {
        margin: 25px auto;
    }

    /* line 755, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step1_item {
        margin-bottom: 20px;
    }

    /* line 757, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step1_ttl {
        font-size: 14px;
    }

    /* line 759, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_pict {
        width: 280px;
    }

    /* line 761, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__item_step._step2-1 {
        width: 280px;
    }

    /* line 763, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__item_step._step2-3 {
        width: 280px;
    }

    /* line 765, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__item_step._step2-2 {
        width: 280px;
    }

    /* line 767, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__item_step._step2-4 {
        width: 280px;
    }

    /* line 769, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__item_step._step4 {
        width: 280px;
    }

    /* line 771, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-1 {
        top: 10px;
        left: 107px;
    }

    /* line 774, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-5-1 {
        left: 107px;
        top: -12px;
    }

    /* line 777, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-5-2 {
        left: 107px;
    }

    /* line 779, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__item_step._step2-2 {
        margin: 0 auto 50px auto;
    }

    /* line 781, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__item_step._step2-2 .row6__step2_pict img {
        width: 90%;
    }

    /* line 783, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__item_step._step2-4 {
        margin: 25px auto 50px auto;
    }

    /* line 785, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-2-2 {
        left: 18px;
    }

    /* line 787, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-2-1 {
        left: 140px;
    }

    /* line 789, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-3-1 {
        left: 65px;
    }

    /* line 791, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-3-2 {
        right: 11px;
    }

    /* line 793, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-4-1 {
        top: 0px;
        left: 105px;
    }

    /* line 796, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-4-2 {
        top: 200px;
    }

    /* line 798, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count._step2-4-3 {
        top: 200px;
    }

    /* line 800, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__radio .b-radio {
        margin-right: 15px;
    }

    /* line 802, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__step2_count .form-control {
        font-size: 20px;
        min-width: 75px;
        width: 75px;
    }

    /* line 806, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__item_step._step3 {
        width: 280px;
        justify-content: center;
    }

    /* line 809, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__form_ttl {
        font-size: 22px;
        width: 100%;
    }

    /* line 812, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__form_desc {
        width: 100%;
        text-align: center;
    }

    /* line 815, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__form .form-group {
        width: 100%;
    }
    #accordion2 .row6__form .modal_input_tel {
        background: url(/img/modal_input_tel_sm.png) no-repeat center top;}

    /* line 817, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__form .form-group .form-control {
        font-size: 20px;
        height: 100%;
    }

    /* line 820, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6__form .btn {
        width: 280px;
    }

    /* line 822, ../../sass/blocks/row6/_row6.sass */
    #accordion2 .row6 .b-prav2 {
        padding-left: 0px;
        padding-bottom: 10px;
        font-size: 12px;
        text-align: center;
    }

    /* line 827, ../../sass/blocks/row6/_row6.sass */
    .panel-body {
        padding: 0px;
    }
}


@media (min-width: 992px) {
    .es6__block .panel-heading {
        display: none;
    }
    .es6__block .panel {
        border: none;
        box-shadow: none;
    }
    .es6__block .panel-collapse {
        height: auto;
    }
    .es6__block .panel-collapse.collapse {
        display: block;
    }
}
@media (max-width: 993px) {
    .es6__block .fade {
        opacity: 1!important;
    }
    .es6__block .tab-content .tab-pane {
        display: block;
    }
    .es6__block .nav-tabs {
        display: none;
    }
    .es6__block .panel-title a {
        display: block;
    }
    .es6__block .panel {
        margin: 0;
        box-shadow: none;
        border-radius: 0;
        margin-top: -2px;
    }
    .es6__block .tab-pane:first-child .panel {
        border-radius: 5px 5px 0 0;
    }
    .es6__block .tab-pane:last-child .panel {
        border-radius: 0 0 5px 5px;
    }
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/form.result.new/template_palec/style.css?16204104004523*/
.b-sale-palec {margin-top:50px}
table.form-table {
    width: 100%;
    background-color: white;
    border-collapse: collapse;
    font-size: 100%;
    font-weight: normal;
    line-height: 160%;
}

table.form-table th, table.form-table td {
    border: 1px solid #ADC3D5;
    padding: 5px 5px;
    vertical-align: top;
}

table.form-table th {
    background-image: url(/bitrix/templates/.default/components/bitrix/form.result.new/template_palec/images/table_head.gif);
    background-repeat: repeat-x;
    text-align: left;
    color: #25639A;
}


table.form-table td {
    padding: 15px 5px;
}

.form-required {
    color: red;
}

.error-fld {
    display: block;
    float: left;
    height: 13px;
    width: 15px;
    background-repeat: no-repeat;
    background-image: url(/bitrix/templates/.default/components/bitrix/form.result.new/template_palec/images/icon_warn.gif);
}

/*forma s palcem*/
button.img-outer {
    vertical-align: middle;
    background: transparent;
    border: none;
    padding: 0;
    outline: none;
}

.b-sale_I1dqIvzuJJ {
    padding: 50px;
    box-sizing: border-box;
    margin: auto;
    width: 798px;
position: relative;
}

.b-sale_I1dqIvzuJJ.fon._2 {
    padding: 50px 0 40px 300px;
    background: transparent url(/img/palec-fon2.jpg) no-repeat scroll left center;
    background-size: cover;
}

.b-sale__block {
    display: flex;
    justify-content: center;
}

.b-sale_I1dqIvzuJJ.fon .light {
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
}

.b-sale-input {
    border: 1px solid #acacac;
    vertical-align: top;
    width: 349px;
    height: 80px;
    display: inline-block;
    background-color: #fff;

    text-align: left;
}

.b-sale-input input {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-left: 0px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    border: 0;
    background: none;
}

.b-sale-input input:-moz-placeholder {
    color: #000;
}

.b-sale-input input::-webkit-input-placeholder {
    color: #000;
}

.b-sale_I1dqIvzuJJ .light {
    font-size: 22px;
    line-height: 1.2;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 0px;
    width: 440px;
    margin: auto;
}

.ModalOK21 .modal-desc {
    width: 90%;
    margin: 20px auto
}

.ModalOK21 .modal-desc span {
    display: block
}
.b-calcblock {
    border: 1px solid #acacac;
    margin: 30px auto;
    text-align: center;
	border-radius: 10px;}

@media (max-width: 900px) {
    .b-sale_I1dqIvzuJJ.fon._2 {
        padding: 50px;
        background: transparent url(/img/palec-fon2.jpg) no-repeat scroll left center;
        background-size: cover;
    }

    .b-sale_I1dqIvzuJJ {
        width: 510px;
        position: relative
    }

    .b-sale-fon {
        position: relative
    }

    .b-sale_I1dqIvzuJJ:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.25);
        border-radius: 10px
    }
}

@media (max-width: 560px) {
    .b-sale_I1dqIvzuJJ.fon._2 {
        padding: 30px 5px;
        background: transparent url(/css/../img/palec-fon2.jpg) no-repeat scroll left center;
        background-size: cover;
    }

    .b-sale_I1dqIvzuJJ {
        width: 100%;
    }

    .b-sale-input {
        width: 225px;
        height: 60px;
    }

    .b-sale-input input {
        font-size: 16px;
    }

    .b-sale_btn img {
        width: 60px;
    }

    .b-sale_I1dqIvzuJJ .light {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }


}

.img-outer {
    position: relative
}

.template_palec__count {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 56px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    -moz-animation: cssAnimation 0s ease-in 3s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 3s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 3s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 3s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.error-red {
    color: yellow
}

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        visibility: hidden;
    }
}

@media (max-width: 560px) {
    .template_palec__count {
        font-size: 44px;
    }
}

@media (max-width: 550px) {
    .ModalOK21 .modal-desc span {
        display: inline
    }
}

/*forma s palcem end*/

/* End */


/* Start:/js/countdown/flipclock.css?15300210763968*/
.countdownHolder{
    /* 	width:850px; */
    margin:0 auto 25px auto;
    font-size: 9.4em;
    font-family: 'Roboto', sans-serif;
    text-align:center;
    letter-spacing:-20px;
}

.position{
    display: inline-block;
    height: 1.5em;
    overflow: hidden;
    position: relative;
    width: 1em;
}

.digit{
    position:absolute;
    display:block;
    width:1em;
    background-color:#444;
    border-radius:0.1em;
    text-align:center;
    color:#fff;
    letter-spacing:-1px;
}

.digit.static{
    box-shadow:1px 1px 3px rgba(4, 4, 4, 0.35);

    background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.5, #3A3A3A),
        color-stop(0.5, #444444)
    );
}

/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */

.countDays{ display:none !important; }
.countDiv0{ display:none !important; }
.countHours{ background: url(/img/es13_countHours_bg.png) no-repeat 49% bottom;}
.countDiv1{}
.countMinutes{ background: url(/img/es13_countMinutes_bg.png) no-repeat 49% bottom;}
.countDiv2{}
.countSeconds{ background: url(/img/es13_countSeconds_bg.png) no-repeat 49% bottom;}


.countDiv{
    display:inline-block;
    width:46px;
    height:1.6em;
    position:relative;
}

.countDiv:before,
.countDiv:after{
    position:absolute;
    width:5px;
    height:5px;
    /* background-color:#444; */
    border-radius:50%;
    left:50%;
    margin-left:-3px;
    top:0.5em;
    /*

box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
    content:'';
*/

}

.countDiv:after{
    top:0.9em;
}



/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

    .countdownHolder{
        /* 	width:850px; */
        margin:0 auto 20px auto;
        font-size: 6.8em;
        font-family: 'Roboto', sans-serif;
        text-align:center;
        letter-spacing:-10px;
    }

    .position{
        display: inline-block;
        height: 1.7em;
        overflow: hidden;
        position: relative;
        width: 1em;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .countdownHolder{
        /* 	width:850px; */
        margin:0 auto 20px auto;
        font-size: 4.8em;
        font-family: 'Roboto', sans-serif;
        text-align:center;
        letter-spacing:-6px;
    }

    .position{
        display: inline-block;
        height: 1.7em;
        overflow: hidden;
        position: relative;
        width: 1em;
    }

    .countDiv{
        display:inline-block;
        width:26px;
        height:1.6em;
        position:relative;
    }


    .countHours{background-size: 60%;}
    .countMinutes{background-size: 60%;}
    .countSeconds{background-size: 60%;}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    .countdownHolder{
        /* 	width:850px; */
        margin:0 auto 20px auto;
        font-size: 3.8em;
        font-family: 'Roboto', sans-serif;
        text-align:center;
        letter-spacing:-6px;
    }

    .position{
        display: inline-block;
        height: 1.7em;
        overflow: hidden;
        position: relative;
        width: 1em;
    }

    .countDiv{
        display:inline-block;
        width:16px;
        height:1.6em;
        position:relative;
    }


    .countHours{background-size: 60%;}
    .countMinutes{background-size: 60%;}
    .countSeconds{background-size: 60%;}

}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news/otzivi-mezhkomnatnie-dveri/bitrix/news.list/.default/style.min.css?1529949600129*/
div.news-list{word-wrap:break-word}div.news-list img.preview_picture{float:left;margin:0 4px 6px 0}.news-date-time{color:#486daa}
/* End */


/* Start:/bitrix/templates/main/libs/swiper/swiper.min.css?152994960017762*/
/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 13, 2016
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1530021142666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/bitrix/templates/main/components/bitrix/news.list/map_city_slider/style.min.css?15299496003598*/
.map-wrapper .search-wrapper{position:absolute;top:150px;left:50%;transform:translate(-160%,0);width:400px;background-color:white;z-index:999;opacity:0;transition:opacity 1s linear 0s;border:1px solid #c2c2c2}.map-wrapper .search-field{outline:0;border:0;border-bottom:1px solid #c2c2c2;width:100%;box-sizing:border-box;height:65px;padding:15px 15px 15px 50px;line-height:35px;font-size:20px;font-family:'Roboto-Light',sans-serif}.map-wrapper .search-field::-webkit-input-placeholder{color:#666;font-family:'Roboto-Light',sans-serif}.map-wrapper .search-field::-moz-placeholder{color:#666;font-family:'Roboto-Light',sans-serif}.map-wrapper .search-field:-moz-placeholder{color:#666;font-family:'Roboto-Light',sans-serif}.map-wrapper .search-field:-ms-input-placeholder{color:#666;font-family:'Roboto-Light',sans-serif}.map-wrapper .search-field:focus::-webkit-input-placeholder{opacity:.5}.map-wrapper .search-field:focus::-moz-placeholder{opacity:.5}.map-wrapper .search-field:focus:-moz-placeholder{opacity:.5}.map-wrapper .search-field:focus:-ms-input-placeholder{opacity:.5}.map-wrapper .search-field-wrapper{position:relative}.map-wrapper .search-field-wrapper:before{content:" ";display:block;position:absolute;top:50%;left:10px;transform:translate(0,-50%);width:24px;height:24px;background:url("/bitrix/templates/main/components/bitrix/news.list/map_city_slider/images/find.png") no-repeat center;background-size:100% 100%}.map-wrapper .search-select-wrapper{display:none;position:absolute;top:64px;left:-1px;background-color:white;border:1px solid #0d0d0d;border-top:0;box-sizing:border-box;width:calc(100%+2px);z-index:2}.map-wrapper .search-select{max-height:210px;overflow:auto}.map-wrapper .search-select-wrapper .search-option{display:block;padding:5px 15px 5px 50px;border-bottom:1px solid #f2f2f2;font-size:18px;line-height:18px;width:100%;cursor:pointer}.map-wrapper .search-select-wrapper .search-option:hover{background-color:#f2f2f2}.map-wrapper .search-wrapper{z-index:1}.map-wrapper .search-wrapper .swiper-container{overflow:hidden;height:420px}.map-wrapper .swiper-slide.search-change{width:100%;box-sizing:border-box;height:70px;padding:10px 10px 10px 50px;line-height:50px;font-size:18px;position:relative;font-family:'Roboto-Light',sans-serif}.map-wrapper .swiper-slide.search-change:before{content:" ";display:block;position:absolute;top:50%;left:15px;transform:translate(0,-50%);width:21px;height:21px;background:url("/bitrix/templates/main/components/bitrix/news.list/map_city_slider/images/metro.png") no-repeat center;background-size:100% 100%;box-sizing:content-box}.map-wrapper .active-back{background-image:url(/bitrix/templates/main/components/bitrix/news.list/map_city_slider/images/active-mapslider.png);background-repeat:no-repeat;background-position:center center;background-size:100% 100%;width:calc(100% - -15px);height:70px;position:absolute;top:50%;left:50%;transform:translate(-50%,-3px);box-shadow:0 5px 5px 0 rgba(0,0,0,0.2);border-radius:10px}.map-wrapper .swiper-slide-active.search-change{font-size:22px;font-weight:bold}.map-wrapper .swiper-slide-active.search-change:before{width:25px;height:25px;left:10px;border-radius:50%;border:3px solid #4e91cd}.map-wrapper .swiper-slide-prev.search-change,.map-wrapper .swiper-slide-next.search-change{font-size:23px}@media screen and (max-width:992px){.map-wrapper .search-wrapper .swiper-container{height:210px}}#select-for-safari{border:0;line-height:35px;font-size:20px;font-family:'Roboto-Light',sans-serif;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-image:url(/img/caret_down_city.png);background-position:right;background-repeat:no-repeat;border-bottom:1px solid #c2c2c2;padding:15px 15px 15px 50px;color:black;width:100%;height:65px;line-height:36px}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news/primeri-glavnaya/bitrix/news.list/.default/style.min.css?1529949600129*/
div.news-list{word-wrap:break-word}div.news-list img.preview_picture{float:left;margin:0 4px 6px 0}.news-date-time{color:#486daa}
/* End */
/* /bitrix/templates/main/components/bitrix/catalog.section/catalog_mini/style.css?159855120033361 */
/* /bitrix/templates/main/components/bitrix/form.result.new/quiz/style.css?162136080039860 */
/* /bitrix/templates/.default/components/bitrix/form.result.new/template_palec/style.css?16204104004523 */
/* /js/countdown/flipclock.css?15300210763968 */
/* /bitrix/templates/.default/components/bitrix/news/otzivi-mezhkomnatnie-dveri/bitrix/news.list/.default/style.min.css?1529949600129 */
/* /bitrix/templates/main/libs/swiper/swiper.min.css?152994960017762 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1530021142666 */
/* /bitrix/templates/main/components/bitrix/news.list/map_city_slider/style.min.css?15299496003598 */
/* /bitrix/templates/.default/components/bitrix/news/primeri-glavnaya/bitrix/news.list/.default/style.min.css?1529949600129 */
