

/* Start:/local/components/dev/catalog/templates/.default/style.css?17774126983074*/
.collection_banner_grid {
    display: flex;
    flex-wrap: wrap;
    margin: -10px; /* Компенсируем padding у дочерних элементов */
    margin-bottom: 10px;
}

.collection_banner_grid > div {
    flex: 0 0 calc(50% - 20px); /* 50% ширины минус отступы */
    margin: 10px; /* Равномерные отступы со всех сторон */
    box-sizing: border-box;

}
.collection_banner_grid a img{
    transition: all .5s ease;
}
.collection_banner_grid a:hover img {
    transform: scale(0.95);
}

.collection_banner_grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.collection-picture img{
    transition: all .5s ease;
}
.collection-picture:hover img{
    transform: scale(0.95);
}
@media (max-width: 1290px) {
    .collection_banner_grid {
        margin: -1%; /* Компенсируем margin дочерних элементов */
        margin-bottom: 1%;
    }
    .collection_banner_grid > div {
        flex: 0 0 calc(50% - 2%); /* 50% ширины минус 2% margin с каждой стороны */
        margin: 1%; /* Отступы 1% со всех сторон (1% + 1% = 2% между элементами) */
        box-sizing: border-box;
    }

}
@media (max-width: 730px) {
    .collection_banner_grid > div{
        width: 100%;
        flex: 0 0 100%;
        padding-right: 10px;
    }
}

.collection-desc{
    text-align: center;
    margin:10px 15px;
}
.collection-desc p{
    margin-bottom: 10px;
}
.collection-desc .collection_h1{
    font-size: 24px;
    font-weight: bold;
}
.collection-desc .collection_bold{
    font-weight: bold;
}
.catalog-search-empty {
    width: 100%;
    max-width: 760px;
    margin: 40px auto 80px;
    text-align: center;
}
.catalog-search-empty__title {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
}
.catalog-search-empty__text {
    margin-bottom: 24px;
    font-size: 16px;
}
.catalog-search-empty__form {
    display: flex;
    width: 100%;
    border: 1px solid #d9d9d9;
}
.catalog-search-empty__input {
    flex: 1;
    min-width: 0;
    height: 58px;
    padding: 0 20px;
    border: 0;
    font-size: 18px;
}
.catalog-search-empty__button {
    min-width: 150px;
    height: 58px;
    border: 0;
    background: #1f1f1f;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}
@media (max-width: 540px) {
    .collection-desc .collection_h1 {
        font-size: 20px;
    }

    .collection-desc p {
        font-size: 14px;
    }
    .catalog-search-empty {
        margin: 24px auto 48px;
    }
    .catalog-search-empty__title {
        font-size: 24px;
    }
    .catalog-search-empty__form {
        display: block;
        border: 0;
    }
    .catalog-search-empty__input,
    .catalog-search-empty__button {
        width: 100%;
    }
    .catalog-search-empty__input {
        border: 1px solid #d9d9d9;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.smart.filter/.default/style.css?1774444736794*/
.filterMenuList .color{
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    margin-right: 5px;
}

.custom-checkbox input:disabled + .checkmark {
    cursor: default!important;
    border-color: #bcbcbc!important;
    background-color: #d7d7d7!important;
}
.filterMenuListDown .custom-checkbox input:disabled + .custom-checkbox__value,
.filter-SIZE input:disabled + .custom-checkbox__value{
    opacity: .3;
}

.filterMenuLink{
    border-bottom: 1px solid rgba(20, 20, 20, 0.15);
    padding-bottom: 25px;
    color: #141414;
    font: normal 500 17px 'Manrope', sans-serif;
    line-height: 130%;
    text-transform: uppercase;
    width: 100%;
}
@media (max-width: 730px) {
    .filterMenuLink {
        font-size: 14px;
    }
}
/* End */


/* Start:/local/components/dev/catalog.section.icon.menu/templates/.default/style.css?17581197511619*/
.catalog-section-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

.catalog-section-grid a {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease;
    border-radius: 100px;
    overflow: hidden;
    color: #000;
    background-color: #F6F6F6;
    font-weight: bold;
}

.catalog-section-grid a:hover {
    transform: translateY(-5px);
}

.catalog-section-grid img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    display: block;
}

.catalog-section-grid span {
    text-align: center;
    font-size: 16px;
    width: 100%;
}

@media (max-width: 1600px) {
    .catalog-section-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }
}
@media (max-width: 1100px) {
    .catalog-section-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
}
@media (max-width:980px) {
    .catalog-section-grid span {
        font-size: 14px;
    }
}

@media (max-width: 850px) {
    .catalog-section-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-bottom: 30px;
    }

    .catalog-section-grid img {
        width: 43px;
        height: 43px;
    }
    .catalog-section-grid span {
        font-weight: normal;
    }
}

@media (max-width: 640px) {
    .catalog-section-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .catalog-section-grid span {
        font-size: 12px;
    }
}
/* End */


/* Start:/local/components/dev/catalog.list/templates/.default/style.css?17690015857469*/
.collection-picture{
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    max-width: 1920px;
    display: block;
}
.collection-picture img{
    width: 100%;
}

.section_seo_text{
    position: relative;
    z-index: 5;
    margin-top: 20px;
    display: flex;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    text-align: justify;
    font: normal normal 16px 'Manrope', sans-serif;
}
.section_seo_text h2,
.section_seo_text h3{
    margin-bottom: 10px;
    font-family: 'Manrope', sans-serif;
}
.section_seo_text p{
    margin-bottom: 10px;
}
.section_seo_text ul{
    list-style:initial;
    margin-left: 20px;
    margin-bottom: 10px;
}
.section_seo_text .col-50{
    width: calc(50% - 10px);
    margin-left: 20px;
}
.section_seo_text .col-50:first-child{
    margin-left: 0px;
}


.section_seo_text .more_read{
    text-align: center;
    display: block;
}
.section_seo_text .hideBlock{
    display: none;
}


@media (max-width: 1130px) {
    .section_seo_text{
        display: block;
    }
    .section_seo_text .col-50{
        width: 100%;
        margin-left: 0px;
    }
}
@media (max-width: 730px) {
    .section_seo_text{
        margin-top: 40px;
    }
}
@media (max-width: 540px) {
    .section_seo_text{
        margin-bottom: 30px;
        font-size: 14px;
    }
}














.mainRight .mainRightContent {
    align-items: stretch !important;
   /* justify-content: space-between !important;*/
}
.mainRightContent .sliderBlockMain, .catalog_list_banner{
    order: 1;
}
.catalog_list_banner{
    max-width: calc(50% - 10px);
    width: 100%;
    order:7;
    margin-bottom: 60px;
    position: relative;
}
.catalog_list_banner img{
    transition: all .5s ease;
}
.catalog_list_banner:hover img {
    transform: scale(0.95);
}

.catalog_list_banner picture,
.catalog_list_banner picture img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mainRight.active .catalog_list_banner{
    max-width: calc(44.8% - 110px);
    order:9;
}

.catalog_list_banner.b-l{
    order:15;
}
.mainRight.active .catalog_list_banner.b-l{
    order:19;
}
.section_seo_text ol {
    margin-left: 20px;
    margin-bottom: 10px;
}
@media (max-width: 1900px) {
    .catalog_list_banner {
        max-width: 49%;
        margin-bottom:0px;
    }
}
@media (max-width: 1320px) {
    .catalog_list_banner {
        margin-bottom: 35px;
    }
}
@media (max-width: 1290px) {
    .catalog_list_banner {
        order:5;
        max-width: 66%;
        margin-bottom: -10px;
    }
    .mainRight.active .catalog_list_banner{
        max-width: 49%;
        order:7;
    }

    .catalog_list_banner.b-l {
        order:11;
    }
    .mainRight.active .catalog_list_banner.b-l{
        order:15;
    }
}
@media (max-width: 1010px) {
    .catalog_list_banner {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .mainRight.active .catalog_list_banner{
        max-width: 66%;
        order: 5;
        height: auto;
        margin-bottom: 50px;
    }

    .catalog_list_banner.b-l {
        order:9;
    }
    .mainRight.active .catalog_list_banner.b-l{
        order:11;
    }
}
@media (max-width: 840px) {
    .catalog_list_banner,
    .mainRight.active .catalog_list_banner{
        max-width: 100%;
        order: 5;
    }
    .mainRight.active .catalog_list_banner.b-l{
        order:9;
    }
}

@media (max-width: 730px) {
    .catalog_list_banner{
        order: 7;
        margin-bottom: -30px;
    }
    .catalog_list_banner.b-l {
        order: 13;
    }
}
@media (max-width: 490px) {
    .catalog_list_banner{
        order: 5;
        margin-bottom: -50px;
    }
    .catalog_list_banner.b-l {
        order: 9;
    }
}

  .vitacci-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:.5rem;border:1px solid currentColor;text-decoration:none;cursor:pointer;transition:transform .15s ease,opacity .15s ease}
  .vitacci-btn:hover{transform:translateY(-1px)}
  .vitacci-btn--ghost{background:transparent;opacity:.85}

  .vitacci-usps__list{display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);padding:0;margin:0;list-style:none}
  .vitacci-usps__item{display:flex;gap:.75rem;align-items:flex-start;background:#fff;border:1px solid #eee;border-radius:.75rem;padding:1rem}
  .vitacci-usps__title{margin:.1rem 0 .25rem;font-size:1rem}
  .vitacci-usps__descr{margin:0;opacity:.85}

  .vitacci-styles{margin-block:2rem}
  .vitacci-styles__grid{list-style:none;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);padding:0;margin:0}
  .vitacci-styles__card{background:#fff;border:1px solid #eee;border-radius:.75rem;overflow:hidden}
  .vitacci-styles__card figure{margin:0}
  .vitacci-styles__card img{width:100%;height:auto;display:block}
  .vitacci-styles__card figcaption{padding:.75rem}
  .vitacci-styles__card h3{margin:.25rem 0 .5rem;font-size:1rem}
  .vitacci-styles__card p{margin:0;opacity:.9}

  .vitacci-size__wrap{display:grid;gap:1rem;}
  .vitacci-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #eee;border-radius:.5rem;overflow:hidden}
  .vitacci-table th,.vitacci-table td{padding:.75rem;border-bottom:1px solid #eee;text-align:left;font-size:.9375rem}
  .vitacci-table thead th{background:#f8f8f8;font-weight:600}
  .vitacci-size__note{background:#fff;border:1px dashed #ddd;border-radius:.5rem;padding:1rem}

.vitacci-styles-list {
 margin-left: 20px !important;
	}
.vitacci-order-list {
 margin-left: 20px !important;
	}

.vitacci-usps__title {
    margin-bottom: 20px;
}

  @media (max-width: 1200px){
    .vitacci-usps__list{grid-template-columns:repeat(2,1fr)}
.section_seo_text ul {
 margin-left: 0px;
	}
.section_seo_text ol {
 margin-left: 0px;
	}
  }
  @media (max-width: 1920px){
.section_seo_text ul {
 margin-left: 0px;
	}
.section_seo_text ol {
 margin-left: 0px;
	}
  }
  @media (max-width: 1024px){
    .vitacci-size__wrap{grid-template-columns:1fr}
    .vitacci-styles__grid{grid-template-columns:repeat(2,1fr)}
.section_seo_text ul {
 margin-left: 0px;
	}
.section_seo_text ol {
 margin-left: 0px;
	}
.vitacci-table-container {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .vitacci-table {
      min-width: 600px; /* Минимальная ширина для удобного просмотра */
      font-size: 0.875rem;
    }
    .vitacci-table th,
    .vitacci-table td {
      padding: 0.5rem 0.375rem;
    }
    .vitacci-size__wrap {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 640px){
.section_seo_text ul {
 margin-left: 0px;
	}
.section_seo_text ol {
 margin-left: 0px;
	}
    .vitacci-usps__list,.vitacci-styles__grid{grid-template-columns:1fr}
.vitacci-table-container {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .vitacci-table {
      min-width: 600px; /* Минимальная ширина для удобного просмотра */
      font-size: 0.875rem;
    }
    .vitacci-table th,
    .vitacci-table td {
      padding: 0.5rem 0.375rem;
    }
    .vitacci-size__wrap {
      grid-template-columns: 1fr;
    }
  }
/* End */
/* /local/components/dev/catalog/templates/.default/style.css?17774126983074 */
/* /local/templates/main/components/bitrix/catalog.smart.filter/.default/style.css?1774444736794 */
/* /local/components/dev/catalog.section.icon.menu/templates/.default/style.css?17581197511619 */
/* /local/components/dev/catalog.list/templates/.default/style.css?17690015857469 */
