

/* Start:/bitrix/components/krayt/brend.section/templates/.default/style.css?17241520637571*/
/* .brend_section_block .img_box{
    width: 200px;
}

.brend_section_block .img_box img {
    width: 100%;
}

.brend_section_block {
    margin: 15px 0 45px;
    position: relative;
}

.brend_section_block h1 {
    padding-top: 0;
}

.brend_section_block .text_box {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    margin-right: 1.5%;
}

.brend_section_block .c-elem {
    display: inline-block;
    vertical-align: top;
    width: 18%;
} */
/*.brend_section_block .c-elem .img_box .bg_img,*/
/*background-position: right;*/
/*}*/
.brend_section_block {
  display: flex;
  flex-wrap: wrap;
}

.c-elem {
  display: flex;
}

.c-elem .img_box {
  border: 1px solid #dfdfdf !important;
}

.c-elem .img_box .bg_img {
  width: 80% !important;
  height: 80% !important;
  left: 10% !important;
  top: 10% !important;
}

.brend_section_block {
  margin-bottom: 40px;
}

.name-brand {
  margin-bottom: 5px;
}

.descriptions_brend {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.description_brend:first-child {
  order: 2;
}

.description_brend {
  display: flex;
  flex-direction: column;
}

.description_brend_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 19px;
}
.description_brend_item a{
  font-size: 14px;
  line-height: 17px;
  color: var(--main_font_color);
  transition: .3s;
}
.description_brend_item svg{
  margin-right: 10px;
}
.description_brend_item .img_counter{
  width: 23px;
  height: 18px;
  margin-right: 5px;
  display: flex;
  align-items: center;
}
.description_brend_item .img_counter img{
  width: 22px;
  height: 14px;
  object-fit: cover;
  box-shadow: 0 0 1px rgb(0 0 0 / 30%);
}
.description_brend_item a:hover{
  color: var(--main_color_hover);
}
.description_brend_item.brend_url a{
  color: var(--main_color);
  transition: 0.35s all ease;
}
.description_brend_item.brend_url a:hover{
  color: var(--main_color_hover);
}
.content_brend_section_block{
  margin-top: 15px;
}

.content_brend_section_block

.spisok_collection{
  display: flex;
  flex-wrap: wrap;
}
.spisok_collection a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 6 - (10px));
  margin-right: 10px;
  margin-bottom: 10px;
  background: #FFFFFF;
  height: 40px;
  border: 0.5px solid #DFDFDF;
  transition: .3s;
}
.spisok_collection a div span{
  color: var(--main_font_color);
  font-size: 12px;
}
.spisok_collection a:hover{
  border-color: transparent;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}

.collection_section_block .title_box{
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: var(--main_font_color);
  margin-bottom: 26px;
}
.collection_section_block{
  margin-bottom: 40px;
}
.brend_section_block{
  display: flex;
  flex-direction: column;
}
.brend_section_block .title_box{
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: var(--main_font_color);
  margin-bottom: 26px;
}
.brend_section_block .nav_section{
  display: flex;
  flex-wrap: wrap;
}
.brend_section_block .nav_section a{
  border: 0.5px solid rgba(96, 109, 166, 0.47);
  border-radius: 25px;
  font-size: 12px;
  width: calc(100% / 9 - (8px));
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 4px 20px;
  height: 30px;
  overflow: hidden;
  line-height: 20px;
  color: var(--main_font_color);
  transition: .3s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
}
.brend_section_block .nav_section a:hover{
  border-color: var(--add_color);
}
.brend_section_block.row{
  display: flex;
  flex-direction: row;
}
.companent_section_box .product-slider .owl-stage-outer{
  padding-bottom: 70px;
}
.companent_section_box{
  margin-top: 20px;
}
.brend_section_box .brend_section_box-title > a{
  line-height: 1;
  transition: .3s;
}
.brend_section_box .brend_section_box-title > a > .name{
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: var(--main_font_color);
  transition: .3s;
}
.brend_section_box .brend_section_box-title > a > .count{
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 0 13px;
  background-color: var(--main_color);
  position: relative;
  top: -1px;
}
.brend_section_box .brend_section_box-title .view_all{
  font-size: 14px;
  line-height: 24px;
  color: var(--main_color);
  margin-left: 10px;
}
.brend_section_box .brend_section_box-title a:hover{
  color: var(--main_color_hover);
}
.brend_section_box .brend_section_box-title a:hover .name{
  color: var(--main_color_hover);
}
.brend_section_box .brend_section_box-title a:active{
  color: var(--main_color_active);
}
.brend_section_box .companent_section_box .owl-nav{
  top: -47px;
}
.brend_section_block .description-brand{
  padding: 0 15px;
  font-size: 12px;
  position: relative;
  line-height: 24px;

}

@media (min-width: 1024px) {
  .brend_section_block .description-brand{
    height: 100%;
  }
  .brend_section_block .description-brand.active {
    height: auto;
  }
  .brend_section_block .description-brand p {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .brend_section_block .description-brand.active p {
    display: inline-block;
  }

  .brend_section_block .description-brand > span {
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -14px;
    left: 50%;
    display: none;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.24264 4.33371L5 8.57635L0.757359 4.33371' stroke='%233D4158' stroke-width='1.4'/%3e%3c/svg%3e");
  }

  .brend_section_block .description-brand.active > span {
    transform: rotate(-180deg);
  }
}



.wrapper-c-elem {
  display: flex;
}

.wrapper-desc-brand {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1700px) {
  .brend_section_block .nav_section a {
    width: calc(100% / 7 - (8px));
  }
}

@media (max-width: 1366px) {
  .brend_section_block .nav_section a {
    width: calc(100% / 5 - (8px));
  }
}

@media (max-width: 1200px) {
  .brend_section_block .description-brand {
    margin-top: 20px;
  }
}

@media (max-width: 1024px) {
  .content_brend_section_block .product-item-container {
    margin: 0;
  }
}

@media (max-width: 834px){
  .spisok_collection a{
    width: calc(100% / 3 - (10px));
    margin-bottom: 10px;
  }
  .spisok_collection .collection_box{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .brend_section_block .nav_section a{
    width: calc(100% / 3 - (8px));
    margin-bottom: 8px;
  }
  .brend_section_box-title{
    display: flex;
    padding-right: 60px;
  }
  .companent_section_box .product-slider .owl-stage-outer{
    padding-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .spisok_collection a{
    width: calc(100% / 2 - (10px));
    margin-bottom: 10px;
  }
  .brend_section_box-title {
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .c-elem .img_box .bg_img {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%);
  }

  .brend_section_block .nav_section a{
    width: calc(100% / 2 - (8px));
    margin-bottom: 8px;
  }
}



/* конец */

/* End */
/* /bitrix/components/krayt/brend.section/templates/.default/style.css?17241520637571 */
