

/* Start:/compilations/include_areas/head_fixed.css?16765393357742*/
.compilation_head_fixed {
  background: #905792;
  box-sizing: border-box; }
  .compilation_head_fixed * {
    box-sizing: border-box; }
  .compilation_head_fixed.fixed {
    position: fixed;
    width: 100%;
    z-index: 90;
    top: 70px; }
  .compilation_head_fixed .container {
    width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 1170px) {
      .compilation_head_fixed .container {
        display: none; } }
    .compilation_head_fixed .container .buttons {
      flex: 0 0 363px;
      height: 50px;
      display: flex;
      justify-content: space-between;
      padding-top: 5px; }
      .compilation_head_fixed .container .buttons button {
        border: 1px solid white;
        background: none;
        height: 38px;
        border-radius: 38px;
        color: white;
        width: 173px;
        outline: none;
        cursor: pointer;
        font-size: 14px;
        text-transform: uppercase; }
        .compilation_head_fixed .container .buttons button:hover {
          background: white;
          color: #905792; }
    .compilation_head_fixed .container .name {
      flex: 0 2 549px;
      padding-left: 15px; }
      .compilation_head_fixed .container .name span {
        color: white;
        font-size: 14px;
        font-weight: bold; }
      .compilation_head_fixed .container .name i {
        display: inline-block;
        font-style: normal;
        width: 15px;
        line-height: 15px;
        text-align: center;
        background: white;
        color: #905792;
        border-radius: 30px;
        font-size: 10px; }
    .compilation_head_fixed .container .link {
      flex: 0 2 242px;
      font-size: 14px;
      color: white; }

.top-compilation {
  float: right;
  width: 40px;
  height: 40px;
  background: url("/local/templates/index/img/header_compilation.png?") center center no-repeat; }

.popup.new_compilation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  box-sizing: border-box; }
  .popup.new_compilation.active {
    display: flex; }
  .popup.new_compilation * {
    box-sizing: border-box; }
  .popup.new_compilation .new_compilation_wrap {
    min-width: 441px;
    min-height: 352px;
    position: relative;
    background-color: white; }
    .popup.new_compilation .new_compilation_wrap .close {
      color: #b7b7b7;
      position: absolute;
      right: 0;
      top: 0;
      line-height: 40px;
      height: 45px;
      width: 45px;
      text-align: center;
      font-size: 42px;
      cursor: pointer;
      z-index: 1;
      opacity: 1;
      font-weight: 300;
      font-family: 'Roboto', sans-serif; }
    .popup.new_compilation .new_compilation_wrap .caption {
      text-align: center;
      font-size: 24px;
      padding: 31px 0; }
    .popup.new_compilation .new_compilation_wrap .content {
      padding: 0 21px 27px; }
      .popup.new_compilation .new_compilation_wrap .content .field input, .popup.new_compilation .new_compilation_wrap .content .field textarea {
        width: 100%;
        background-color: #ededed;
        border-radius: 20px;
        border: none;
        padding: 0 18px; }
      .popup.new_compilation .new_compilation_wrap .content .field input {
        margin-bottom: 10px;
        height: 40px; }
      .popup.new_compilation .new_compilation_wrap .content .field textarea {
        resize: none;
        margin-bottom: 26px;
        height: 115px;
        font-family: Arial, sans-serif;
        padding: 15px 18px; }
      .popup.new_compilation .new_compilation_wrap .content .submit {
        text-align: center; }
        .popup.new_compilation .new_compilation_wrap .content .submit button {
          border: none;
          background: #905792;
          color: white;
          height: 40px;
          font-size: 16px;
          letter-spacing: 1px;
          width: 200px;
          border-radius: 20px; }

.popup.compilation_saved {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  box-sizing: border-box; }
  .popup.compilation_saved.active {
    display: flex; }
  .popup.compilation_saved * {
    box-sizing: border-box; }
  .popup.compilation_saved .compilation_saved_wrap {
    min-width: 441px;
    position: relative;
    background-color: white; }
    .popup.compilation_saved .compilation_saved_wrap .close {
      color: #b7b7b7;
      position: absolute;
      right: 0;
      top: 0;
      line-height: 40px;
      height: 45px;
      width: 45px;
      text-align: center;
      font-size: 42px;
      cursor: pointer;
      z-index: 1;
      opacity: 1;
      font-weight: 300;
      font-family: 'Roboto', sans-serif; }
    .popup.compilation_saved .compilation_saved_wrap .content .image {
      padding-top: 28px;
      margin-bottom: 20px;
      text-align: center; }
      .popup.compilation_saved .compilation_saved_wrap .content .image img {
        vertical-align: top; }
    .popup.compilation_saved .compilation_saved_wrap .content .caption {
      margin-bottom: 20px;
      font-size: 24px;
      text-align: center; }
    .popup.compilation_saved .compilation_saved_wrap .content .copy {
      text-align: center;
      margin-bottom: 26px; }
      .popup.compilation_saved .compilation_saved_wrap .content .copy span {
        background: url("/local/templates/.default/components/bitrix/news/compilations/bitrix/news.detail/.default/images/copy.png") no-repeat center;
        margin-right: 5px;
        height: 27px;
        width: 27px;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle; }
      .popup.compilation_saved .compilation_saved_wrap .content .copy a {
        color: #888;
        font-size: 14px;
        text-decoration: none;
        line-height: 27px;
        display: inline-block;
        padding: 0 5px;
        border-radius: 40px; }
        .popup.compilation_saved .compilation_saved_wrap .content .copy a.copied {
          -webkit-animation-name: copied;
          animation-name: copied;
          -webkit-animation-play-state: running;
          animation-play-state: running;
          -webkit-animation-duration: 3s;
          animation-duration: 3s;
          -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
          -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }
      .popup.compilation_saved .compilation_saved_wrap .content .copy textarea {
        opacity: 0;
        position: absolute;
        z-index: -1; }
    .popup.compilation_saved .compilation_saved_wrap .content .button {
      text-align: center;
      margin-bottom: 40px; }
      .popup.compilation_saved .compilation_saved_wrap .content .button a {
        display: inline-block;
        background-color: #905792;
        color: white;
        width: 200px;
        border-radius: 20px;
        line-height: 40px;
        text-decoration: none; }

@keyframes copied {
  from {
    color: #888; }
  5% {
    color: white;
    background: #b17fb3; }
  90% {
    color: white;
    background: #b17fb3; }
  to {
    color: #888; } }
.product-item-container .product-item-wrap .compilation_add {
  padding: 0 10px; }

/*# sourceMappingURL=head_fixed.css.map */

/* End */


/* Start:/local/templates/index/css/products-groups.css?17464242565417*/
.products-groups {
    margin-top: 50px;
}

.products-groups__title {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
    line-height: 1;
}

.products-groups__desc {
    font-size: 16px;
    color: #898989;
    margin-bottom: 20px;
}

.tab-content {
    display: flex;
    align-items: stretch;
    position: relative;
}

.tab-content.type-table {
    border-right: 1px solid #dbd6d6;
}

.tab-content.type-table::before,
.tab-content.type-table::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #dbd6d6;
    z-index: 1;
}

.tab-content.type-table::before {
    top: 0;
}

.tab-content.type-table::after {
    bottom: 0;
}

.tab-content.type-row {
    border: 1px solid #dbd6d6;
    flex-direction: column;
}

.tab-content.type-table .tab-items {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    border-top: 1px solid #dbd6d6;
    border-left: 1px solid #dbd6d6;
}

.tab-content .tab-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.tab-content.type-table .tab-img {
    flex: 1;
}

.tab-content.type-row .tab-img {
    height: 210px;
}

.tab-item {
    box-sizing: border-box;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 5px 30px;
    transition: 0.3s;
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.tab-content.type-table .tab-item {
    width: 25%;
    border-right: 1px solid #dbd6d6;
    border-bottom: 1px solid #dbd6d6;
}

.tab-content.type-row .tab-item {
    justify-content: center;
    border-right: 1px solid #dbd6d6;
    flex: 1;
}

.tab-item:hover {
    background: #eeeeee;
    color: #905792;
}

.tab-content.type-row .tab-items {
    display: flex;
    width: 100%;
}

.tab-content.type-row .tab-item:last-child {
    border-right: none;
}

.color-items {
    display: flex;
    flex-wrap: wrap;
}

.color-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    width: calc(100% / 8);
    margin: 3px 0;
}

.color-item__img {
    display: block;
    width: 40px;
    height: 36px;
    margin-right: 5px;
}

.color-item__name {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 25px;
    border-radius: 18px;
    transition: 0.3s;
}

.color-item:hover .color-item__name {
    background: #eeeeee;
    color: #905792;
}

.color-item:hover .color-item__img {
    transform: scale(1.2);
}

.tab-content.type-colors {
    border: 1px solid #dbd6d6;
}

.color-items {
    padding: 15px 20px;
    box-sizing: border-box;
}

.products-groups__tabs {
    display: flex;
    margin-bottom: 30px;
    gap: 10px;
    flex-wrap: wrap;
}

.products-groups__tab {
    width: 170px;
    height: 40px;
    font-size: 16px;
    color: #898989;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dbd6d6;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    box-sizing: border-box;
}

.products-groups__tab:hover,
.products-groups__tab.active {
    background: #905792;
    color: #fff;
    font-weight: bold;
    border-color: #fff;
}

.products-groups__tab-content {
    display: none;
}

.products-groups__tab-content.active {
    display: block;
}

@media (max-width: 1800px) {
    .color-item {
        width: calc(100% / 7);
    }
}

@media (max-width: 1550px) {
    .color-item {
        width: calc(100% / 6);
    }
}

@media (max-width: 1280px) {
    .color-item {
        width: calc(100% / 5);
    }
    .color-item__name {
        padding: 0 10px;
    }
    /*.color-item__img {*/
    /*    padding-right: 15px;*/
    /*}*/
}

@media (max-width: 1080px) {
    .color-item {
        width: calc(100% / 4);
    }
    .tab-content.type-table .tab-items {
        width: 75%;
    }
    .tab-content.type-table .tab-item {
        width: 33.3333%;
    }
    .tab-item {
        padding: 5px 15px;
    }
    .products-groups__tabs {
        justify-content: center;
    }
}

@media (max-width: 800px) {
    .color-item {
        width: calc(100% / 3);
    }
    .tab-content.type-table .tab-items {
        width: 66.6666%;
    }
    .tab-content.type-table .tab-item {
        width: 50%;
    }
}

@media (max-width: 720px) {
    .tab-content.type-colors {
        border: none;
    }
    .products-groups__tabs {
        margin-bottom: 15px;
    }
    .products-groups__tab {
        width: 150px;
    }
}

@media (max-width: 600px) {
    .color-items {
        max-width: 360px;
        margin: 0 auto;
    }
    .color-item {
        width: calc(100% / 2);
        font-size: 15px;
    }
    .color-item__name {
        padding: 0 5px;
    }
    /*.color-item__img {*/
    /*    padding-right: 10px;*/
    /*}*/
    .tab-content.type-table .tab-items {
        width: 100%;
    }
    .tab-content.type-table .tab-item:nth-child(2n) {
        border-right: none;
    }
    .tab-content.type-table .tab-img {
        display: none;
    }
    .tab-content.type-row .tab-items {
        flex-direction: column;
    }
    .tab-content.type-row .tab-item {
        border-right: none;
        border-bottom: 1px solid #dbd6d6;
        flex: none;
    }
    .tab-content.type-row .tab-item:last-child {
        border-bottom: none;
    }
    .tab-content.type-row .tab-img {
        display: none;
    }
}


/* End */


/* Start:/local/templates/.default/components/bitrix/menu/catalog_mobile_new/style.css?1676539293425*/
@charset "windows-1251";
.top-panel-menu ul.mobile-multilevel-menu{
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
	width: 100%;
	z-index: 2001;
}
.top-panel-menu ul.mobile-multilevel-menu li.parent > ul{
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
	width: 100%;
	z-index: 2002;
}
.top-panel-menu ul.mobile-multilevel-menu li.parent li.parent > ul{
	top: 48px;
	z-index: 2003;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/header-showrooms-mobile/style.css?17322625092525*/
.header-showrooms-mobile {
    padding: 15px;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    box-sizing: border-box;
    display: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1180px) {
    .header-showrooms-mobile.show {
        display: block;
    }
}

.header-showrooms-mobile .header-showrooms__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 600px) {
    .header-showrooms-mobile .header-showrooms__list {
        display: block;
        column-count: 2;
        padding: 0 10%;
    }

    .header-showrooms-mobile .header-showroom {
        margin-bottom: 5px;
    }

    .header-showrooms-mobile {
        padding-bottom: 10px;
    }
}

@media (max-width: 400px) {
    .header-showrooms-mobile .header-showrooms__list {
        padding: 0 5%;
    }
}

.header-showrooms-mobile .header-showrooms__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #905792;
    width: 100%;
    margin-bottom: 5px;
}

.header-showrooms__title span {
    font-weight: bold;
}

.header-showrooms-mobile .header-showroom__title {
    text-decoration: none;
    color: #000;
}

.header-showroom {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
}

.header-showroom__logo {
    margin-right: 10px;
}

.header-showroom-description-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.header-showroom__description {
    min-width: 300px;
    background: #fff;
    z-index: 25;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 0px 1px, rgba(0, 0, 0, 0.04) 0px 4px 4px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    margin-top: 40px;
    line-height: 1.5;
}

.header-showroom:hover .header-showroom-description-wrapper {
    display: block;
}

.header-showroom__link {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 1480px) {
    .header-showrooms {
        margin: 0;
        justify-content: center;
    }

    .header-showrooms > div {
        margin: 0 5px;
    }
}

@media (max-width: 1370px) {
    .header-showrooms {
        order: 1;
    }

    .header-showrooms {
        justify-content: space-between;
        padding: 0 25px;
        border-bottom: 1px solid #dcdcdc;
    }
}
/* End */


/* Start:/local/templates/.default/components/uw/search.title/store/style.css?17200765572319*/
div.title-search-result {
  border: 1px solid #c6c6c6;
  display: none;
  /*margin-top: 40px;*/
  overflow: hidden;
  z-index: 205;
}

table.title-search-result {
  border-collapse: collapse;
  border: none;
  width: 10%;
}
table.title-search-result th {
  background-color: #F7F7F7;
  border-right: 1px solid #e8e8e8;
  color: #949494;
  font-weight: normal;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 14px;
  padding-right: 12px;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
  width: 1%;
}
table.title-search-result td {
  background-color: white;
  color: black;
  font-weight: normal;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
  white-space: nowrap;
}
table.title-search-result td.title-search-item {
  padding-left: 8px;
  padding-right: 15px;
}
table.title-search-result td.title-search-item a {
  padding-left: 4px;
  padding-right: 15px;
  text-decoration: none;
  color: black;
  vertical-align: top;
}
table.title-search-result td.title-search-item img {
  vertical-align: top;
}
table.title-search-result td.title-search-item b {
  color: #cf0000;
  font-weight: normal;
}
table.title-search-result tr.title-search-selected td, table.title-search-result tr.title-search-selected a, table.title-search-result tr.title-search-selected td.title-search-more a {
  background-color: #fff2be;
}
table.title-search-result td.title-search-more {
  font-size: 11px;
  font-weight: normal;
  padding-right: 15px;
  padding-left: 24px;
  padding-top: 0px;
}
table.title-search-result td.title-search-more a {
  padding-left: 12px;
  padding-right: 15px;
  text-decoration: none;
  color: #999999;
}
table.title-search-result td.title-search-all {
  padding-left: 24px;
  padding-right: 15px;
}
table.title-search-result td.title-search-all a {
  padding-left: 4px;
  text-decoration: none;
  color: #808080;
}
table.title-search-result td.title-search-separator {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 4px;
}
table.title-search-result th.title-search-separator {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 4px;
}

div.title-search-fader {
  display: none;
  background-image: url("/local/templates/.default/components/uw/search.title/store/images/fader.png");
  background-position: right top;
  background-repeat: repeat-y;
  position: absolute;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/index/css/header_redesign.css?173806058610019*/
body {
    margin: 0;
}

.header-top {
    font-size: 13px;
    font-family: Arial;
    position: relative;
    background: #fff;
}

.header-top::after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    top: 40px;
    left: 0;
    background: #905792;
}

.header-top .container {
    max-width: 1820px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
}

.header-buyers-menu {
    position: relative;
    height: 40px;
    padding-bottom: 2px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header-submenu-wrapper {
    position: absolute;
    top: 27px;
    left: 0;
    min-width: 100%;
    z-index: 25;
}

.header-top__buyers-menu {
    display: none;
    list-style: none;
    width: 100%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 0px 1px, rgba(0, 0, 0, 0.04) 0px 4px 4px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    /*margin-top: 40px;*/
    border-radius: 10px;
    padding: 10px 15px;
    box-sizing: content-box;
}

.header-buyers-menu:hover .header-top__buyers-menu {
    display: block;
}

.header-top__buyers-menu a {
    display: block;
    color: #7f7e7f;
    text-decoration: none;
}

.header-top__buyers-menu li {
    margin: 8px 0;
}

.header-top__menu {
    display: flex;
    list-style: none;
    align-items: center;
    height: 40px;
    padding-bottom: 2px;
}

.header-top__menu li {
    margin: 0 5px;
}

.header-top__menu li:first-child {
    margin-left: 0;
}

.header-top__menu a {
    color: #7f7e7f;
    text-decoration: none;
}

.header-top li a:hover {
    color: #905792;
}

.header-location {
    display: flex;
    align-items: center;
    margin: 0 15px;
}

.header-buttons {
    display: flex;
}

.header-button {
    width: 40px;
    height: 40px;
    position: relative;
}

.header-button__viewed {
    background: url('/local/templates/index/img/icon/viewed.png') no-repeat center center;
}

.header-button__favorites {
    background: url('/local/templates/index/img/icon/fav.png') no-repeat center center;
}

.header-button__compare {
    background: url('/local/templates/index/img/icon/compare.png') no-repeat center center;
}

.header-button__badge {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #a25695;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8px;
    line-height: 1;
    top: 3px;
    right: 3px;
}

.header-profile {
    width: 40px;
    height: 40px;
    background: url('/local/templates/index/img/icon/user.png') no-repeat center center;
    margin-top: -5px;
    display: block;
    text-decoration: none;
}

.header-top__buyers-menu-btn {
    font-size: 13px;
    color: #7f7e7f;
    padding-right: 18px;
    background: url('/local/templates/index/img/icon/submenu.png') no-repeat right center;
    margin-right: 10px;
}

.header-location__logo {
    margin-right: 10px;
}

.flex-break {
    flex-basis: 100%;
    height: 0;
}

.flex-break-1 {
    display: none;
}

.header-logo {
    margin-right: 70px;
    padding: 15px 0 12px;
    display: block;
    text-decoration: none;
}

.header-logo img {
    height: 80px;
}

.header-phones {
    padding: 0 0 0 40px;
    background: url('/local/templates/index/img/icon/phone24.png') no-repeat center left;
    margin-right: 40px;
    min-height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header__phone-link {
    display: block;
    color: #905792;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
}

.header-top .header-callback {
    color: #905792;
    font-size: 13px;
    cursor: pointer;
    border-bottom: 1px dashed #905792;
    text-decoration: none;
    font-weight: normal;
}

.header-contacts {
    display: flex;
    margin-right: 65px;
    align-items: center;
}

.header-top .header-search {
    margin: 0 55px 0 0;
    flex: 1;
}

.header-top .container > #search {
    flex: 1;
    margin-right: 55px;
    border-radius: 20px;
    background: #ededed;
}

.header-search__form {
    height: 40px;
    position: relative;
    background: #ededed;
    border-radius: 20px;
    display: flex;
    padding-right: 10px;
    width: 100%;
    box-sizing: border-box;
}

.header-search__input {
    height: 100%;
    background: #ededed;
    border-radius: 20px;
    border: none;
    padding: 0 20px;
    outline: none;
    font-style: italic;
    color: #505050;
    flex: 1;
}

.header-search__btn {
    height: 100%;
    display: block;
    border: none;
    padding: 0;
    width: 40px;
    background: url('/local/templates/index/img/icon/search.png') no-repeat center center;
}

.header-yandex-rating {
    display: block;
    text-decoration: none;
    margin-right: 55px;
}

.header-yandex-rating img {
    display: block;
}

.header-location__name {
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header-top #r-delivery {
    margin-right: 10px;
    margin-left: auto;
}

.topmenu {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.topmenu .center {
    border: none!important;
}

.topmenu-right .topmenu-right-item-sale {
    border-radius: 13px;
    background: #a25796;
    color: #fff;
    display: block;
    padding: 5px 20px;
    text-align: center;
    box-sizing: border-box;
}

.topmenu-right-item-sale a {
    text-decoration: none;
    color: #fff;
}

.topmenu .topmenu-right {
    align-items: center;
    width: auto;
}

.header-top.is-sticky {
    position: fixed;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 10px;
    /*box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);*/
}

.header-top.is-sticky .header-buyers-menu,
.header-top.is-sticky .header-top__menu,
.header-top.is-sticky .header-showrooms,
.header-top.is-sticky #r-delivery,
.header-top.is-sticky .header-profile,
.header-top.is-sticky::after,
.header-top.is-sticky .header-yandex-rating {
    display: none;
}

body.sticky-header {
    padding-top: 201px;
}

body.sticky-header .topmenu {
    display: none;
}

.header-top.is-sticky .header-logo img {
    display: none;
}

.header-top .header-logo img._sticky {
    display: none;
    height: 47px;
}

.header-top.is-sticky .header-logo img._sticky {
    display: block;
}

.header-top.is-sticky .header-buttons {
    order: 3;
    margin: 0 20px;
}

.header-top.is-sticky .header-basket {
    order: 4;
}

.header-top.is-sticky .container > #search {
    margin-right: 0;
}

.sticky-header__menu-btn {
    width: 170px;
    border-radius: 20px;
    height: 36px;
    color: #fff;
    padding: 10px 10px 11px 35px;
    box-sizing: border-box;
    font-weight: bold;
    background: #905792 url('/local/templates/index/img/burg_white.png') no-repeat center right 40px;
    margin: 0 20px;
    display: none;
    cursor: pointer;
}

.header-top.is-sticky .sticky-header__menu-btn {
    display: block;
}

.header-top.is-sticky .header-logo {
    margin-right: 0;
}

.header-top.is-sticky .header-contacts {
    flex-direction: column;
    align-items: flex-end;
    margin-right: 20px;
}

.header-top.is-sticky .header-phones {
    margin-right: 0;
}

.is_menu_oboi {
    display: none;
    border-top: 1px solid #dbd6d6;
    border-bottom: 1px solid #dbd6d6;
}

.header-top.is-sticky .is_menu_oboi._show {
    display: block;
}

.header-top.is-sticky > .container {
    padding: 5px 0;
}

.compilation_head_fixed.fixed {
    top: 83px;
}

.header-button__suggestion {
    display: none;
    background: #905792;
    color: #fff;
    padding: 10px 10px;
    position: absolute;
    z-index: 100;
    border-radius: 10px;
    white-space: nowrap;
    top: 100%;
    left: calc(50%);
    transform: translate(-50%, -5px);
}

.header-button:hover .header-button__suggestion {
    display: block;
}

.header-top__buyers-menu-btn a,
.header-top__buyers-menu-btn a:link,
.header-top__buyers-menu-btn a:visited,
.header-top__buyers-menu-btn a:hover,
.header-top__buyers-menu-btn a:active {
    text-decoration: none;
    color: #7f7e7f;
}

@media (max-width: 1600px) {
    .header-contacts {
        flex-direction: column;
        align-items: flex-end;
    }
    .header-phones {
        margin-right: 0;
    }
}

@media (max-width: 1500px) {
    .topmenu .topmenu-right-item-sale {
        width: 110px;
        border-radius: 20px;
    }
}

@media (max-width: 1370px) {
    .header-top .container {
        padding: 0;
    }
    .flex-break-1 {
        order: 1;
    }
    .header-logo,
    .header-contacts,
    .header-search,
    .header-yandex-rating,
    .header-basket,
    #search,
    .sticky-header__menu-btn {
        order: 2;
    }
    .flex-break-1 {
        display: block;
    }
    .header-top .container > div:first-child {
        margin-left: 30px;
    }
    .header-profile {
        margin-right: 30px;
    }
    .header-logo {
        margin-left: 30px;
        padding: 6px 0 6px;
    }
    .header-basket {
        margin-right: 30px;
    }
    .topmenu .topmenu-right-item {
        /*margin-right: 10px;*/
        margin-left: 10px;
    }
    .topmenu .topmenu-right-item-sale {
        margin-right: 0;
        margin-left: 10px;
    }
}

@media (max-width: 1180px) {
    .header-top {
        display: none;
    }
}

@media (min-width: 1180px) {
    .sticky-header #bx-panel {
        display: none!important;
    }
}


/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/header-showrooms/style.css?17369442881678*/
.header-showrooms {
    display: flex;
    align-items: center;
    height: 40px;
    padding-bottom: 2px;
    flex: 1;
    justify-content: space-between;
    margin: 0 80px;
}

.header-showrooms__title {
    text-transform: uppercase;
    font-size: 18px;
    color: #905792;
}

.header-showrooms__title span {
    font-weight: bold;
}

.header-showroom {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
}

.header-showroom__logo {
    margin-right: 10px;
}

.header-showroom-description-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.header-showroom__description {
    min-width: 300px;
    background: #fff;
    z-index: 25;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 0px 1px, rgba(0, 0, 0, 0.04) 0px 4px 4px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    margin-top: 40px;
    line-height: 1.5;
}

.header-showroom:hover .header-showroom-description-wrapper {
    display: block;
}

.header-showroom__link {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 1480px) {
    .header-showrooms {
        margin: 0;
        justify-content: center;
    }

    .header-showrooms > div {
        margin: 0 5px;
    }
}

@media (max-width: 1370px) {
    .header-showrooms {
        order: 1;
    }

    .header-showrooms {
        justify-content: space-between;
        padding: 0 25px;
        border-bottom: 1px solid #dcdcdc;
    }

    .header-showroom:last-child:hover .header-showroom-description-wrapper {
        left: unset;
        right: 0;
    }
}
/* End */


/* Start:/local/templates/.default/components/uw/search.title/store_new/style.css?17205071092319*/
div.title-search-result {
  border: 1px solid #c6c6c6;
  display: none;
  /*margin-top: 40px;*/
  overflow: hidden;
  z-index: 205;
}

table.title-search-result {
  border-collapse: collapse;
  border: none;
  width: 10%;
}
table.title-search-result th {
  background-color: #F7F7F7;
  border-right: 1px solid #e8e8e8;
  color: #949494;
  font-weight: normal;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 14px;
  padding-right: 12px;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
  width: 1%;
}
table.title-search-result td {
  background-color: white;
  color: black;
  font-weight: normal;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
  white-space: nowrap;
}
table.title-search-result td.title-search-item {
  padding-left: 8px;
  padding-right: 15px;
}
table.title-search-result td.title-search-item a {
  padding-left: 4px;
  padding-right: 15px;
  text-decoration: none;
  color: black;
  vertical-align: top;
}
table.title-search-result td.title-search-item img {
  vertical-align: top;
}
table.title-search-result td.title-search-item b {
  color: #cf0000;
  font-weight: normal;
}
table.title-search-result tr.title-search-selected td, table.title-search-result tr.title-search-selected a, table.title-search-result tr.title-search-selected td.title-search-more a {
  background-color: #fff2be;
}
table.title-search-result td.title-search-more {
  font-size: 11px;
  font-weight: normal;
  padding-right: 15px;
  padding-left: 24px;
  padding-top: 0px;
}
table.title-search-result td.title-search-more a {
  padding-left: 12px;
  padding-right: 15px;
  text-decoration: none;
  color: #999999;
}
table.title-search-result td.title-search-all {
  padding-left: 24px;
  padding-right: 15px;
}
table.title-search-result td.title-search-all a {
  padding-left: 4px;
  text-decoration: none;
  color: #808080;
}
table.title-search-result td.title-search-separator {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 4px;
}
table.title-search-result th.title-search-separator {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 4px;
}

div.title-search-fader {
  display: none;
  background-image: url("/local/templates/.default/components/uw/search.title/store_new/images/fader.png");
  background-position: right top;
  background-repeat: repeat-y;
  position: absolute;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/.default/components/bitrix/sale.basket.basket.small/redesign/style.css?1719324629514*/
.header-basket {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.header-basket__logo {
  position: relative;
  margin-right: 25px;
}

.header-basket__quantity {
  width: 18px;
  height: 18px;
  background: #a25695;
  color: #fff;
  position: absolute;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  top: -10px;
  right: -15px;
}

.header-basket__total {
  font-size: 14px;
  font-weight: bold;
  color: #a25695;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/top_menu_new/style.css?16765392936400*/
.horizontal-multilevel-menu{margin:0;padding:0;text-align:center}.horizontal-multilevel-menu>li{display:inline-block}.horizontal-multilevel-menu>li.active{background-color:#864d89}.horizontal-multilevel-menu>li>a{display:inline-block;color:white;font-weight:bold;height:50px;padding:0 20px;text-align:center;text-decoration:none;text-transform:uppercase}.horizontal-multilevel-menu>li>a:before{content:'';display:inline-block;height:50px;vertical-align:middle}.horizontal-multilevel-menu>li.parent>a:after{border:6px solid transparent;border-top:6px solid #fff;border-bottom:2px solid transparent;margin:0 10px;content:'';display:inline-block}.horizontal-multilevel-menu>li>ul{background-color:#864d89;border-top:1px solid #703873;display:none;flex-direction:row;left:0;list-style:none;margin:0;padding:0;position:absolute;text-align:left;width:100%;z-index:10000}.horizontal-multilevel-menu>li.active>ul{display:flex}.horizontal-multilevel-menu>li>ul>li{border-left:1px solid #905793;display:block;flex-grow:1;text-align:center}.horizontal-multilevel-menu>li>ul>li.active{background-color:#703873}.horizontal-multilevel-menu>li>ul>li>a{color:white;display:block;padding:15px 0;text-decoration:none;text-transform:uppercase}.horizontal-multilevel-menu>li>ul>li.parent>a:after{border:6px solid transparent;border-top:6px solid #fff;border-bottom:2px solid transparent;margin:0 10px;content:'';display:inline-block}.horizontal-multilevel-menu>li>ul>li>ul{border:1px solid #864d89;border-top:none;border-radius:0 0 5px 5px;display:none;list-style:none;position:absolute;overflow:hidden;flex-wrap:wrap;left:0;padding:0;position:absolute;width:100%}.horizontal-multilevel-menu>li>ul>li.active>ul{background-color:#f8e3f9;display:flex}.horizontal-multilevel-menu>li>ul>li>ul>li{border-left:1px solid #eac7ec;border-bottom:1px solid #eac7ec;flex-grow:1;width:130px}.horizontal-multilevel-menu>li>ul>li>ul>li>a{color:#703873;display:block;font-size:13px;height:42px;text-decoration:none;white-space:nowrap}.horizontal-multilevel-menu>li>ul>li>ul>li>a:hover{background-color:#EBC7ED}.horizontal-multilevel-menu>li>ul>li>ul>li>a:before{height:42px;content:'';display:inline-block;vertical-align:middle}.horizontal-multilevel-menu>li>ul>li>ul>li>a span.color{background-position:50%;background-size:cover;border:1px solid #975e9a;border-radius:50%;box-shadow:0 2px 3px 0 #2b2b2b;display:inline-block;height:15px;margin-right:5px;vertical-align:text-top;width:15px}.horizontal-multilevel-menu>li>ul>li>ul>li>a img{margin-right:5px}.horizontal-multilevel-menu>li>ul>li>.down_transparent{height:42px;left:0;position:absolute;width:100%}.horizontal-multilevel-menu>li.brands>ul{padding:15px 15px 13px 11px;flex-direction:column;flex-wrap:wrap;height:660px;list-style:none}.horizontal-multilevel-menu>li.brands.active>ul{display:flex}.horizontal-multilevel-menu>li.brands>ul>li{background:transparent;border:none;flex-grow:inherit}.horizontal-multilevel-menu>li.brands>ul>li:hover{background:none}.horizontal-multilevel-menu>li.brands>ul>li:hover>ul{background:transparent;position:static;display:block}.horizontal-multilevel-menu>li.brands>ul>li>ul{background:transparent;border:none;border-radius:0;display:block;list-style:none;margin:0 0 13px 0;padding:0;position:static}.horizontal-multilevel-menu>li.brands>ul>li>ul>li{border:none;color:white}.horizontal-multilevel-menu>li.brands>ul>li>ul>li.letter{font-size:14px;font-weight:bold;text-align:left}.horizontal-multilevel-menu>li.brands>ul>li>ul>li>a{color:white;font-family:Arial, sans-serif;font-size:12px;font-weight:normal;display:block;height:auto;padding:0;text-align:left;text-decoration:none;white-space:normal}.horizontal-multilevel-menu>li.brands>ul>li>ul>li>a:before{content:'';display:none}.horizontal-multilevel-menu>li.brands>ul>li>ul>li>a:hover{background:none;text-decoration:underline}.brands-tabs{display:none;background-color:#864d89;border-top:1px solid #703873;flex-direction:row;left:0;list-style:none;margin:0;padding:0;position:absolute;text-align:left;width:100%;z-index:10}.brands-tabs div{border-left:1px solid #905793;flex-grow:1;text-align:center;color:white;display:inline-block;padding:15px 0;text-decoration:none;text-transform:uppercase;cursor:pointer}.brands-tabs div.active,.brands-tabs div:hover{background-color:#703873}.horizontal-multilevel-menu>li.brands.active .brands-tabs{display:flex}.horizontal-multilevel-menu>li.brands.admin>ul{margin-top:50px}.horizontal-multilevel-menu>li>ul>li.menu_countries.active>ul{display:block;text-align:left}.horizontal-multilevel-menu>li>ul>li.menu_countries>ul>li{text-align:left;display:inline-block;width:12.5%;margin-right:-4px}.horizontal-multilevel-menu>li:nth-child(2)>ul>li:nth-child(1)>ul>li{min-width:170px}.horizontal-multilevel-menu>li:nth-child(2)>ul>li:nth-child(3)>ul>li,.horizontal-multilevel-menu>li:nth-child(2)>ul>li:nth-child(4)>ul>li{text-align:left;min-width:128px}.horizontal-multilevel-menu>li:nth-child(2)>ul>li:nth-child(6)>ul>li{min-width:180px}@media (max-width: 1199px){.horizontal-multilevel-menu>li:nth-child(2)>ul>li:nth-child(4)>ul>li{min-width:134px}.horizontal-multilevel-menu>li:nth-child(2)>ul>li:nth-child(6)>ul>li{min-width:150px}}@media (max-width: 991px){.horizontal-multilevel-menu>li:nth-child(2)>ul>li:nth-child(4)>ul>li{min-width:147px}}@media (max-width: 767px){.horizontal-multilevel-menu{display:none;background-color:#ab76ae}.horizontal-multilevel-menu.open{display:block}.horizontal-multilevel-menu.open>li{display:block}.horizontal-multilevel-menu>li>a{display:block;text-align:left}.horizontal-multilevel-menu>li.parent>a:after,.horizontal-multilevel-menu>li.brands:hover>ul{display:none}.horizontal-multilevel-menu>li>ul{display:block;position:static}.horizontal-multilevel-menu>li:hover>ul{display:block}.horizontal-multilevel-menu>li.brands>ul{display:none}.horizontal-multilevel-menu>li>ul>li{text-align:left}.horizontal-multilevel-menu>li>ul>li a{padding-left:20px}.horizontal-multilevel-menu>li>ul>li.parent>a:after{display:none}.horizontal-multilevel-menu>li>ul>li>ul{display:block;position:static;padding:0 0 0 20px;background-color:#eac7ec}.horizontal-multilevel-menu>li>ul>li:hover>ul{background-color:#eac7ec;display:block;padding:0 0 0 20px;position:static}.horizontal-multilevel-menu>li>ul>li:hover>ul>li{border-left:1px solid #eac7ec;border-bottom:1px solid #eac7ec;width:100%}}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/main-menu-v2/style.css?174159041011146*/
.main-menu {
    position: relative;
    width: 100%;
}

.main-menu__items {
    display: flex;
    padding: 0;
    margin: 0;
    height: 50px;
    align-items: center;
    flex-shrink: 0;
}

.main-menu__item {
    display: block;
    list-style: none;
    margin-right: 25px;
    flex-shrink: 0;
}

.main-menu__item a, .main-menu__item span {
    color: #915792;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
}

.main-menu__item.parent {
    display: flex;
    align-items: center;
}

.main-menu__item.parent:after {
    content: '';
    display: block;
    width: 10px;
    height: 8px;
    background: url('/local/templates/index/img/icon/submenu.png') no-repeat center center;
    margin-left: 10px;
}

.catalog-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fbfbfb;
    border-top: 4px solid #905792;
    display: none;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    box-sizing: border-box;
}

.catalog-menu.active {
    display: flex;
}

.catalog-menu__items {
    padding: 0 15px;
    margin: 15px 0;
    border-right: 1px solid #dcdcdc;
}

.catalog-menu__item {
    list-style: none;
    width: 125px;
    min-height: 32px;
    border: 1px solid #dcdcdc;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin-bottom: 18px;
    box-sizing: border-box;
    transition: 0.3s;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #282828;
}

.catalog-menu__item:hover,
.catalog-menu__item.active {
    background: #905792;
    border-color: #905792;
    color: #fff;
}

.catalog-menu__item:last-child {
    margin-bottom: 0;
}

.catalog-submenu {
    display: flex;
    flex: 1;
    background: #fff;
}

.catalog-submenu__first-level-items {
    margin: 15px 0;
    /*padding: 0 40px;*/
    border-right: 1px solid #dcdcdc;
    height: calc(100% - 30px);
    display: none;
    /*padding-top: 8px;*/
    box-sizing: border-box;
}

.catalog-submenu__first-level-items.active {
    display: block;
}

.catalog-submenu__first-level-item {
    list-style: none;
    /*margin-bottom: 34px;*/
    /*padding: 0 40px;*/
    /*max-width: 230px;*/
    box-sizing: border-box;
    /*min-height: 32px;*/
    display: block;
    /*justify-content: center;*/
    /*align-items: center;*/
    font-size: 14px;
    font-weight: bold;
    color: #905792;
    text-decoration: none;
    /*transition: 0.3s;*/
    padding: 12px 40px;
    width: 200px;
}

.catalog-submenu__first-level-item:last-child {
    margin-bottom: 0;
}

.catalog-submenu__first-level-item:hover,
.catalog-submenu__first-level-item.active {
    color: #282828;
    border-right: 3px solid #905792;
}

.catalog-submenu__second-level-items {
    display: none;
    flex: 1;
}

.catalog-submenu__second-level-items.active {
    display: block;
}

.catalog-submenu__second-level-item {
    display: block;
}

.catalog-submenu__second-level-item.active {
    color: #282828;
    border-right: 3px solid #905792;
}

.catalog-submenu__item {
    /*display: block;*/
    position: relative;
}

/*.catalog-submenu__column {*/
/*    width: 25%;*/
/*}*/

.catalog-submenu__second-level-items {
    padding: 20px 40px;
}

.catalog-submenu__brands {
    font-size: 14px;
    padding: 25px 50px;
}

.catalog-submenu__second-level-items .catalog-submenu__item {
    font-size: 14px;
    /*color: #a1a0a0;*/
    color: #747474;
    text-decoration: none;
}

/*.catalog-submenu__second-level-item:not(:last-child) {*/
/*    margin-bottom: 15px;*/
/*}*/

.catalog-submenu__second-level-item {
    padding: 5px 0;
}

.catalog-submenu__brands .catalog-submenu__second-level-item {
    margin-bottom: 0;
}

.catalog-submenu__second-level-item:hover {
    color: #905792;
}

.catalog-submenu__letter {
    font-weight: bold;
    color: #101010;
    line-height: 1;
    margin-bottom: 3px;
}

.catalog-submenu__group {
    margin-bottom: 15px;
    break-inside: avoid-column;
}

.catalog-submenu__item.active::before,
.catalog-submenu__item:hover::before {
    content: '';
    display: block;
    border-left: 6px solid #282828;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    top: calc(50% - 3px);
    left: 20px;
}

/*.catalog-submenu__first-level-item:hover::before {*/
/*    border-left: 6px solid #fff;*/
/*}*/

.catalog-submenu__second-level-item:hover::before {
    left: -20px;
}

.catalog-submenu__item:hover .catalog-submenu__item-color {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.catalog-submenu__items {
    cursor: pointer;
}

.catalog-submenu__items.show-column.active {
    display: flex;
    padding-top: 0px;
    /*column-count: 2;*/
    /*column-rule: 1px solid #dcdcdc;*/
}

.catalog-submenu__items.show-column > div {
    padding-top: 8px;
}

.catalog-submenu__items.show-column > div:not(:last-child) {
    border-right: 1px solid #dcdcdc;
}

/*.catalog-submenu__items.show-column .catalog-submenu__item {*/
/*    padding: 0 30px;*/
/*}*/

    /*.catalog-submenu__items.show-column {*/
/*    */
/*}*/

.catalog-menu__wrapper {
    display: none;
}

.catalog-menu__wrapper.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.columns-3 {
    column-count: 3;
}

.columns-4 {
    column-count: 6;
}

.columns-6 {
    column-count: 6;
}

.catalog-submenu__item-color {
    width: 40px;
    height: 20px;
    border-radius: 10px;
    background-position: center;
    margin-right: 10px;
    box-sizing: border-box;
}

.catalog-submenu__item {
    display: flex;
    align-items: center;
    break-inside: avoid-column;
}

.catalog-submenu__item-color.add-border {
    border: 1px solid #dcdcdc;
}

.catalog-submenu__picture {
    display: flex;
    justify-content: right;
    align-items: center;
    max-width: 530px;
}

.catalog-submenu__picture img {
    max-width: 100%;
    max-height: 100%;
}

.main-menu__row {
    display: flex;
    justify-content: space-between;
}

.main-menu__right {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    position: unset;
}

.main-menu__right-item {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #2a262a;
    display: flex;
    align-items: center;
    margin-right: 15px;
    position: unset;
    height: 100%;
}

.main-menu__right-item:last-child {
    margin-right: 0;
}

.main-menu__right-item:hover {
    color: #905792;
}

.main-menu__right-item:link,
.main-menu__right-item:visited {
    color: #2a262a;
    text-decoration: none;
}

.main-menu__right-item-icon {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    margin-right: 10px;
}

a.main-menu__right-item-name {
    text-decoration: none;
    color: #2a262a;
}

.main-menu__right-item-icon.icon-sale {
    background: #f17d8d url('/local/templates/index/img/icon/top-menu-r2.png') center center no-repeat;
}

.main-menu__right-item:hover .main-menu__right-item-icon.icon-sale {
    background: #905792 url('/local/templates/index/img/icon/top-menu-r2a.png') center center no-repeat;
}

.main-menu__right-item-icon.icon-promo {
    background: #ffe778 url('/local/templates/index/img/icon/top-menu-r1.png') center center no-repeat;
}

.main-menu__right-item:hover .main-menu__right-item-icon.icon-promo {
    background: #905792 url('/local/templates/index/img/icon/top-menu-r1a.png') center center no-repeat;
}

.main-menu__right-item-icon.icon-select {
    background: #ededed url('/local/templates/index/img/icon/top-menu-r4.png') center center no-repeat;
}

.main-menu__right-item:hover .main-menu__right-item-icon.icon-select {
    background: #905792 url('/local/templates/index/img/icon/top-menu-r4a.png') center center no-repeat;
}

.main-menu__right-item.sale-link {
    border-radius: 13px;
    background: #a25796;
    color: #fff;
    display: block;
    padding: 5px 20px;
    text-align: center;
    box-sizing: border-box;
    height: auto;
    font-weight: normal;
}

/*.main-menu__right-item:nth-child(1) .main-menu__right-item-icon {*/
/*    background: #ededed url('/local/templates/index/img/icon/top-menu-r4.png') center center no-repeat;*/
/*}*/

/*.main-menu__right-item:nth-child(1):hover .main-menu__right-item-icon {*/
/*    background: #905792 url('/local/templates/index/img/icon/top-menu-r4a.png') center center no-repeat;*/
/*}*/

/*.main-menu__right-item:nth-child(2) .main-menu__right-item-icon {*/
/*    background: #ededed url('/local/templates/index/img/icon/top-menu-r2.png') center center no-repeat;*/
/*}*/

/*.main-menu__right-item:nth-child(2):hover .main-menu__right-item-icon {*/
/*    background: #905792 url('/local/templates/index/img/icon/top-menu-r2a.png') center center no-repeat;*/
/*}*/

/*.main-menu__right-item:nth-child(3) .main-menu__right-item-icon {*/
/*    background: #ffe778 url('/local/templates/index/img/icon/top-menu-r1.png') center center no-repeat;*/
/*}*/

/*.main-menu__right-item:nth-child(3):hover .main-menu__right-item-icon {*/
/*    background: #905792 url('/local/templates/index/img/icon/top-menu-r1a.png') center center no-repeat;*/
/*}*/

.main-menu__dots {
    display: none;
    height: 100%;
    align-items: center;
    width: 50px;
    margin-right: 0;
    position: relative;
}

.main-menu__dots.show {
    display: flex!important;
}

.main-menu__adaptive {
    display: none;
    position: absolute;
    left: -30px;
    background: #fff;
    width: 200px;
    padding: 10px 0;
    /*border-radius: 10px;*/
    box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 0px 1px, rgba(0, 0, 0, 0.04) 0px 4px 4px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    top: 100%;
    border-top: 4px solid #905792;
    flex-direction: column-reverse;
}

.main-menu__adaptive .main-menu__item {
    padding: 10px;
}

.main-menu__dots:hover .main-menu__adaptive {
    display: flex;
}

.main-menu-right__lvl2 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 0;
    height: 60px;
    margin: 0;
    display: none;
    list-style: none;
}

.main-menu__right-item:hover .main-menu-right__lvl2 {
    display: flex;
}

.main-menu-right__lvl2-item {
    flex: 1;
    height: 100%;
    padding: 0;
    background: #905792;
}

.main-menu-right__lvl2-item:not(:last-child) {
    border-right: 1px solid #fff;
}

.main-menu-right__lvl2-item:hover {
    background: #7d437f;
}

.main-menu-right__lvl2-item a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.main-menu-right__lvl2-item a,
.main-menu-right__lvl2-item a:link,
.main-menu-right__lvl2-item a:visited {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

@media (max-width: 1180px) {
    .main-menu__item {
        margin-right: 15px;
    }

    /*.topmenu .center {*/
    /*    height: 50px!important;*/
    /*}*/
}
/*.catalog-submenu__letter-delimiter {*/
/*    margin-bottom: 15px;*/
/*}*/
/*.catalog-submenu__brands {*/
/*    display: flex;*/
/*}*/
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/slider-index/style.css?1700032754114*/
@media (max-width: 1180px) and (min-width: 981px) {
    .slider-index-item img{
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/item-trend/style.css?17191775901237*/
.collect{
	max-height: 362px;
	overflow: hidden;
}
.collect.square .bx-viewport {
	padding: 10px 20px;
}

.collect.square .slider_controls {
	height: 0;
	margin-top: -30px;
	position: absolute;
	top: 50%;
	width: 100%;
}
.active .collect.square .slider_controls {
	z-index: 2;
}

.collect.square .slider_controls .slider_prev, .collect.square .slider_controls .slider_next{
	cursor: pointer;
	height: 29px;
	width: 29px;
}

.collect.square .slider_controls .slider_prev{
	background: url('/images/prev-owl.png') no-repeat 50%;
	float: left;
}

.collect.square .slider_controls .slider_next{
	background: url('/images/next-owl.png') no-repeat 50%;
	float: right;
}

.collect.square:after {
	clear: both;
	content: '';
	display: block;
}

.collect.square .availability {
	padding: 0 10px;
	text-align: right;
	height: 20px;
}
.collect.square .availability .in-stock {
	font-size: 13px;
	color: #91c74c;
	font-weight: bold;
	line-height: 20px;
	padding-left: 20px;
	background: url("/images/in-stock-icon.png") 0 50% no-repeat;
	display: inline-block;
}

.block-element.item.trendd {
	background: #905792;
}

.block-element.item.trendd img {
	height: auto;
}

.block-element.item.trendd .cat-item-buy-btn {
	width: 150px;
	margin: 0 auto;
}
/* End */


/* Start:/local/templates/.default/components/uniofweb/shop.window/basic/style.css?172007487545*/
.tab-basis-big-img img {
    width: 100%;
}
/* End */


/* Start:/local/templates/index/styles.css?1752224049172392*/
body {
	margin: 0;
	padding: 0;
   font-family: 'Arial', sans-serif;
	font-size: 13px;
	line-height:1.2;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background: #fff;
	color: #1c1c1c;
	height: 100%;
	text-align: left;
    overflow-x: hidden;
}
/* 111 */
p,h1,h2,h3,h4,input {margin-top:0px;}
a img{border:0;}
input[type='button'], input[type='submit'] {cursor: pointer;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
div {
  display: block;
  position: relative;
}div.clear {clear: both;}
input,textarea{outline:none;}
html {height: 100%;}
.clear {clear: both;}
img {height: auto; vertical-align: middle;}
p {
    margin-bottom: 20px;
    line-height: 1.6;
}
a {color:#905792;}

a:hover {text-decoration: none;}

.title-h2 {
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.title-h3 {
    font-size: 22px;
    color: #1c1c1c;
    margin-bottom: 15px;
}
.info_in_header{
	position: absolute;
	bottom: -105px;
	left: 200px;
	color: red;
	font-weight: bold;
}
.header-search-mobile {
    display: none;
}

.header_mobile {
    display: none;
}

.top-menu-mobile {
    display: none;
}

.block-collection-mobile {
    display: none;
}

.footer-bottom-mobile {
    display: none;
}

.center {
	clear: both;
	width: 1170px;
	margin: 0 auto;
}

.top {
    width: 100%;
    height: 44px;
    background: #fff;
    border-bottom: 2px solid #905792;
}

.top-panel-menu {
    float: left;
    margin: 0;
    padding: 0;
}

.top-panel-menu-item {
    float: left;
    list-style: none;
    margin-right: 15px!important;
}

.top-panel-menu-link {
    color: #7f7e7f;
    display: block;
    font-size: 13px;
    text-decoration: none;
    line-height: 44px;
}

.top-panel-menu-link:hover, .top-panel-menu-item.active .top-panel-menu-link{
    color: #905792;
}
@media screen and (max-width: 500px){
	.top-panel-menu-link:hover, .top-panel-menu-item.active .top-panel-menu-link{
	    color: #daa4dc;
	}
}

.top-right {
    float: right;
    /* line-height: 43px; */
    /* width: 275px; */
    /* width: 330px; */
    width: 370px;
	cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.top-ya-rang img {
    width: 455px;
    margin-top: 2px;
}

.city-block {
    float: left;
    /* width: 120px; */
    width: auto;
    padding: 0 0 0 20px;
    background: url(/local/templates/index/img/icon/city.png) left center no-repeat;
}

.city-block a {
    color: #fff;
    border-bottom: 1px dashed #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
}


.city-block a:hover {
    text-decoration: none;
}

a#you-region-yes {
    background: #fff;
    color: #905792;
    display: inline-block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}

a.you-region-yes {
    background: #fff;
    color: #905792;
    display: inline-block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}
.top-profile {
    /* float: right; */
    width: 40px;
    height: 40px;
    background: url(/local/templates/index/img/icon/user.png) center center no-repeat;
    display: block;
    text-decoration: none;
    margin-left: 10px;
}

.top-notice{
    float: right;
    width: 40px;
    height: 40px;
    background: url(/local/templates/index/img/icon/notice.png) center center no-repeat;
    display: block;
    text-decoration: none;
    position: relative;
    display: none;
}

.top-notice-count, .top-compare-count, .top-viewed-count, .top-basket-count {
    display: block;
    width: 16px;
    height: 16px;
    background: #905792;
    color: #fff;
    line-height: 17px;
    text-align: center;
    font-size: 8px;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 20px;
}

.top-compare{
    /* float: right; */
    width: 40px;
    height: 40px;
    background: url(/local/templates/index/img/icon/compare.png) center center no-repeat;
    display: block;
    text-decoration: none;
    position: relative;
}

.top-fav{
    /* float: right; */
    width: 40px;
    height: 40px;
    background: url(/local/templates/index/img/icon/fav.png) center center no-repeat;
    display: block;
    text-decoration: none;
    position: relative;
}

.top-viewed{
    /*float: right;*/
    width: 40px;
    height: 40px;
    background: url(/local/templates/index/img/icon/viewed.png) center center no-repeat;
    display: block;
    text-decoration: none;
    position: relative;
}

.top-ya-rang {
    float: left;
    /* margin-left: 70px; */
    margin-left: 15px;
}

.header {
    height: 100px;
    padding: 20px 0 15px;
}

.header-logo {
    display: block;
    float: left;
}

.header-phone {
    padding: 0 0 0 40px;
    float: left;
    margin: 25px 0 0 60px;
    background: url(/local/templates/index/img/icon/phone24.png) left 2px no-repeat;
    text-align: center;
    height: 50px;
}

.header-phone-link {
    display: block;
    color: #905792;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
}

.header-callback {
    display: inline-block;
    color: #905792;
    font-size: 13px;
    cursor: pointer;
    border-bottom: 1px dashed #905792;
    text-decoration: none;
    font-weight: normal;
}

.header-callback:hover {
    text-decoration: none;
}
.top-callback:before{
	display: none;
}
.header-search {
    float: left;
    margin: 25px 0 0 60px;
    width: 370px;
}

.header-search-text {
    padding: 0 40px 0 20px;
    width: 310px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    border: none;
    background: #ededed;
    font-style: italic;
    color: #505050;
}

.header-search-submit {
    position: absolute;
    border: none;
    right: 15px;
    top: 8px;
    width: 24px;
    height: 24px;
    background: url(/local/templates/index/img/icon/search.png) 0 0 no-repeat;
}

.header-quality {
    padding: 0 0 5px 40px;
    margin: 25px 0 0 60px;
    background: url(/local/templates/index/img/icon/quality.png) left 1px no-repeat;
    width: 70px;
    color: #905792;
    font-weight: bold;
    float: left;
    text-decoration: none;
}

.header-cart {
    float: right;
    width: 120px;
    text-align: center;
     color: #905792;
    text-decoration: none;
    font-size: 14px;
    font-style: italic;
    padding: 40px 0 0;
     background: url(/local/templates/index/img/icon/cart.png) center 10px no-repeat;
}

.header-cart a {
    color: #905792;
    text-decoration: none;
}

.header-cart-count {
    display: block;
    margin-bottom: 4px;
}
.header-cart-sum {
    display: block;
    clear: both;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
}


#header_scroll{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 70px;
	z-index: 25;
	background-color: #fff;
	}
#header_scroll .is_header{
	height: 100%;
    z-index: 25;
    background-color: #fff;
	box-shadow: 0px 1px 10px 1px #dcdcdc;
}
#header_scroll .is_logo{
	width: 200px;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}
#header_scroll .is_menu{
	width: 170px;
	display: inline-block;
	vertical-align: top;
	margin-top: 17px;
}
#header_scroll .is_button{
	width: auto;
	background-color: #905792;
	border-radius: 20px;
	color: #fff;
	font-weight: bold;
	padding: 10px 10px 11px 35px;
}

#header_scroll .is_button_burger{
	display: inline-block;
	/* background: url(/local/templates/index/img/burg_white.png); */
	background-repeat: no-repeat;
	width: 20px;
	height: 12px;
	margin-left: 20px;
}
#header_scroll .is_button_text{
	display: inline-block;
}
#header_scroll .is_phones{
	width: 190px;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
    margin-top: 10px;
}
#header_scroll .header-phone{
	margin: 0;
}
#header_scroll .is_search{
	/* width: 330px; */
    width: 290px;
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
	margin-left: 15px;
}
#header_scroll .is_countinfo{
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
	/* width: 229px; */
    width: 269px;
	text-align: left;
}
#header_scroll .is_favorite{
	display: inline-block;
}
#header_scroll .is_compare{
	display: inline-block;
}
#header_scroll .is_basket{
	display: inline-block;
}

#header_scroll .is_viewed {
	display: inline-block;
}

#header_scroll .header_mobile_cart{
	width: 30px;
    height: 40px;
    background: url(/local/templates/index/img/icon/basket.png) center center no-repeat;
    display: inline-block;
    text-decoration: none;
    position: relative;
}
#header_scroll .is_basket_info{
	display: inline-block;
	color: #905792;
	line-height: 22px;
}
#header_scroll .is_cart_count{
	font-style: italic;
	font-size: 14px;
}
#header_scroll .is_cart_sum{
	font-size: 16px;
	font-weight: bold;
}
#header_scroll .is_cart_button{
    background-color: #fff;
    border-radius: 20px;
    margin-top: 10px;
}

#header_scroll .is_cart_button a{
    color: #905792;
	display: block;
    padding: 10px;
    text-decoration: none;
}
#header_scroll .is_cart_button a:hover{
    text-decoration: underline;
}
#header_scroll .is_ugol{
    background: url(/bitrix/templates/mosoboi_ad/components/bitrix/catalog/new_2/bitrix/catalog.element/light_new/images/ugol.png) center no-repeat;
    width: 9px;
    height: 7px;
    position: absolute;
    top: -7px;
    right: 85px;
}
#header_scroll .is_menu_oboi{
	display: none;
    position: absolute;
    top: 70px;
    width: 100%;
    background: #fff;
    height: 50px;
    text-align: center;
    z-index: 20;
    box-shadow: 0px 1px 10px 1px #dcdcdc;
}

.topmenu {
    height: 50px;
    width: 100%;
    /* z-index: 20; */
    z-index: 21;
}

.topmenu .center {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    height: 50px;

}

.topmenu-left {
    float: left;
    margin: 0;
    padding: 0;
}

.topmenu-left ul {
    display: none;
}

#header_scroll .is_menu_oboi .topmenu-left{
    display: none;
}



@media(max-width: 1200px){
 	#header_scroll{
        display: none!important;
     }
}



.topmenu-left-item {
    list-style: none;
    float: left;
    margin-right: 40px;
}

.topmenu-left-link {
    display: block;
    color: #905792;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    line-height: 50px;

}

.topmenu-left-icon-sub {
    display: inline-block;
    margin-left: 10px;
}

.topmenu-right {
    float: right;
     margin: 0;
    padding: 0;
}


.topmenu-right-item {
    list-style: none;
    float: right;
    margin-left: 30px;
    padding-left: 40px;
}


.topmenu-right-link {
    display: block;
    color: #2a262a;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 50px;
    position: relative;

}

.topmenu-right-link-icon {
    display: block;
    position: absolute;
    width: 27px;
    height: 27px;
    background: #ededed;
    top: 11px;
    left: -35px;
    border-radius: 40px;
}

.topmenu-right-item-1 .topmenu-right-link-icon {
    /* background: #ededed url(/local/templates/index/img/icon/top-menu-r1.png) center center no-repeat; */
    background: #ededed url(/local/templates/index/img/icon/top-menu-r4.png) center center no-repeat;
}

.topmenu-right-item-2 .topmenu-right-link-icon {
    /* background: #ededed url(/local/templates/index/img/icon/top-menu-r2.png) center center no-repeat */
    background: #ffe778 url(/local/templates/index/img/icon/top-menu-r1.png) center center no-repeat
}

.topmenu-right-item-3 .topmenu-right-link-icon {
    background: #f17d8d url(/local/templates/index/img/icon/top-menu-r2.png) center center no-repeat
}
.topmenu-right-item-4 .topmenu-right-link-icon {
    background: #ededed url(/local/templates/index/img/icon/top-menu-r3.png) center center no-repeat
}

.topmenu-right-item-1:hover .topmenu-right-link-icon {
    background: #905792 url(/local/templates/index/img/icon/top-menu-r4a.png) center center no-repeat
}

.topmenu-right-item-2:hover .topmenu-right-link-icon {
    background: #905792 url(/local/templates/index/img/icon/top-menu-r1a.png) center center no-repeat
}

.topmenu-right-item-3:hover .topmenu-right-link-icon {
    background: #905792 url(/local/templates/index/img/icon/top-menu-r2a.png) center center no-repeat
}
.topmenu-right-item-4:hover .topmenu-right-link-icon {
    background: #905792 url(/local/templates/index/img/icon/top-menu-r3a.png) center center no-repeat
}

.topmenu-right-item:hover  .topmenu-right-link {
    color: #905792;
}

.slider-index {
    margin: 0 0 25px 0;

}

.slider-index.owl-theme .owl-pagination {
    display: none;
}

.slider-index.owl-theme .owl-controlls {
    margin-top: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 220px;
}

.slider-index.owl-theme .owl-controlls .owl-buttons div {
    color: #FFF;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    opacity: 1;
    width: 24px;
    height: 44px;
    background: #000;
    position: absolute;

}

.slider-index .owl-controlls .owl-buttons div.owl-next {
     right: 25px;
     background: url(/local/templates/index/img/icon/ar-right.png) center center no-repeat;
}

.slider-index .owl-controlls .owl-buttons div.owl-prev {
     left: 25px;
     background: url(/local/templates/index/img/icon/ar-left.png) center center no-repeat;
}

.main-page {
    width: 100%;
    clear: both;
    float: left;
}

.tab-block-catalog-index {
    width: 100%;
    float: left;
}

.item_btns, .item_btns-podbor, .item_btns-map, .item_btns-news {
    clear: both;
    float: left;
    width: 100%;
}

.item_btns .tab_btn,  .item_btns-podbor .tab_btn, .item_btns-map .tab_btn, .item_btns-news .tab_btn{
    display: block;
    float: left;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #898989;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dbd6d6;
    margin-right: 10px;
    border-radius: 40px;
}

.item_btns .tab_btn.active, .item_btns .tab_btn:hover, .item_btns-podbor .tab_btn.active, .item_btns-podbor .tab_btn:hover, .item_btns-map .tab_btn.active, .item_btns-map .tab_btn:hover, .item_btns-news .tab_btn.active, .item_btns-news .tab_btn:hover{
    background: #905792;
    border: 1px solid #905792;
    color: #fff;
    font-weight: bold;
}

.item_tabs {
    clear: both;
    float: left;
    margin-top: 25px;
    width: 100%;
}

.bx_rb.tab, .bx_rb.tab2, .bx_rb.tab3, .bx_rb.tab4{
    width: 100%;
    display: none;
    background: #fff;
}

.bx_rb.tab2 {
    border: 1px solid #dbd6d6;
    float: left;
}

.block-element {
    width: 270px;
    height: 400px;
    float: left;
    margin: 0 0 0 28px;
    border: 1px solid #ededed;
	overflow: hidden;
}

img.block-element-picture {
    height: 100%;
}

.block-trend {
    width: 1200px!important;
    /*padding-right: 28px;*/
    /*margin-left: -30px;*/
}

.block-new {
    width: 1200px!important;
    /*padding-right: 28px;*/
    /*margin-left: -30px;*/
}

.block-trend.owl-theme .owl-pagination {
    display: none;
}

.block-trend.owl-theme .owl-controlls {
    margin-top: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 170px;
}

.block-trend.owl-theme .owl-controlls .owl-buttons div {
    color: #FFF;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    box-shadow: 1px 1px 6px #9c9c9c;

}
.block-trend .owl-controlls .owl-buttons div.owl-next {
     right: 5px;
     background: #fff url(/local/templates/index/img/icon/ar-right2.png) center center no-repeat;
}

.block-trend .owl-controlls .owl-buttons div.owl-prev {
     left: 5px;
     background: #fff url(/local/templates/index/img/icon/ar-left2.png) center center no-repeat;
}

.block-trend .owl-controlls .owl-buttons div.owl-next:hover {
     background: #905792 url(/local/templates/index/img/icon/ar-right3.png) center center no-repeat;
}

.block-trend .owl-controlls .owl-buttons div.owl-prev:hover {
     background: #905792 url(/local/templates/index/img/icon/ar-left3.png) center center no-repeat;
}




.cat-item-hover_cart {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,0.6);
    height: 100%;
    display: none;
}

.block-element:hover .cat-item-hover_cart {
    display: block;
}

.cat-item-props-line {
    width: 100%;
    float: left;
    margin-bottom: 6px;
}

.cat-item-name {
    display: block;
    font-size: 16px;
    color: #fff;
    background: #905792;
    padding: 25px 20px;
    margin-bottom: 25px;
    height: 36px;
    overflow: hidden;
}

.cat-item-props {
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    float: left;
    margin-bottom:30px;
}

.cat-item-props-name {
    display: inline-block;
    color: #aca8ac;
}

.cat-item-props-value {
    display: inline-block;
    float: right;
}

.cat-item-btn {
    clear: both;
    padding: 0 10px;
}

.cat-item-btn a {
    cursor: pointer;
}

.cat-item-btn-circle {
    float: right;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-left: 10px;
}

.compare_add {
    background: #fff url(/local/templates/index/img/icon/compare.png) center center no-repeat;
}

.favorites_add{
    background: #fff url(/local/templates/index/img/icon/fav.png) center center no-repeat;
}

.fast_saw {
    /* background: #fff url(/local/templates/index/img/icon/fast.png) center center no-repeat; */
    background: none;
}

.cat-item-btn-fast-order {
    float: left;
    font-size: 12px;
    color: #fff;
    line-height: 40px;
    text-decoration: underline;
}

.cat-item-btn-fast-order:hover {
    text-decoration: none;
    cursor: pointer;
}

.cat-item-buy-block {
    position: absolute;
    bottom: 0;
    padding: 20px 10px;
    background: #fff;
}

.cat-item-buy-block {
    position: absolute;
    bottom: 0;
    padding: 20px 0;
    background: #fff;
    width: 100%;
    height: 40px;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cat-item-buy-block-price {
    display: inline-block;
    /*line-height: 40px;*/
    margin-left: 10px;
    font-size: 18px;
    color: #1c1c1c;
    font-weight: bold;
}

.cat-item-buy-block-old-price {
    display: inline-block;
    /*line-height: 40px;*/
    margin-left: 10px;
    font-size: 15px;
    text-decoration: line-through;
    color: #b0afaf;
}

.cat-item__prices {
    display: flex;
    flex-direction: column;
}

.cat-item-buy-btn {
    float: right;
    width: 90px;
    height: 38px;
    line-height: 38px;
    margin-right: 10px;
    border: 1px solid #905792;
    text-align: center;
     color: #905792;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 40px;
}

.cat-item-buy-btn:hover {
    background: #905792;
    color: #fff;
}

.block-calc-ob {
    clear: both;
    float: left;
    width: 100%;
    height: 160px;
    background: url(/local/templates/index/img/block-calc-ob.jpg) left top no-repeat;
    margin: 50px 0 40px;
}

.block-calc-ob-podbor {
     background: url(/local/templates/index/img/block-calc-ob2.jpg) left top no-repeat;
}

.block-calc-ob-text {
    font-size: 18px;
    color: #fff;
    padding: 50px 45px;
    width: 620px;
    float: left;
}

.block-calc-ob-podbor .block-calc-ob-text {
    width: 720px;
    padding: 50px 0 50px 45px;
}

.block-calc-ob-btn {
    display: block;
    height: 60px;
    border-radius: 60px;
    float: right;
    width: 320px;
    margin: 50px 40px 0 0;
    color: #fff;
    background: #905792;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    box-shadow: 0 4px 20px #3e3e3e;
}

.podbor-oboi-index {
    width: 100%;
    clear: both;
    font-size: 16px;
    color: #898989;
}

.block-collection {
    clear: both;
    width: 100%;
    margin-bottom: 50px;
    float: left;
    display: flex;
}

.block-collection-item {
    float: left;
    width: 570px;
    height: 640px;
    border: 1px solid #dbd6d6;
    margin: 0 0 0 26px;
}

.block-collection-item:first-child {
    margin: 0;
}

.block-collection-item-img {
    float: right;
    width: 354px;
}

.block-collection-item-img-country, .block-collection-item-img-country-flag, .block-collection-item-img-coll-logo, .block-collection-item-img-coll-logo2 {
    display: none;
}

.block-collection-item-ul {
    float: left;
    list-style: none;
    margin: 30px 0 0 15px;
    padding: 0;
}



.block-collection-item-ul a {
    color: #1c1c1c;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 0 15px 0 25px;
    width: 130px;
    height: 38px;
    line-height: 38px;
    border-radius: 40px;
}

.block-collection-item-ul a:hover{
    color: #905792;
     background: #eeeeee;
}


.block-collection-item-ul a.block-collection-item-link {
    width: 120px;
    height: 40px;
    padding: 0 25px;
    border-radius: 40px;
    display: block;
    color: #905792;
    border: 1px solid #dbd6d6;
    line-height: 40px;
    margin-left: 0px;
    margin-top: 0px;
}

.block-collection-item-ul a.block-collection-item-link:hover {
    background: #905792;
    color: #fff;
}

.block-collection-item-ul li:hover .block-collection-item-img-country {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.block-collection-item-ul li:hover .block-collection-item-img-country-flag {
    display: block;
    position: absolute;
    top: 35px;
    right: 254px;
    z-index: 20;
    background: #fff;
    padding: 10px;
}


.block-collection-item-ul li:hover .block-collection-item-img-country-flag-img {
     width: 80px;
}

.block-collection-item-ul li:hover .block-collection-item-img-coll-logo {
    display: block;
    position: absolute;
    top: 20px;
    right: 224px;
    z-index: 20;
}

.block-collection-item-ul li:hover .block-collection-item-img-coll-logo2 {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 20;
    width: 120px;
    box-shadow: 0 0 10px #000;
    border-radius: 10px;
	border: 2px solid #fff;
}

.block-collection-item-img-count {
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 70px;
    color: #fff;
    font-weight: bold;
}

.block-collection-item-img-count-name {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 30px;
    top: 105px;
    text-transform: uppercase;
}


.main-text {
    clear: both;
    width: 100%;
    float: left;
    margin-bottom: 60px;
    font-size: 13px;
    color: #1c1c1c;
}

.main-title {
    height: 250px;
    width: 100%;
    text-align: center;
    background: url(/local/templates/index/img/main-title.jpg) left top no-repeat;
    float: left;
    margin-bottom: 35px;
}

.main-title h1{
    display: block;
    width: 1050px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    color: #fff;
    margin: 70px auto;
    background: #905792;
    font-weight: normal;
    font-size: 35px;
}

.main-text li {
    list-style-image: url(/local/templates/index/img/icon/li.png);
    padding-left: 10px;
    margin-bottom: 10px;
}

.brand-index {
    clear: both;
    float: left;
    margin-bottom: 50px;
    width: 1170px!important;
    padding: 0 25px;
    margin: 0 -25px 50px;
    /* box-sizing: border-box; */
    /* padding-right: 28px; */
    /* margin-left: -30px; */
}

.brand-index-item {
    float: left;
    border: 1px solid #dbd6d6;
    margin: 0 0 0 28px;
    height: 122px;
    background-color: white;
}

.brand-index-itema a{
    display: block;
}

.brand-index-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.brand-index.owl-theme .owl-pagination {
    display: none;
}

.brand-index.owl-theme .owl-controlls {
    margin-top: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 37px;
}

.brand-index.owl-theme .owl-controlls .owl-buttons div {
    color: #FFF;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    box-shadow: 1px 1px 6px #9c9c9c;

}
.brand-index .owl-controlls .owl-buttons div.owl-next {
     right: 5px;
     background: #fff url(/local/templates/index/img/icon/ar-right2.png) center center no-repeat;
}

.brand-index .owl-controlls .owl-buttons div.owl-prev {
     left: 5px;
     background: #fff url(/local/templates/index/img/icon/ar-left2.png) center center no-repeat;
}

.brand-index .owl-controlls .owl-buttons div.owl-next:hover {
     background: #905792 url(/local/templates/index/img/icon/ar-right3.png) center center no-repeat;
}

.brand-index .owl-controlls .owl-buttons div.owl-prev:hover {
     background: #905792 url(/local/templates/index/img/icon/ar-left3.png) center center no-repeat;
}

.brand-index-item:hover {
    box-shadow: 0 0 8px #b3b3b3;
}

.item_btns-map {
    width: 365px;
    margin: 0 auto;
    float: none;
    padding-left: 15px;
}

.map-h2 {
    color: #8d5692;
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 15px;
    font-weight: bold;
}

#showrooms .am_info .map-h2 a {
    color: inherit;
    text-decoration: none;
}

.map-p1 {
    margin-bottom: 10px;
    font-size: 13px;
}

.b-big {
    font-size: 16px;
}

.map-p2 {
    margin-bottom: 20px;
}

.map-h3 {
    color: #8d5692;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

.map-p2 i {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
     color: #8d5692;
 }

.map-block-index {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.main-text ul {
    margin-bottom: 20px;
}

.block-news-list {
    clear: both;
    float: left;
    width: 1200px!important;
    padding-right: 30px;
    margin-left: -30px;
}

.block-stock-item {
    float: left;
    width: 270px;
    height: 400px;
    margin: 0 0 0 30px;
}

.block-news-list.owl-theme .owl-pagination {
    display: none;
}

.block-news-list.owl-theme .owl-controlls {
    margin-top: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 175px;
}

.block-news-list.owl-theme .owl-controlls .owl-buttons div {
    color: #FFF;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    box-shadow: 1px 1px 6px #9c9c9c;

}
.block-news-list .owl-controlls .owl-buttons div.owl-next {
     right: 5px;
     background: #fff url(/local/templates/index/img/icon/ar-right2.png) center center no-repeat;
}

.block-news-list .owl-controlls .owl-buttons div.owl-prev {
     left: 5px;
     background: #fff url(/local/templates/index/img/icon/ar-left2.png) center center no-repeat;
}

.block-news-list .owl-controlls .owl-buttons div.owl-next:hover {
     background: #905792 url(/local/templates/index/img/icon/ar-right3.png) center center no-repeat;
}

.block-news-list .owl-controlls .owl-buttons div.owl-prev:hover {
     background: #905792 url(/local/templates/index/img/icon/ar-left3.png) center center no-repeat;
}

.block-news-index {
    float: left;
    width: 100%;
    margin-bottom: 75px;
}

.footer {
    clear: both;
    width: 100%;
    max-width: 100%;
    /* height: 500px; */
    /* height: 533px; */
    height: 620px;
    padding: 20px 0;
    color: #fff;
    background: #323232;
}

.footer-menu-wrap {
	float: left;
}

.footer-menu {
    float: left;
    margin-left: 125px;
    margin-top: 20px;
	margin-bottom: 30px;
}

.footer-menu-first {
    margin-left: 0;
}

.footer-menu-ul {
    margin: 0;
    padding: 0;
}

.footer-menu-item {
    list-style: none;
    margin-bottom: 12px;
}

.footer-menu-link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

a.footer-menu-link:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-menu-title {
    font-weight: bold;
    margin-bottom: 18px;
}

.footer-menu-wrap .compliant-form{
	color: white;
	text-decoration: none;
	clear: both;
	height: 38px;
	border: 1px solid;
	line-height: 38px;
	/* display: block; */
	display: inline-block;
	width: 370px;
	text-align: center;
	border-radius: 20px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	background: url(/local/templates/index/img/complaint.png?3) no-repeat center right;
	padding-right: 45px;
	box-sizing: content-box;
	margin-right: 60px;
}
.footer-menu-wrap .yandex_responce{
}

.footer-showroom._underline::after {
    content: '';
    display: block;
    height: 1px;
    width: 100px;
    background: #fff;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-contacts .footer-showroom._underline {
    margin-bottom: 0;
}

.footer-contacts .footer-showroom {
    margin-bottom: 20px;
}

.footer-showroom-link {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 450px) {
	.footer-menu-wrap .compliant-form{
		font-size: 14px;
		max-width: 100%;
		/*max-width: 95vw;*/
		box-sizing: border-box;
		margin-right: 0;
	}
	.footer-menu-wrap .yandex_responce{
	    text-align: center;
	    display: block;
	    margin-top: 20px;
	}
}

@media (max-width: 380px) {
	.footer-menu-wrap .compliant-form{
		white-space: normal;
		height: auto;
		line-height: normal;
		padding: 10px 65px 10px 0;
		border-radius: 200px;
		margin-right: 0;
	}
	.footer-menu-wrap .yandex_responce{
	    text-align: center;
	    display: block;
	    margin-top: 20px;
	}
}

.footer-contacts {
    float: right;
    text-align: right;
    width: 320px;
    font-size: 13px;
}

.footer-contacts-phone {
    display: inline-block;
    padding-left: 35px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: url(/local/templates/index/img/icon/phone-f.png) left center no-repeat;
    margin-bottom: 15px;
}

ul.footer-soc-set {
    float: right;
    display: block;
    width: 100%;
    text-align: right;
    margin: 0 0 15px;
    padding: 0;
}

.footer-contacts p {
    margin-bottom: 15px;
    line-height: 1.4;
}

li.footer-soc-set-item {
    list-style: none;
    float: right;
    margin-left: 20px;
}

ul.footer-soc-set a {
    text-decoration: none;
    display: block;
}

.footer-oplata {
    float: right;
    width: 100%;
    text-align: right;
}

.footer-oplata-ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 20px;
    width: 100%;
    text-align: right;
    margin: 15px 0 0;
    padding: 0;
    list-style: none;


    /*float: right;
    display: block;
    width: 100%;
    text-align: right;
    margin: 15px 0 0;
    padding: 0;*/
}

.footer-oplata-item {
    /*
    list-style: none;
    float: right;
    margin-left: 20px;
    */
}

.footer-oplata-item img {
    width: 100%;
    max-width: 45px;
    vertical-align: middle;
}

.footer-oplata-ul a {
    text-decoration: none;
    display: block;
}

.footer-bottom {
    clear: both;
    width: 100%;
    color: #adadad;
    float: left;
    margin: 0;
    padding-top: 30px;
}

.footer-bottom p{margin-bottom: 10px;}

.tab-color {
    padding: 15px 20px;
    float: left;
}

.tab-color-column {
    float: left;
    width: 230px;
    margin-left: 70px;
}

.tab-color-column:first-child {
    margin-left: 0;
}

ul.tab-color-column-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tab-color-column-item {
    margin-bottom: 3px;
    height: 40px;
}

.tab-color-column-link {
    text-decoration: none;
    color: #1c1c1c;
    display: block;
}

img.tab-color-column-item-img-color {
    height: 39px;
}

span.tab-color-column-item-img-block {
    display: block;
    position: relative;
    width: 44px;
    height: 40px;
    position: absolute;
}

.tab-color-column-item-name {
    display: inline-block;
    margin-left: 5px;
    padding: 0 15px;
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #1c1c1c;
    border-radius: 40px;
    margin-left: 55px;
}

.tab-color-column-link:hover .tab-color-column-item-name{
    background: #eeeeee;
}

.tab-color-column-link:hover  {
    color: #905792;
}

.tab-color-column-link:hover img.tab-color-column-item-img-color {
    height: 49px;
    position: absolute;
    top: -4px;
    left: -6px;
    z-index: 2;
}

.tab-color-column-item:first-child {
    /* margin-bottom: 20px; */
}

.responses-block-over {
    width: 100%;
    height: 460px;
    overflow: hidden;
}

.responses-block-over:after {
    content: "";
    width: 330px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    height: 460px;
    background: url(/local/templates/index/img/resp-bg.png) center center no-repeat;
}

.responses-block-over:before {
    content: "";
    width: 330px;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    height: 460px;
    background: url(/local/templates/index/img/resp-bg2.png) center center no-repeat;
}

.responses-block-item {
    float: left;
    margin: 0 0 0 30px;
    width: 370px;
    height: 380px;
    border: 1px solid #dbd6d6;
}

.responses-block-item:first-child {
    margin: 0;
}

.responses-block-hidn {
    width: 2000px;
    margin-left: -40px;
    margin: 0 auto;
}


.responses-block-list.owl-theme .owl-pagination {
    display: none;
}

.responses-block-list.owl-theme .owl-controlls {
    margin-top: 0;
    text-align: center;
    position: absolute;
    width: 1230px;
    top: 160px;
    margin-left: -627px;
    left: 50%;
}

.responses-block-list.owl-theme .owl-controlls .owl-buttons div {
    color: #FFF;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    box-shadow: 1px 1px 6px #9c9c9c;

}
.responses-block-list .owl-controlls .owl-buttons div.owl-next {
     right: 5px;
     background: #fff url(/local/templates/index/img/icon/ar-right2.png) center center no-repeat;
}

.responses-block-list .owl-controlls .owl-buttons div.owl-prev {
     left: 5px;
     background: #fff url(/local/templates/index/img/icon/ar-left2.png) center center no-repeat;
}

.responses-block-list .owl-controlls .owl-buttons div.owl-next:hover {
     background: #905792 url(/local/templates/index/img/icon/ar-right3.png) center center no-repeat;
}

.responses-block-list .owl-controlls .owl-buttons div.owl-prev:hover {
     background: #905792 url(/local/templates/index/img/icon/ar-left3.png) center center no-repeat;
}

.responses-block-item-title{
    height: 70px;
    width: 100%;
    padding: 20px 0 10px;
    background: #fff;
}

.responses-block-item-user-photo {
    float: left;
    margin-left: 20px;
}

.responses-block-item-user-info {
    float: left;
    margin-left: 30px;
    width: 220px;
    margin-top: 5px;
}

.responses-block-item-user-info-date {
    display: block;
    font-size: 11px;
    color: #898989;
    margin-bottom: 5px;
}

.responses-block-item-user-info-name {
    font-size: 15px;
    color: #1c1c1c;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.responses-block-index {
    clear: both;
    /* float: left; */
    width: 100%;
}

.responses-block-item-text {
    position: absolute;
    top: 100px;
    height: 260px;
    padding: 10px 20px;
    width: 330px;
    background: #fff;
    left: 0;
    font-size: 14px;
    color: #1c1c1c;
    line-height: 1.6;
    display: none;
}

.responses-block-item-text-active {
	display: block;
}

.responses-block-item:hover .responses-block-item-text{
    display: block;
}

.responses-block-item-text-height {
    display: block;
    margin-bottom: 20px;
    max-height: 200px;
    overflow: hidden;
}

.responses-block-item-link {
    font-size: 16px;
}

ul.top-ya-rang-ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

li.top-ya-rang-item {
    float: left;
    padding-left: 20px;
    /* margin-right: 30px; */
    margin-right: 20px;
    height: 42px;
    line-height: 44px;
    background: url(/local/templates/index/img/icon/metro.png) left center no-repeat;
    position: relative;
}

span.top-ya-rang-item-name {
    border-bottom: 1px dashed #000;
}

.yrang-header-link {
    display: block;
    width: 52px;
    height: 17px;
    background: url(/local/templates/index/img/icon/yrang.png) left center no-repeat;
    position: absolute;
    right: 189px;
    top: 61px;
}
.yrang-header-link2 {
    display: block;
    width: 52px;
    height: 17px;
    background: url(/local/templates/index/img/icon/yrang4.png) left center no-repeat;
    position: absolute;
    right: 189px;
    top: 61px;
}

.top-ya-rang-item-popap {
    display: none;
    position: absolute;
    line-height: 1.4;
    left: 0;
    width: 300px;
    padding: 10px 20px;
    top: 38px;
    background: #fff;
    box-shadow: 0px 3px 10px #b7b7b7;
    z-index: 10;
}

.top-ya-rang-item:hover .top-ya-rang-item-popap{
    display: block;
}

.you-region-abs {
    position: absolute;
    background: #905792;
    top: 44px;
    padding: 5px 20px 20px;
    width: 240px;
    z-index: 99;
    font-size: 14px;
    right: 0;
    box-shadow: 0px 6px 10px #737373;
    font-weight: bold;
    border-radius: 0 0 5px 5px;
}

.you-region-abs a:first-child {
    margin-right: 15px;
}

span.you-region-abs-title {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
}

.you-region-abs span#you-region2, .you-region-abs .border {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
}



#popupCity {
    width: 720px;
    font-size: 12px;
}

.popup-form {
    padding: 40px 30px;
    position: relative;
}

#cboxContent {
    overflow: visible;
    background: #fff;
}


#popupCity .chars {
    width: 95%;
    margin-bottom: 15px;
    font-size: 18px;
    float: left;
}

#popupCity .chars li {
    float: left;
    margin-right: 10px;
    list-style: none;
}

#popupCity a {
    color: #000;
    text-decoration: none;
}

#popupCity a:hover {
    color: #ab76ae !important;
}

#popupCity .col {
    float: left;
    width: 25%;
    box-sizing: border-box;
}

#popupCity .col li {
    padding: 2px 0;
    list-style: none;
}

#popupCity a.active {
    color: #ab76ae !important;
    font-weight: bold;
}


.block-news-photo {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: block;
}

.block-news-photo img {
    width: 100%;
}

.block-news-date {
    display: block;
    font-size: 11px;
    color: #8a8a8a;
    margin: 15px 0 10px;
}

.block-news-name {
    display: block;
    font-size: 16px;
    color: #905792;
    height: 42px;
    display: block;
    margin-bottom: 15px;
    line-height: 1.4;
    overflow: hidden;
}

.block-news-preview {
    height: 110px;
    color: #343434;
    font-size: 13px;
    line-height: 1.4;
}

.tab-type {
    width: 100%;
}

.tab-type-item {
    width: 300px;
    float: left;
	position: static;
}

.tab-type-name {
    display: block;
    width: 80%;
    height: 58px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    line-height: 58px;
    padding: 0 10%;
    text-decoration: none;
    color: #142237;
    font-size: 16px;
}

.tab-type-img-block {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 270px;
    height: 176px;
    z-index: 1;
}

.tab-type-item:hover .tab-type-name{
	color: #905792;
	background: #eeeeee;
}

.tab-type-item:nth-child(10) .tab-type-name,
.tab-type-item:nth-child(11) .tab-type-name{
	border-bottom: none;
}

.tab-type-big-img {
    position: absolute;
    right: 0;
    width: 270px;
    overflow: hidden;
    height: 176px;
}

.tab-type-big-img img {
	width: 270px;
}
.tab-type-item:hover .tab-type-img-block {
	display: block;
}

.tab-room {
    width: 100%;
}

.tab-room-column {
    float: left;
    width: 300px;
	position: static;
}

.tab-room-item {
    width: 300px;
    float: left;
	position: static;
}

.tab-room-name {
    display: block;
    width: 80%;
    height: 58px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    line-height: 58px;
    padding: 0 10%;
    text-decoration: none;
    color: #142237;
    font-size: 16px;
}

.tab-room-img-block {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 270px;
    height: 294px;
    z-index: 1;
	overflow: hidden;
}

.tab-room-img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-room-item:hover .tab-room-name{
	color: #905792;
	background: #eeeeee;
}

.tab-room-item:nth-child(5n) .tab-room-name{
	border-bottom: none;
}

.tab-room-big-img {
    position: absolute;
    right: 0;
    width: 270px;
    overflow: hidden;
    height: 294px;
}

.tab-room-big-img img {
	width: 270px;
    height: 100%;
    object-fit: cover;
}
.tab-room-item:hover .tab-room-img-block {
	display: block;
}

.tab-basis {
    width: 100%;
}

.tab-basis-item {
    width: 33.3%;
    float: left;
	position: static;
}

.tab-basis-name {
    display: block;
    width: 80%;
    height: 58px;
    border-right: 1px solid #ccc;
    line-height: 58px;
    padding: 0 10%;
    text-decoration: none;
    color: #142237;
	text-align: center;
    font-size: 16px;
}

.tab-basis-big-img {
	clear: both;
	width: 100%;
}

a.tab-basis-img-block {
    display: none;
}

.tab-basis-item:hover .tab-basis-name{
	color: #905792;
	background: #eeeeee;
}

.tab-basis-item:nth-child(3n) .tab-basis-name{
	border-right: none;
}

.tab-basis-img-block {
    position: absolute;
    left: 0;
    top: 58px;
    width: 100%;
    overflow: hidden;
    height: 300px;
    z-index: 1;
}

.tab-basis-img-block img {
	width: 100%;
}

.tab-basis-item:hover .tab-basis-img-block {
	display: block;
}

.cat-item-btn a{
    display: none;
}

.cat-item-btn a:first-child{
    display: block;
}


/*

.topmenu-left li:nth-child(7):hover ul{
    display: block;
}

.topmenu-left li:nth-child(7) ul {
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 10;
    background: #905792;
    width: 100%;
    padding: 0;
    height: 60px;
}

.topmenu-left li:nth-child(7) li {
    width: 14.2%;
    padding: 0;
    margin: 0;
    float: left;
    border-left: 1px solid #fff;
}

.topmenu-left li:nth-child(7) li:first-child {
    border: none;
}

.topmenu-left li:nth-child(7) li a {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    font-size: 15px;
    padding: 0;
    text-transform: none;
}

.topmenu-left li:nth-child(7) li a:hover {
    background: #7d437f;
}

*/

.topmenu-left .parent:nth-child(3):hover ul{
    display: flex;
}

.topmenu-left .parent:nth-child(3) ul {
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 10;
    background: #905792;
    width: 100%;
    padding: 0;
    height: 60px;
}

.topmenu-left .parent:nth-child(3) li {
    width: 14.2%;
    padding: 0;
    margin: 0;
    float: left;
    border-left: 1px solid #fff;
}

.topmenu-left .parent:nth-child(3) li:first-child {
    border: none;
}

.topmenu-left .parent:nth-child(3) li a {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    font-size: 15px;
    padding: 0;
    text-transform: none;
}

.topmenu-left .parent:nth-child(3) li a:hover {
    background: #7d437f;
}








.topmenu-left .parent:nth-child(4):hover ul{
    display: flex;
}

.topmenu-left .parent:nth-child(4) ul {
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 10;
    background: #905792;
    width: 100%;
    padding: 0;
    height: 60px;
}

.topmenu-left .parent:nth-child(4) li {
    width: 14.2%;
    padding: 0;
    margin: 0;
    float: left;
    border-left: 1px solid #fff;
}

.topmenu-left .parent:nth-child(4) li:first-child {
    border: none;
}

.topmenu-left .parent:nth-child(4) li a {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    font-size: 15px;
    padding: 0;
    text-transform: none;
}

.topmenu-left .parent:nth-child(4) li a:hover {
    background: #7d437f;
}












.topmenu-left li.parent:nth-child(2):hover ul{
    display: block;
}

.topmenu-left li.parent:nth-child(2) ul {
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 10;
    background: #905792;
    width: 100%;
    padding: 0;
    height: 60px;
}

.topmenu-left li.parent:nth-child(2) li {
    width: 14.2%;
    padding: 0;
    margin: 0;
    float: left;
    border-left: 1px solid #fff;
}

.topmenu-left li.parent:nth-child(2) li:first-child {
    border: none;
}

.topmenu-left li.parent:nth-child(2) li a {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    font-size: 15px;
    padding: 0;
    text-transform: none;
}

.topmenu-left li.parent:nth-child(2) li a:hover {
    background: #7d437f;
}

.topmenu-left li.parent:nth-child(2):hover li ul, .topmenu-left li:nth-child(2) li ul, .topmenu-left li:nth-child(2) li:hover ul{
    display: none;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(4) a {
    line-height: 1;
    padding: 15px 0;
}





.topmenu-left li.parent:nth-child(4):hover ul{
    display: block;
}

.topmenu-left li.parent:nth-child(4) ul {
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 10;
    background: #905792;
    width: 100%;
    padding: 0;
    height: 60px;
}

.topmenu-left li.parent:nth-child(4) li {
    width: 50%;
    padding: 0;
    margin: 0;
    float: left;
    border-left: 1px solid #fff;
}

.topmenu-left li.parent:nth-child(4) li:first-child {
    border: none;
}

.topmenu-left li.parent:nth-child(4) li a {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    font-size: 15px;
    padding: 0;
    text-transform: none;
}

.topmenu-left li.parent:nth-child(4) li a:hover {
    background: #7d437f;
}

.topmenu-left li.parent:nth-child(4):hover li ul, .topmenu-left li:nth-child(4) li ul, .topmenu-left li:nth-child(4) li:hover ul{
    display: none;
}

.topmenu-left li.parent:nth-child(4) li:nth-child(4) a {
    line-height: 1;
    padding: 15px 0;
}

.topmenu-left li.parent:nth-child(4) li:nth-child(1):hover ul {
    display: block;
}

.topmenu-left li.parent:nth-child(4) li:nth-child(1):hover li {
    /* width: 33.3%; */
    width: 20%;
    float: left;
    position: static;
    border: none;
}
.topmenu-left li.parent:nth-child(4) li:nth-child(1):hover li:nth-child(3) {

}

.topmenu-left li.parent:nth-child(4) li:nth-child(2):hover ul {
    display: block;
}

.topmenu-left li.parent:nth-child(4) li:nth-child(2):hover li {
    width: 59px;
    float: left;
    position: static;
    border: none;
}


.topmenu-left li.parent:nth-child(4) li:nth-child(2):hover ul {
    display: block;
}

.topmenu-left li.parent:nth-child(4) li:nth-child(2):hover li {
    width: 20%;
    float: left;
    position: static;
    border: none;
}



.topmenu-left li.parent:nth-child(4) li:nth-child(2):hover li a {
    display: block;
    /* width: 80%; */
    width: auto;
    height: 58px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    line-height: 58px;
    padding: 0 10%;
    text-decoration: none;
    color: #142237;
    font-size: 16px;
    font-weight: normal;
}

.topmenu-left li.parent:nth-child(4) li:nth-child(2) ul {
    /* position: relative; */
    height: 59px;
    top: 60px;
    background: #fff;
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.topmenu-left li.parent:nth-child(4) li:nth-child(2):hover li a img {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.topmenu-left li.parent:nth-child(4) li:nth-child(2):hover li:nth-child(1) a img {
    display: block;
}

.topmenu-left li.parent:nth-child(4) li:nth-child(2):hover li:hover a img{
    display: block;
}

.topmenu-left li.parent:nth-child(4) li:nth-child(2):hover li:hover a {
    color: #fff;
}

.topmenu-left li.parent:nth-child(4) li:nth-child(1):hover li a {
    display: block;
    /*  width: 80%; */
    width: auto;
    height: 58px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    line-height: 58px;
    padding: 0 10%;
    text-decoration: none;
    color: #142237;
    font-size: 16px;
    font-weight: normal;
}

.topmenu-left li.parent:nth-child(4) li:nth-child(1) ul {
    /* position: relative; */
    height: 59px;
    top: 60px;
    background: #fff;
    border: none;
    border-left: 1px solid #ccc;
    /* border-right: 1px solid #ccc; */
    border-right: none;
}

.topmenu-left li.parent:nth-child(4) li:nth-child(1):hover li a img {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.topmenu-left li.parent:nth-child(4) li:nth-child(1):hover li:nth-child(1) a img {
    display: block;
}

.topmenu-left li.parent:nth-child(4) li:nth-child(1):hover li:hover a img{
    display: block;
}

.topmenu-left li.parent:nth-child(4) li:nth-child(1):hover li:hover a {
    color: #fff;
}








.topmenu-left li.parent:nth-child(5):hover ul{
    display: block;
}

.topmenu-left li.parent:nth-child(5) ul {
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 10;
    background: #905792;
    width: 100%;
    padding: 0;
    height: 60px;
}

.topmenu-left li.parent:nth-child(5) li {
    width: 49.9%;
    padding: 0;
    margin: 0;
    float: left;
    border-left: 1px solid #fff;
}

.topmenu-left li.parent:nth-child(5) li:first-child {
    border: none;
}

.topmenu-left li.parent:nth-child(5) li a {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    font-size: 15px;
    padding: 0;
    text-transform: none;
}

.topmenu-left li.parent:nth-child(5) li a:hover {
    background: #7d437f;
}

.topmenu-left li.parent:nth-child(5):hover li ul, .topmenu-left li:nth-child(5) li ul, .topmenu-left li:nth-child(5) li:hover ul{
    display: none;
}

.topmenu-left li.parent:nth-child(5) li:nth-child(4) a {
    line-height: 1;
    padding: 15px 0;
}


.topmenu-left li.parent:nth-child(5) li:nth-child(1):hover ul {
    display: block;
}

.topmenu-left li.parent:nth-child(5) li:nth-child(1):hover li {
    /* width: 33.3%; */
    width: 25%;
    float: left;
    position: static;
    border: none;
}
.topmenu-left li.parent:nth-child(5) li:nth-child(1):hover li:nth-child(3) {

}

.topmenu-left li.parent:nth-child(5) li:nth-child(2):hover ul {
    display: block;
}

.topmenu-left li.parent:nth-child(5) li:nth-child(2):hover li {
    width: 59px;
    float: left;
    position: static;
    border: none;
}


.topmenu-left li.parent:nth-child(5) li:nth-child(2):hover ul {
    display: block;
}

.topmenu-left li.parent:nth-child(5) li:nth-child(2):hover li {
    width: 25%;
    float: left;
    position: static;
    border: none;
}



.topmenu-left li.parent:nth-child(5) li:nth-child(2):hover li a {
    display: block;
    /* width: 80%; */
    width: auto;
    height: 58px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    line-height: 58px;
    padding: 0 10%;
    text-decoration: none;
    color: #142237;
    font-size: 16px;
    font-weight: normal;
}

.topmenu-left li.parent:nth-child(5) li:nth-child(2) ul {
    /* position: relative; */
    height: 178px;
    top: 60px;
    background: #fff;
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.topmenu-left li.parent:nth-child(5) li:nth-child(2):hover li a img {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.topmenu-left li.parent:nth-child(5) li:nth-child(2):hover li:nth-child(1) a img {
    display: block;
}

.topmenu-left li.parent:nth-child(5) li:nth-child(2):hover li:hover a img{
    display: block;
}

.topmenu-left li.parent:nth-child(5) li:nth-child(2):hover li:hover a {
    color: #fff;
}






.topmenu-left li.parent:nth-child(5) li:nth-child(1):hover li a {
    display: block;
   /*  width: 80%; */
    width: auto;
    height: 58px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    line-height: 58px;
    padding: 0 10%;
    text-decoration: none;
    color: #142237;
    font-size: 16px;
    font-weight: normal;
}

.topmenu-left li.parent:nth-child(5) li:nth-child(1) ul {
    /* position: relative; */
    height: 59px;
    top: 60px;
    background: #fff;
    border: none;
    border-left: 1px solid #ccc;
    /* border-right: 1px solid #ccc; */
    border-right: none;
}

.topmenu-left li.parent:nth-child(5) li:nth-child(1):hover li a img {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.topmenu-left li.parent:nth-child(5) li:nth-child(1):hover li:nth-child(1) a img {
    display: block;
}

.topmenu-left li.parent:nth-child(5) li:nth-child(1):hover li:hover a img{
    display: block;
}

.topmenu-left li.parent:nth-child(5) li:nth-child(1):hover li:hover a {
    color: #fff;
}




.topmenu-left li.parent:nth-child(6):hover ul{
    display: block;
}

.topmenu-left li.parent:nth-child(6) ul {
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 10;
    background: #905792;
    width: 100%;
    padding: 0;
    height: 60px;
}

.topmenu-left li.parent:nth-child(6) li {
    width: 49.9%;
    padding: 0;
    margin: 0;
    float: left;
    border-left: 1px solid #fff;
}

.topmenu-left li.parent:nth-child(6) li:first-child {
    border: none;
}

.topmenu-left li.parent:nth-child(6) li a {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    font-size: 15px;
    padding: 0;
    text-transform: none;
}

.topmenu-left li.parent:nth-child(6) li a:hover {
    background: #7d437f;
}

.topmenu-left li.parent:nth-child(6):hover li ul, .topmenu-left li:nth-child(6) li ul, .topmenu-left li:nth-child(6) li:hover ul{
    display: none;
}

.topmenu-left li.parent:nth-child(6) li:nth-child(4) a {
    line-height: 1;
    padding: 15px 0;
}


.topmenu-left li.parent:nth-child(6) li:nth-child(1):hover ul {
    display: block;
}

.topmenu-left li.parent:nth-child(6) li:nth-child(1):hover li {
    /* width: 33.3%; */
    width: 25%;
    float: left;
    position: static;
    border: none;
}
.topmenu-left li.parent:nth-child(6) li:nth-child(1):hover li:nth-child(3) {

}

.topmenu-left li.parent:nth-child(6) li:nth-child(2):hover ul {
    display: block;
}

.topmenu-left li.parent:nth-child(6) li:nth-child(2):hover li {
    width: 59px;
    float: left;
    position: static;
    border: none;
}


.topmenu-left li.parent:nth-child(6) li:nth-child(2):hover ul {
    display: block;
}

.topmenu-left li.parent:nth-child(6) li:nth-child(2):hover li {
    width: 25%;
    float: left;
    position: static;
    border: none;
}



.topmenu-left li.parent:nth-child(6) li:nth-child(2):hover li a {
    display: block;
    /* width: 80%; */
    width: auto;
    height: 58px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    line-height: 58px;
    padding: 0 10%;
    text-decoration: none;
    color: #142237;
    font-size: 16px;
    font-weight: normal;
}

.topmenu-left li.parent:nth-child(6) li:nth-child(2) ul {
    /* position: relative; */
    height: 354px;
    top: 60px;
    background: #fff;
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.topmenu-left li.parent:nth-child(6) li:nth-child(2):hover li a img {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.topmenu-left li.parent:nth-child(6) li:nth-child(2):hover li:nth-child(1) a img {
    display: block;
}

.topmenu-left li.parent:nth-child(6) li:nth-child(2):hover li:hover a img{
    display: block;
}

.topmenu-left li.parent:nth-child(6) li:nth-child(2):hover li:hover a {
    color: #fff;
}

.topmenu-left li.parent:nth-child(6) li:nth-child(1):hover li a {
    display: block;
    /*  width: 80%; */
    width: auto;
    height: 58px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    line-height: 58px;
    padding: 0 10%;
    text-decoration: none;
    color: #142237;
    font-size: 16px;
    font-weight: normal;
}

.topmenu-left li.parent:nth-child(6) li:nth-child(1) ul {
    /* position: relative; */
    height: 413px;
    top: 60px;
    background: #fff;
    border: none;
    border-left: 1px solid #ccc;
    /* border-right: 1px solid #ccc; */
    border-right: none;
}

.topmenu-left li.parent:nth-child(6) li:nth-child(1):hover li a img {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.topmenu-left li.parent:nth-child(6) li:nth-child(1):hover li:nth-child(1) a img {
    display: block;
}

.topmenu-left li.parent:nth-child(6) li:nth-child(1):hover li:hover a img{
    display: block;
}

.topmenu-left li.parent:nth-child(6) li:nth-child(1):hover li:hover a {
    color: #fff;
}



.topmenu-left .parent:nth-child(8):hover ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.topmenu-left .parent:nth-child(8) ul {
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 10;
    background: #905792;
    width: 100%;
    padding: 0;
    height: 245px;
}

.topmenu-left .parent:nth-child(8) li {
    width: 20.2%;
    padding: 0;
    margin: 0;
    float: left;
    border-left: 1px solid #fff;
    border-bottom: 1px solid white;
}


.topmenu-left .parent:nth-child(8) li a {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    font-size: 15px;
    padding: 0;
    text-transform: none;
}

.topmenu-left .parent:nth-child(8) li a:hover {
    background: #7d437f;
}













.topmenu-left li:nth-child(1):not(.hover_lock):hover ul{
    display: block;
}

.topmenu-left li:nth-child(1) ul {
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 10;
    background: #905792;
    width: 98%;
    padding: 20px 1%;

}

.topmenu-left li:nth-child(1) li a{
    color: #fff;
}

.horizontal-multilevel-menu.topmenu-left>li>a {
   display: block;
   color: #905792;
    font-weight: bold;
    height: 50px;
    padding: 0;
     font-size: 15px;
      line-height: 50px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
}

.horizontal-multilevel-menu.topmenu-left li {
    margin-right: 40px;
}

.horizontal-multilevel-menu.topmenu-left li:last-child {
    margin-right: 0;
}

.horizontal-multilevel-menu.topmenu-left li.parent a:after {
display: none;
}
.horizontal-multilevel-menu.topmenu-left li{
	margin-right: 20px;
}

/*.topmenu-right-item{*/
/*	padding-left: 20px;*/
/*}*/



.brand-columm {
    float: left;
}

.brand-columm li {
    clear: both;
    list-style: none;
    transform-style: flat;
    float: left;
}


.brand-columm li ul {
    position: relative!important;
    list-style: none;
    top: auto!important;
    padding: 10px 1%!important;
}

.brand-columm li {
    margin-right: 10px!important;
}

.brand-columm li a{
    text-decoration: none;
}


.brand-columm li.letter {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    margin-bottom: 5px;
}

.horizontal-multilevel-menu>li.brands.admin>ul {
    margin-top: 0px;
}


.brand-columm li a:hover {
    text-decoration: underline;
}


.popup-form {
    padding: 40px 30px;
    position: relative;
    max-width: 300px;
    box-sizing: content-box;
}

.popup-form.detail {
    max-width: unset;
    box-sizing: border-box;
}

.popup-form#popupCity {
    max-width: unset;
}

.popup-form .preloader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5) url(/bitrix/templates/utlab/images/loading.gif) center center no-repeat;
    z-index: 10;
}

.popup-form .heading {
    margin: 0 0 15px;
    /*font-size: 18px;*/
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

#quickOrderForm input,
#callbackOrderForm input {
    background: #ededed;
    height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #0e0e0e;
    border: 1px solid #ededed;
}

/*#quickOrderForm .btn,*/
#callbackOrderForm .btn {
    background-color: #905792;
    color: white;
    height: 40px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    border: none;
    width: 170px;
    outline: none;
    margin-bottom: 0;
}

#quickOrderForm #countBlock .count_quantity {
    border-radius: 20px;
    display: inline-flex;
    height: 40px;
}

#quickOrderForm #countBlock .count_input {
    padding: 0 5px;
    width: 50px!important;
    height: 100%;
}

#quickOrderForm #countBlock .count_minus,
#quickOrderForm #countBlock .count_plus {
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 18px;
}

#quickOrderForm #countBlock .count_minus {
    padding-bottom: 3px;
}

.popup-form .errors {
    display: none;
    margin: 20px 0;
    color: red;
    text-align: center;
}

.form input[type='text'] {
    width: 100%;
    height: 27px;
    margin: 0 0 10px;
    padding: 1px 5px;
    text-align: left;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    box-sizing: border-box;
}

.agreement_text {
    text-align: center;
    font-size: 11px;
}

.popup-form .footer {
    padding: 10px 0 0;
    text-align: center;
    background: transparent;
    /*height: 80px;*/
    height: auto;
}

.form .btn {
    font-size: 18px;
    width: 100%;
    height: 40px;
    margin: 10px 0;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 3px;
    background: #ab76ae;
}

#quickOrderForm .product {
    margin-bottom: 10px;
}

#quickOrderForm .product .name {
    font-style: italic;
    margin-bottom: 5px;
    font-size: 14px;
    text-align: center;
}

#quickOrderForm .product .price {
    font-size: 15px;
    color: #9d75a9;
    font-weight: bold;
    margin-top: -5px;
    margin-left: -4px;
    white-space: nowrap;
    padding-top: 6px;
    min-height: 44px;
}

#quickOrderForm .product .price span {
    font-size: 19px;
    font-weight: bold;
    color: #ab76ae;
}

.form textarea {
    width: 100%;
    height: 27px;
    margin: 0 0 10px;
    padding: 1px 5px;
    text-align: left;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    height: 100px;
    resize: none;
    color: #7e7e7e;
    box-sizing: border-box;
}

.up-link {
    display: none;
    height: 64px;
    overflow: hidden;
    cursor: pointer;
    margin: -28px 0 0 0;
    position: fixed;
    top: unset;
    bottom: 125px;
    right: 32px;
    width: 50px;
    text-align: center;
    text-decoration: none !important;
    z-index: 99;
}

.up-link .ico-up {
    margin: 0 auto 5px auto;
    width: 38px;
    height: 38px;
    background: url(/images/up-btn.png) no-repeat 0 -38px;
    line-height: 38px;
}

.up-link span {
    font-size: 14px;
    color: #ab76bc;
    line-height: 1.2;
}


.add2basket-popup.detail {
    width: 400px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.24);
    box-shadow: 0 0 5px rgba(0,0,0,0.24);
    border: 0;
    padding: 0;
}

.add2basket-popup.detail .heading, #quickOrderForm.detail .heading, div#specpriceOrderForm .heading {
    height: 60px;
    line-height: 60px;
    padding-left: 15px;
    color: white;
    font-weight: bold;
    background-color: #905792;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.24);
    box-shadow: 0 0 5px rgba(0,0,0,0.24);
    position: relative;
    text-align: left;
    margin-bottom: 22px;
    font-size: 14px;
}

div#specpriceOrderForm .heading {
    background-color: #fff;
    box-shadow: none;
    color: #000;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0 20px;
    line-height: 1;
    height: auto;
    margin-bottom: 0;
}

#quickOrderForm.detail .heading {
    background-color: #fff;
    box-shadow: none;
    color: #000;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding-left: 0;
    padding-top: 40px;
    line-height: 1;
}

div#specpriceOrderForm input {
    background: #ededed;
    height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #0e0e0e;
    border: 1px solid #ededed;
}

div#specpriceOrderForm textarea {
    background: #ededed;
    border: 1px solid #ededed;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 14px;
}

div#specpriceOrderForm input[name=time_from],
div#specpriceOrderForm input[name=time_to] {
    background: #ededed;
    height: 40px;
    border-radius: 20px;
    padding: 0 5px;
    font-size: 14px;
    font-weight: normal;
    color: #0e0e0e;
    border: 1px solid #ededed;
    margin: 0 5px;
}

div#specpriceOrderForm .time_of_call {
    display: flex;
    justify-content: center;
    align-items: center;
}

#specpriceOrderForm form {
    width: 360px;
}

@media (max-width: 400px) {
    #specpriceOrderForm form {
        width: auto;
    }
}

div#specpriceOrderForm input[type=submit] {
    background-color: #905792;
    color: white;
    height: 40px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    border: none;
    width: 170px;
    outline: none;
    margin-bottom: 0;
}

div#specpriceOrderForm .footer {
    padding-bottom: 40px!important;
}


.add2basket-popup.detail .img {
    width: 192px;
    height: 192px;
    border: 3px solid white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.24);
    box-shadow: 0 0 5px rgba(0,0,0,0.24);
    margin: 0 auto 22px auto;
    padding: 0;
}

.add2basket-popup.detail .name, #quickOrderForm.detail .name {
    padding: 0 15px;
    font-size: 14px;
    margin-bottom: 25px;
}

.add2basket-popup.detail .articul,
.add2basket-popup.detail .price-p,
.add2basket-popup.detail .calculated-quantity {
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #e3d4e4;
    margin: 0 15px;
    color: #404040;
    font-size: 14px;
    padding: 0 5px;
    text-align: left;
}

.add2basket-popup.detail .articul, #quickOrderForm.detail .articul {
    margin-top: 20px!important;
}

#quickOrderForm.detail .articul {
    margin: 0 25px;
}

.add2basket-popup.detail .articul, .add2basket-popup.detail .price-p {
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #e3d4e4;
    margin: 0 15px;
    color: #404040;
    font-size: 14px;
    padding: 0 5px;
    text-align: left;
}

.add2basket-popup.detail .buttons {
    white-space: nowrap;
    padding: 15px 15px 20px 15px;
}

.btn-green2 {
    width: 100%;
    text-align: center;
    padding: 6px 0;
    background: #c6d475;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.add2basket-popup.detail .buttons .btn-white, .add2basket-popup.detail .buttons .btn-green2 {
    width: 180px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding: 0;
}

.add2basket-popup.detail .buttons .btn-white {
    margin-right: 7px;
    background-color: #905792;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

.add2basket-popup.detail .price-p span.price_pop, .add2basket-popup.detail .price-p span.rub {
    color: #905792;
    font-size: 13px;
}

.add2basket-popup.detail .articul span:first-child, .add2basket-popup.detail .price-p span:first-child {
    font-weight: bold;
}

#cboxClose {
    position: absolute;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    text-indent: -9999px;
    height: 47px;
    width: 47px;
    z-index: 200;
    background: url(/bitrix/templates/mosoboi_ad/plugins/colorbox/images/controls.png) no-repeat;
    cursor: pointer;
    top: 14px;
    right: 9px;
    width: 30px;
    height: 30px;
    background-color: #eee;
    background-position: -8px -102px;
    box-shadow: -2px 2px 5px rgba(0,0,0,0.5);
}
/*
.pforms #cboxClose {
    background: url(/bitrix/templates/mosoboi_ad/images/exit-icon-white.png) center no-repeat;
    background-position: 50% 50% !important;
} */

.pforms #cboxClose {
    background: url(/bitrix/templates/mosoboi_ad/images/exit-icon.png) center no-repeat;
    background-position: 50% 50% !important;
}


.topmenu-left li.parent:nth-child(2) li:nth-child(1):hover ul {
    display: block;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(1):hover li {
    width: 300px;
    float: left;
    position: static;
    border: none;
}


.topmenu-left li.parent:nth-child(2) li:nth-child(1):hover li:nth-child(3n+1) {clear: both;}

.topmenu-left li.parent:nth-child(2) li:nth-child(1):hover li a {
    /*display: block;*/
    /* width: 80%; */
    width: auto;
    height: 58px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    /*line-height: 58px;*/
    padding: 0 10%;
    text-decoration: none;
    color: #142237;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: normal;
}

.topmenu-left li.parent:nth-child(2) li ul {
    /* position: relative; */
    height: 177px;
    top: 60px;
    background: #fff;
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(1):hover li a img {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(1):hover li:nth-child(1) a img {
    display: block;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(1):hover li:hover a img{
    display: block;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(1):hover li:hover a {
    color: #fff;
}


/*Помещение*/
.topmenu-left li.parent:nth-child(2) li:nth-child(2):hover ul {
    display: block;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(2):hover li {
    width: 300px;
    float: left;
    position: static;
    border: none;
}


.topmenu-left li.parent:nth-child(2) li:nth-child(2):hover li:nth-child(3n+1) {clear: both;}

.topmenu-left li.parent:nth-child(2) li:nth-child(2):hover li a {
    display: block;
    /* width: 80%; */
    width: auto;
    height: 58px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    line-height: 58px;
    padding: 0 10%;
    text-decoration: none;
    color: #142237;
    font-size: 16px;
    font-weight: normal;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(2) ul {
    /* position: relative; */
    /* height: 296px; */
    height: 236px;
    top: 60px;
    background: #fff;
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(2):hover li a img {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(2):hover li:nth-child(1) a img {
    display: block;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(2):hover li:hover a img{
    display: block;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(2):hover li:hover a {
    color: #fff;
}

/*Помещение конец*/


/*Основа*/
.topmenu-left li.parent:nth-child(2) li:nth-child(5):hover ul {
    display: block;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(5):hover li {
    /* width: 390px; */
    width: 389px;
    float: left;
    position: static;
    border: none;
}



.topmenu-left li.parent:nth-child(2) li:nth-child(5):hover li a {
    display: block;
    /* width: 80%; */
    width: auto;
    height: 58px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    line-height: 58px;
    padding: 0 10%;
    text-decoration: none;
    color: #142237;
    font-size: 16px;
    font-weight: normal;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(5) ul {
    /* position: relative; */
    height: 360px;
    top: 60px;
    background: #fff;
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(5):hover li a img {
    display: block;
    position: absolute;
    right: 0;
    top: 59px;
    margin: 0;
    display: none;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(5):hover li:nth-child(1) a img {
    display: block;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(5):hover li:hover a img{
    display: block;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(5):hover li:hover a {
    color: #fff;
}

/*основа конец*/


/*Стиль*/
.topmenu-left li.parent:nth-child(2) li:nth-child(6):hover ul {
    display: block;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(6):hover li {
    width: 300px;
    float: left;
    position: static;
    border: none;
}


.topmenu-left li.parent:nth-child(2) li:nth-child(6):hover li:nth-child(3n+1) {clear: both;}

.topmenu-left li.parent:nth-child(2) li:nth-child(6):hover li a {
    display: block;
    /* width: 80%; */
    width: auto;
    height: 58px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    line-height: 58px;
    padding: 0 10%;
    text-decoration: none;
    color: #142237;
    font-size: 16px;
    font-weight: normal;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(6) ul {
    /* position: relative; */
    height: 237px;
    top: 60px;
    background: #fff;
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(6):hover li a img {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    margin-right: 0;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(6):hover li:nth-child(1) a img {
    display: block;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(6):hover li:hover a img{
    display: block;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(6):hover li:hover a {
    color: #fff;
}

/*Стиль конец*/


/*Узор*/
.topmenu-left li.parent:nth-child(2) li:nth-child(7):hover ul {
    display: block;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(7):hover li {
    width: 300px;
    float: left;
    position: static;
    border: none;
}


.topmenu-left li.parent:nth-child(2) li:nth-child(7):hover li:nth-child(3n+1) {clear: both;}

.topmenu-left li.parent:nth-child(2) li:nth-child(7):hover li a {
    display: block;
    /* width: 80%; */
    width: auto;
    height: 58px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    line-height: 58px;
    padding: 0 10%;
    text-decoration: none;
    color: #142237;
    font-size: 16px;
    font-weight: normal;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(7) ul {
    /* position: relative; */
    height: 240px;
    top: 60px;
    background: #fff;
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(7):hover li a img {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    width: 270px;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(7):hover li:nth-child(1) a img {
    display: block;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(7):hover li:hover a img{
    display: block;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(7):hover li:hover a {
    color: #fff;
}

/*Узор конец*/




/*Цвета*/
.topmenu-left li.parent:nth-child(2) li:nth-child(3):hover ul {
    display: block;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(3):hover li {
    width: 292px;
    float: left;
    position: relative;
    border: none;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(3):hover li:nth-child(4n+1) {clear: both;}

.topmenu-left li.parent:nth-child(2) li:nth-child(3):hover li a {
    display: block;
    height: 39px;
    border-bottom: 1px solid #ccc;
    line-height: 39px;
    padding: 0 10% 0 40px;
    text-decoration: none;
    color: #142237;
    font-size: 15px;
    font-weight: normal;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(3):hover li span.color {
    position: absolute;
    left: 0;
    width: 40px!important;
    height: 40px!important;
    border-radius: 0!important;
    box-shadow: none!important;
    background-position: -12px -9px!important;
    background-size: 160% 150%!important;
    border: none!important;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(3) ul {
    height: 440px;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(3):hover li:hover a {
    color: #fff;
}

/*Цвета конец*/


/*Страна*/
.topmenu-left li.parent:nth-child(2) li:nth-child(4):hover ul {
    display: block;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(4):hover li {
    width: 314px;
    float: left;
    position: static;
    border: none;
}


.topmenu-left li.parent:nth-child(2) li:nth-child(4):hover li:nth-child(3n+1) {clear: both;}

.topmenu-left li.parent:nth-child(2) li:nth-child(4):hover li a {
    display: block;
   /*  width: 80%; */
    width: auto;
    height: 58px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    line-height: 58px;
    padding: 0 10%;
    text-decoration: none;
    color: #142237;
    font-size: 16px;
    font-weight: normal;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(4) ul {
    /* position: relative; */
    height: 233px;
    top: 60px;
    background: #fff;
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(4):hover li a img {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
     width: 230px;
      margin-right: 0;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(4):hover li:nth-child(1) a img {
    display: block;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(4):hover li:nth-child(1) a img {
    display: block;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(4):hover li:hover a img{
    display: block;
}

.topmenu-left li.parent:nth-child(2) li:nth-child(4):hover li:hover a {
    color: #fff;
}

/*Узор конец*/

.overlay-2 {
    background: rgba(0,0,0,0.4);
    min-height: 100%;
    height: calc(100% + 100px);
    position: fixed;
    top: 0;
    width: 100%;
    /* z-index: 10; */
    z-index: 20;
    display: none;
}

.overlay-2.showed {
    display: block;
    z-index: 100;
}

.overlay-3 {
    background: rgba(0,0,0,0.4);
    min-height: 100%;
    height: calc(100% + 100px);
    position: fixed;
    top: 0;
    width: 100%;
    /* z-index: 10; */
    z-index: 20;
    display: none;
}

.overlay-3.showed {
    display: block;
    z-index: 100;
}


.owl-item {
    float: left;
}

.slider-index {
    /* overflow: hidden; */
}
.slider-index .owl-stage-outer{
	overflow: hidden;
}

.slider-index .owl-nav {
    position: absolute;
    z-index: 5;
    width: 100%;
    /*top: 220px;*/
    top: calc(50% - 25px);
}

.slider-index .owl-nav button{
    color: #FFF;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    opacity: 1;
    width: 24px;
    height: 44px;
    background: #000;
    position: absolute;
    border: none;
    cursor: pointer;
}

.slider-index .owl-nav span {
    display: none;
}

.slider-index .owl-nav button:focus {
    outline: none;
}

.slider-index .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 6px #9c9c9c;
}

.slider-index .owl-nav button:hover {
    background: #905792;
}

.slider-index .owl-nav button svg {
    stroke: #905792;
}

.slider-index .owl-nav button:hover svg {
    stroke: #fff;
}

.slider-index .owl-nav button.owl-prev {
    left: 5px;
}

.slider-index .owl-nav button.owl-next {
    right: 5px;
}

.slider-index .owl-nav button.owl-prev svg {
    margin-right: 3px;
}

.slider-index .owl-nav button.owl-next svg {
    transform: scaleX(-1);
    margin-left: 3px;
}

/*.slider-index .owl-nav button.owl-next {*/
/*    right: 5px;*/
/*    background: #fff url(/local/templates/index/img/icon/ar-left2.png) center center no-repeat;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    border-radius: 50px;*/
/*    box-shadow: 1px -1px 6px #9c9c9c;*/
/*    transform: rotate(180deg);*/
/*}*/
/*.slider-index .owl-nav button.owl-next:hover {*/
/*    background: #905792 url(/local/templates/index/img/icon/ar-left3.png) center center no-repeat;*/
/*}*/

/*.slider-index .owl-nav button.owl-prev {*/
/*    left: 5px;*/
/*    background: #fff url(/local/templates/index/img/icon/ar-left2.png) center center no-repeat;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    border-radius: 50px;*/
/*    box-shadow: 1px 1px 6px #9c9c9c;*/
/*}*/
/*.slider-index .owl-nav button.owl-prev:hover {*/
/*     background: #905792 url(/local/templates/index/img/icon/ar-left3.png) center center no-repeat;*/
/*}*/

.block-trend {
    overflow: hidden;
}

.block-trend .owl-nav {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 170px;
}

.block-trend .owl-nav span {
    display: none;
}

.block-trend .owl-nav button:focus {
    outline: none;
}

.block-trend .owl-nav button {
    color: #FFF;
    margin: 0;
    padding: 0;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    box-shadow: 1px 1px 6px #9c9c9c;
    border: none;
    cursor: pointer;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-trend .owl-nav button:hover {
    background: #905792;
}

.block-trend .owl-nav button svg {
    stroke: #905792;
}

.block-trend .owl-nav button:hover svg {
    stroke: #fff;
}

.block-trend .owl-nav button.owl-prev {
    left: 5px;
}

.block-trend .owl-nav button.owl-next {
    right: 5px;
}

.block-trend .owl-nav button.owl-prev svg {
    margin-right: 3px;
}

.block-trend .owl-nav button.owl-next svg {
    transform: scaleX(-1);
    margin-left: 3px;
}

/*.block-trend .owl-nav button.owl-next {*/
/*    right: 5px;*/
/*    background: #fff url(/local/templates/index/img/icon/ar-left2.png) center center no-repeat;*/
/*    transform: rotate(180deg);*/
/*    box-shadow: 1px -1px 6px #9c9c9c;*/
/*}*/

/*.block-trend .owl-nav button.owl-prev  {*/
/*     left: 5px;*/
/*     background: #fff url(/local/templates/index/img/icon/ar-left2.png) center center no-repeat;*/
/*}*/

/*.block-trend .owl-nav button.owl-next:hover {*/
/*     background: #905792 url(/local/templates/index/img/icon/ar-left3.png) center center no-repeat;*/
/*}*/

/*.block-trend .owl-nav button.owl-prev:hover {*/
/*     background: #905792 url(/local/templates/index/img/icon/ar-left3.png) center center no-repeat;*/
/*}*/

.brand-index {
    overflow: hidden;
}

.brand-index .owl-nav {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 35px;
}

.brand-index .owl-nav span {
    display: none;
}

.brand-index .owl-nav button:focus {
    outline: none;
}

.brand-index .owl-nav button {
    color: #FFF;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    box-shadow: 1px 1px 6px #9c9c9c;
      border: none;
    cursor: pointer;

}
.brand-index .owl-nav button.owl-next {
     right: 30px;
     background: #fff url(/local/templates/index/img/icon/ar-right2.png) center center no-repeat;
}

.brand-index .owl-nav button.owl-prev  {
     left: -20px;
     background: #fff url(/local/templates/index/img/icon/ar-left2.png) center center no-repeat;
}

.brand-index .owl-nav button.owl-next:hover {
     background: #905792 url(/local/templates/index/img/icon/ar-right3.png) center center no-repeat;
}

.brand-index .owl-nav button.owl-prev:hover {
     background: #905792 url(/local/templates/index/img/icon/ar-left3.png) center center no-repeat;
}

.block-news-list {
    overflow: hidden;
}

.block-news-list .owl-nav {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 170px;
}

.block-news-list .owl-nav span {
    display: none;
}

.block-news-list .owl-nav button:focus {
    outline: none;
}

.block-news-list .owl-nav button {
    color: #FFF;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    box-shadow: 1px 1px 6px #9c9c9c;
      border: none;
    cursor: pointer;

}
.block-news-list .owl-nav button.owl-next {
     right: 5px;
     background: #fff url(/local/templates/index/img/icon/ar-right2.png) center center no-repeat;
}

.block-news-list .owl-nav button.owl-prev  {
     left: 5px;
     background: #fff url(/local/templates/index/img/icon/ar-left2.png) center center no-repeat;
}

.block-news-list .owl-nav button.owl-next:hover {
     background: #905792 url(/local/templates/index/img/icon/ar-right3.png) center center no-repeat;
}

.block-news-list .owl-nav button.owl-prev:hover {
     background: #905792 url(/local/templates/index/img/icon/ar-left3.png) center center no-repeat;
}



.responses-block-list .owl-nav {
    position: absolute;
    z-index: 10;
    width: 1270px;
    top: 170px;
    /*z-index: 99;*/
    left: 50%;
    margin-left: -635px;
}

.responses-block-list .owl-nav span {
    display: none;
}

.responses-block-list .owl-nav button:focus {
    outline: none;
}

.responses-block-list .owl-nav button {
    color: #FFF;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    box-shadow: 1px 1px 6px #9c9c9c;
      border: none;
    cursor: pointer;

}

.responses-block-list .owl-nav button.owl-next {
     right: 5px;
     background: #fff url(/local/templates/index/img/icon/ar-right2.png) center center no-repeat;
}

.responses-block-list .owl-nav button.owl-prev  {
     left: 5px;
     background: #fff url(/local/templates/index/img/icon/ar-left2.png) center center no-repeat;
}

.responses-block-list .owl-nav button.owl-next:hover {
     background: #905792 url(/local/templates/index/img/icon/ar-right3.png) center center no-repeat;
}

.responses-block-list .owl-nav button.owl-prev:hover {
     background: #905792 url(/local/templates/index/img/icon/ar-left3.png) center center no-repeat;
}

.header div.form-box {
    float: left;
    margin: 25px 0 0 60px;
    width: 370px;
}

#title-search-input
,#title-search-input-scroll
,#title-search-input-mobile {
    padding: 0 40px 0 20px;
    width: 310px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    border: none;
    background: #ededed;
    font-style: italic;
    color: #505050;
}
#header_scroll #title-search-input{
    width: 270px;
}
#title-search-input-scroll{
    width: 270px;
}
#search .img,
#search_scroll .img,
#search_mobile .img {
    position: absolute;
    border: none;
    right: 15px;
    top: 8px;
    width: 24px;
    height: 24px;
    background: url(/local/templates/index/img/icon/search.png) 0 0 no-repeat;
}

.top-menu-mobile-popup {
    display: none;
}

#popupCity a.disable {
    color: #cbcbcb !important;
}

.city-block span.border {
    color: #000;
    border-bottom: 1px dashed #000;
    font-size: 13px;
}

a#you-region-no {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dashed #fff;
    font-size: 12px;
}

span#tcShowCity:after {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 44px;
    top: 0;
    left: 0;
}

.is_parent{
    padding: 0!important;
}
#is_mobile_menu .mobile-multilevel-menu{
    top: 50px!important;
}

@media(max-width: 980px){
	.visible-lg-inline_use{
		display: none;
	}
}
.index_tab_block_link_viewall{
    text-align: right;
    font-size: 16px;
    position: absolute;
    top: -50px;
    right: 0;
}

.index_tab_block_link_viewall a{
    color: #898989;
}
.link_on_coupon{
    position: absolute;
    right: 130px;
    bottom: 30px;
    /* background-color: #eee0df */
}
.link_on_coupon a{
    display: block;
    padding: 10px 0;
}
@media(max-width: 1180px){
.link_on_coupon{
     right: 75px;
     bottom: 15px;
    }
}
@media(max-width: 980px){
.link_on_coupon{
     right: 50px;
     bottom: 10px;
     font-size: 10px;
    }
}
@media(max-width: 450px){
.link_on_coupon{
     right: 20px;
     bottom: 5px;
     font-size: 10px;
    }
}
@media(max-width: 400px){
.link_on_coupon{
     right: 20px;
     bottom: 5px;
     font-size: 10px;
    }
}







/* new_header on all pages */
/*  */

#r-delivery{
	float: none;
	padding-top: 0;
	width: auto;
    margin-right: auto;
    position: unset;
}
#tcShowCity .select-city span{
	/* border-bottom: 1px dashed #000; */
}
#tcShowCity .select-city{
	font-weight: normal;
}
#tcShowCity .select-city:after{
	content: none;
}
.city-block a{
	border: none;
}

.footer {
	margin:0;
}

.horizontal-multilevel-menu>li>ul{
	border-top: none;
}
.horizontal-multilevel-menu>li>ul>li>ul>li>a img{
	margin-right: 0;
}


.horizontal-multilevel-menu>li>ul>li>.down_transparent{
	display: none;
}

.in_top_menu_name_type_1{
	font-size: 16px;
}
.in_top_menu_name_type_1 .word_1, .in_top_menu_name_type_1 .word_2{
	display: inline;
}

.in_top_menu_name_type_2{
	font-size: 16px;
}
.in_top_menu_name_type_2 .word_1, .in_top_menu_name_type_1 .word_2{
	display: inline;
}


.you-region-popup{
    border: none;
}
#you-region-ask {
   margin-bottom: 0;
   line-height: 40px;
}
#you-region-yes{
	border: none;
    padding: 0;
    float: none;
    text-decoration: underline;
}

.you-region-yes{
	border: none;
    padding: 0;
    float: none;
    text-decoration: underline;
}
#you-region-yes:hover{
    text-decoration: none;
}
.you-region-yes:hover{
    text-decoration: none;
}
#you-region-no {
    display: inline;
    border: none;
    padding: 0;
    border-radius: 0;
}
#you-region-no:hover{
	background: none
}

#tcShowCity .select-city span{
	border-bottom: none;
}
.you-region-abs{
	width: auto;
}
#tcShowCity .select-city{
	display: block;
}




/*  */
/* new_header on all pages */




#benefits_area{
    margin-bottom: 10px;
}

.main_page #benefits_area {
    margin-bottom: 0;
}

#benefits_area .benefits_blocks{
	position: relative;
	width: 100%;
	height: auto;
	position: relative;
	padding: 35px 0 30px 0;
    border-bottom: 1px solid #dcdcdc;
}

.main_page #benefits_area .benefits_blocks {
    border-bottom: none;
}

#benefits_area .benefits_block{
	position: relative;
	display: inline-block;
	width: 19.5%;
}
#benefits_area .benefit_image{
	display: inline-block;
	border: 1px solid #dfdfdf;
	border-radius: 50%;
	width: 65px;
	height: 65px;
}
#benefits_area .benefit_name{
	display: inline-block;
	width: 135px;
	color: #878087;
	vertical-align: top;
}

#benefits_area .benefit_description{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 77px;
	left:0;
	padding: 20px;
	width: 455px;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	color: #878087;
	z-index: 40;
}
#benefits_area .benefit_description:before{
	content: '';
    position: absolute;
    top: -12px;
    left: 25px;
    width: 13px;
    height: 13px;
    background: url(/images/benefits_v2/benefits_block_arrow.png);
}


/*
#benefits_area .benefits_block:hover > .benefit_description{

	visibility: visible;
	opacity: 1;
}
*/
/* transition: all 0.5s ease 0.30s; */

/* +++++++++++++++++++++++ */
#benefits_area .benefits_distrib .benefit_image{
	background: url(/images/benefits_v2/benefits_distrib.png) no-repeat;
	background-position-x: 15px;
    background-position-y: 15px;
}
/*
#benefits_area .benefits_distrib:hover >  .benefit_image{
	background: url(/images/benefits_v2/benefits_distrib_active.png) no-repeat;
	background-color: #312f31;
	background-position-x: 15px;
    background-position-y: 15px;
}
*/
#benefits_area .benefits_distrib .benefit_image_hover{
	/* background: url(/images/benefits_v2/benefits_distrib_active.png) no-repeat; */
	/* background-color: #312f31; */
	box-shadow: 0px 0px 0px 1px #e4e4e4;
}
#benefits_area .benefits_distrib .benefit_name{
    padding: 20px 0 0 5px;
}

/* +++++++++++++++++++++++ */

#benefits_area .benefits_collections .benefit_image{
	background: url(/images/benefits_v2/benefits_collections.png) no-repeat;
	background-position-x: 18px;
    background-position-y: 13px;
}
/*
#benefits_area .benefits_collections:hover > .benefit_image{
	background: url(/images/benefits_v2/benefits_collections_active.png) no-repeat;
	background-color: #312f31;
	background-position-x: 18px;
    background-position-y: 13px;
} */
#benefits_area .benefits_collections .benefit_image_hover{
	/* background: url(/images/benefits_v2/benefits_collections_active.png) no-repeat; */
	/* background-color: #312f31; */
	box-shadow: 0px 0px 0px 1px #e4e4e4;
}
#benefits_area .benefits_collections .benefit_name{
    padding: 20px 0 0 5px;
}

/* +++++++++++++++++++++++ */

#benefits_area .benefits_skidki .benefit_image{
	background: url(/images/benefits_v2/benefits_skidki.png) no-repeat;
	background-position-x: 10px;
    background-position-y: 13px;
}
/*
#benefits_area .benefits_skidki:hover > .benefit_image{
	background: url(/images/benefits_v2/benefits_skidki_active.png) no-repeat;
	background-color: #312f31;
	background-position-x: 10px;
    background-position-y: 13px;
} */
#benefits_area .benefits_skidki .benefit_image_hover{
	/* background: url(/images/benefits_v2/benefits_skidki_active.png) no-repeat; */
	/* background-color: #312f31; */
	box-shadow: 0px 0px 0px 1px #e4e4e4;
}
#benefits_area .benefits_skidki .benefit_name{
    padding: 25px 0 0 5px;
}

#benefits_area .benefits_skidki .benefit_description{
	width: 530px;
}

/* +++++++++++++++++++++++ */

#benefits_area .benefits_glue .benefit_image{
	background: url(/images/benefits_v2/benefits_glue.png) no-repeat;
	background-position-x: 18px;
    background-position-y: 13px;
}
/*
#benefits_area .benefits_glue:hover > .benefit_image{
	background: url(/images/benefits_v2/benefits_glue_active.png) no-repeat;
	background-color: #312f31;
	background-position-x: 18px;
    background-position-y: 13px;
} */
#benefits_area .benefits_glue .benefit_image_hover{
	/* background: url(/images/benefits_v2/benefits_glue_active.png) no-repeat; */
	/* background-color: #312f31; */
	box-shadow: 0px 0px 0px 1px #e4e4e4;
}
#benefits_area .benefits_glue .benefit_name{
    padding: 25px 0 0 5px;
}

/* +++++++++++++++++++++++ */

#benefits_area .benefits_kolerovka .benefit_image{
	background: url(/images/benefits_v2/benefits_glue.png) no-repeat;
	background-position-x: 18px;
    background-position-y: 13px;
}
#benefits_area .benefits_kolerovka .benefit_image_hover{
	/* background: url(/images/benefits_v2/benefits_glue_active.png) no-repeat; */
	/* background-color: #312f31; */
	box-shadow: 0px 0px 0px 1px #e4e4e4;
}
#benefits_area .benefits_kolerovka .benefit_name{
    padding: 20px 0 0 5px;
}
/* +++++++++++++++++++++++ */

#benefits_area .benefits_delivery .benefit_image{
	background: url(/images/benefits_v2/benefits_delivery.png) no-repeat;
	background-position-x: 10px;
    background-position-y: 17px;
}
/*
#benefits_area .benefits_delivery:hover > .benefit_image{
	background: url(/images/benefits_v2/benefits_delivery_active.png) no-repeat;
	background-color: #312f31;
	background-position-x: 10px;
    background-position-y: 17px;
}
 */
#benefits_area .benefits_delivery .benefit_image_hover{
	/* background: url(/images/benefits_v2/benefits_delivery_active.png) no-repeat; */
	/* background-color: #312f31; */
	box-shadow: 0px 0px 0px 1px #e4e4e4;
}
#benefits_area .benefits_delivery .benefit_name{
    padding: 25px 0 0 5px;
}
#benefits_area .benefits_delivery .benefit_description{
	left:auto;
	right:0;
}
#benefits_area .benefits_delivery .benefit_description:before{
	left: 295px;
}

@media(max-width: 1100px){
	#benefits_area{
		display: none;
	}
}

/* +++++++++++++++++++++++ */

#benefits_area .benefits_dostavka .benefit_image{
	/* background: url(/images/benefits_v2/benefits_15k.png) no-repeat; */
	/* background: url(/images/benefits_v2/benefits_25k.png) no-repeat; */
	background: url(/images/benefits_v2/benefits_deliv_disc.png) no-repeat;
	background-position-x: 15px;
    background-position-y: 10px;
}
#benefits_area .benefits_dostavka .benefit_image_hover{
	/* background: url(/images/benefits_v2/benefits_delivery_active.png) no-repeat; */
	/* background-color: #312f31; */
	box-shadow: 0px 0px 0px 1px #e4e4e4;
}
#benefits_area .benefits_dostavka .benefit_delivdisc_price{
	font-size: 11px;
    position: absolute;
    top: 45px;
    left: 10px;
    color: #99659b;
}
#benefits_area .benefits_dostavka .benefit_name{
    padding: 20px 0 0 5px;
}
#benefits_area .benefits_dostavka .benefit_description{
	left:auto;
	right:0;
}
#benefits_area .benefits_dostavka .benefit_description:before{
	left: 295px;
}

@media(max-width: 1100px){
	#benefits_area{
		display: none;
	}
}

/* +++++++++++++++++++++++ */




.uw-widget {
    position: fixed;
    top: 50%;
    left: 0;
}
.uw-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.uw-widget ul li {
    margin: 0 0 2px;
    padding: 0;
}
.uw-widget ul li a {
    display: block;
    width: 40px;
    height: 40px;
}

@media (max-width: 500px) {
    .uw-widget {
        top: auto;
        bottom: 60px;
        left: 5px;
    }
}

.owl-controls{
	position: absolute;
    top: 0;
    width: 100%;
}


#form_toshowroom .footer{
	padding: 0;
	background: none;
	height: auto;
}

.bx-sidebar-block{
	z-index: 10;
}

#basket_form_wrap div, .clearfix{
    position: static;
}
.text_inside h2{
	margin-top: 20px;
}
.section_image_picture img{
	width: 100%;
}
.properties-wrap .row-item .help-message{
	z-index: 12;
}
.product-detail .favorites_add{
	background: none;
}

.interior-under .caption{
	display: none!important;
}

#showrooms .at_tab{
	margin-right: -5px;
}
a.pagenav {
    background: #c2d670;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.3);
    width: 42px;
    height: 38px;
    display: block;
    margin-right: 4px;
    padding: 8px 0px;
    color: #000000;
    float: left;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}
a.pagenav:hover {
    background: #ab75ab;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.3);
    color: #000000;
    width: 42px;
    height: 38px;
    display: block;
    margin-right: 4px;
    padding: 8px 0px;
    float: left;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}
div.modern-page-current {
    background: #ab75ab;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.3);
    width: 42px;
    height: 20px;
    display: block;
    padding: 8px 0px;
    color: #000000 !important;
    margin-right: 4px;
    float: left;
    font-size: 14px;
    text-align: center;
}




#send_me_photo{
	z-index: 11;
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}
.popup.send_me_photo {
    background-color: #fefefe;
    font-family: "Arial", "sans-serif";
    width: 399px;
	z-index: 101;
    max-width: 100%;
    transform: translate(-50%, -50%);
}
.popup.send_me_photo .header_form {
    background-color: #905792;
    position: relative;
    min-height: 60px;
}
.popup.send_me_photo .header_form .caption {
    background-color: #905792;
    color: white;
    font-weight: bold;
    line-height: 40px;
    padding: 0 15px;
}
.popup.send_me_photo .header_form .caption .title_text {
	height: 20px;
}
.popup.send_me_photo .header_form .close {
    color: white;
    line-height: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    text-align: center;
    font-family: serif;
    font-weight: normal;
    font-size: 30px;
    opacity: 1;
}
.popup.send_me_photo #send_me_photo_form {
    padding: 10px 20px;
}
.popup.send_me_photo #send_me_photo_form .error {
    color: red;
    font-size: 12px;
    margin: 0 0 10px;
}
.popup.send_me_photo #send_me_photo_form .success {
    color: green;
    font-size: 12px;
    text-align: center;
    margin: 0 0 10px;
}
.popup.send_me_photo #send_me_photo_form input[type=text],
 .popup.send_me_photo #send_me_photo_form textarea {
    border-radius: 3px;
    border: 1px solid #c6c6c6;
    color: #7e7e7e;
    font-size: 14px;
    height: 38px;
    margin: 0 0 10px;
    outline: none;
    padding: 0 20px;
    width: 100%;
}
.popup.send_me_photo #send_me_photo_form textarea {
    height: 110px;
}
.popup.send_me_photo #send_me_photo_form .agreement {
    color: #323232;
    font-size: 11px;
    margin-bottom: 18px;
    text-align: center;
}
.popup.send_me_photo #send_me_photo_form .agreement a {
    color: #aa76ad;
}
.popup.send_me_photo #send_me_photo_form .submit_wrap {
    margin-bottom: 25px;
    text-align: center;
}
.popup.send_me_photo #send_me_photo_form .submit_wrap input {
    border: none;
    border-radius: 3px;
    background-color: #905792;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    height: 40px;
    width: 180px;
}

.popup.send_me_photo #send_me_photo_form .to_send{
	margin: 0 0 10px;
	font-weight: bold;
}
.popup.send_me_photo #send_me_photo_form .to_send .input_radio{
	padding: 10px 0 5px 0;
}
.popup.send_me_photo #send_me_photo_form .to_send .input_radio.error{
	border-radius: 3px;
    border: 1px solid red;
}
.popup.send_me_photo #send_me_photo_form .to_send input[type=radio]{
	opacity: 0;
	width: 0px;
}
.popup.send_me_photo #send_me_photo_form .to_send label{
	display: inline-flex;
	cursor: pointer;
	font-weight: normal;
	font-size: 14px;
}
.popup.send_me_photo #send_me_photo_form .to_send label:before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
.popup.send_me_photo #send_me_photo_form .to_send input[type=radio]:not(:checked) + label:before{
	background-image: url(/images/send_me_photo/input_radio.png);
}
.popup.send_me_photo #send_me_photo_form .to_send input[type=radio]:checked + label:before{
	background-image: url(/images/send_me_photo/input_radio_checked.png);
}

.popup.send_me_photo #send_me_photo_form .to_send .error_block{
	border: 1px solid red;
	border-radius: 3px;
}




.product-item-small-card .product-item .product-item__description{
	top: 80px;
}

.lepnina .product-item-small-card .product-item .product-item__description{
	top: 65px;
}



/* 05.07.2020 */


.brands-tabs{
	display: flex;
	position: relative;
}
.brands-tabs .tab-name{
}
.topmenu-left li:nth-child(1) ul{
	padding: 0 0 15px 0;
	height: auto;
}
.brands ul .brand-columm:nth-child(2){
	margin-left: 15px;
}
.brands ul .js_tab_kraski{
	display: none;
	margin-left: 15px;
}
.brands ul .js_tab_freski{
	display: none;
	margin-left: 15px;
}
.brands ul .js_tab_lepnina{
	display: none;
	margin-left: 15px;
}
.brands ul .js_tab_fabrics{
	display: none;
	margin-left: 15px;
}
.brand_tab_block_another li{
	width: 100%;
}



/* 27.07.2020 */

.product-detail .top-icons{
	height: 35px;
	padding: 0;
}
.labels_block{
	margin-bottom: 20px;
}
.labels_block .label-buy{
	width: 213px;
	display: inline-block;
	color: #a25694;
}
.labels_block .label-buy .ic{
	width: 16%;
    margin: 0 2%;
    line-height: 34px;
	display: inline-block;
	vertical-align: middle;
}
.labels_block .label-buy .txt{
	width: 78%;
    padding-top: 3px;
    line-height: 1.1;
	display: inline-block;
	vertical-align: middle;
}


/* 05.08.2020 */



    #countBlock .count_block{
    	white-space: nowrap;
    }
    #countBlock .count_quantity{
        display: inline-block;
        border: 1px solid #c6c6c6;
        /*margin-bottom: 10px;*/
        /* width: 85px; */
        /* width: 94px; */
        line-height: 32px;
        border-radius: 3px;
    }

    #countBlock .count_minus{
        display: inline-block;
        width: 20px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    #countBlock .count_minus:after{
        content:"-";
        /*width: 12px;*/
        /*height: 12px;*/
        /*position: absolute;*/
        /*top: -1px;*/
        /*left: 7px;*/
        /*font-size: 22px;*/
        color: #ab76ae;
    }
    #countBlock .count_input{
        display: inline-block;
        border-top: none!important;
        border-bottom: none!important;
        border-right: 1px solid #c6c6c6!important;
        border-left: 1px solid #c6c6c6!important;
        border-radius: 0!important;
        width: 32px!important;
        margin: 0!important;
        font-size: 12px!important;
        text-align: center!important;
    }
    #countBlock .count_plus{
        display: inline-block;
        width: 20px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    #countBlock .count_plus:after{
        content:"+";
        /*width: 12px;*/
        /*height: 12px;*/
        /*position: absolute;*/
        /*top: 0px;*/
        /*left: 4px;*/
        /*font-size: 20px;*/
        color: #ab76ae;
    }
    #countBlock .count_price{
        /*width: 50%;*/
        color: #ab76ae;
        padding-left: 5px;
        position: relative;
        /*top: 8px;*/
        /*left: 0;*/
        text-align: right;
        display: flex;
    }
    #countBlock .count_price .is_price{
        font-size: 15px;
        font-weight: bold;
    }

    .add2basket-popup.detail .articul, #quickOrderForm.detail .articul{
        border-bottom: 1px solid #e3d4e4;
    }

    #quickOrderForm.detail .body{
        padding-top: 0;
    }
    #countBlock.count_block_product{
        margin: 10px 25px 10px 25px;
        display: flex;
        align-items: center;
    }
    #countBlock.count_block_product .count_price{
        /*flex: 1;*/
        font-size: 14px;
    }
    #countBlock.count_block_buywindow{
        margin: 10px 25px 0 25px;
    }
    #countBlock.count_block_buywindow .count_price{
        width: 70%;
    }

    #quickOrderForm.detail .body textarea {
        background: #ededed;
        border: 1px solid #ededed;
        border-radius: 20px;
        padding: 10px 20px;
    }

    #quickOrderForm.detail .footer button {
        background-color: #905792;
        color: white;
        height: 40px;
        border-radius: 20px;
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 1px;
        border: none;
        width: 170px;
        outline: none;
    }

    #countBlock .count_price div:nth-child(1) {
        color: #000;
    }

    #quickOrderForm textarea {
        background: #ededed;
        border: 1px solid #ededed;
        border-radius: 20px;
        padding: 10px 20px;
        font-size: 14px;
    }

    .popup.found_cheaper form#found_cheaper .form_content .submit_wrap,
    #quickOrderForm.detail .footer {
        padding-bottom: 40px;
        margin-bottom: 0;
    }

    #quickOrderForm #countBlock {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    #quickOrderForm .footer button {
        background-color: #905792;
        color: white;
        height: 40px;
        border-radius: 20px;
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 1px;
        border: none;
        width: 170px;
        outline: none;
        margin-bottom: 0;
    }

.popup.found_cheaper form#found_cheaper .form_content input[type=text] {
    background: #ededed;
    height: 40px;
    border-radius: 20px;
    padding: 0 30px;
    font-size: 14px;
    font-weight: normal;
    color: #0e0e0e;
    border: 1px solid #ededed;
    box-sizing: border-box;
}

.popup.found_cheaper .header_form .caption {
    background-color: #fff;
    box-shadow: none;
    color: #000;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding-left: 0;
    padding-top: 40px;
    line-height: 1;
}

.popup.found_cheaper .header_form .close {
    color: #dddada;
}

.popup.found_cheaper form#found_cheaper .form_content .submit_wrap input[type=submit] {
    background-color: #905792;
    color: white;
    height: 40px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    border: none;
    width: 170px;
    outline: none;
}



/* 07.08.2020 */

.podbor-filter-block #name_search{
	top: 4px;
}





/* 10.08.2020 */

.catalog_spis li{
	width: auto;
}






/* 12.08.2020 */

.bx-wrapper .bx-controls-direction a{
	margin-top: -200px;
}
.section_image_picture{
	text-align: unset;
}
.section_image_picture img,.section_image_detail img{
	/* width: 335px!important; */
    object-fit: cover;
}

 @media screen and (max-width: 450px){
	#h1-pages{
		width: auto!important;
		height: auto!important;
	}
	.main-catalog-wrapper{
		width: auto!important;
	}
	.bx-filter-form-wrapper .row{
		margin: 0;
	}
	.bx-filter .bx-filter-form-wrapper{
		padding: 0;
	}
	.main-catalog-wrapper .bx-sidebar-block.open .bx-filter {
		overflow-x: hidden;
	}
	.you-region-abs{
		width: 190px;
	}
	.you-region-abs .border{
		font-size: 17px;
	}
	.top-menu-mobile .top-right{
		line-height: 40px!important;
	}
	a#you-region-yes{
	    width: 60px;
	    height: 35px;
	    line-height: 35px;
	    margin-left: 5px;
	    margin-right: 10px;
	}
	a.you-region-yes{
	    width: 60px;
	    height: 35px;
	    line-height: 35px;
	    margin-left: 5px;
	    margin-right: 10px;
	}
	#popupCity{
		width: 345px;
	}
	#popupCity .chars{
		margin: 0 0 15px 0;
		padding-left: 15px;
	}
	#popupCity .chars li{
		margin-right: 4px;
	}
	#popupCity .col{
		width: 44%;
		padding-left: 15px;
		font-size: 16px;
	}
	#popupCity .col li{
		padding: 7px 0;
	}
 }
.bgfon{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:#00000045;
	z-index:100;
}
.deliveries .adreses{
	width: 70%;
	display:inline-block;
}


.wrap-interier .owl-next{
	background: #fff url(/local/templates/index/img/icon/ar-right2.png) center center no-repeat;
	width: 50px;
	height: 50px;
	box-shadow: 1px 1px 6px #9c9c9c;
}
.wrap-interier .owl-next:hover {
    background: #905792 url(/local/templates/index/img/icon/ar-right3.png) center center no-repeat;
}
.wrap-interier .owl-prev{
	background: #fff url(/local/templates/index/img/icon/ar-left2.png) center center no-repeat;
	width: 50px;
	height: 50px;
	box-shadow: 1px 1px 6px #9c9c9c;
}
.wrap-interier .owl-prev:hover {
    background: #905792 url(/local/templates/index/img/icon/ar-left3.png) center center no-repeat;
}
.wrap-interier .owl-controls{
	top: 50%;
	left: 0;
}







/* 26.08.2020 */










.tkani_item .product-item__description ul{
	padding: revert;
}

.tkani_item .product-item__description li{
    list-style: disc;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 0;
}
.tkani_item .fast-button-list a{
	margin: 0 3px 6px 3px;
}
.tkani_item .add-favorites{
	margin: 0;
}

.tkani_item .price_span .btn__cart {
    border: 1px solid #ab76ae;
    font-size: 15px;
    color: #ab76ae;
    text-decoration: none;
    border-radius: 2px;
    padding: 4px 10px 4px 11px;
    margin-right: 10px;
    float: right;
    margin-top: 12px;
    font-weight: 100;
}

.see_fast_tkani .next-fast, .see_fast_tkani .prev-fast{
	z-index: 1;
}
.see_fast_tkani .vspliv_block{
	width: auto;
}




span.icon-uhod-item img{
	height: 20px;
}

.product-detail .deliveries .delivery .str-text, .detail-images .right-block .delivery .str-text{
	width: 335px;
}
.tkani_element_block .second-line{
	/* text-align: center; */
}
.tkani_element_block .third-line{
	text-align: center;
}
.tkani_element_block .sale-block .third-line .add2basket{
	/* margin-right: 0; */
}

.tkani_element_block .sale-block{
	padding: 0;
}

.tkani_element_block .detail-image .detail-element-img {
    cursor: url(/bitrix/templates/mosoboi_ad/components/bitrix/catalog/new_2/bitrix/catalog.element/light_new/images/zoom.png),auto;
}
.tkani_element_block .sale-block .second-line .old-price{
	margin-right: 60px;
}


.tkani_element_block .special_price{
	margin-left: 15px;
}

/* 31.08.2020 */







.detail-images-wrap{
	z-index: 20;
}
.detail-images-wrap .str-text{
	width: auto!important;
}






/* 03.09.2020 */





.found_cheaper{
	z-index: 101;
}




/* 07.09.2020 */



@media screen and (max-width: 450px){
	.collect.square.glue .bx-viewport{
		height: 305px !important;
	}
}



/* 07.09.2020 */


.interior-wrap .left-arrow,.interior-wrap .right-arrow{
	margin-top: 15px!important;
}



/* 26.11.2020 */


    @media(max-width: 767px){
        .main-catalog-wrapper .bx-sidebar-block.open .bx-filter{
            padding-bottom: 145px;
        }
        .bx-filter .fixed-filter-short-popup{
            bottom: 45px;
            width: 100%;
        }
    }



/* 30.11.2020 */


.popup.wallpappering{
	z-index: 110;
}


/* 09.12.2020 */

.podbor-info{
	margin-top: 20px;
}






.link_a_type{
	color: #905792;
	border-bottom: 1px dashed #905792;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	vertical-align: unset!important;
}
.link_a_type:hover{
	border-bottom: none;
}

.for_form {
	display: none;
	position:fixed;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	z-index: 100;
}
.for_form .bg_fon{
	position:fixed;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
}
.for_form .form_block{
	position: relative;
	margin: 0 auto;
	top: 25%;
	width: 350px;
}
.for_form .form_block{
	background-color: white;
	padding: 25px;
}
.for_form .form_block .preloader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5) url(/bitrix/templates/utlab/images/loading.gif) center center no-repeat;
    z-index: 10;
}
.for_form .form_heading{
	margin: 0 0 20px;
    font-size: 18px;
    text-align: center;
}

.for_form .close_form{
	position: absolute;
	width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    background: url(/bitrix/templates/mosoboi_ad/images/exit-icon.png) center no-repeat;
}

.for_form .form_footer .btn{
	cursor:pointer;
}


/* 11.01.2021 */


#desktop_info{
	display: block;
}
#mobile_info{
	display: none;
}
@media(max-width: 1000px){
	#desktop_info{
		display: none;
	}
	#mobile_info{
		display: block;
	}
}



/* 19.02.2021 */


.for_tkani .old-price-diff{
	text-align: right;
    padding-right: 5px;
}
.for_tkani .old-price{
	top: 0px;
}


/* 04.06.2021 */


.text{
	font-size:13px;
}

#information_attention{
        text-align: center;
    }
#information_attention .information_attention_text{
    background-color: #f1d1e1;
}

#information_attention .information_attention_text p {
    margin-bottom: 0;
}
@media(max-width: 500px){
    #information_attention .close_info{
        /* display: block!important; */
        display: none;
        /* content: "\00D7"; */
        color: red;
        width: 25px;
        height: 25px;
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 22px;
        border:1px solid red;
        border-radius: 50%;
        background-color: white;
        cursor: pointer;
        z-index: 1;
    }
}







/* 04.08.2021 */

.shop-window .shop-window-wrap{
	height: 140px;
}

/* 04.13.2021 */



@media screen and (max-width: 767px){
	.main-prev-next .main-next, .main-prev-next .main-prev {
	    top: -155px;
	}
}
.catalog-section-product .catalog_spis.toggle{
	padding-left: 4px;
}
.catalog-section-product .catalog_spis li{
	margin-right: 20px;
}

/* 04.26.2021 */

.product-detail .detail-image .detail-element-img img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    z-index: 6;
    height: 100%;
    object-fit: contain;
}



/* 04.05.2021 */



@media(max-width:500px){
	.catalog-section-product .catalog_spis li{
		width: 48%;
		margin-right: 0;
	}
}


/* 21.06.2021 */




    @media(max-width:980px){

        #title-search-input,#title-search-input-mobile{
            width: 92%;
            margin-bottom: 10px;
        }
    }

    @media(max-width:720px){

        #title-search-input,#title-search-input-mobile{
            width: 87%;
        }
    }



/* 22.06.2021 */



    @media screen and (max-width:1180px){
	    .top-ya-rang {
		    margin-left: 0 !important;
		    padding-left: 25px;
		    box-sizing: border-box;
	    }
        ul.top-ya-rang-ul{
        	display: flex;
		    width: 300px;
		    flex-wrap: wrap;
		   /*  margin-top: 5px; */
		    margin-top: 0;
        }
        li.top-ya-rang-item{
            line-height: 1;
		    float: none;
		    height: 20px;
		   /*  width: 36%; */
		    width: 10%;
        }

        #title-search-input, #title-search-input-scroll, #title-search-input-mobile{
        	padding-right: 10px;
        }
        .header-quality{
        	margin-left: 5px!important;
        }
        .header div.form-box{
        	margin-left: 10px;
    		width: 350px;
        }
        .yrang-header-link2{
        	right: 130px;
        }


        .topmenu{
        	height: 70px;
        	z-index: 9;
        }
        .topmenu-left{
        	margin: 10px 0;
        }
        .topmenu .center{
        	height: 100%!important;
        }
        .topmenu-right{
       	    display: flex;
		    /* width: 342px; */
            width: auto;
		    flex-wrap: wrap-reverse;
		    flex-direction: row-reverse;
        }
        .topmenu-right-item{
        	float: none;
		    width: 40%;
		    height: 31px;
        }
        .topmenu-right-link{
        	line-height: 2.5;
        }
        .topmenu-right-link-icon{
        	top: 5px;
        }
        .bx-sidebar-block{
        	margin-top: -70px;
        }
        /* .breadcrumb_items, #h1-pages{
        	padding-left: 40%;
        } */
    }

    @media(max-width:520px){
        .breadcrumb_items, #h1-pages,.text_inside_wide #h1-pages{
        	padding: 3% 11%;
        }
    }

/* 25.06.2021 */


.in_list_to_podbor_form{
	box-shadow: 0 0 10px 1px rgb(0 0 0 / 20%);
	cursor: pointer;
}

.in_list_to_podbor_form .pf_info{
	color: white;
	text-align: center;
	background-color: #905792;
	padding: 10px 0 23px 0;
}
.in_list_to_podbor_form .pf_question{
	font-size: 20px;
	font-weight: bold;
}
.in_list_to_podbor_form .pf_text{
	font-size: 16px;
	margin-top: 20px;
}
.in_list_to_podbor_form .pf_img_block{
	margin-top: 25px;
}
.in_list_to_podbor_form .pf_bottom{
	background-color: white;
	padding: 33px 30px 30px 30px;
}
.in_list_to_podbor_form .pf_button{
	color: #905792;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #905792;
	border-radius: 50px;
	padding: 10px 35px;
}



/* 05.07.2021 */



#stickers table{
	margin: 20px 0 40px 0;
}
#stickers tr{

}
#stickers td:first-child{
	padding: 0;
	width: 100px;
	height: 100px;
	text-align: center;
	font-size: 25px;
}
#stickers td{
	padding: 20px;
}





/* 30.07.2021 */



.bx-sidebar-block{
	float: unset;
	display: inline-block;
    vertical-align: top;
    margin: -84px 10px 0 0;
}
.main-catalog-wrapper .main-catalog-wrap{
	float: unset;
}

/* 17.08.2021 */

#quickOrderForm.detail .name{
    text-align: center;
    margin: 0 auto;
    display: block;
}
/* 19.08.2021 */


@media(max-width:980px){
	ul.top-ya-rang-ul{
		margin-left: 25px;
	}
	.top-ya-rang-item:hover .top-ya-rang-item-popap{
		display: none;
	}
}
.mobile_showroom_info{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.4;
    width: 320px;
    padding: 10px 20px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 3px 10px #b7b7b7;
    z-index: 11;
}
.mobile_showroom_info .close_b{
	position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    background: url(/bitrix/templates/mosoboi_ad/images/exit-icon.png) center no-repeat;
	z-index: 12;
}
/* 30.08.2021 */


@media(max-width:980px){
	#countBlock.count_block_buywindow .count_price{
		width: 65%;
	}
	.add2basket-popup.detail{
		width: auto;
	}
	.add2basket-popup.detail .buttons .btn-white, .add2basket-popup.detail .buttons .btn-green2{
		width: 50%;
	}


	/*#cboxLoadedContent{*/
	/*	width: 370px;*/
	/*}*/

}



/* 14.09.2021 */


@media(max-width:980px){
	.vnal{
		text-align: center;
	}
	.count_of_item span{
		text-align: center;
	}
}

/* 28.09.2021 */
@media screen and (max-width: 767px){
	.sale-online {
	    width: 227px;
	    background-color: #8d8a84;
	}
}

/* 06.10.2021 */

.header div.form-box{
	width: 320px;
}
#title-search-input, #title-search-input-scroll, #title-search-input-mobile{
	width: 255px;
}
.header-quality{
	margin: 25px 0 0 30px;
}
.yrang-header-link2{
	right: 160px;
}
.market_stars_header{
	float: left;
	margin: 25px 0 0 20px;
    max-width: 88px;
}

@media(max-width:1180px){
	.header div.form-box{
		width: 240px;
	}
	#title-search-input, #title-search-input-scroll, #title-search-input-mobile{
		width: 210px;
	}
	.yrang-header-link2{
		right: 130px;
	}
}



/* 29.10.2021 */

.top-ya-rang-item-popap{
	width: 310px;
}



/* 19.11.2021 */
div.modern-page-navigation a.modern-page-previous,
div.modern-page-navigation a.modern-page-next
{
	width: auto!important;
    border: none!important;
    box-shadow: none!important;
}
/* 22.11.2021 */


.topmenu-left .parent:nth-child(3):hover ul{
    flex-wrap:wrap;
}
.topmenu-left .parent:nth-child(3) li{
    width: 7%;
}
.topmenu-left .parent:nth-child(3) .top_submenu_banner_block{
    width: 100%;
    cursor: pointer;
    border: 0;
}



/* 23.11.2021 */

@media(max-width: 500px){
	.catalog-section-product{
		width: 100%;
	}
}


/* 07.12.2021 */

@media screen and (max-width: 450px){
	.slider-index .owl-nav button.owl-prev{
		left: 0;
	}
	.slider-index .owl-nav button.owl-next{
		right: 0;
	}
	ul.top-ya-rang-ul{
		margin: 0;
		padding-left: 15%;
		box-sizing: border-box;
	}

	#title-search-input,
	#title-search-input-scroll,
	#title-search-input-mobile{
		width: 100%;
    	box-sizing: border-box;
	}
}
/* 07.12.2021 */

.vopros_otvet_anchor{
	font-size: 13px;
    display: inline-block;
    margin-left: 20px;
    text-decoration: none;
    vertical-align: middle;
    border-bottom: 1px dashed #905792;
}
.vopros_otvet_anchor:hover{
	border: none;
}

.employees{
	display: flex;
	flex-wrap: wrap;
}

/* 17.01.2022 */


    @media(max-width:980px){
		li.top-ya-rang-item{
			width: 36%;
		}
		#title-search-input, #title-search-input-mobile{
			width: 100%;
            box-sizing: border-box;
		}
        .slider-index .owl-nav button.owl-prev {
            left: -10px;
        }
        .slider-index .owl-nav button.owl-next {
            right: -10px;
        }
    }

    @media(max-width:1180px){
		.horizontal-multilevel-menu.topmenu-left li {
		    margin-right: 2px;
		}
		.topmenu-right{
			/* width: 375px; */
    		margin: 17px 0px;
            width: auto;
		}
		.topmenu-right-item-1{
			/* width: 15%; */
            width: auto;
            padding-left: 30px;
		}
		.topmenu-right-item-2{
			/* width: 28%; */
            width: auto;
            padding-left: 30px;
		}
		.topmenu-right-item-3{
			/* width: 30%; */
            width: auto;
		}
    }

    .product-detail .sale-block .third-line{
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
    }

/* 23.03.2022 */


.sale-block .how_much_is_this{
    padding-left: 150px;
    margin-top: 5px;
}
.product-item-wrap .how_much_is_this{
	text-align: center;
}
.product-item-container .how_much_is_this{
	text-align: center;
}

.how_much_is_this .is_link{
    color: #ab76ae;
    text-decoration: underline;
    cursor: pointer;
}
.how_much_is_this .is_link:hover{
    text-decoration: none;
}






div#howmuchisthisOrderForm {
    background: #ffffff;
    width: 400px !important;
    padding: 0 !important;
}
div#howmuchisthisOrderForm .heading {
    height: 60px;
    line-height: 60px;
    padding-left: 25px;
    color: white;
    font-weight: bold;
    background-color: #905792;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.24);
    box-shadow: 0 0 5px rgb(0 0 0 / 24%);
    position: relative;
    text-align: left;
    margin-bottom: 22px;
    font-size: 14px;
}
div#howmuchisthisOrderForm .heading {
    background-image: none;
}
div#howmuchisthisOrderForm .exit {
    background: url(/bitrix/templates/mosoboi_ad/images/exit-icon-white.png) center no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 22px;
    right: 18px;
    cursor: pointer;
}
div#howmuchisthisOrderForm .body {
    padding: 10px 25px 0 25px;
}
div#howmuchisthisOrderForm input {
    height: 40px;
    border-color: #c6c6c6;
    color: #7e7e7e;
}
div#howmuchisthisOrderForm textarea {
    border-color: #c6c6c6;
    color: #7e7e7e;
}
div#howmuchisthisOrderForm .time_of_call {
    color: #7e7e7e;
}
div#howmuchisthisOrderForm input[name=time_from], div#howmuchisthisOrderForm input[name=time_to] {
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    width: 50px;
}
div#howmuchisthisOrderForm .time_of_call {
    color: #7e7e7e;
}
div#howmuchisthisOrderForm .footer {
    padding: 10px 0 15px !important;
    margin-top: 0;
}
div#howmuchisthisOrderForm input[type=submit] {
    background: #905792;
    font-size: 13px;
    text-transform: none;
    width: 180px;
    font-family: Arial, sans-serif;
    margin: 10px 0 6px;
    padding: 6px;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
}




/* 28.03.2022 */

/*
.howmuch_message .ugol {
    background: url(/bitrix/templates/mosoboi_ad/components/bitrix/catalog/new_2/bitrix/catalog.element/light_new/images/ugol-bottom.png) center no-repeat;
    width: 11px;
    height: 9px;
    position: absolute;
    bottom: -9px;
    left: 42px;
}
 */
/* 20.04.2022 */


.basket_kraski_img_block{
	padding-left:0;
}
.basket_kraski_img_block img{
	width: 95%;
    border: none;
    border-radius: 0;
    margin: 7px 2px;
    text-align: center;
}

/* 05.13.2022 */



.responses-block-catalog .title-h2{
	font-size: 26px!important;
    text-align: center!important;
    text-transform: uppercase!important;
    margin-bottom: 30px!important;
}

.responses-block-catalog .responses-block-item{
	background-color: white;
}
.responses-block-catalog .responses-block-item-user-info{
	margin-top: 0;
}
.responses-block-catalog .responses-block-item-text{
	height: 100%;
    width: 100%;
}


@media (max-width: 1500px){
	.responses-block-catalog .slick-prev {
	    left: 10%;
	}
}
.responses-block-catalog .slick-prev {
    background: #fff url(/images/faq_slider/ar-left.png) center center no-repeat;
    left: 19%;
}

.responses-block-catalog .slick-arrow {
    box-shadow: 1px 1px 6px #9c9c9c;
    border-radius: 50px;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: 115px;
    z-index: 2;
}

@media (max-width: 1500px){
	.responses-block-catalog .slick-next {
	    right: 10%;
	}
}
.responses-block-catalog .slick-next {
    background: #fff url(/images/faq_slider/ar-right.png) center center no-repeat;
    right: 19%;
}

.responses-block-catalog .slick-arrow {
    box-shadow: 1px 1px 6px #9c9c9c;
    border-radius: 50px;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: 115px;
    z-index: 2;
}
.responses-block-catalog .responses-block-over:before,
.responses-block-catalog .responses-block-over:after
{
	z-index: 1;
}


/*+++++++++++++++++++++++++++++*/
.main-catalog-wrapper .payment_block .p_icon .str{
	margin-left: 100%;
}




/*.catalog_text_before p:nth-last-of-type(-n+2){*/
/*	display: inline;*/
/*}*/
/* 05.26.2022 */

.modern-page-navigation{
	height: 70px;
}

/* 06.06.2022 */
div.modern-page-navigation{
	z-index:1;
}
/* 09.06.2022 */

.in_list_to_podbor_form .pf_bottom {
    padding: 50px 30px 41px 30px;
}

/* 10.06.2022 */
@media(max-width:500px){
	.text_inside{
		width: 100%;
		max-width: 100%;
	}


	.actions{
		width: 100%;
	}
	.actions .action_item.width-full-3{
		display: block;
	}
	.actions .action_item.width-full-3 .image{
		width: 100%;
	    height: 150px
	}
	.actions .action_item.width-full-3 .info {
	    text-align: center;
	    padding: 15px 0;
	}
	.actions .action_item.width-full-3 .info .more{
		position: static;
	    height: auto;
	    padding: 5px 30px;
	    margin-top: 15px;
	    display: inline-block;
	}

	.actions .mailing_form_block{
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	.actions .mailing_form_block .m_icon{
		width: 15%;
	}
	.actions .mailing_form_block .m_info{
		width: 80%;
	}
	.actions .mailing_form_block .m_form_content {
	    width: 100%;
	    margin-top: 20px;
	}




	.actions .action_item.width-half-tall .info .more {
	   display: none;
	}




	div.transport-list{
		height: auto!important;
	}
	div.transport-list ul li{
		float: unset!important;
	}
	.maps-tabs .tab{
		display: flex;
	    align-items: center;
	    text-align: center;
	    justify-content: center;
	    align-content: space-around;
	    line-height: 20px;
	}

}

@media(max-width:403px){

	.actions .mailing_form_block .m_title {
	    font-size: 16px;
	}
	.actions .mailing_form_block .m_text {
	    font-size: 13px;
	}
}


/* 17.06.2022 */
.topmenu{
	z-index: 23;
}

@media(max-width:1180px){

	.topmenu-left .parent:nth-child(3) li a {
	    font-size: 99%;
	}
	.topmenu-left .top_submenu_banner_block img {
	    width: 100%;
	}
}
#order_form_div .paysystem{
	margin-top: 10px;
}
#order_form_div .id_4{
	margin-top: 30px;
}
/* 27.06.2022 */


#showroom_header{
	background: #ededed;
	width: 100%;
	height: 30px;
}
.top-ya-rang{
	width: 100%;
	margin: 0 0 15px 0;
}
ul.top-ya-rang-ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
li.top-ya-rang-item{
	height: auto;
	line-height: 30px;
}
li.top-ya-rang-item:last-child .top-ya-rang-item-popap {
	right: 0;
	left: unset;
}
.top-ya-rang-item-popap{
	z-index: 22;
	top: 30px;
}


#showroom_header.upd220629{
	background: white;
	border-bottom: 1px solid #dcdcdc;
	height: 50px;
}
#showroom_header.upd220629 .center,
#showroom_header.upd220629 .top-ya-rang,
#showroom_header.upd220629 ul.top-ya-rang-ul
{
	height: 100%;
}
#showroom_header.upd220629 li.top-ya-rang-item{
	padding-left: 45px;
	display: flex;
    align-items: center;
    background-position-x: left;
    background-position-y: center;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}
#showroom_header.upd220629 li.top-ya-rang-item.first_item{
	text-transform: uppercase;
	color: #905792;
	font-size: 18px;
	background-image: url(/local/templates/index/img/header_showroom/icon_showroom.png);
}
#showroom_header.upd220629 li.top-ya-rang-item.metro_orange{
	background-image: url(/local/templates/index/img/header_showroom/metro_orange.png);
}
#showroom_header.upd220629 li.top-ya-rang-item.metro_green{
	background-image: url(/local/templates/index/img/header_showroom/metro_green.png);
}
#showroom_header.upd220629 li.top-ya-rang-item.metro_yellow{
	background-image: url(/local/templates/index/img/header_showroom/metro_yellow.png);
}
#showroom_header.upd220629 li.top-ya-rang-item{
    line-height: 15px;
}
#showroom_header.upd220629 .top-ya-rang-item-popap{
	z-index: 51;
    top: 100%;
}



@media (max-width: 1180px){
	#showroom_header,#showroom_header.upd220629{
		height: 100px;
	}
	#showroom_header.upd220629 ul.top-ya-rang-ul {
	    display: flex;
	    width: 100%;
	    flex-wrap: wrap;
	    margin-top: 0;
	}

	#showroom_header.upd220629 li.top-ya-rang-item.first_item{
		background-image: unset;
	}
	#showroom_header.upd220629 li.top-ya-rang-item {
	    line-height: 1;
	    float: none;
	    height: 20px;
	    width: 36%;
		background-size: contain;
	}
	#showroom_header.upd220629 li.top-ya-rang-item.first_item {
	    width: 100%;
	}
}
@media(max-width: 980px){
	#showroom_header.upd220629 ul.top-ya-rang-ul {
		margin-left: 0;
	    padding-left: 25px;
		box-sizing: border-box;
	}
	#showroom_header.upd220629 li.top-ya-rang-item {
	    width: 30%;
	}
}

@media screen and (max-width: 450px){
	#showroom_header.upd220629 ul.top-ya-rang-ul{
		margin: 0;
		padding-left: 5%;
		box-sizing: border-box;
	}
}

/* 09.08.2022 */



    .pickup{
        border: 1px solid #ddd8d8;
        display: flex;
        margin-top: 10px;
        border-radius: 3px;
    }
    .pickup .p_block{
        margin:0;
        max-height: none;
        display: flex;
        padding: 15px 0;
        border-bottom: 1px solid #ddd8d8;
    }
    .pickup .p_block:last-child{
        border-bottom: none;
    }
    .pickup .p_title{
        width: 30%;
        text-transform: uppercase;
        font-weight: bold;
        /* margin: 20% 0; */
        padding-left: 20px;
        font-size: 14px;
        display: flex;
        align-items: center;
    }
    .pickup .p_content{
        width: 70%;
    }
    .pickup .p_metro{
        color: #8d5692;
        font-weight: bold;
    }
    .pickup .p_address_info a{
        text-decoration: none;
    }
    .pickup .p_address_info{
        width: 50%;
    }
    .pickup .p_address{
        display: none;
        background-color: #905792;
        border-radius: 5px;
        color: white;
        font-size: 13px;
        position: absolute;
        top: -90px;
        left: -65%;
        width: 310px;
        padding: 20px;
        height: 70px;
        z-index: 10;
    }
    .pickup .p_address:after{
        content: "";
        width: 25px;
        height: 22px;
        position: absolute;
        bottom: -22px;
        left: 140px;
        background: url(/images/payment_adres_deliv/arrow.png) no-repeat;
    }

    .pickup .p_address_info:hover > a .p_address{
        display: block;
    }
    .pickup .p_time{
        width: 55%;
        color: #404040;
    }

    .delivery{
        border: 1px solid #ddd8d8;
        display: flex;
        margin-top: 10px;
        border-radius: 3px;
        padding: 15px 0!important;
    }
    .delivery .d_title{
        width: 30%;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        padding-left: 20px;
        margin-top: 7px;
    }
    .delivery .d_content{
        width: 70%;
    }





/* 10.08.2022 */






@media(max-width:450px){
	.product-detail .deliveries .delivery, .detail-images .right-block .delivery{
		display: block;
	}
	.product-detail .top-icons .buy-in-credit{
		margin-left: 15px!important;
	}
	.top-ya-rang{
		padding-left: 0!important;
	}
	.product-detail.block{
		padding-top: 10px;
	}
}




/* 13.08.2022 */


.howmuch_message {
    position: absolute;
    width: 305px;
    height: 75px;
    padding: 15px;
    background-color: #905792;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    color: white;
    display: none;
    left: 0;
	top: -85px;
    line-height: 1.2;
    text-align: left;
    z-index: 10;
}

.howmuch_message .ugol {
    background: url(/bitrix/templates/mosoboi_ad/components/bitrix/catalog/new_2/bitrix/catalog.element/light_new/images/ugol-bottom.png) center no-repeat;
    width: 11px;
    height: 9px;
    position: absolute;
    bottom: -9px;
    left: 42px;
}
.how_much_is_this:hover .howmuch_message{
    display: block;
}

@media(max-width:450px){
	.how_much_is_this .is_link{
		position: static;
	}
	.howmuch_message{
		top: 0;
	}
	.howmuch_message .ugol{
		left: 140px;
	}
}

/* 15.08.2022 */

@media(max-width:450px){
	.review-page .average_rating_form .stars{
		display: inline-block;
		left: 100px;
	}
	.review-page .average_rating_form .form_top_title_right{
		float: none;
		top: 163px;
		left: -80px;
	}
	.review-page .average_rating_form .form_top input[name="R_PHONE"]{
		margin-bottom: 10px;
	}

	.elem-wrap .btms_bas,.product-item-wrap .elem-table .btms_bas  {
	    width: 289px;
	    margin-top: 0;
	    margin-left: 0;
	    padding-bottom: 4px;
	    text-align: center;
	    margin-bottom: 3px;
	}
	.elem-wrap a.btms_odk,.elem-table a.btms_odk {
	    width: 141px;
	    border: 1px solid #AB76AE;
	    border-radius: 5px;
	    display: inline-block;
	    margin-left: 0;
	    line-height: 2.4;
	    text-align: center;
	}
	.elem-wrap a.btms_credit,.elem-table a.btms_credit {
	    font-size: 14px;
	    color: #B1D67B;
	    border: 1px solid #B1D67B !important;
	    padding: 5px;
	    border-radius: 5px;
	    text-decoration: none;
	}
	.compare_add--new{
		text-decoration: none;
	}
}


/* 18.08.2022 */


@media(max-width:450px){
	.responses-block-item{
		height: 445px;
	}
	.responses-block-item-text{
		top: 125px;
	}
}
/* 29.08.2022 */



.product-item-small-card .how_much_is_this{
	bottom: 25px;
	text-align: center;
}
.product-item-small-line .how_much_is_this{
	display: none;
}


/* 12.09.2022 */




    .vitrina_top{
        text-align: right;
        display: flex;
        margin-bottom: 10px;
    }
    .vitrina_block{
    	display: flex;
    	width: 100%;
    	text-align: left;
    }
    .vitrina_cats{
    	width: 89%;
    	display: inline-block;
    }
    .vitrina_views{
    	width: 15%;
    	display: inline-block;
   	    text-align: right;
    }
    .show_products_or_brands{
        display: inline-block;
        width: 89%;
        text-align: left;
    }
    .selected-props{
    }




    .show_view_mode{
        display: inline-block;
    }
    .show_view_mode .link_div{
        display: inline-block;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        background-color: white;
        cursor: pointer;
    }
    .show_view_mode .link_div .link_bg{
        display: inline-block;
        padding: 12px;
    }

    .show_view_mode .tile_active,
    .show_view_mode .list_active,
    .show_view_mode .cbig_active,
    .show_view_mode .link_div:hover
    {
        background-color: #905793;
    }

    .show_view_mode .link_tile .link_bg span{
        display: inline-block;
        background: url(/images/t-p-icons.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        width: 15px;
        height: 15px;
    }
    .show_view_mode .link_tile:hover .link_bg span,
    .show_view_mode .tile_active .link_bg span,
    .show_view_mode .tile_active:hover .link_bg span
    {
        background-position: 0px -15px;
    }


    .show_view_mode .link_list .link_bg span{
        display: inline-block;
        background: url(/images/t-p-icons.png);
        background-repeat: no-repeat;
        background-position: -15px 0px;
        width: 15px;
        height: 15px;
    }
    .show_view_mode .link_list:hover .link_bg span,
    .show_view_mode .list_active .link_bg span,
    .show_view_mode .list_active:hover .link_bg span{
        background-position: -15px -15px;
    }


    .show_view_mode .link_cbig .link_bg span{
        display: inline-block;
        background: url(/images/t-p-icons.png);
        background-repeat: no-repeat;
        background-position: -30px 0px;
        width: 15px;
        height: 15px;
    }
    .show_view_mode .link_cbig:hover .link_bg span,
    .show_view_mode .cbig_active .link_bg span,
    .show_view_mode .cbig_active:hover .link_bg span{
        background-position: -30px -15px;
    }




/* 13.09.2022 */
	.kraski-items-container{
		display: flex;
		flex-wrap: wrap;
	    /* justify-content: space-between; */
	}
	.product-item-small-line-kraski{
	    width: 100%;
	    margin-left: 0;
	    padding: 0 0 0 20px;
	}
	.product-item-small-line-kraski .b_btn.change{
	    /* background-color: #905792; */
	    background-color: #80808027;
	    border: none;
	}
	.product-item-small-line-kraski .b_btn img{
	    display: none;
	}
	.product-item-small-line-kraski .b_btn:hover{
	    /* -webkit-box-shadow: 0px 0px 3px 2px #90579240; */
	    /* -moz-box-shadow: 0px 0px 3px 2px #90579240; */
	    /* box-shadow: 0px 0px 3px 2px #90579240; */
	    background-color: #80808027;
	    border: none;
	}
	.product-item-small-line-kraski .b_btn a:before{
	    content: "";
	    display: inline-block;
	    width: 30px;
	    height: 30px;
	    background-repeat: no-repeat;
	    background-position: center;
	}
.product-item-small-line-kraski .btn_fastview{
	display: none;
}
	.product-item-small-line-kraski .btn_fastview a:before{
	    background-image: url(/images/kraski/kraski_list_fastview.png);
	}
	.product-item-small-line-kraski .btn_favorite a:before{
	    background-image: url(/images/kraski/kraski_list_favorite.png);
	}
	.product-item-small-line-kraski .btn_compare a:before{
	    background-image: url(/images/kraski/kraski_list_compare.png);
	}
	.product-item-small-line-kraski .btn_favorite.change a:before{
	    background-image: url(/images/kraski/kraski_list_favorite_add.png);
	}
	.product-item-small-line-kraski .btn_compare.change a:before{
	    background-image: url(/images/kraski/kraski_list_compare_add.png);
	}

	.product-item-small-line-kraski .product-item-container{
		width: 100%;
	    /* height: 165px; */
	    min-height: 165px;
	    border-radius: unset;
    	margin-bottom: 20px;
    	border: 1px solid #dbd6d6;
    	box-shadow: unset;
	}
	.product-item-small-line-kraski .product-item-wrap{
		display: flex;
		height: 100%;
	}
	.product-item-small-line-kraski .block_image{
		position: relative;
		width: 168px;
		/* height: 165px; */
        min-height: 165px;
	}
	.product-item-small-line-kraski .b_image{
		display: flex;
	    align-items: center;
	    justify-content: flex-start;
	    height: 100%;
	    /* position: absolute; */
	    /* top: 0; */
	    /* left: -60px; */
	    z-index: 1;
	}

    /*22.09.2023*/
	.product-item-small-line-kraski .b_image img{
        width: 100%;
        height: 100%;
        object-fit: contain;
	}
    /*22.09.2023*/

	.product-item-small-line-kraski .b_bg{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;

		background-color: #f5efe6;
	}
	.product-item-small-line-kraski .b_bg img{
		width: 100%;
		height: 100%;
		display: none;
	}



	.product-item-small-line-kraski .block_name{
		padding-top: 10px;
		padding-left: 30px;
		width: 250px;
	}
	.product-item-small-line-kraski .b_name{

	}
	.product-item-small-line-kraski .b_name a{
		font-size: 15px;
	}
	.product-item-small-line-kraski .b_btns{
		display: flex;
    	justify-content: flex-start;
		position: absolute;
	    bottom: 20px;
	}
	.product-item-small-line-kraski .b_btn {
		width: 30px;
		height: 30px;
		border-radius: 50%;
		border: 1px solid #e4e4e4;
		margin-right: 10px;
	}
	.product-item-small-line-kraski .b_btn a {
	    display: flex;
	    align-items: center;
	    justify-content: center;
		cursor: pointer;
		width: 100%;
		height: 100%;
	}
	.product-item-small-line-kraski .btn_fastview{

	}
	.product-item-small-line-kraski .btn_favorite{

	}
	.product-item-small-line-kraski .btn_compare{

	}



	.product-item-small-line-kraski .block_props{
		width: 320px;
    	padding: 10px 20px;
    	display: flex;
    	/*align-items: center;*/
	}
	.product-item-small-line-kraski .b_into{
		width: 100%;
        margin-top: 1px;
	}
	.product-item-small-line-kraski .b_item{
		font-size: 12px;
	    margin-bottom: 5px;
	    padding-bottom: 5px;
	    border-bottom: 1px solid #eaeaea;
	    display: flex;
    	justify-content: space-between;
	}
	.product-item-small-line-kraski .b_item div:first-child{
		font-weight: bold;
	}
	.product-item-small-line-kraski .b_item div:last-child{
		text-align: right;
		margin-left: 10px;
	}
	.product-item-small-line-kraski .block_buy{
        flex: 1;
    	min-width: 175px;
	    display: flex;
	    /* height: 100%; */
	    display: flex;
	    flex-wrap: wrap;
	    align-content: center;
	    text-align: center;
	    border-left: 1px solid #dbd6d6;
	}
	.product-item-small-line-kraski .b_prices_n_btn{
		width: 100%;
	}
	.product-item-small-line-kraski .b_prices{

	}
	.product-item-small-line-kraski .b_price{
		font-size: 20px;
	    color: #1c1c1c;
	    font-weight: bold;
	}
	.product-item-small-line-kraski .b_priceold{

	}
	.product-item-small-line-kraski .b_instock_n_btn{
		margin-bottom: 15px;
	}
	.product-item-small-line-kraski .b_instock{
		color: #7bc32f;
		font-weight: bold;
		font-size: 14px;
		margin-top: 10px;
	}
	.product-item-small-line-kraski .b_btns_buy{

	}
	.product-item-small-line-kraski .btn_buy{

	}
	.product-item-small-line-kraski .btn_buy a {
	    display: inline-block;
	    padding: 10px 20px;
	    text-decoration: none;
	    border: 1px solid #905792;
	    border-radius: 20px;
	    font-weight: bold;
	}
	.product-item-small-line-kraski .btn_oneclick{

	}
/*  */



/* 30.09.2022 */

.topmenu-left li.parent:nth-child(5) li:nth-child(1):hover li{
	/*width: 20%;*/
    width: calc(100% / 6);
}


/* 04.10.2022 */

.catalog-section .subsections .subsection{
	height: 40px;
}

/* 06.10.2022 */


.collect_div .compilation_add {
    padding: 0 10px;
}


/* 27.10.2022 */


.product-item-small-card2-kraski{
	/* margin-left: 20px; */
    width: 49%;
    float: unset;
}

.product-item-small-card2-kraski .product-item-container{
	width: 100%;
	box-shadow: none;
	min-height: 231px;
    padding-bottom: 25px;
    padding-top: 25px;
    border-bottom: 1px solid #dbd6d6;
    border-radius: unset;
}

col-xs-6 product-item-small-card2-kraski > .row {

}

/*.product-item-small-card2-kraski:nth-child(1) .product-item-container,*/
/*.product-item-small-card2-kraski:nth-child(2) .product-item-container*/
/*{*/
/*    padding-top: 0;*/
/*}*/
.product-item-small-card2-kraski:nth-child(1n) .product-item-container{
	margin-left: 25px;
}
.product-item-small-card2-kraski:nth-child(2n) .product-item-container{
	/*padding-left: 25px;*/
	border-left: 1px solid #dbd6d6;
}
.product-item-small-card2-kraski .card2_type{
	display: flex;
}
.product-item-small-card2-kraski .block_left{
	/* width: 50%; */
	width: 45%;
}
.product-item-small-card2-kraski .block_image{
	width: 100%;
	height: 180px;
}
.product-item-small-card2-kraski .block_image a{

}
.product-item-small-card2-kraski .b_image{
	position: absolute;
    z-index: 1;
    top: 10%;
    left: 0;
    text-align: center;
    width: 100%;
}
.product-item-small-card2-kraski .b_bg{
    width: 100%;
    height: 100%;
    margin-left: 0;
    background-color: #f5efe6;
}
.product-item-small-card2-kraski .b_bg img{
	width: 100%;
    height: 100%;
    display: none;
}
.product-item-small-card2-kraski .b_btns{
	position: absolute;
    top: 0;
    right: 0;
    display: flex;
    margin: 5px 5px 0 0;
    z-index: 2;
}
.product-item-small-card2-kraski .b_btn{
	width: 30px;
    height: 30px;
    border-radius: 50%;
    /* border: 1px solid #905792; */
    margin-left: 10px;
    background-color: #ffffff9c;
}
.product-item-small-card2-kraski .b_btn.change {
    /* background-color: #905792; */
    background-color: #ffffff;
}
.product-item-small-card2-kraski .b_btn:hover {
    /* -webkit-box-shadow: 0px 0px 3px 3px #90579240; */
    /* -moz-box-shadow: 0px 0px 3px 3px #90579240; */
	/* box-shadow: 0px 0px 3px 3px #90579240; */
	background-color: #ffffff;
}
.product-item-small-card2-kraski .b_btn img{
	display: none;
}
.product-item-small-card2-kraski .b_btn a{
	display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.product-item-small-card2-kraski .b_btn a:before{
	content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: 17px; */
}
.product-item-small-card2-kraski .btn_fastview{
	display: none;
}
.product-item-small-card2-kraski .btn_fastview a:before {
	background-image: url(/images/kraski/kraski_list_fastview.png);
}
.product-item-small-card2-kraski .btn_favorite a:before{
	background-image: url(/images/kraski/kraski_list_favorite.png);
}
.product-item-small-card2-kraski .btn_favorite.change a:before {
    background-image: url(/images/kraski/kraski_list_favorite_add.png);
}
.product-item-small-card2-kraski .btn_compare a:before{
	background-image: url(/images/kraski/kraski_list_compare.png);
}
.product-item-small-card2-kraski .btn_compare.change a:before {
    background-image: url(/images/kraski/kraski_list_compare_add.png);
}
.product-item-small-card2-kraski .block_right{
	padding-left: 20px;
	width: 50%;
}
.product-item-small-card2-kraski .b_name{

}
.product-item-small-card2-kraski .b_name a{
	font-size: 15px;
}
.product-item-small-card2-kraski .b_prices_n_btn{
	display: flex;
	/* justify-content: space-between; */
	/* margin: 20px 0; */
	flex-direction: column;
    flex-wrap: nowrap;
    position: absolute;
    bottom: 10px;
}
.product-item-small-card2-kraski .b_prices_ins{

}
.product-item-small-card2-kraski .b_prices{
	font-weight: bold;
	font-size: 17px;
}
.product-item-small-card2-kraski .b_instock_n_btn{
	margin-top: 5px;
    font-size: 12px;
}
.product-item-small-card2-kraski .b_instock{
	color: #7bc32f;
    font-weight: bold;
}
.product-item-small-card2-kraski .btn_buy{
	/* margin-top: 15px; */
	margin-top: 8px;
}
.product-item-small-card2-kraski .btn_buy a{
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid #905792;
    border-radius: 20px;
    font-weight: bold;
}
.product-item-small-card2-kraski .block_props{
    position: absolute;
    top: -25px;
    background-color: #ececec;
    z-index: 1;
    width: 100%;
    height: 231px;
    display: none;
}

.product-item-small-card2-kraski .product-item-container:hover .block_props{
    display: block;
}

.product-item-small-card2-kraski .b_into{
	padding-top: 5px;
}
.product-item-small-card2-kraski .b_item{
	padding: 3px 15px;
    font-size: 13px;
    color: #404040;
}
.product-item-small-card2-kraski .b_item div:nth-child(1){
	font-weight: bold;
}
.product-item-small-card2-kraski .bigbanka .b_image{
	width: 120px;
	top: 20%;
}
.product-item-small-card2-kraski .bigbanka .b_image img{
	width: 100%;
	height: 100%;
}
.product-item-small-card2-kraski .bigbanka .b_bg{
    width: 85%;
    margin-left: 35px;
}
.product-item-small-card2-kraski .class{

}









.product-item-small-cbig-kraski{
	/* margin-bottom: 50px; */
	margin-bottom: 25px;
	margin-left: 20px;
}
.product-item-small-cbig-kraski .product-item-container{
	width: 100%;
    box-shadow: unset;
}
.product-item-small-cbig-kraski .cbig_type{
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;

    border-bottom: 1px solid #dbd6d6;
    padding-bottom: 25px;
}
.product-item-small-cbig-kraski .block_left{
	width: 50%;
	/* margin-right: 20px; */

	margin-right: 0;
}
.product-item-small-cbig-kraski .block_image{
	height: 100%;
}
.product-item-small-cbig-kraski .b_image{
    position: absolute;
    top: 10%;
    left: 0;
    z-index: 1;
}
.product-item-small-cbig-kraski .b_bg{
	text-align: right;

	background-color: #f5efe6;
    margin-left: 40px;
    height: 100%;
}
.product-item-small-cbig-kraski .b_bg img{
	/* width: 90%; */

    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-item-small-cbig-kraski .b_btns{
	position: absolute;
    top: 0;
    right: 0;
    display: flex;
    margin: 5px 5px 0 0;
}
.product-item-small-cbig-kraski .b_btn{
	width: 30px;
    height: 30px;
    border-radius: 50%;
    /* border: 1px solid #905792; */
    margin-left: 10px;
    /* background-color: white; */
    background-color: #ffffff9c;
}
.product-item-small-cbig-kraski .b_btn.change {
    /* background-color: #905792; */
    background-color: #ffffff;
}
.product-item-small-cbig-kraski .b_btn img {
    display: none;
}
.product-item-small-cbig-kraski .b_btn:hover {
    /* -webkit-box-shadow: 0px 0px 3px 3px #90579240; */
    /* -moz-box-shadow: 0px 0px 3px 3px #90579240; */
    /* box-shadow: 0px 0px 3px 3px #90579240; */
    background-color: #ffffff;
}
.product-item-small-cbig-kraski .b_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.product-item-small-cbig-kraski .b_btn a:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: 12px; */
}
.product-item-small-cbig-kraski .btn_fastview{
	display: none;
}
.product-item-small-cbig-kraski .btn_fastview a:before {
    background-image: url(/images/kraski/kraski_list_fastview.png);
}
.product-item-small-cbig-kraski .btn_favorite a:before {
    background-image: url(/images/kraski/kraski_list_favorite.png);
}
.product-item-small-cbig-kraski .btn_favorite.change a:before {
    background-image: url(/images/kraski/kraski_list_favorite_add.png);
}
.product-item-small-cbig-kraski .btn_compare a:before {
    background-image: url(/images/kraski/kraski_list_compare.png);
}
.product-item-small-cbig-kraski .btn_compare.change a:before {
    background-image: url(/images/kraski/kraski_list_compare_add.png);
}

.product-item-small-cbig-kraski .block_right{
	width: 50%;
	padding-left: 40px;
    display: flex;
    flex-direction: column;
}
.product-item-small-cbig-kraski .b_name{
    font-size: 22px;
}
.product-item-small-cbig-kraski .b_prices_n_btn{

    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.product-item-small-cbig-kraski .b_prices_ins{
	display: flex;
	padding-top: 10px;
}
.product-item-small-cbig-kraski .b_prices{
	font-size: 20px;
    font-weight: bold;
    display: flex;
    align-content: center;
}
.product-item-small-cbig-kraski .b_instock_n_btn{
	font-size: 16px;
    margin-left: 20px;
    color: #7bc32f;
    padding-top: 2px;
}
.product-item-small-cbig-kraski .btn_buy{

}
.product-item-small-cbig-kraski .btn_buy a{
	display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid #905792;
    border-radius: 20px;
    font-weight: bold;
}

.product-item-small-cbig-kraski .block_text{
	font-size: 14px;
    margin-top: 20px;
    line-height: 20px;
}

.product-item-small-cbig-kraski .block_props{
	/* position: absolute;
    bottom: 0; */
    /* width: 90%; */
    width: 100%;
    margin-top: auto;
}
.product-item-small-cbig-kraski .b_into{

}
.product-item-small-cbig-kraski .b_item{
	display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    font-size: 13px;
    color: #404040;
}
.product-item-small-cbig-kraski .b_item:nth-child(odd){
	background-color: #f2f2f2;
}
.product-item-small-cbig-kraski .b_item div:nth-child(1){
	font-weight: bold;
}
.product-item-small-cbig-kraski .b_item div:nth-child(2) {
    text-align: right;
}


/*
.product-item-small-cbig-kraski:nth-child(even) .cbig_type{
    flex-direction: row-reverse;
}
.product-item-small-cbig-kraski:nth-child(even) .b_image{
	right: 0;
	left: unset;
}
.product-item-small-cbig-kraski:nth-child(even) .b_bg{
	text-align: left;
}
.product-item-small-cbig-kraski:nth-child(even) .b_btns{
    right: 45px;
}
.product-item-small-cbig-kraski:nth-child(even) .block_right{
   padding-left: 0;
   padding-right: 40px;
}
.product-item-small-cbig-kraski:nth-child(even) .block_left{
	margin-right: 0;
	margin-left: 20px;
}
*/
.product-item-small-cbig-kraski .bigbanka .b_image{
	top: 15%;
	width: 225px;
}
.product-item-small-cbig-kraski .bigbanka .b_image img{
	width: 100%;
}
.product-item-small-cbig-kraski .class{

}

.debug{
	position: absolute;
}
.debug .d_icon{
	display: inline;
    border: 1px solid blue;
    color: blue;
    border-radius: 50%;
    padding: 5px;
    width: 10px;
    height: 10px;
    font-size: 10px;
}
.debug .d_info{
	display: none;
	position: absolude;
	width: 200px;
	height: 300px;
}




/* 31.10.2022 */


	.order_with_help{

	}
	.order_with_help select{
		width: 100%;
	    display: none;
	}
@media(max-width: 500px){

	.order_with_help{
		text-align: left;
    	font-size: 15px;
	}
	.order_with_help select{
	    font-size: 13px;
	}
}

/* 31.10.2022 */

/* 23.11.2022 */
.find-error__button {
    height: 40px;
    width: 40px;
    overflow: hidden;
    white-space: nowrap;
    /* width: 100%; */
    background: #905792;
    color: #fff;
    border-radius: 5px;
    margin-left: 1px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.find-error__button:hover {
    width: 100%;
}

.find-error__button:before {
    content: '';
    display: block;
    height: 40px;
    width: 40px;
    background: url('/images/find_error_form/site-error-button-logo.svg') no-repeat center center / auto;
    flex-shrink: 0;
}

.find-error__button > div {
    padding-right: 15px;
    font-size: 14px;
    font-weight: bold;
}

.popup-form.find-error-form {
    width: 500px;
    box-sizing: border-box;
    padding: 35px 0 30px;
}

.find-error-form form {
    padding: 0 30px;
}

.find-error-form__title {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.form .find-error-form__button {
    width: 170px;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 0;
    margin: 20px auto 0;
    display: block;
    cursor: pointer;
}

.form .find-error-form__comment {
    height: 120px;
    box-sizing: border-box;
    border-radius: 16px;
    border: none;
    background: #ededed;
    font-family: Arial;
    font-size: 14px;
    padding: 15px 20px;
}

.form .find-error-form__comment {
    color: #0e0e0e;
}

.form .find-error-form__comment::placeholder {
    color: #0e0e0e;
}

.find-error-form__comment-label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 22px;
    color: #905792;
}

.find-error-form__rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 40px 35px 30px;
}

.find-error-form__rating > input {
    display: none;
}

.find-error-form__rating > label {
    display: none;
    width: 37px;
    height: 35px;
    cursor: pointer;
    background: url('/images/find_error_form/star.svg') no-repeat center center,
                url('/images/find_error_form/star_active.svg') no-repeat center center;
    background-size: auto, 0 0;
    /* background-image: url('/images/find_error_form/star.svg') url('/images/find_error_form/star_active.svg'); */
    display: block;
}

.find-error-form__rating > input:checked ~ label {
    background: url('/images/find_error_form/star_active.svg') no-repeat center center / auto;
}

.find-error-form__rating > label:hover,
.find-error-form__rating > label:hover ~ label {
    background: url('/images/find_error_form/star_active.svg') no-repeat center center / auto;
}

.find-error-form .errors-wrapper {
    height: 20px;
}

.find-error-form .errors-wrapper .errors {
    margin: 0;
}

.find-error-form__success-message {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #905792;
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 980px) {
    .popup-form.find-error-form {
        width: 100%;
    }

    .find-error-form__title {
        font-size: 22px;
    }
}

@media (max-width: 400px) {
    #cboxLoadedContent {
        width: 320px;
    }

    .find-error-form__title {
        font-size: 20px;
        padding: 0 20px;
    }

    .find-error-form form {
        padding: 0 20px;
    }

    .find-error-form__rating {
        margin: 40px 0 30px;
    }

    #quickOrderForm.popup-form {
        width: 100%;
        max-width: unset;
        box-sizing: border-box;
    }
}

@media (max-width: 330px) {
    #cboxLoadedContent {
        width: 310px;
    }
}

/* 06.12.2022 */

.showformlink{
	color: #905792;
}

input.error, textarea.error, select.error {
    border-color: #ff2222!important;
}

/* 07.12.2022 */


#poiskTitleOrderForm{
	padding: 40px 30px 0px 30px;
}

/* 09.12.2022 */


.detail_blocks_title{
	width: auto;
    background-color: #905792;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    margin-bottom: 5px;
}

.how_much_glue_top_content{
	margin-top: 30px;
}

.how_much_glue_top_content .content_block{
}

.how_much_glue_top_content .block_item {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.how_much_glue_top_content .block_item:nth-child(2n) {
	background-color: #f0f0f0;
	border-radius: 5px;
}

.how_much_glue_top_content .item_name {
	font-weight: bold;
	padding: 10px 0 10px 10px;
}

.how_much_glue_top_content .item_value {
	text-align: right;
	padding: 10px 10px 10px 0;
}

/* 15.12.2022 */

@media(max-width: 767px){
	.product-item-small-card .product-item-container {
	    height: 385px!important;
	}
}
/* 22.12.2022 */


.footer-contacts{
	width: 340px;
    padding-bottom: 50px;
}
.footer-bottom{
	float: unset;
}
footer.footer{
	height: auto;
}
@media(max-width: 600px){
	.footer-bottom-mobile-item b{
		display: inline-block;
	}
}
/* 22.12.2022 */

/* 16.12.2023 */
#title-search-input-scroll {
    width: 100%;
    box-sizing: border-box;
}
/* 16.12.2023 */

.side-buttons {
    display: none!important;
}


/* 05.02.2023 */
.cat-item-buy-block.link_button{

 }
.cat-item-buy-block.link_button .cat-item-buy-btn{
 	padding: 0 15px;
 }
.cat-item-image{
	width: 100%;
}
.cat-item-image .block-element-picture{
	width: 100%;
	height: auto;
}

.kraski_tab .cat-item-props-line{
	display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
}

.kraski_tab .cat-item-props-line{
	float: unset;
	text-align: right;
}
.kraski_tab .cat-item-props-name{
	text-align: left;
}



/* 16.02.2023 */



.main-page {
    float: unset;
}


/* 20.02.2023 */





.block-collection{
	float: unset;
}


.block-collection-item-ul a[href="/catalog/the-enchanted-garden/"]{
    font-size: 90%;
}

.block-calc-ob{
	float: unset;
}
.block-collection-mobile{
	float: unset!important;
}
.block-collection-mobile:after{
	content: '';
	display: inline-block;
	clear: both;
	width: 100%;
}

@media screen and (max-width:450px) {
	.main-title h1 {
	    height: 115px!important;
	}
}
/* 03.03.2023 */

.tab-block-catalog-index{
	display: none;
}


/* 03.06.2023 */

.tab-block-catalog-index{
	display: block;
}


/* 27.06.2023 */

.roistat-promo-wrap{
	display: none;
}


/* 30.07.2023 */

.search_result_block .s_preview img{
	width: auto;
}
.product-item__image img{
	width: 100%;
    object-fit: cover;
    /* max-width: 100%; */
}

/* 30.07.2023 */

/* 11.09.2023 */
@media(max-width:600px){
    #showrooms .at_tab {
        margin: 5px;
    }
    #showrooms .area_maps {
        width: 95%;
        box-sizing: border-box;
        margin: 0 auto;
    }
}
@media(max-width:550px){
    .slider-index .owl-nav button.owl-prev {
        left: 0;
    }
    .slider-index .owl-nav button.owl-next {
        right: 0;
    }
}

@media(max-width:460px){
    .slider-index .owl-nav button.owl-prev {
        left: 0;
    }
    .slider-index .owl-nav button.owl-next {
        right: 0;
    }
}
/* 11.09.2023 */

.product-detail .sale-block .add2basket,
.product-detail .sale-block .quick2order,
.product-detail .right-block .favorites_add {
    padding: 0;
    border: none;
}

.product-detail .right-block .favorites_add {
    font-size: 12px;
}

.product-detail .paint-table .add2basket-paint,
.product-detail .paint-table .quick2order-paint {
    padding: 0;
    border: none;
}

.product-detail .paint-table .quick2order-paint {
    text-decoration: underline dashed;
}


/* mobile catalog.element */
.elem-table button.add2basket,
.elem-table button.quick2order,
.elem-table button.btms_izbr {
    background: #fff;
}

.elem-table button.btms_odk {
    color: #FDB17B;
    border: 1px solid #FDB17B !important;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
}

.elem-table button.btms_izbr {
    font-size: 12px;
    color: #B1D67B;
    border: none;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
}

.product-item-wrap button.btn__cart {
    background: #fff;
}

@media screen and (max-width: 767px) {
    .elem-table button.btms_odk {
        width: 141px;
        border: 1px solid #AB76AE;
        border-radius: 5px;
        display: inline-block;
        margin-left: 0;
        line-height: 2.4;
        text-align: center;
    }

    .elem-table button.btms_izbr {
        width: 141px;
        border: 1px solid #AB76AE;
        border-radius: 5px;
        display: inline-block;
        line-height: 2.4;
        margin-left: 4px;
        text-align: center;
    }
}
/* mobile catalog.element */

@media (max-width: 700px) {
    .text_after_products .row {
        margin: 0 0 20px;
    }

    .text_after_products .row div {
        margin-left: 0;
    }
}

.podbor-oboi-index__title {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
    line-height: 1;
}

.podbor-oboi-index__title br {
    display: none;
}

.podbor-oboi-index__desc {
    line-height: 1.3;
}

.podbor-oboi-index .item_tabs {
    margin-bottom: 40px;
}

@media (max-width: 980px) {
    .podbor-oboi-index__title {
        text-align: center;
    }
}

@media (max-width: 720px) {
    .podbor-oboi-index__title br {
        display: inline;
    }
}

.top-right .suggestion {
    display: none;
    background: #905792;
    color: #fff;
    padding: 10px 10px;
    position: absolute;
    z-index: 100;
    border-radius: 10px;
    white-space: nowrap;
    top: 100%;
    left: calc(50%);
    transform: translate(-50%, -5px);
}

.top-viewed:hover .suggestion,
.top-fav:hover .suggestion,
.top-compare:hover .suggestion {
    display: block;
}

@media (max-width: 1199px) {
    .section-sertificates .row {
        margin-left: 0;
        margin-right: 0;
    }
}

.change-view-button {
    display: none;
}

@media (max-width: 720px) {
    .slider-index .owl-nav button.owl-next,
    .slider-index .owl-nav button.owl-prev {
        box-shadow: none;
        background-color: rgba(255, 255, 255, .5);
    }
    .slider-index .owl-nav button.owl-next:hover,
    .slider-index .owl-nav button.owl-prev:hover {
        background-color: rgba(144, 87, 146, .5);
    }
}

.show.opened {
    background: url('/images/hide.png') no-repeat 0 0;
}

.show.opened:hover {
    background: url('/images/hide_hover.png') no-repeat 0 0;
}

.catalog_spis.toggle {
    transition: unset;
}

.to-catalog-btn {
    display: flex;
    background: #915792;
    color: #fff;
    max-width: 160px;
    height: 36px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 18px;
    font-weight: bold;
    margin-top: 15px;
}

.to-catalog-btn:hover,
.to-catalog-btn:visited,
.to-catalog-btn:active,
.to-catalog-btn:focus {
    color: #fff;
}

.cookie-message {
    position: fixed;
    right: 90px;
    bottom: 50px;
    z-index: 100;
}

/*.cookie-message._left {*/
/*    right: unset;*/
/*    left: 15px;*/
/*}*/

.cookie-message__container {
    display: flex;
    position: relative;
    background: #fff;
    align-items: center;
    padding: 10px;
    border-radius: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.cookie-message__text {
    font-size: 12px;
    margin-right: 20px;
    padding-left: 17px;
}
.cookie-message__button {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #905792;
    border: none;
    padding: 13px 20px;
    line-height: 1;
    border-radius: 20px;
    cursor: pointer;
}
.cookie-message__close-btn {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right: 3px;
    top: -21px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.catalog_section_v2 .view-setings>ul select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

@media (max-width: 720px) {
    .cookie-message {
        right: unset;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .cookie-message__container {
        border-radius: unset;
        justify-content: space-between;
    }
    .cookie-message__close-btn {
        top: -25px;
    }
}

body.blockScroll {
    overflow: hidden;
}

.bx-session-message {
    display: none!important;
}

.catalog-phrase {
    color: #905792;
    margin: 15px 0;
    border: 1px solid #905792;
    padding: 8px 30px;
    text-align: center;
}

.catalog-phrase__container {
    margin-left: 30px;
}

@media (max-width: 767px) {
    .catalog-phrase__container {
        margin-left: 0;
    }
}


.fancybox__nav {
    position: unset;
}

.catalog-section-product .catalog_spis.toggle {
    margin-bottom: 15px;
}

@media (max-width: 1280px) {
    .sortbutton span {
        display: none;
    }
}


.card_item_v2.kraski_card .info_top {
    flex-direction: column;
}

.card_item_v2.kraski_card .old_price {
    padding-left: 0;
    line-height: 1;
}

.card_item_v2.kraski_card .i_info {
    padding-bottom: 5px;
}

.text_before_products p {
    display: inline;
}

#text_after_products:not(.text_after_products) {
    transform: translateY(-70px);
}

#text_after_products:not(.text_after_products).is_admin {
    transform: translateY(-160px);
}

.card_item_v2 .prod_instock {
    display: flex;
    align-items: center;
}

.available-hint {
    position: relative;
    margin-left: 5px;
    flex-shrink: 0;
}

.available-hint__btn {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #905792;
    color: #fff;
    font-size: 11px;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
    padding-top: 1px;
    text-align: center;
}
.discount-hint .available-hint__message {
    width: 170px;
    font-weight: 700;
    font-size: 12px;
}

.available-hint__message {
    position: absolute;
    display: none;
    background: #905792;
    color: #fff;
    width: 150px;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
    bottom: calc(100% + 10px);
    z-index: 1;
    left: -10px;
}

.available-hint:hover .available-hint__message {
    display: block;
}

.available-hint:hover .available-hint__btn::before {
    content: '';
    display: block;
    border-top: 8px solid #905792;
    position: absolute;
    width: 10px;
    bottom: calc(100% + 2px);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.card_item_v2 .item_into .prod_instock {
    width: auto;
}

@media (max-width: 500px) {
    .available-hint__message {
        left: -100px;
    }
}

.catalog-h2 {
    margin: 20px 0 10px 30px;
    font-size: 20px;
    color: #2b272b!important;
}

@media (max-width: 766px) {
    .catalog-h2 {
        margin: 20px 0 10px 0;
    }
}

.sticky-header #information_attention {
    visibility: hidden;
}

.filter-search-input {
    display: block;
    background: #eee url(/local/templates/index/img/icon/search.png) right 10px center no-repeat;
    border: none;
    width: calc(100% - 30px);
    height: 26px;
    border-radius: 13px;
    margin-bottom: 15px;
    padding: 0 40px 0 15px;
    box-sizing: border-box;
    background-size: 17px;
    max-width: 300px;
}

/* .catalog-section #top_panel .filter_block {
    display: none;
}

.catalog-section #top_panel .link_blocks {
    width: 100%;
} */

.fast-view__slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.fast-view__slide {
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.fast-view__slides-dots {
    display: flex;
    justify-content: center;
    padding: 5px;
    gap: 3px;
}

.fast-view__slides-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #905792;
    border-radius: 50%;
    box-sizing: border-box;
    flex-shrink: 0;
    cursor: pointer;
}

.fast-view__slides-dot.active {
    background: #905792;
}

.footer-links a {
    color: #adadad;
    text-decoration: none;
}

.footer-links a:first-child {
    margin-right: 10px;
}

.privacy-policy {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin: 10px 0;
}

#contacts_form .privacy-policy {
    align-items: center;
    margin: 0;
}

@media(max-width: 400px) {
    #contacts_form .privacy-policy {
        margin-bottom: 15px;
    }
}

.privacy-policy__checkbox {
    display: block;
    cursor: pointer;
}

/* Скрываем нативный чекбокс */
.privacy-policy__checkbox input {
    position: absolute;
    opacity: 0;
    width: 0!important;
    height: 0!important;
}

/* Стилизация кастомного чекбокса */
.privacy-policy__checkbox-checkmark {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    transition: all 0.3s;
    position: relative;
}

/* Стиль при активации */
.privacy-policy__checkbox input:checked + .privacy-policy__checkbox-checkmark {
    background-color: #905792;
    border-color: #905792;
}

/* Галочка (можно заменить на SVG или фон) */
.privacy-policy__checkbox input:checked + .privacy-policy__checkbox-checkmark::after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    left: 7px;
}

.privacy-policy .agreement_text, .privacy-policy .agreement {
    text-align: left!important;
    margin: 0!important;
    padding: 0!important;
}

.privacy-policy__checkbox input.error + .privacy-policy__checkbox-checkmark {
    border-color: red;
}

/* End */
/* /compilations/include_areas/head_fixed.css?16765393357742 */
/* /local/templates/index/css/products-groups.css?17464242565417 */
/* /local/templates/.default/components/bitrix/menu/catalog_mobile_new/style.css?1676539293425 */
/* /local/templates/.default/components/bitrix/news.list/header-showrooms-mobile/style.css?17322625092525 */
/* /local/templates/.default/components/uw/search.title/store/style.css?17200765572319 */
/* /local/templates/index/css/header_redesign.css?173806058610019 */
/* /local/templates/.default/components/bitrix/news.list/header-showrooms/style.css?17369442881678 */
/* /local/templates/.default/components/uw/search.title/store_new/style.css?17205071092319 */
/* /local/templates/.default/components/bitrix/sale.basket.basket.small/redesign/style.css?1719324629514 */
/* /local/templates/.default/components/bitrix/menu/top_menu_new/style.css?16765392936400 */
/* /local/templates/.default/components/bitrix/menu/main-menu-v2/style.css?174159041011146 */
/* /local/templates/.default/components/bitrix/news.list/slider-index/style.css?1700032754114 */
/* /local/templates/.default/components/bitrix/catalog.section/item-trend/style.css?17191775901237 */
/* /local/templates/.default/components/uniofweb/shop.window/basic/style.css?172007487545 */
/* /local/templates/index/styles.css?1752224049172392 */
