@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.decoration-menu {
  position: sticky;
  top: var(--header-dynamic-height);
  z-index: 9;
  width: 100%;
  height: 75px;
  background-color: #f2f2f2;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease; }
  @media only screen and (max-width: 750px) {
    .decoration-menu {
      position: relative;
      top: 0;
      height: 65px; } }
  .decoration-menu._mob {
    display: none; }
    @media only screen and (max-width: 750px) {
      .decoration-menu._mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%;
        background-color: white; } }
  .decoration-menu.--fixed {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    z-index: 9; }
  .decoration-menu__container {
    position: relative;
    height: 100%; }
    @media only screen and (max-width: 750px) {
      .decoration-menu__container {
        padding: 0; } }
  .decoration-menu__list {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    @media only screen and (max-width: 750px) {
      .decoration-menu__list {
        overflow-x: scroll;
        scrollbar-width: none; }
        .decoration-menu__list::-webkit-scrollbar {
          display: none; }
        .decoration-menu__list:before, .decoration-menu__list:after {
          content: "";
          display: block;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 20px;
          height: 100%; } }
  .decoration-menu__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    margin-right: 50px;
    font-size: 16px;
    line-height: 26px;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s; }
    @media only screen and (max-width: 750px) {
      .decoration-menu__item {
        margin-right: 30px; } }
    .decoration-menu__item:last-child {
      margin-right: 0; }
      @media only screen and (max-width: 750px) {
        .decoration-menu__item:last-child {
          padding-right: 30px; }
          .decoration-menu__item:last-child:after {
            width: calc(100% - 30px); } }
    .decoration-menu__item:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #292522;
      opacity: 0;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
    .decoration-menu__item._active {
      color: #a9adb4; }
      .decoration-menu__item._active:after {
        opacity: 1; }
    .decoration-menu__item:hover {
      color: #615750; }
  .decoration-menu__button {
    width: 285px;
    height: 55px;
    margin: auto;
    margin-right: 0; }
    @media only screen and (max-width: 750px) {
      .decoration-menu__button {
        display: none;
        width: calc(100% - 40px);
        margin-top: 36px;
        margin-left: 20px; } }
    .decoration-menu__button._mob {
      display: none; }
      @media only screen and (max-width: 750px) {
        .decoration-menu__button._mob {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
  .decoration-menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 64px; }
    @media only screen and (max-width: 750px) {
      .decoration-menu__link {
        -ms-flex-item-align: center;
            align-self: center;
        display: none;
        margin-top: 16px;
        margin-left: 0; } }
    .decoration-menu__link._mob {
      display: none; }
      @media only screen and (max-width: 750px) {
        .decoration-menu__link._mob {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .decoration-menu__link span {
      position: relative; }
      .decoration-menu__link span:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #3b4658;
        opacity: 1;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }
    @media (hover), (min-width: 0 \0) {
      .decoration-menu__link:hover span:after {
        opacity: 0; } }
  .decoration-menu__overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    height: 65px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    @media only screen and (max-width: 750px) {
      .decoration-menu__overlay {
        opacity: 1; } }
    .decoration-menu__overlay:after {
      content: "";
      position: absolute;
      width: 56px;
      height: 100%;
      top: 0;
      right: 0;
      background: -webkit-gradient(linear, right top, left top, color-stop(50.24%, #f2f2f2), to(rgba(242, 242, 242, 0)));
      background: linear-gradient(270deg, #f2f2f2 50.24%, rgba(242, 242, 242, 0) 100%); }

.decoration-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px; }
  @media only screen and (max-width: 750px) {
    .decoration-about__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 20px; } }

.decoration-about__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-right: 67px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300; }
  @media only screen and (max-width: 750px) {
    .decoration-about__text {
      margin-right: 0;
      font-size: 14px;
      line-height: 20px; } }

.decoration-about__video {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 589px;
          flex: 0 0 589px;
  height: 405px; }
  @media only screen and (max-width: 750px) {
    .decoration-about__video {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      min-height: 232px;
      margin-top: 24px; } }
  .decoration-about__video iframe {
    width: 100%;
    height: 100%; }

.decoration-about__video-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  pointer-events: all;
  cursor: pointer; }
  .decoration-about__video-preview._hidden {
    opacity: 0;
    pointer-events: none; }

@media only screen and (max-width: 750px) {
  .decoration-features {
    overflow: hidden; } }

.decoration-features__cards-container.swiper-container {
  overflow: visible; }

.decoration-features__cards-container.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -26px; }

.decoration-features__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px -8px -16px; }
  @media only screen and (max-width: 750px) {
    .decoration-features__cards {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin: 24px 0 0; } }

.decoration-features__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  padding: 0 8px;
  margin-bottom: 16px; }
  @media only screen and (max-width: 750px) {
    .decoration-features__card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      padding: 0;
      margin-bottom: 0; } }
  .decoration-features__card:last-child, .decoration-features__card:nth-child(3n+2) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  @media only screen and (max-width: 750px) {
    .decoration-features__card._img {
      display: none; } }

.decoration-features__card-content {
  position: relative;
  height: 296px;
  padding: 40px;
  background-color: #f9f9f9;
  cursor: pointer; }
  @media only screen and (max-width: 750px) {
    .decoration-features__card-content {
      height: 335px;
      padding: 32px 48px; } }
  .decoration-features__card-content._img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: default; }
    @media only screen and (max-width: 750px) {
      .decoration-features__card-content._img {
        display: none; } }
  @media (hover), (min-width: 0 \0) {
    .decoration-features__card-content:hover .decoration-features__card-text {
      opacity: 1; } }

.decoration-features__card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%; }
  @media only screen and (max-width: 750px) {
    .decoration-features__card-info {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content;
      padding-bottom: 24px;
      margin-bottom: 24px;
      border-bottom: 0.5px solid #d9d9d9; } }

.decoration-features__card-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
  @media only screen and (max-width: 750px) {
    .decoration-features__card-icon {
      width: 40px;
      height: 40px;
      margin-right: 16px; } }

.decoration-features__card-title {
  font-family: 'Formular', 'Verdana', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500; }
  @media only screen and (max-width: 750px) {
    .decoration-features__card-title {
      font-size: 14px;
      line-height: 18px; } }

.decoration-features__card-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  background-color: #39465a;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: white;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  @media only screen and (max-width: 750px) {
    .decoration-features__card-text {
      position: relative;
      padding: 0;
      background-color: transparent;
      font-size: 14px;
      line-height: 20px;
      color: #292522;
      opacity: 1; } }

.decoration-features__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #3d4359; }

.decoration-features__arrow {
  top: 35px;
  display: none;
  width: 36px;
  height: 36px;
  margin-top: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDggMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04IDE3LjU1NEwxLjcwODE5IDkuMjcyNjdMOCAwLjk5MTM0M0w2LjkwNjc2IDAuMTgxNzYzTDAgOS4yNzI2N0w2LjkwNjc2IDE4LjM2MzZMOCAxNy41NTRaIiBmaWxsPSIjM0I0NjU4Ii8+Cjwvc3ZnPgo=);
  background-size: 8px 19px; }
  @media only screen and (max-width: 750px) {
    .decoration-features__arrow {
      display: block; } }
  .decoration-features__arrow._next {
    right: 11px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }
  .decoration-features__arrow._prev {
    left: 11px;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.decoration-info {
  background-color: #f4f4f4;
  padding-bottom: 96px;
  margin-top: 96px; }
  @media only screen and (max-width: 750px) {
    .decoration-info {
      padding-bottom: 40px;
      margin-top: 66px; } }
  .decoration-info__wrap {
    min-height: 300px; }
    .decoration-info__wrap._loaded {
      min-height: auto; }
  .decoration-info__select {
    display: none;
    margin-top: 32px; }
    @media only screen and (max-width: 750px) {
      .decoration-info__select {
        display: block; } }
    .decoration-info__select .multiselect__single {
      white-space: nowrap; }
  .decoration-info__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px; }
    @media only screen and (max-width: 750px) {
      .decoration-info__tabs {
        display: none; } }
  .decoration-info__tab {
    padding: 10px 24px;
    margin-bottom: 10px;
    border: 1px solid #dedede;
    border-radius: 50px;
    background-color: white;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer; }
    .decoration-info__tab:not(:last-child) {
      margin-right: 8px; }
    .decoration-info__tab._active {
      border-color: #3b4658;
      background-color: #3b4658;
      color: white; }
    @media (hover), (min-width: 0 \0) {
      .decoration-info__tab:hover {
        border-color: #3b4658;
        background-color: #3b4658;
        color: white; } }
  .decoration-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 38px; }
    @media only screen and (max-width: 750px) {
      .decoration-info__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 32px; } }
  .decoration-info__item-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-right: 84px; }
    @media only screen and (max-width: 750px) {
      .decoration-info__item-content {
        margin-right: 0; } }
  .decoration-info__item-title {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500; }
    @media only screen and (max-width: 750px) {
      .decoration-info__item-title {
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 24px; } }
  .decoration-info__item-text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300; }
    @media only screen and (max-width: 750px) {
      .decoration-info__item-text {
        font-size: 14px;
        line-height: 20px; } }
  .decoration-info__item-gallery {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 680px;
            flex: 0 0 680px; }
    @media only screen and (max-width: 750px) {
      .decoration-info__item-gallery {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        margin-top: 32px; } }

.decoration-slider {
  width: 681px; }
  @media only screen and (max-width: 750px) {
    .decoration-slider {
      width: 100%; } }
  .decoration-slider__top {
    height: 400px;
    margin-bottom: 2px; }
    @media only screen and (max-width: 750px) {
      .decoration-slider__top {
        height: auto;
        padding-bottom: 26px;
        margin-bottom: 0; }
        .decoration-slider__top .swiper-wrapper {
          height: 206px; } }
  .decoration-slider__slide, .decoration-slider__thumb {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .decoration-slider__slide {
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
    .decoration-slider__slide img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .decoration-slider__pagination {
    display: none; }
    @media only screen and (max-width: 750px) {
      .decoration-slider__pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .decoration-slider__bot {
    height: 100px; }
    @media only screen and (max-width: 750px) {
      .decoration-slider__bot {
        display: none; } }
  .decoration-slider .swiper-pagination {
    position: relative;
    bottom: -16px;
    height: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .decoration-slider .swiper-pagination-bullet {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 10px;
      height: 10px; }
    .decoration-slider .swiper-pagination-bullet-active {
      background: #3b4658; }
  .decoration-slider .swiper-button-next,
  .decoration-slider .swiper-button-prev {
    width: 30px;
    height: 40px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjI5IiBoZWlnaHQ9IjYyIiB2aWV3Qm94PSIwIDAgMjkgNjIiPg0KICA8ZGVmcz4NCiAgICA8c3R5bGU+DQogICAgICAuY2xzLTEgew0KICAgICAgICBmaWxsOiAjZmZmOw0KICAgICAgICBzdHJva2U6ICM1NjVmNmM7DQogICAgICAgIHN0cm9rZS1saW5lam9pbjogcm91bmQ7DQogICAgICAgIHN0cm9rZS1vcGFjaXR5OiAwLjU7DQogICAgICAgIHN0cm9rZS13aWR0aDogMXB4Ow0KICAgICAgICBmaWx0ZXI6IHVybCgjZHJvcC1zaGFkb3ctMSk7DQogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsNCiAgICAgIH0NCiAgICA8L3N0eWxlPg0KICA8L2RlZnM+DQogIDxnIHN0eWxlPSJmaWxsOiAjZmZmOyI+DQogICAgPHBhdGggZD0iTTI1LjA4Nyw1NS45ODkgTDIyLjc0MCw1OC4wNDEgTDMuNzYyLDMxLjAxNSBMMjIuNzIxLDMuOTY3IEwyNS4yMjgsNS44ODIgTDcuNjE4LDMxLjAyNyBMMjUuMDg3LDU1Ljk4OSBaIiBpZD0icGF0aC0xIiBzdHlsZT0ic3Ryb2tlOiBpbmhlcml0OyBmaWx0ZXI6IG5vbmU7IGZpbGw6IGluaGVyaXQiIGNsYXNzPSJjbHMtMSIvPg0KICA8L2c+DQogIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSIgc3R5bGU9InN0cm9rZTogIzU2NWY2YzsgZmlsdGVyOiBub25lOyBmaWxsOiBub25lIi8+DQo8L3N2Zz4NCg==);
    background-size: 18px; }
    @media only screen and (max-width: 750px) {
      .decoration-slider .swiper-button-next,
      .decoration-slider .swiper-button-prev {
        display: none; } }
  .decoration-slider .swiper-button-next {
    right: 16px; }
  .decoration-slider .swiper-button-prev {
    left: 16px; }
  .decoration-slider__fraction {
    position: absolute;
    z-index: 1;
    right: 16px;
    bottom: 50px;
    display: none;
    color: white;
    line-height: 20px; }
    @media only screen and (max-width: 750px) {
      .decoration-slider__fraction {
        display: block; } }

.decoration-questions {
  margin-bottom: 96px; }
  @media only screen and (max-width: 750px) {
    .decoration-questions {
      margin-bottom: 40px; } }
  .decoration-questions__wrap {
    min-height: 300px; }
    .decoration-questions__wrap._loaded {
      min-height: auto; }
  .decoration-questions__select {
    margin-top: 40px; }
    @media only screen and (max-width: 750px) {
      .decoration-questions__select {
        margin-top: 24px; } }
    .decoration-questions__select.filter-select._big {
      width: 245px; }
      @media only screen and (max-width: 750px) {
        .decoration-questions__select.filter-select._big {
          width: 100%; } }
    .decoration-questions__select .multiselect__single {
      white-space: nowrap; }
  .decoration-questions__tabs {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 30px -10px 0; }
    @media only screen and (max-width: 750px) {
      .decoration-questions__tabs {
        display: none; } }
    .decoration-questions__tabs:after {
      content: "";
      position: absolute;
      left: 10px;
      bottom: 0;
      width: calc(100% - 20px);
      height: .5px;
      background-color: #d9d9d9;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
  .decoration-questions__tab {
    position: relative;
    padding: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #39465b;
    white-space: nowrap;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    cursor: pointer; }
    .decoration-questions__tab:after {
      content: "";
      position: absolute;
      left: 10px;
      bottom: -.5px;
      z-index: 1;
      width: calc(100% - 20px);
      height: 2px;
      background-color: #39465b;
      opacity: 0;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    .decoration-questions__tab:not(:first-child) {
      margin-left: 20px; }
    .decoration-questions__tab._active:after {
      opacity: 1; }
    .decoration-questions__tab:hover {
      color: rgba(57, 70, 91, 0.6); }
  .decoration-questions__content {
    margin-top: 48px; }
    @media only screen and (max-width: 750px) {
      .decoration-questions__content {
        margin-top: 24px; } }
  .decoration-questions__list-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500; }
    @media only screen and (max-width: 750px) {
      .decoration-questions__list-title {
        font-size: 18px;
        line-height: 24px; } }
  .decoration-questions__list {
    max-width: 800px;
    margin-top: 24px; }
    @media only screen and (max-width: 750px) {
      .decoration-questions__list {
        margin-top: 16px; } }
  .decoration-questions__question {
    margin-bottom: 16px; }
    @media only screen and (max-width: 750px) {
      .decoration-questions__question {
        margin-bottom: 8px; } }
    .decoration-questions__question:last-child {
      margin-bottom: 0; }

.decoration .inner-header__title {
  width: 65%;
  line-height: 41px; }
  @media only screen and (max-width: 750px) {
    .decoration .inner-header__title {
      width: 100%;
      line-height: 24px; } }

.decoration__title {
  font-size: 28px;
  line-height: 40px; }
  @media only screen and (max-width: 750px) {
    .decoration__title {
      font-size: 18px;
      line-height: 24px; } }

.decoration__section {
  padding-top: 96px; }
  @media only screen and (max-width: 750px) {
    .decoration__section {
      padding-top: 40px; } }
  .decoration__section._hidden {
    display: none; }

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.filter-select .multiselect--active {
  z-index: 49;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.v-accordeon {
  padding: 26px 32px;
  background-color: #f9f9f9;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
.v-accordeon {
      padding: 16px 20px;
}
}
.v-accordeon:hover .v-accordeon__title {
    opacity: .8;
}
.v-accordeon._active .v-accordeon__btn {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.v-accordeon__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.v-accordeon__title {
    max-width: 615px;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
@media only screen and (max-width: 750px) {
.v-accordeon__title {
        margin-right: 8px;
        font-size: 16px;
        line-height: 22px;
}
}
.v-accordeon__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.v-accordeon__btn svg {
      width: 100%;
      height: 100%;
      stroke: #3b4658;
}
.v-accordeon__content {
    padding-top: 26px;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}
@media only screen and (max-width: 750px) {
.v-accordeon__content {
        padding-top: 24px;
}
}

