

/* Start:/local/templates/mli/components/bitrix/catalog/catalog_new/style.css?17518737051735*/
.main-content {margin-top: 78px;}

.breadcrumbs {
  width: calc(100% - 80px);
  /*margin-bottom: 48px;*/
}

.breadcrumbs > a,
.breadcrumbs > span {
  /*font-family: 'PTSerif';*/
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 15px;
  color: #565656;
  text-decoration: none;
}

.breadcrumbs__separator {
  margin: 0 8px;
  position: relative;
  top: -3px;
  left: 2px;
}

.category {
  display: flex;
  width: calc(100% - 80px);
  justify-content: space-between;
}
.category-left {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-right: 40px;
  min-width: 220px;
}
.category__menu {
  position: sticky;
  top: 75px;
  display: flex;
  flex-direction: column;
  padding-right: 40px;
  min-width: 220px;
}

.category__menu > a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 15px;
  text-decoration: none;
  color: #565656;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: all 0.3s ease-in;
}
.category__menu > a.active {
  text-decoration: underline;
  font-weight: 600;
}
.category__menu > a:hover {
  text-decoration: underline;
}

.category__item {
}

.category__item--red {
  font-weight: 600 !important;
  color: red !important;
}

.category__item--selected {
  font-weight: 600 !important;
  text-decoration: underline !important;
}

.category-products {
  /*flex:1;*/
}

.category-products .products {
  max-width: 100%;
}

.search-page input[type="submit"] {
  transition: all 0.3s ease-in;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  border: none;
  width: 100%;
  max-width: 300px;
  background: #565656;
  border-radius: 8px;
  padding: 14px 12px;
  color: #fff;
  cursor: pointer;
}
/* End */


/* Start:/bitrix/components/bitrix/player/templates/.default/style.min.css?1734763755122*/
td.popupmenu div.popupitem .playlist-edit{background-image:url(/bitrix/components/bitrix/player/images/playlist_edit.gif)}
/* End */


/* Start:/local/templates/mli/components/bitrix/catalog.element/product/style.css?17500701709928*/
.slider-wrapper {
  width: 100%;
  display: flex;
  transform: translateZ(0);
  z-index: 2;
}
.product {
  display: grid;
  grid-template-columns: 70% 30%;
  max-width: 1160px;
  margin-top: 40px;
  margin-bottom: 60px;
  width: calc(100% - 80px);
  gap:20px;
}

.product__title {
  font-family: "Inter";
  font-style: normal;

  font-weight: 600;
  font-size: 16px;

  color: #565656;

  margin-bottom: 12px;
}

.product-images {
  display: flex;
  gap: 20px;
}

.product-images .product-images__status {
  position: absolute;
  top: 12px;
  left: 8px;
  z-index: 1;
}

.product-images .product-images__status span {
  padding: 5px;
  text-transform: uppercase;
  color: #fff;
}

.product-images .product-images__status .new {
  background: #565656;
}

.product-images .product-images__status .sale {
  background: red;
}

.product-images-list {
}

.product-images-list__item {
  margin-bottom: 18px;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s ease-in;
}
.product-images-list__item--active {
  opacity: 1;
}
.product-images-list__item:hover {
  opacity: 1;
}
.product-images-list__item > img {
  width: 100%;
  max-width: 90px;
}

.product-images__main {
  position: relative;
  max-width: 630px;
  width: 100%;

}

.product-images__main > img {
  width: 100%;
  max-width: 630px;
  transform: translateZ(0);
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
.product-images__main > img.loaded {
    opacity: 1;
}
.product-cart {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
}

.product-cart > h1 {
  font-family: "Inter", Arial, sans-serif;
  font-size: 24px;
  margin: 0px;
  max-width: 300px;
}

.product-article {
  font-size: 14px;
  padding-bottom: 16px;
}

.product-price {
  text-decoration: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 15px;
  color: #565656;
}

.product-price--old {
  text-decoration: line-through;
  color: #a6a6a6;
  font-size: 16px;
  margin-left: 8px;
}

.product-colors {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.product-colors__items {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
}

.product-colors__items--current {
  border: 1px solid #000;
  cursor: auto;
}

.product-size {
  position: relative;
}

.product-size.active > span {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.product-size.active .product-size__body {
  display: flex;
}

.product-size > span {
  border: 1px solid #565656;
  border-radius: 8px;
  line-height: 41px;
  padding: 0px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-size__arrow {
}

.product-size__arrow {
  width: 14px;
  height: 10px;
  cursor: pointer;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 8px;
}

.product-size__arrow::before {
  content: "";
  transform: rotate(45deg);
  width: 8px;
  display: block;
  height: 1px;
  background: #001424;
  position: relative;
  top: 5px;
  right: 0px;
}

.product-size__arrow::after {
  content: "";
  width: 8px;
  bottom: 1px;
  transform: rotate(-45deg);
  display: block;
  height: 1px;
  background: #001424;
  position: relative;
  top: 4px;
  right: -6px;
}

.product-size > span.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}

.product-size > span.error {
  border-color: #f01414;
  color: #f01414;
}

.product-size > span.error .product-size__arrow::before,
.product-size > span.error .product-size__arrow::after {
  background: #f01414;
}

.product-size.active .product-size__arrow::before {
  right: -6px;
}

.product-size.active .product-size__arrow::after {
  right: 0;
}

.product-size__body {
  position: absolute;

  display: none;
  flex-direction: column;
  z-index: 1;
  background: #fff;
  width: 99.4%;
  border: 1px solid #565656;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.product-size__body > span {
  cursor: pointer;
  padding-left: 16px;
  line-height: 34px;
}

.product-size__body > span:hover {
  background: #f2f2f2;
}

.product-add {
  transition: all 0.3s ease-in;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  border: none;
  width: 100%;
  max-width: 300px;
  background: #565656;
  border-radius: 8px;
  padding: 14px 12px;
  color: #fff;
  cursor: pointer;
}
.product-add > noindex {
  display: none;
}
.product-add:hover {
  background-color: #343434;
}

.product-add.in-cart {
  background-color: #20a464;
}

.product-add.in-cart:hover {
  background: #17844f;
}

.product-warehouses {
  margin-bottom: 32px;
}

.product-warehouses__item {
  display: flex;
  justify-content: space-between;
}

.product-warehouses__item > span {
}

.product-desc {
}

.product-desc__item {
  border-top: 1px solid #bdbdbd;
  max-width: 300px;
}

.product-desc__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  cursor: pointer;
}

.product-desc__arrow {
  width: 14px;
  height: 10px;
  cursor: pointer;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 8px;
  transform: rotate(-90deg);
}

.product-desc__arrow::before {
  content: "";
  transform: rotate(45deg);
  width: 8px;
  display: block;
  height: 1px;
  background: #001424;
  position: relative;
  top: 5px;
  right: -1px;
}

.product-desc__arrow::after {
  content: "";
  width: 8px;
  bottom: 1px;
  transform: rotate(-45deg);
  display: block;
  height: 1px;
  background: #001424;
  position: relative;
  top: 4px;
  right: -6px;
}
.product-desc__title.active .product-desc__arrow{
  transform: none;
}
.product-desc__spec {
  height: 0;
  overflow: hidden;
}
.product-desc__spec.active {
  height: 100%;
}
.product__table-size {
  display: inline;
  margin-top: -12px;
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  color: #565656;
  border-bottom: 1px dotted;
  max-width: 127px;
}

.product__table-size:hover {
  border-bottom: 1px dotted #fff;
}

.product-images__main--slider {
  display: none;
                    overflow: hidden;
                }
                .product-images__main--slider > .slider-wrapper > .slider__items {
                    flex: 0 0 100%;
                }
                .slider__indicators {
                    display: flex;
                    margin: -20px auto 0 auto;
                    z-index: 1;
                    max-width: max-content;
                    position: absolute;
                    transform: translateX(-50%);
                    left: 50%;
                }
                .slider__indicators > div {
                    width: 8px;
                    height: 8px;
                    border-radius: 100%;
                    border: 1px solid #001424;
                    margin-right: 12px;
                }
                .slider__indicators > div.active {
                    background: #001424;
                    border-color: #001424;
                }
.product-images__main {
  z-index:1;
  opacity:1;
}
@media (max-width: 1240px) {
  .product-cart {
  }
}

@media (max-width: 992px) {
  .breadcrumbs {
    width: calc(100% - 20px) !important;
  }
  .product {
    width: calc(100% - 20px);
    margin:20px 0 30px 0;
    grid-template-columns: 1fr 0.8fr;
  }
  
  .product-images-list {
    display: none;
  }

  .product-cart {
    row-gap: 16px;
    width: 100%;
  }

  .product-cart > h1 {
    font-size: 20px;
  }

  .product-article {
    padding-bottom: 8px;
  }

  .product-price {
    font-size: 18px;
  }

  .product-desc__item {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .product-images__main {
    display: none;
  }
  .product-images__main--slider {
    display: block;
    position: relative;
  }
  .product {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .product-cart > h1 {
    max-width: 100%;
  }
  .product-images,
  .product-images__main {
    width: 100%;
    max-width: 100%;
  }

  .product-images__main > img {
    max-width: 100%;
  }

  .product-images-list {
  }
  .product-cart {
    margin:0 auto;
    width: calc(100% - 20px);
  }
  .product-warehouses {
    margin-bottom: 16px;
  }
}
@media (max-width: 640px) {
  .product-fixed-action {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: calc(100% - 24px);
    border-top: 1px solid #ebe6e1;
    background-color: #fff;
    padding: 12px;
    margin: 0;
  }
  .product-add {
    max-width: 100%;
  }
  .product-add > noindex {
    display: inline-block;
  }
  .ag_chatpanel_wrap.mobile_position_right {
    bottom: 80px !important;
    right: 12px !important;
  }
}
#size-chart p {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  margin-bottom: 34px;
  color: #565656;
}

#size-chart span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 15px;
  color: #565656;
  display: block;
  margin-bottom: 14px;
}

#size-chart table {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
#size-chart table {
  border-collapse: collapse;
}
#size-chart table tr {
  border-top: 1px solid #828282;
}
#size-chart table tr:first-of-type {
  border-top: none;
}
#size-chart table tr td {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  padding: 14px;
  padding-left: 0;
  color: #565656;
}

#size-chart table tr:first-of-type td {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #565656;

  width: 20%;
}

/* End */


/* Start:/local/components/mli/any.questions.form/templates/.default/style.css?17430607583475*/
.questions {
    display: none;
}
.questions__title {
    margin-bottom: 12px;
}
.questions__body {
    width: calc(100vw - 24px);
    display: flex;
    transform: translateZ(0);
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 10px;
    padding-right: 24px; 
}

.questions__body::-webkit-scrollbar {
    display: none;
}

.questions__item {
    flex-shrink: 0;
    border: 1px solid #565656;
    color: #565656;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    padding: 10px 17px 11px 16px;
    border-radius: 8px;
}
.questions__item:last-child {
    margin-right: 24px;
}

.questions__item--icon {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
    line-height: 1;
}

.questions__item--icon.wa {
    background-image: url(/local/components/mli/any.questions.form/templates/.default/images/wa.svg);
    height: 16px;
    width: 16px;
}
.questions__item--icon.tg {
    background-image: url(/local/components/mli/any.questions.form/templates/.default/images/tg.svg);
    height: 16px;
    width: 16px;
}
.questions__item--icon.email {
    background-image: url(/local/components/mli/any.questions.form/templates/.default/images/mail.svg);
    height: 16px;
    width: 16px;
}
.questions__item--icon.phone {
    background-image: url(/local/components/mli/any.questions.form/templates/.default/images/phone.svg);
    height: 16px;
    width: 16px;
}
@media screen and (max-width: 768px) {
    .questions { 
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        max-width: 768px;
    }
}
/*
.catalog-item__questions {
    display: none;
}

.catalog-item__questions:after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (max-width: 1199px) {
    .catalog-item__questions {
        display: block;
    }
}

.catalog-item__questions--title {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #565656;
    margin: 0 0 12px;
}

.catalog-item__questions--items {
    position: relative;
    display: flex;
    overflow-x: scroll;
    list-style: none;
    margin-bottom: 20px;
}

.catalog-item__questions--items::-webkit-scrollbar {
    display: none;
    width: 0;
    background: transparent;
}

.catalog-item__questions--item {
    display: inline;
    float: left;
    padding: 0;
    width: auto;
    margin-right: 12px;
}

.catalog-item__questions--item a {
    background: transparent;
    border: 1px solid #565656;
    color: #565656;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    height: auto;
    margin: 0;
    display: flex;
    padding: 10px 17px 11px 16px;
    border-radius: 8px;
}

.catalog-item__questions--item a span {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.catalog-item__questions--icon {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
    line-height: 1;
}

.catalog-item__questions--icon.wa {
    background-image: url(/local/components/mli/any.questions.form/templates/.default/images/wa.svg);
    height: 16px;
    width: 16px;
}
.catalog-item__questions--icon.tg {
    background-image: url(/local/components/mli/any.questions.form/templates/.default/images/tg.svg);
    height: 16px;
    width: 16px;
}
.catalog-item__questions--icon.email {
    background-image: url(/local/components/mli/any.questions.form/templates/.default/images/mail.svg);
    height: 16px;
    width: 16px;
}
.catalog-item__questions--icon.phone {
    background-image: url(/local/components/mli/any.questions.form/templates/.default/images/phone.svg);
    height: 16px;
    width: 16px;
}
*/
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?173476375451*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/mli/components/bitrix/catalog/catalog_new/style.css?17518737051735 */
/* /bitrix/components/bitrix/player/templates/.default/style.min.css?1734763755122 */
/* /local/templates/mli/components/bitrix/catalog.element/product/style.css?17500701709928 */
/* /local/components/mli/any.questions.form/templates/.default/style.css?17430607583475 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?173476375451 */
