

/* Start:/local/js/kraskovia/coloration/dist/coloration.bundle.css?173699388716969*/
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.t-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.t-row:first-child {
  height: calc(100% - 45px) !important;
}
@media only screen and (max-width: 420px) {
  .t-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.t-row .t-col {
  padding: 1em;
}
.t-row._col-1 .t-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.t-row._col-2 .t-col:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  width: 60%;
  max-width: 60%;
  min-width: 60%;
}
.t-row._col-2 .t-col:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}
@media only screen and (min-width: 1550px) {
  .t-row._col-2 .t-col:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .t-row._col-2 .t-col:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
@media only screen and (min-width: 1800px) {
  .t-row._col-2 .t-col:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
    width: 45%;
    max-width: 45%;
    min-width: 45%;
  }
  .t-row._col-2 .t-col:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 55%;
            flex: 1 1 55%;
  }
}
@media only screen and (max-width: 420px) {
  .t-row._col-2 .t-col:first-child,
  .t-row._col-2 .t-col:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
/* components */
.t-gallery {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.t-gallery .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  overflow-x: auto;
}
.t-gallery .title .t-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4em 1em;
  cursor: pointer;
  border-bottom: 1px solid #d6d6d6;
  white-space: nowrap;
  margin-bottom: 2px;
  color: #999;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.t-gallery .title .t-item:hover {
  color: #444;
}
.t-gallery .title .t-item._active {
  color: #222;
  cursor: default;
  font-weight: 400;
  border-color: #7a7a7a;
}
.t-gallery .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.t-gallery .content .t-item {
  height: 100%;
  display: none;
  border-radius: 12px !important;
  position: relative;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 111;
  background-size: cover;
}
.t-gallery .content .t-item._active {
  display: block;
}
.t-picture-img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cls-1 {
  fill: #222;
  fill-rule: evenodd;
}
.t-search {
  display: block;
  position: relative;
  padding-right: 1em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 420px) {
  .t-search {
    padding-left: 1em;
  }
}
.t-search input {
  line-height: 19px !important;
  width: 100% !important;
  border: none !important;
  border-bottom: 1px solid #cecece !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  font-size: 14px;
  padding: 7px 20px 7px 0;
  outline: 0;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.t-search input:hover {
  border-color: #7c7c7c;
}
.t-search input:active,
.t-search input:focus {
  border-color: #7c7c7c;
}
.t-search svg {
  width: 17px;
  height: 17px;
  position: absolute;
  right: 20px;
  top: 10px;
  opacity: 0.2;
}
.t-search svg > * {
  fill: #555;
}
.t-palettes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1em;
}
@media only screen and (max-width: 420px) {
  .t-palettes {
    padding-left: 1em;
  }
}
.t-palettes .t-palette {
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  padding: 0.4em 1em;
  cursor: pointer;
  border-bottom: 1px solid #d6d6d6;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  color: #999;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.t-palettes .t-palette:hover {
  color: #444;
}
.t-palettes .t-palette._active {
  color: #222;
  cursor: default;
  font-weight: 400;
  border-color: #7a7a7a;
}
.t-palettes .t-palette.history {
  padding: 2px;
  margin-left: auto;
  margin-right: 16px;
  border-bottom: none;
  cursor: pointer;
}
.t-palettes .t-palette.history svg {
  width: 22px;
  padding-top: 1px;
  fill: #999;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.t-palettes .t-palette.history:hover svg {
  fill: #222;
}
.t-palettes > div:nth-child(1) .t-palette {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.t-palettes > div:nth-child(2) .t-palette {
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.t-palettes > div:nth-child(3) .t-palette {
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.t-palettes > div:nth-child(4) .t-palette {
  -webkit-transition: opacity 1.1s ease;
  -o-transition: opacity 1.1s ease;
  transition: opacity 1.1s ease;
}
.t-palettes > div:nth-child(5) .t-palette {
  -webkit-transition: opacity 1.3s ease;
  -o-transition: opacity 1.3s ease;
  transition: opacity 1.3s ease;
}
.t-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1em;
  overflow: auto;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 420px) {
  .t-colors {
    max-height: 300px;
  }
}
.t-colors .t-color {
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  border-radius: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(20% - 2px);
          flex: 0 0 calc(20% - 2px);
  margin: 1px;
  /* padding: 3px; */
  height: 40px;
  text-align: right;
}
@media only screen and (max-width: 1420px) {
  .t-colors .t-color {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 2px);
            flex: 0 0 calc(25% - 2px);
  }
}
@media only screen and (max-width: 1220px) {
  .t-colors .t-color {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 2px);
            flex: 0 0 calc(33.33% - 2px);
  }
}
@media only screen and (max-width: 920px) {
  .t-colors .t-color {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 2px);
            flex: 0 0 calc(50% - 2px);
  }
}
.t-colors .t-color .text {
  text-align: right;
  padding-right: 5px;
  line-height: 5px;
  font-size: 10px;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.t-colors .t-color .text._dark {
  opacity: 1;
  color: #000;
}
.t-colors .t-color .text._light {
  opacity: 1;
  color: #fff;
}
.t-colors .t-color._selected {
  z-index: 3 !important;
  -webkit-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
          transform: scale(1) !important;
  border-color: #000 !important;
}
.t-stories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 1em;
  margin-right: 1em;
  border-top: 1px solid #d6d6d6;
  margin-top: 1em;
  padding-top: 1em;
  overflow: auto;
}
.t-stories .t-color {
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 2px);
          flex: 0 0 calc(25% - 2px);
  margin: 1px;
  /* padding: 3px; */
  height: 40px;
  text-align: center;
}
.t-stories .t-color .text {
  text-align: center;
  line-height: 34px;
  font-size: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.t-stories .t-color .text._dark {
  opacity: 1;
  color: #000;
}
.t-stories .t-color .text._light {
  opacity: 1;
  color: #fff;
}
.t-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.t-loading svg {
  -webkit-animation: spinner 0.6s linear infinite;
          animation: spinner 0.6s linear infinite;
  width: 50px;
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-button-next,
.swiper-button-prev {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  outline: none;
}
.t-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: -1em;
}
.t-result > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1em;
}
.t-result > * .t-bold {
  margin-right: 5px;
}
.t-result p {
  margin: 0;
}
.t-result ._empty {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-right: 20px;
}
@media only screen and (max-width: 420px) {
  .t-result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .t-result > * {
    margin-top: 0.7em !important;
  }
}
.t-bold {
  font-weight: 700;
}
.button {
  cursor: pointer;
  line-height: 18px;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  margin: 0;
  border: 1px solid;
  border-radius: 2px;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: 5px;
  text-align: center;
  background-color: #42aad4;
  border-color: #42aad4;
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: background-color ease 0.5s;
  -o-transition: background-color ease 0.5s;
  transition: background-color ease 0.5s;
  padding: 10px 25px 10px;
}
.button:hover {
  background-color: #5bb5da;
  border-color: #5bb5da;
}
@media only screen and (max-width: 420px) {
  .button {
    margin: auto;
  }
}
._right {
  margin-left: auto;
  margin-right: 20px;
}
.bx_scu .svg {
  margin-top: 10px;
  padding-right: 10px;
  cursor: pointer;
}
.bx_scu .svg svg {
  width: 70px;
  height: 70px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bx_scu .svg:hover svg {
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.8));
}
.mt-20 {
  margin-top: 2em;
}
.mt-30 {
  padding-top: 25px;
  padding-bottom: 10px;
}
[data-coloration-overlay] {
  z-index: 9999;
  position: absolute;
  top: -100%;
  left: -100%;
  bottom: -100%;
  right: -100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
[data-coloration-container] {
  border-radius: 13px;
  position: fixed;
  z-index: 10001;
  height: 90%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
      -ms-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  left: 50%;
  top: 50%;
  margin: 0;
  width: 90%;
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  padding: 12px;
  opacity: 0;
}
[data-coloration-container] > div {
  height: 100%;
}
[data-coloration-container] > div > .close {
  margin: 0;
  position: absolute;
  right: 33px;
  top: 29px;
  cursor: pointer;
  z-index: 2;
  display: block;
  border-radius: 0px;
  width: 14px;
  height: 14px;
  opacity: 1;
}
[data-coloration-container] > div > .close i {
  background: url(/bitrix/templates/aspro_next/images/svg/close_icons.svg) -1px -59px no-repeat;
  background-position: -1px -46px !important;
  display: block;
  border-radius: 0px;
  width: 14px;
  height: 14px;
  opacity: 1;
}
[data-coloration-container] > div > .head {
  border-bottom: 2px solid #34afd2;
  padding: 14px;
}
[data-coloration-container] > div > .head > * {
  margin: 0 !important;
}
[data-coloration-container] > div > .content {
  height: calc(100% - 58px);
}
[data-coloration-container] > div > .content .area {
  height: 100% !important;
}
[data-coloration-container] > div > .content .area > div {
  height: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
[data-coloration-container] .t-row .t-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  [data-coloration-container] .area {
    overflow-y: auto;
  }
  [data-coloration-container] .t-search {
    margin-top: 2em;
  }
  [data-coloration-container] .t-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  [data-coloration-container] .t-col {
    padding: 0 !important;
  }
  [data-coloration-container] .t-row._col-2 .t-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  [data-coloration-container] .t-colors .t-color {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - 2px);
            flex: 0 0 calc(20% - 2px);
  }
  [data-coloration-container] .t-gallery .content .t-item {
    position: relative;
    height: auto;
  }
  [data-coloration-container] .t-gallery .content .t-item::before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  [data-coloration-container] .t-gallery .content .t-item > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 620px) {
  [data-coloration-container] .t-colors .t-color {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 2px);
            flex: 0 0 calc(25% - 2px);
  }
}
@media only screen and (max-width: 420px) {
  [data-coloration-container] .t-colors .t-color {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 2px);
            flex: 0 0 calc(33% - 2px);
  }
}
[data-coloration-container] .scrollarea {
  width: 100%;
  max-width: 100%;
  overflow-y: scroll;
}
[data-coloration-container] .scrollarea::-webkit-scrollbar {
  width: 8px;
}
[data-coloration-container] .scrollarea::-webkit-scrollbar-track {
  background: #ffffff;
}
[data-coloration-container] .scrollarea::-webkit-scrollbar-thumb {
  background-color: #34afd2;
  border-radius: 8px;
  border: 3px solid #ffffff;
}
.mb-20 {
  margin-bottom: 2em;
}
/* End */


/* Start:/local/templates/bronekor/components/bitrix/catalog.element/main_bronekor/style.css?16817651602429*/
.pay_hide{background-color:#42aad4;border-color:#42aad4;color:#fff;font-size:14px;padding:20px 25px;margin:0;border:1px solid;border-radius:5px;transition:all 1s ease;cursor:pointer}
.pay_hide:hover{opacity:.8;transition:all 1s ease}
.hide-pay-block .button_block{display:none}
.hide-pay-block .wrapp_one_click{display:none!important}
.form-group{display:flex;flex-wrap:wrap;font-size:1rem}
.pay-title{font-size:2rem;font-weight:700;line-height:2rem;text-shadow:none;margin:0;padding:15px}
body .filter.label_block input + label{line-height:22px}
.form-group
.form-group>.req-input{background:#f7f7f7!important;border: 1px solid #cccccc!important;border-radius:2px;box-shadow:none;color:#383838;height:auto;font-size:1rem;padding:8px 13px 7px;width:100%;outline:none;line-height:40px;max-height:40px}
.rsform__bottom-ps{font-size:1.4rem;margin-bottom:10px}
.form-group>textarea{margin:0}
.buy_block>.k-popup{display:none}
.info_item .middle_info .buy_block >div.k-popup{display:none}
.under-fon{top:0;left:0;height:100%;z-index:20;position:fixed;width:100%;background:rgba(0,0,0,0.8)}
.k-popup{top:0;left:0;height:100%;z-index:1140;position:fixed;width:100%}
.popup-fon{display:flex;justify-content:center;align-items:center;height:100%;z-index:1000}
.k-container-popap{background:#fff;width:440px;height:auto;z-index:2000}
.h2-popup{font-size:24px;color:#3d3d3d;font-weight:700;text-align:center;text-transform:uppercase;margin-bottom:10px}
.form-group label{font-size:1.4rem;line-height:1.4rem}
.form-control,.form-group{margin:0}
.form-group>.form-control{background-color:#f7f7f7!important;border: 1px solid #cccccc!important;}
.p-popup{color:#303030;font-size:18px;text-align:center;font-weight:700;line-height:30px;padding:10px 20px 20px;text-transform:uppercase}
.popup-span{color:#e84d4d}
.close-r{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
.close-l{-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.close-line{position:absolute;display:block;top:100px;width:25px;height:1px;background-color:#fff}
.popup-close{position:absolute;margin-left:446px;margin-top:-85px;z-index:50;height:120px;width:50px;cursor:pointer}
@media (max-width: 575px) {
    .close-line{height:3px}
    .popup-close{margin-left:0;left:87%}
    .close-line{background:gray}
    .k-container-popap{width:90%}
}
@media (min-width: 576px) and (max-width: 767px) {
    .close-line{height:3px}
    .popup-close{margin-left:526px}
}
/* End */


/* Start:/local/templates/bronekor/components/bitrix/sale.gift.main.products/main/style.css?1736994745663*/
.bx_item_list_title {
    font-weight: bold;
    color: #000;
    background: #ebf4f8;
    vertical-align: middle;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
}
.bx_sale_gift_main_products.bx_wood .bx_item_list_title{background:#ebf4f8;}
.bx_sale_gift_main_products.bx_red .bx_item_list_title{background:#FBF1F0}
.bx_sale_gift_main_products.bx_green .bx_item_list_title{background:#F2FBEA}
.bx_sale_gift_main_products.bx_blue .bx_item_list_title{background:#ebf4f8}
.bx_sale_gift_main_products.bx_black .bx_item_list_title{background:#f1f4f7;}
.bx_sale_gift_main_products.bx_yellow .bx_item_list_title{background:#FBF7DB}
/* End */


/* Start:/local/templates/bronekor/components/bitrix/catalog.element/item_color_checker/style.css?16817651602765*/
.click-color {
  display: inline-block;
}
.item_colors_checker_frame.popup {
  min-width: 550px !important;
  max-width: 550px !important;
  padding: 0 !important;
}
.item_colors_checker_frame .form_head h2 {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  color: #555 !important;
  margin-left: 2em !important;
}
.item_colors_checker_frame.popup .form .form_head {
  border-bottom: none !important;
  padding: 16px !important;
}
.item_colors_checker_frame.popup .close {
  right: 17px !important;
  top: 17px !important;
}
.item_colors_checker_frame .tint .name-sku {
  font-size: 16px;
  margin-right: 20px;
}
.item_colors_checker_frame .c-colers {
  max-height: 700px;
  overflow-y: auto;
  padding: 0 3.6em !important;
}
@media only screen and (max-width: 700px) {
  .item_colors_checker_frame .c-colers {
    padding: 0 0 0 2em !important;
  }
}
.item_colors_checker_frame .bx_catalog_item_scu .bx_item_detail_scu ul li .cnt_item.pp {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  margin: 0 auto;
  display: block;
  transition: 0.2s;
}
.item_colors_checker_frame .bx_catalog_item_scu .bx_item_detail_scu ul li {
  text-align: center;
  width: 80px;
  padding: 0;
  margin-right: 8px;
}
.item_colors_checker_frame .bx_catalog_item_scu .bx_item_detail_scu ul li .cnt_item {
  transition: transform 0.1s ease-out;
}
.item_colors_checker_frame .bx_catalog_item_scu .bx_item_detail_scu ul li:hover {
  z-index: 111;
}
.item_colors_checker_frame .bx_catalog_item_scu .bx_item_detail_scu ul li:hover .cnt_item {
  transform: scale(2.2);
}
.item_colors_checker_frame .middle_info.main_item_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.item_colors_checker_frame .middle_info.main_item_wrapper .prices_block {
  flex: 1 1 50%;
}
.item_colors_checker_frame .middle_info.main_item_wrapper .buy_block {
  flex: 1 1 50%;
}
.item_colors_checker_frame .prices_block .price {
  width: 100%;
}
.item_colors_checker_frame .prices_block .cost.prices {
  display: block !important;
  padding-top: 17px;
}
.item_colors_checker_frame .info_item .top_info,
.item_colors_checker_frame .info_item .middle_info {
  overflow: visible !important;
}
.item_colors_checker_frame .sku_props .wrapper_sku div.bx_item_detail_scu {
  margin-top: 0;
}
.item_colors_checker_frame .show_class.bx_item_section_name {
  display: none;
}
.item_colors_checker_frame .info_item .top_info {
  border: none !important;
  padding: 0 !important;
}
.item_colors_checker_frame .item_main_info {
  margin-bottom: 1em;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 1em;
}
.item_colors_checker_frame .c-colers .coler .cnt_name {
  display: block !important;
  line-height: 13px;
  padding-top: 5px;
}
/*# sourceMappingURL=style.css.map */
/* End */
/* /local/js/kraskovia/coloration/dist/coloration.bundle.css?173699388716969 */
/* /local/templates/bronekor/components/bitrix/catalog.element/main_bronekor/style.css?16817651602429 */
/* /local/templates/bronekor/components/bitrix/sale.gift.main.products/main/style.css?1736994745663 */
/* /local/templates/bronekor/components/bitrix/catalog.element/item_color_checker/style.css?16817651602765 */
