

/* Start:/bitrix/templates/1/components/bitrix/news/brand-page/style.css?1779814279315*/
.brand-page {
  padding: 20px; }
  .brand-page__title {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    vertical-align: middle;
    text-transform: uppercase; }
  .brand-page__description {
    margin: 30px 0 0 0;
    font-size: 15px; }
  .brand-page .category_products_list {
    margin-top: 70px; }

/* End */


/* Start:/bitrix/templates/1/components/bitrix/news/brand-page/bitrix/news.detail/.default/style.css?1779814279805*/
div.news-detail {
  word-wrap: break-word; }

div.news-detail img.detail_picture {
  float: left;
  margin: 0 8px 6px 1px; }

.news-date-time {
  color: #486DAA; }

.row .brand-page__title,
.row .logo {
  display: inline-block;
  vertical-align: middle;
  width: 100%; }

.row .brand-page__title {
  max-width: calc(100% - 135px); }

.row .logo {
  position: relative;
  max-width: 135px; }
  .row .logo canvas {
    display: block;
    width: 100%;
    height: auto; }
  .row .logo img {
    display: block;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

.row:after {
  content: "";
  display: table;
  clear: both; }

.brand-page b, .brand-page strong, .brand-page h2, .brand-page h3 {
  font-weight: 600; }

/* End */


/* Start:/bitrix/templates/1/components/bitrix/news/brand-page/bitrix/catalog.section.list/.default/style.css?17798142794615*/
.root_section_name{
    margin: 30px 0;
    color: #201e1e;

    font-family: "PT Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.description .text_block .text_wrapper h2{
    font-size: 20px;
    font-weight: 600;
}
.text_block b,.text_block strong{
    font-weight: 600;
}
.text_block{
    line-height: 1.5;
    font-size: 15px;
    position: relative;
    padding-bottom: 35px;
    height: 140px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.text_block .text_wrapper{
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: relative;
    overflow: hidden;
}
.text_block .text_wrapper.viewed_text{
    -o-column-width: 1200px;
    -mox-column-width: 1200px;
    -webkit-column-width: 1200px;
    column-width: 1200px;
    height: 100%;
}
.text_block .text_wrapper.hidden_text{
    opacity: 0;
    position: absolute;
}
.text_block .text_wrapper.alfa_text:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 70px;
    opacity: 1;
    z-index: 10;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 1) 100%);
    background-size: auto;
    background-repeat: repeat;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.wrap-read_button{
    text-align: left;
}

.text_block .read_button{
    opacity: 0;
    display: inline-block;
    background-color: white;
    box-shadow: none;
    color: #8e8e8e;
    font-size: 12px;
    border: 1px solid #cac8d3;
    border-radius: 15px;
    padding: 3px 10px;
    text-align: center;
    transition: all .3s ease;
    text-decoration: none;
}
.text_block .read_button:hover{
    background: white;
    color: black;
}

.text_block .read_button .fa{
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-left: 5px;

}

.sub_categories {
    margin: 0 -15px;
}
.sub_categories ul{
    margin: 0;
    padding: 0;
}
.sub_categories li{
    display: inline-block;
    margin: 0 15px 20px;
    vertical-align: top;
    text-align: center;
    width: 25%;
    box-sizing: border-box;
}

.sub_categories li .section_image{
    border: 1px solid #e8e2da;
    display: block;
    padding: 0;
    margin-bottom: 7px;
    cursor: pointer;
}
.sub_categories li .section_image img{
    margin-bottom: -3px;
    width: 100%;
    display: block;
}
.sub_categories li a{
    color: #000;
}
.sub_categories .title{
    text-align: center;
    margin: 10px 0;
}
.sub_categories .section_name{
    color: #302d2d;
    font-family: "PT Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
}
.sub_categories li:hover a{
    color: #302d2d;
    text-decoration: none;
}

@media (max-width: 768px){
    .sub_categories li{
        margin: 0 1% 20px;
        width: 50%;
    }
    .sub_categories{
        padding: 5px;
        padding-top: 20px;
        margin: 0;
    }
}
@media (max-width: 479px){
    .sub_categories li{
        margin: 0 1% 20px;
        width: 100%;
    }
}
.category_shop .right_side .sub_categories li a{
    padding: 3px 0;
}
.category_shop .section_image{
    margin: 0px 0px 10px 0px;
    display: block;
    height: 87px;
    position: relative;
    cursor: pointer;
    border: 1px solid transparent;
}
.category_shop .section_image img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.category_shop .section_name{
    color: #0099cc;
    font-weight: 500;
    font-size: 13px !important;
    text-align: center;
    text-decoration: none;
}
.category_shop .section_name:hover{
    text-decoration: underline;
}
.category_shop .description_text{

}
/* End */
/* /bitrix/templates/1/components/bitrix/news/brand-page/style.css?1779814279315 */
/* /bitrix/templates/1/components/bitrix/news/brand-page/bitrix/news.detail/.default/style.css?1779814279805 */
/* /bitrix/templates/1/components/bitrix/news/brand-page/bitrix/catalog.section.list/.default/style.css?17798142794615 */
