

/* Start:/local/components/bizprofi.strong/catalog/templates/.default/bitrix/catalog.section.list/tags/style.css?17368720611895*/
.catalog-tags {
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.catalog-tags.active .catalog-tags__item:nth-child(1n + 5) {
  display: block;
}

.catalog-tags__item {
  display: block;
  background-color: transparent;
  border-radius: 40px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
  padding: 13px 25px;
  color: #6D7686;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: .2s;
  transition: .2s;
}

.catalog-tags__item.active {
  background-color: #BFE4EB;
  color: #19398B;
}

 
.catalog-tags__dropdown {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.catalog-tags__dropdown i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-tags__dropdown i span {
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #6D7686;
  opacity: 0.3;
  margin-right: 4px;
  -webkit-transition: .2s;
  transition: .2s;
}

.catalog-tags__dropdown i span:last-child {
  margin-right: 0;
}

.catalog-tags__dropdown > span span:last-child {
  display: none;
}

.catalog-tags__dropdown.active-list > span span:first-child {
  display: none;
}

.catalog-tags__dropdown.active-list > span span:last-child {
  display: block;
}
/* End */


/* Start:/local/components/bizprofi.strong/catalog.sort/templates/.default/style.css?1734457178298*/
.catalog-top__sort-select .main-select-n .select {
    min-width: auto;
}
.select__option a {
    color: #32373E;
}
.catalog-top__mob-select .select__toggle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.select__option a.active {
    color: #19398B;
}
/* End */


/* Start:/local/templates/main/assets/css/custom-select.css?17368720612464*/
.select {
  position: relative;
  width: 100%;
}

.select__toggle {
  display: flex;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.3125rem;
  cursor: pointer;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.4;
  user-select: none;
  font-size: 1rem;
  justify-content: space-between;
  font-style: italic;
}

.select__toggle::after {
  content: '';
  width: 0.75rem;
  height: 0.75rem;
  background-size: cover;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="100" width="100"%3E%3Cpath d="M97.625 25.3l-4.813-4.89c-1.668-1.606-3.616-2.41-5.84-2.41-2.27 0-4.194.804-5.777 2.41L50 52.087 18.806 20.412C17.223 18.805 15.298 18 13.03 18c-2.225 0-4.172.804-5.84 2.41l-4.75 4.89C.813 26.95 0 28.927 0 31.23c0 2.346.814 4.301 2.439 5.865l41.784 42.428C45.764 81.174 47.689 82 50 82c2.268 0 4.215-.826 5.84-2.476l41.784-42.428c1.584-1.608 2.376-3.563 2.376-5.865 0-2.26-.792-4.236-2.375-5.932z"/%3E%3C/svg%3E');
}

.select__toggle:focus {
  outline: none;
}

.select_show .select__toggle::after {
  transform: rotate(180deg);
}

.select__dropdown {
  display: none;
  position: absolute;
  top: 2.5rem;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  max-height: 10rem;
  overflow-y: auto;
  border-radius: 0.3125rem;
  z-index: 2;
  background-color: #fff;
}

.select_show .select__dropdown {
  display: block;
}

.select_show .select__backdrop {
  display: block;
}

.select__options {
  margin: 0;
  padding: 0;
  list-style: none;
}

.select__option {
  padding: 0.375rem 0.75rem;
}

.select__option_selected {
  background-color: #e1f5fe;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.select__option_selected::after {
  content: '';
  width: 0.75rem;
  height: 0.75rem;
  color: #0277bd;
  background-size: cover;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="100" width="100" class="svg-inline--fa fa-check fa-w-16" data-icon="check" data-prefix="fas" aria-hidden="true"%3E%3Cpath d="M33.964 85.547l-32.5-32.251a4.935 4.935 0 010-7.017l7.071-7.017a5.027 5.027 0 017.071 0L37.5 60.987l46.894-46.534a5.028 5.028 0 017.07 0l7.072 7.017a4.935 4.935 0 010 7.017l-57.5 57.06a5.027 5.027 0 01-7.072 0z" fill="%230277bd"/%3E%3C/svg%3E');
}

.select__option:hover {
  background-color: #f5f5f5;
  cursor: pointer;
  transition: 0.2s background-color ease-in-out;
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.item/.default/style.css?173687206172*/
.product__3d {
    position: absolute;
    right: 10px;
    top: 10px;
}
/* End */


/* Start:/local/templates/main/components/sotbit/seo.meta.tags/tags/style.css?17368720611967*/
.catalog-tags-new{
    margin: 66px 0 0 0;
    position: relative;
}
.catalog-tags-new-tittle{
    color: #1D3A86;
    font-size: 42px;
    font-weight: 400;
}
.catalog-tags-new-item{
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #19398B;
    padding: 12px 15px;
    margin: 0 12px;
    border: 1px solid rgba(25, 57, 139, 0.1);
    box-shadow: 0px 5px 20px rgba(25, 57, 139, 0.1);
    border-radius: 60px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.catalog-tags-new .swiper-container{
    padding: 31px 0;
}
.catalog-tags-new .swiper-button-next,
.catalog-tags-new .swiper-button-prev{
    width: 40px;
    height: 40px;
    top: 100.5px;
}
.catalog-tags-new .swiper-button-next{
    right: -44px;
}
.catalog-tags-new .swiper-button-prev{
    left: -44px;
}
.catalog-tags-new .swiper-button-next:after{
    content: "";
    background: transparent url(/local/components/bizprofi.strong/catalog/templates/.default/bitrix/catalog.section.list/tags_new/images/tags-new-next.svg) 50% 50% no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
}
.catalog-tags-new .swiper-button-prev:after{
    content: "";
    background: transparent url(/local/components/bizprofi.strong/catalog/templates/.default/bitrix/catalog.section.list/tags_new/images/tags-new-prev.svg) 50% 50% no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
}
.catalog-tags-new .swiper-slide{
    width: auto;
}
@media (max-width:1340px) {
    .catalog-tags-new .swiper-button-next{
        right: 0;
    }
    .catalog-tags-new .swiper-button-prev{
        left: 0;
    }
    .catalog-tags-new .swiper-container{
        margin: 0 44px;
    }
}
@media (min-width: 900px) {
    .catalog-tags-new .swiper-button-next,
    .catalog-tags-new .swiper-button-prev {
        display: none;
    }

    .js-tags-new .swiper-wrapper {
        flex-wrap: wrap;
        row-gap: 10px;
    }
}
/* End */
/* /local/components/bizprofi.strong/catalog/templates/.default/bitrix/catalog.section.list/tags/style.css?17368720611895 */
/* /local/components/bizprofi.strong/catalog.sort/templates/.default/style.css?1734457178298 */
/* /local/templates/main/assets/css/custom-select.css?17368720612464 */
/* /local/templates/main/components/bitrix/catalog.item/.default/style.css?173687206172 */
/* /local/templates/main/components/sotbit/seo.meta.tags/tags/style.css?17368720611967 */
