

/* Start:/local/components/kraskovia/coloration_bronekor/templates/.default/style.css?168176519712783*/
.d-flex {
  display: flex !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-center {
  align-items: center !important;
}
body.demo {
  font-family: 'Ubuntu', sans-serif;
}
.sku_props .bx_size ul li.missing {
  display: none !important;
}
#tint {
  max-height: 100vh;
  overflow: hidden;
  height: 100vh;
  width: 100%;
}
#tint *,
#tint *:after,
#tint *:before {
  box-sizing: border-box;
}
#tint .js-bg-change {
  background: #ffffff;
}
#tint .t-col {
  height: 100%;
  overflow: hidden;
}
#tint .t-col:last-child {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 420px) {
  #tint > *,
  #tint > * > * {
    height: 100%;
  }
}
@media only screen and (max-width: 420px) {
  #tint {
    height: 100vh;
    max-height: 100vh;
  }
}
#tint .swiper-slide {
  width: 100%;
}
.t-row {
  display: flex;
  flex-wrap: nowrap;
}
.t-row:first-child {
  height: calc(100% - 45px) !important;
}
@media only screen and (max-width: 420px) {
  .t-row {
    flex-direction: column;
  }
}
.t-row .t-col {
  padding: 1em;
}
.t-row._col-1 .t-col {
  flex: 1 1 100%;
}
.t-row._col-2 .t-col:first-child {
  flex: 1 1 60%;
  width: 60%;
  max-width: 60%;
  min-width: 60%;
}
.t-row._col-2 .t-col:last-child {
  flex: 1 1 40%;
}
@media only screen and (min-width: 1550px) {
  .t-row._col-2 .t-col:first-child {
    flex: 1 1 50%;
    width: 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .t-row._col-2 .t-col:last-child {
    flex: 1 1 50%;
  }
}
@media only screen and (min-width: 1800px) {
  .t-row._col-2 .t-col:first-child {
    flex: 1 1 45%;
    width: 45%;
    max-width: 45%;
    min-width: 45%;
  }
  .t-row._col-2 .t-col:last-child {
    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 {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
/* components */
.t-gallery {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.t-gallery .title {
  display: flex;
  margin-bottom: 1em;
  overflow-x: auto;
}
.t-gallery .title .t-item {
  display: flex;
  padding: 0.4em 1em;
  cursor: pointer;
  border-bottom: 1px solid #d6d6d6;
  white-space: nowrap;
  margin-bottom: 2px;
  color: #999;
  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 {
  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%;
  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;
  box-shadow: none;
  border-radius: 0;
  font-size: 14px;
  padding: 7px 20px 7px 0;
  outline: 0;
  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;
}
.svg._small svg {
  width: 54px !important;
  height: 54px !important;
  margin-left: 5px;
}
.t-palettes {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
@media only screen and (max-width: 420px) {
  .t-palettes {
    padding-left: 1em;
  }
}
.t-palettes .t-palette {
  transition: opacity 0.1s ease;
  padding: 0.4em 1em;
  cursor: pointer;
  border-bottom: 1px solid #d6d6d6;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  color: #999;
  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;
  transition: all 0.2s ease;
}
.t-palettes .t-palette.history:hover svg {
  fill: #222;
}
.t-palettes > div:nth-child(1) .t-palette {
  transition: opacity 0.2s ease;
}
.t-palettes > div:nth-child(2) .t-palette {
  transition: opacity 0.5s ease;
}
.t-palettes > div:nth-child(3) .t-palette {
  transition: opacity 0.8s ease;
}
.t-palettes > div:nth-child(4) .t-palette {
  transition: opacity 1.1s ease;
}
.t-palettes > div:nth-child(5) .t-palette {
  transition: opacity 1.3s ease;
}
.t-colors {
  display: flex;
  flex-wrap: wrap;
  padding: 1em;
  padding-left: 0;
  overflow: auto;
  align-content: baseline;
  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;
  transition: border-color 0.3s ease;
  border-radius: 5px;
  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 {
    flex: 0 0 calc(25% - 2px);
  }
}
@media only screen and (max-width: 1220px) {
  .t-colors .t-color {
    flex: 0 0 calc(33.33% - 2px);
  }
}
@media only screen and (max-width: 920px) {
  .t-colors .t-color {
    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;
  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;
  transform: scale(1) !important;
  border-color: #000 !important;
}
.t-stories {
  display: flex;
  flex-wrap: wrap;
  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;
  transition: border-color 0.3s ease;
  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;
  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: flex;
  align-items: center;
  justify-content: center;
}
.t-loading svg {
  animation: spinner 0.6s linear infinite;
  width: 50px;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.swiper-button-next,
.swiper-button-prev {
  filter: brightness(0) invert(1);
  outline: none;
}
.t-result {
  display: flex;
  width: 100%;
  margin-bottom: 0.5em;
  align-items: center;
  justify-content: start;
  margin-top: -1em;
}
.t-result > * {
  display: flex;
  margin-left: 1em;
  white-space: nowrap;
}
.t-result > * .t-bold {
  margin-right: 5px;
}
.t-result p {
  margin: 0;
}
.t-result ._empty {
  flex: 1 1 100%;
  justify-content: end;
  margin-right: 20px;
}
@media only screen and (max-width: 420px) {
  .t-result {
    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;
  transition: background-color 0.3s ease;
  border-radius: 5px;
  text-align: center;
  background-color: #42aad4;
  border-color: #42aad4;
  color: #ffffff;
  font-size: 14px;
  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;
}
._colors ._color {
  flex: auto;
  max-width: 70px;
  padding: 0;
  width: 80px;
  margin: 7px 5px 0 0;
}
._colors ._color * {
  display: block;
}
._colors ._color .cnt_item {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-width: 2px;
  width: 70px;
  height: 70px;
  display: block;
}
.bx_scu .svg {
  margin-top: 3px;
  padding-right: 10px;
  cursor: pointer;
  min-height: auto;
  min-width: auto;
}
.bx_scu .svg svg {
  width: 70px;
  height: 70px;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
  transition: all 0.2s ease;
}
.bx_scu .svg:hover svg {
  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;
  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: flex;
  flex-direction: column;
  justify-content: space-between;
}
[data-coloration-container] .t-row .t-col {
  display: flex;
  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 {
    flex-direction: column;
  }
  [data-coloration-container] .t-col {
    padding: 0 !important;
  }
  [data-coloration-container] .t-row._col-2 .t-col {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  [data-coloration-container] .t-colors .t-color {
    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%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 620px) {
  [data-coloration-container] .t-colors .t-color {
    flex: 0 0 calc(25% - 2px);
  }
}
@media only screen and (max-width: 420px) {
  [data-coloration-container] .t-colors .t-color {
    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;
}
/*# sourceMappingURL=style.css.map */
/* End */
/* /local/components/kraskovia/coloration_bronekor/templates/.default/style.css?168176519712783 */
