

/* Start:/local/templates/html/components-template/catalog-targets/style.css?16747277762461*/
.catalog-targets {
  margin-bottom: 23px; }
  @media (max-width: 767px) {
    .catalog-targets {
      margin-bottom: 13px; } }
  .catalog-targets__list {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .catalog-targets__list {
        flex-wrap: nowrap;
        overflow: auto;
        margin-right: -10px;
        padding-bottom: 10px; } }
  .catalog-targets__link {
    padding: 6px 13px;
    transition: all 0.3s ease;
    color: #000;
    margin-right: 14px;
    margin-bottom: 14px;
    white-space: nowrap;
    border-radius: 2px;
    position: relative;
    border: 1px solid #E1DBDB;
    display: flex;
    align-items: center;
    line-height: 1; }
    @media (max-width: 767px) {
      .catalog-targets__link {
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 2px 8px;
        font-size: 12px;
        margin-bottom: 0px; } }
    @media (min-width: 1024px) {
      .catalog-targets__link:hover {
        cursor: pointer;
        color: #4F758B;
        border-color: #4F758B; }
        .catalog-targets__link:hover:before {
          right: 0; } }
    .catalog-targets__link.active {
      background-color: #4F758B;
      border-color: #4F758B;
      color: #fff; }
  @media (min-width: 1024px) {
    .catalog-targets--inner .catalog-targets__link:hover {
      cursor: pointer;
      background-color: #3E3E3E;
      color: #fff; } }
  .catalog-targets--inner .catalog-targets__link.active {
    background-color: #3E3E3E; }

.choice_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
  gap: 10px; }
  .choice_list .link-reset {
    display: flex;
    align-items: center;
    color: #aaaaaa;
    fill: #aaaaaa; }
    @media (min-width: 1024px) {
      .choice_list .link-reset:hover {
        cursor: pointer;
        color: #4F758B;
        fill: #4F758B; } }
    .choice_list .link-reset .icon {
      transition: all .3s ease;
      margin-left: 8px; }

.filtered-list__item {
  padding: 4px 8px;
  display: flex;
  align-items: center;
  border: 1px solid #e4e4e4;
  border-radius: 2px; }
  .filtered-list__item span:first-child {
    color: #AAAAAA;
    padding-right: 3px; }
  @media (min-width: 1024px) {
    .filtered-list__item:hover {
      cursor: pointer;
      color: #4F758B;
      text-decoration: line-through; }
      .filtered-list__item:hover .icon {
        fill: #4F758B; } }
  .filtered-list__item .icon {
    margin-left: 8px; }

/* End */


/* Start:/local/templates/html/components-template/catalog-sort/style.css?1673947110395*/
.catalog-sort {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between; }
  @media (max-width: 1199px) {
    .catalog-sort__left {
      display: none; } }
  .catalog-sort__right {
    display: flex;
    align-items: center; }
    @media (max-width: 1199px) {
      .catalog-sort__right {
        justify-content: space-between;
        width: 100%; } }

/* End */


/* Start:/local/templates/html/components-template/seo-text/style.css?1703676739505*/
.seo-text {
  margin: 100px 0 0;
  color: #AAAAAA; }
  @media (max-width: 767px) {
    .seo-text {
      margin: 54px 0 0; } }
  .seo-text__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .seo-text__title {
        font-size: 18px; } }
  .seo-text__descr {
    font-size: 16px; }
    @media (max-width: 767px) {
      .seo-text__descr {
        font-size: 12px; } }
    .seo-text__descr p:not(:last-child) {
      margin-bottom: 20px; }

/* End */


/* Start:/local/templates/html/components/bitrix/catalog/catalog/slam/filter/catalog-ajax/style.css?16739442171237*/
/*.ajaxfilter-disabled {*/
	/*display: none;*/
/*}*/


/*.ajaxfilter-disabled input[type=checkbox] + label {*/
	/*color: #e5e5ea;*/
/*}*/

.ajax-result.filter-preloader:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	opacity: .5;
	z-index: 200;
}

.ajax-result .preloader.filter-preloader-block{
	display: none;
	opacity: 1;
	position: absolute;
	z-index: 200;
	top: 210px;
	left: 50%;
}
.checkbox.ajaxfilter-disabled label{
	color: #ccc!important;
}

.ajax-result.filter-preloader .preloader.filter-preloader-block{
	display: block;
}


@media (min-width: 980px) {
	.ext-prop-filter{
		display:none;
	}
}

.ajaxfilter-combo .form-group:not(:first-child).activate {
	-webkit-transform: translateY(-65px);
	transform: translateY(-65px);
	opacity: 0;
}

.ajaxfilter-combo .form-group:not(:last-child).deactivate {
	-webkit-transform: translateY(65px);
	transform: translateY(65px);
	opacity: 0;
}

.ajaxfilter-combo .form-group {
	transition: opacity .3s,-webkit-transform .3s;
	transition: transform .3s,opacity .3s;
	transition: transform .3s,opacity .3s,-webkit-transform .3s;
}

.hide-cnt{
	display: none;
}
/* End */


/* Start:/local/templates/html/components-template/catalog-product-list/style.css?16747277761215*/
.catalog-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -8px;
  width: 100%; }
  @media (max-width: 575px) {
    .catalog-product-list {
      margin: 0px; } }
  .catalog-product-list .product-card-wrap {
    padding: 0px 8px;
    width: 33.33%;
    margin-bottom: 32px; }
    @media (max-width: 1699px) {
      .catalog-product-list .product-card-wrap {
        width: 50%; } }
    @media (max-width: 991px) {
      .catalog-product-list .product-card-wrap {
        width: 50%;
        height: auto;
        margin-bottom: 20px; } }
    @media (max-width: 575px) {
      .catalog-product-list .product-card-wrap {
        width: 100%;
        padding: 0px; } }
    @media (min-width: 1024px) {
      .catalog-product-list .product-card-wrap:hover {
        cursor: pointer;
        z-index: 20; } }
  .catalog-product-list--v2 .product-card-wrap {
    width: 20%; }
    @media (max-width: 1699px) {
      .catalog-product-list--v2 .product-card-wrap {
        width: 25%; } }
    @media (max-width: 991px) {
      .catalog-product-list--v2 .product-card-wrap {
        width: 50%; } }
    @media (max-width: 575px) {
      .catalog-product-list--v2 .product-card-wrap {
        width: 100%; } }

/* End */


/* Start:/local/templates/html/components-template/content/style.css?16775913885463*/
.content img {
  max-width: 100%;
  display: block;
  border-radius: 0;
  line-height: 1.4;
  clear: both; }
  .content img[align='left'], .content img[align='center'], .content img[align='right'] {
    max-width: 100%;
    float: none;
    margin: 0 auto 20px; }
  @media (min-width: 1200px) {
    .content img[align='left'] {
      float: left;
      max-width: 40%;
      margin: 0 40px 20px 0; }
    .content img[align='right'] {
      float: right;
      max-width: 40%;
      margin: 0 0 20px 20px; }
    .content img[align='center'] {
      margin: 0 auto 20px; } }

.content img:not([class]) {
  margin-bottom: 40px; }

.content .content-img {
  clear: both; }
  .content .content-img .img-descr {
    display: block;
    margin-top: 15px;
    color: #828282;
    font-size: 14px;
    text-align: center;
    font-style: italic; }
  .content .content-img--left {
    float: left;
    margin: 20px 40px 40px 0; }
    @media (max-width: 768px) {
      .content .content-img--left {
        float: none;
        margin: 0 auto 40px; } }
    .content .content-img--left img {
      display: block;
      margin: 0 auto; }
  .content .content-img--right {
    float: right;
    margin: 0 0 20px 20px; }
    @media (max-width: 768px) {
      .content .content-img--right {
        float: none;
        margin: 0 auto 20px; } }
    .content .content-img--right img {
      display: block;
      margin: 0 auto; }
  .content .content-img--center {
    max-width: 100%;
    display: block;
    float: none;
    text-align: center;
    margin: 20px 0 40px; }
    .content .content-img--center img {
      margin: 0 auto; }
  .content .content-img--overlay {
    position: relative; }
    .content .content-img--overlay:after {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0px;
      left: 0;
      background: linear-gradient(180deg, #45007B 0%, rgba(44, 43, 43, 0) 100%);
      transform: matrix(1, 0, 0, -1, 0, 0); }

.content .video {
  width: 100%;
  max-width: 800px;
  height: 300px;
  margin: 0 auto 20px;
  display: block; }
  @media (min-width: 1200px) {
    .content .video {
      height: 500px; } }

.content ol:not(.list-reset),
.content ul:not(.list-reset) {
  margin: 25px 0 25px; }
  @media (min-width: 1200px) {
    .content ol:not(.list-reset),
    .content ul:not(.list-reset) {
      margin: 25px 0 20px; } }
  .content ol:not(.list-reset) li,
  .content ul:not(.list-reset) li {
    position: relative;
    padding: 0 0 0 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    margin: 0 0 12px; }
    .content ol:not(.list-reset) li:last-child,
    .content ul:not(.list-reset) li:last-child {
      margin: 0; }
  .content ol:not(.list-reset) li > ul,
  .content ol:not(.list-reset) li > ol,
  .content ul:not(.list-reset) li > ul,
  .content ul:not(.list-reset) li > ol {
    margin: 12px 0 10px; }
    @media (min-width: 1200px) {
      .content ol:not(.list-reset) li > ul,
      .content ol:not(.list-reset) li > ol,
      .content ul:not(.list-reset) li > ul,
      .content ul:not(.list-reset) li > ol {
        margin: 12px 0 10px; } }

.content ul:not(.list-reset) > li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4F758B;
  border: 1px solid #4F758B;
  position: absolute;
  top: 6px;
  left: 0; }

.content ol:not(.list-reset) {
  counter-reset: list;
  list-style: none; }
  .content ol:not(.list-reset) > li:before {
    content: counters(list, ".") ".";
    counter-increment: list;
    transform: none;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    color: #4F758B;
    position: absolute;
    top: 0;
    left: 0; }
  .content ol:not(.list-reset) > li > ol:not(.list-reset) li {
    padding: 0 0 0 45px; }
    .content ol:not(.list-reset) > li > ol:not(.list-reset) li > ol:not(.list-reset) li {
      padding: 0 0 0 60px; }

.content table {
  display: block;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: auto;
  width: 100%; }

.content th {
  padding: 12px 25px;
  font-weight: 700;
  background-color: #EEEEEE;
  text-align: left; }

.content td {
  padding: 12px 25px;
  border-bottom: 1px solid #E4E4E4; }
  .content td.color {
    color: #AAAAAA; }

.content {
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  color: #3E3E3E; }
  .content p {
    line-height: 1.5;
    margin-bottom: 20px; }
    .content p:last-child {
      margin: 0; }
    .content p.text-deleted {
      text-decoration: line-through; }
  .content a:not([class]) {
    color: #4F758B;
    text-decoration: none;
    padding: 2px;
    transition: color .3s; }
    .content a:not([class]):hover {
      color: #4F758B; }
  .content hr {
    position: relative;
    height: 1px;
    background: #AAAAAA;
    border: 0;
    margin: 35px 0; }
    @media (max-width: 767px) {
      .content hr {
        margin: 26px 0px; } }
    .content hr:after, .content hr:before {
      content: '';
      display: table;
      clear: both; }
  .content mark {
    background: #4F758B;
    color: #fff;
    font-weight: normal;
    padding: 0 5px;
    font-style: normal; }
  .content s {
    text-decoration: line-through; }
  .content blockquote {
    display: block;
    margin-bottom: 25px;
    padding: 28px 35px;
    color: #3E3E3E;
    line-height: 1.7;
    font-style: italic;
    letter-spacing: 0.03em;
    border-top: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA; }

/* End */
/* /local/templates/html/components-template/catalog-targets/style.css?16747277762461 */
/* /local/templates/html/components-template/catalog-sort/style.css?1673947110395 */
/* /local/templates/html/components-template/seo-text/style.css?1703676739505 */
/* /local/templates/html/components/bitrix/catalog/catalog/slam/filter/catalog-ajax/style.css?16739442171237 */
/* /local/templates/html/components-template/catalog-product-list/style.css?16747277761215 */
/* /local/templates/html/components-template/content/style.css?16775913885463 */
