/**
* Стили для блога
*/

@import url('blog_swiper-bundle.min.css');

.brand-detail__socials
{
	text-align: center;
}

.brand-detail__socials .ya-share2__container_shape_round.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy)
{
	background-size: 34px 34px;
}

.brand-detail__socials .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item
{
	margin: 6px 6px;
}

.brand-detail__socials .ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__badge,
.ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__mobile-popup-badge {
	width: 45px;
	height: 45px;
    transition: all .3s;
    background-color: #f0f0f0;
}

.brand-detail__socials .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon,
.brand-detail__socials .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item .ya-share2__icon {
	width: 45px;
	height: 45px;
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
}

.brand-detail__socials .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item:hover .ya-share2__badge {
    background-color: #5b82b2;
}

.brand-detail__socials .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item:hover .ya-share2__icon {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.body-overflow {
    position: fixed;
    overflow: hidden;
}

.clr-btn {
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
}

.clr-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.d-block-mob {
    display: none !important;
}

@media (max-width: 767px) {
    .d-block-mob {
        display: block !important;
    }
}

.d-flex-mob {
    display: none !important;
}

.hidden-buttons-form {
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0.01;
}

.brand-detail__article a
{
    text-decoration: underline;
    color: #5B82B2;
}

.brand-detail__article img
{
	max-width: 100%;
}

.brand-detail__article blockquote {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 268px;
    padding: 45px 80px;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    color: #fff;
    font-family: 'PT Serif', serif;
    border: none;

    background-image: url('../images/blog_blockquote_bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.brand-detail__article blockquote,
.brand-detail__article blockquote p
{
    font-size: 20px;
    line-height: 31px;
}

.brand-detail__article blockquote p
{
	width: 100%;
}

.brand-article.brand-detail__article ul {
    padding-left: 40px;
	list-style: disc;
	margin-bottom: 10px;
}

.brand-article.brand-detail__article ul li {
	margin-bottom: 0;
}

.brand-article.brand-detail__article ol {
    margin-bottom: 10px;
    padding-left: 40px;
}

@media (max-width: 767px) {
    .d-flex-mob {
        display: flex !important;
    }

    .d-none-mob {
        display: none !important;
    }
}

/* Содержание (список глав): начало */
.article_chapters_list
{
    margin: 0 0 20px 0;
    padding: 15px 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background: #f6f6f6;
    border-radius: 10px;
    /*
    border: 1px solid #5B82B2;
    */
}

.article_chapters_list .e_title
{
    margin: 0 0 8px 0;
    font-family: 'PT Serif', serif;
    font-size: 20px;
    letter-spacing: 0.005em;
    color: #141B24;
}

.article_chapters_list .e_list
{}

.article_chapters_list .e_list .item
{
    margin: 8px 0 0 0;
}

.article_chapters_list .e_list .item .inpage_link
{
    text-decoration: none;
    color: #7c7c7c;
    border-bottom: 1px dashed #aaa;
    cursor: pointer;
}

.article_chapters_list .e_list .item:first-child
{
    margin-top: 0;
}
/* Содержание (список глав): конец */


/*
* page-brands-main
*/

.p-brands-c {
    padding-bottom: 25px;
    display: flex;
    margin-right: -5px;
    margin-left: -5px;
    font-family: 'Open Sans', sans-serif;
}

.p-brands-l {
    flex: 1;
    min-width: 0;
    margin-right: 25px;
}

.p-brands-r {
    width: 872px;
}

.p-brands-r .brands-sidebar__search-form {
    display: none;
}





.brands-sidebar {
    background: #FFFFFF;
    padding: 25px 20px;
}

.brands-sidebar__title {
    font-family: 'PT Serif', serif;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 12px;
    color: #141B24;
}





.brands-sidebar__search-form {
    margin-bottom: 20px;
}

.brands-sidebar__search-input-wrap {
    position: relative;
}

.brands-sidebar__search-input {
    height: 47px;
    display: block;
    width: 100%;
    outline: none;
    border: none;
    background: #F3F3F3;
    padding: 0 15px 0 42px;
    font-size: 14px;
    color: #141B24;
}

.brands-sidebar__search-sbm-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.brands-sidebar__search-sbm-btn:hover {
    opacity: .7;
}






.brands-sidebar__main-form {
    position: relative;
}

.brands-sidebar__main-show-btn {
    display: none;
    position: absolute;
    right: -30px;
    top: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 8px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    background: #5B82B2;
    transition: all .3s;
    color: #fff;
    height: 34px;
    z-index: 5;
    letter-spacing: 0.02em;
    margin-top: -5px;
}

.brands-sidebar__main-show-btn.active {
    display: flex;
}

.brands-sidebar__main-show-btn:hover {
    background: #90B2DC;
}

.brands-sidebar__main-item {
    margin-bottom: 20px;
}





.brands-sidebar__main-item-btn {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #F0F0F0;
    display: block;
    font-size: 17px;
    line-height: 23px;
    font-family: 'PT Serif', serif;
    color: #141B24;
    opacity: 1;
    transition: .3s;
    width: 100%;
    text-align: left;
    position: relative;
    text-transform: uppercase;
}

.brands-sidebar__main-item-btn:hover {
    opacity: .7;
}

.brands-sidebar__main-item-btn:before {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #7C7C7C;
    border-top: none;
    border-right: none;
    transform: translateY(-50%) rotate(-45deg);
    transition: all .3s;
    top: 50%;
    right: 0;
    margin-top: -2px;
    margin-right: 2px;
}

.brands-sidebar__main-item-btn.active:before {
    margin-top: 2px;
    transform: translateY(-50%) rotate(-225deg);
}

.brands-sidebar__main-item-content {
    padding-top: 17px;
    text-align: left;
    display: none;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.brands-sidebar__main-item-content-btns {
    display: flex;
    flex-wrap: wrap;
}

.brands-sidebar__main-item-content-btn {
    font-size: 13px;
    line-height: 18px;
    margin-right: 15px;
    position: relative;
    color: #777777;
}

.brands-sidebar__main-item-content-btn:hover {
    color: #5B82B2;
    text-decoration: underline;
}

.brands-sidebar__main-item-content-btn:before {
    position: absolute;
    display: block;
    content: "|";
    right: -11px;
}

.brands-sidebar__main-item-content-btn:last-child {
    margin-right: 0;
}

.brands-sidebar__main-item-content-btn:last-child:before {
    display: none;
}

.brands-sidebar__main-item-content-btn-expand_active {
    display: none;
}

.brands-sidebar__main-item-content-btn.active .brands-sidebar__main-item-content-btn-expand_active {
    display: block;
}

.brands-sidebar__main-item-content-btn.active .brands-sidebar__main-item-content-btn-expand_no-active {
    display: none;
}

.mCS_no_scrollbar + .brands-sidebar__main-item-content-btns .js--brands-sidebar-main-item-expand {
    pointer-events: none;
}






.brands-sidebar__bot-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #5B82B2;
    background: #5B82B2;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #fff;
    height: 50px;
    transition: all .3s;
    text-align: left;
}

.brands-sidebar__bot-btn_reverse {
    background: #fff;
    color: #5B82B2;
}

.brands-sidebar__bot-btn:hover,
.brands-sidebar__bot-btn:active {
    background: #90B2DC;
    border-color: #90B2DC;
    color: #fff;
}

.brands-sidebar__bot-btn:last-child {
    margin-bottom: 0;
}





.brands-sidebar__main-inner-list {
    max-height: 295px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 16px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
}

.brands-sidebar__main-inner-list:last-child {
    margin-bottom: 0;
}

.brands-sidebar__main-inner-list.expand {
    max-height: 5000px;
}

.brands-sidebar__main-inner-item {
    margin-bottom: 16px;
}

.brands-sidebar__main-inner-item:last-child {
    margin-bottom: 0;
}


.inner-collapse-toggler,
.inner-collapse-item-d1 {
    padding-left: 16px;
    position: relative;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    transition: all .3s;
    display: block;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

a.inner-collapse-toggler,
a.inner-collapse-item-d1
{
	text-decoration: none;
	color: #000000;
}

.inner-collapse-toggler:before {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #777777;
    border-top: none;
    border-right: none;
    transform: rotate(225deg);
    transition: all .3s;
    top: 7px;
    left: 0;
    margin-top: -2px;
    margin-left: -2px;
}

.inner-collapse-toggler.active,
.inner-collapse-item-d1.active,
.inner-collapse-toggler:hover,
.inner-collapse-item-d1:hover {
    color: #5B82B2;
    text-decoration: underline;
}

.inner-collapse-toggler.active:before {
    border-color: #5B82B2;
    transform: rotate(135deg);
    margin-left: 1px;
    margin-top: 0px;
}

.inner-collapse-list {
    display: none;
    padding-top: 11px;
    padding-left: 16px;
}

.inner-collapse-item {
    margin-bottom: 11px;
}

.inner-collapse-item:last-child {
    margin-bottom: 0;
}

.inner-collapse-link,
a.inner-collapse-link {
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    text-decoration: none;
}

.inner-collapse-link:hover,
a.inner-collapse-link:hover,
a.inner-collapse-link.active {
    text-decoration: underline;
    color: #5B82B2;
}






.custom-scrollbar .mCSB_inside > .mCSB_container {
    margin-right: 10px;
}

.custom-scrollbar .mCSB_scrollTools {
    width: 10px;
    opacity: 1;
}

.custom-scrollbar .mCSB_scrollTools .mCSB_draggerRail {
    background: transparent;
}

.custom-scrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #CDCDCD !important;
    width: 2px;
}






.custom-checkbox-label {
    display: block;
    cursor: pointer;
    font-weight: normal;
    margin: 0;
}

.custom-checkbox-input {
    display: none;
}

.custom-checkbox-input:checked + .custom-checkbox-text:before {
    background: #5B82B2;
    border-color: #5B82B2;
}

.custom-checkbox-input:checked + .custom-checkbox-text:after {
    transform: scale(1);
}

.custom-checkbox-text {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 19px;
    padding-left: 30px;
    padding: 1px 0 1px 30px;
    color: #000000;
    transition: all .3s;
}

.custom-checkbox-text:before {
    position: absolute;
    display: block;
    content: "";
    width: 21px;
    height: 21px;
    border: 2px solid #CDCDCD;
    border-radius: 4px;
    top: 0;
    left: 0;
    transition: all .3s;
    background: #fff;
}

.custom-checkbox-text:after {
    position: absolute;
    display: block;
    content: "";
    width: 11px;
    height: 9px;
    background: url('../img/icons/check.svg') no-repeat;
    background-size: contain;
    top: 6px;
    left: 5px;
    transition: all .3s;
    transform: scale(0);
}

.custom-checkbox-text:hover {
    color: #5B82B2;
}

.custom-checkbox-text:hover:before {
    border-color: #5B82B2;
}






.p-brands__content {
    background: #fff;
}

.p-brands__head-c {
    margin-bottom: 25px;
    display: flex;
}

.p-brands__head-l {
    width: 65.941%;
    flex: 0 0 auto;
    margin-right: 20px;
}

.p-brands__head-r {
    flex: 1;
    min-width: 0;
}

.p-brands__head-block-small {
    flex: 1;
    margin-bottom: 20px;
}

.p-brands__head-block-small:last-child {
    margin-bottom: 0;
}







.brands-card {
    display: flex;
    flex-direction: column;
    position: relative;
}

.brands-card_list-view {
    flex-direction: row;
}

.brands-card_list-view .brands-card__img-c {
    flex: 0 0 auto;
    width: 275px;
}

.brands-card_list-view .brands-card__img {
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.brands-card_list-view .brands-card__body {
    flex: 1;
    min-width: 0;
    border: 1px solid #F0F0F0;
    border-left: none;
    padding: 28px 15px 28px 25px;
}

.brands-card_list-view .brands-card__title {
    font-size: 20px;
    line-height: 26px;
    height: auto;
}

.brands-card__img-c {
    position: relative;
    display: block;
    overflow: hidden;
}

.brands-card__img {
    position: relative;
    padding-top: 58.3%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    transition: all .3s;
}

.brands-card__img_default {
    padding-top: 58.3%;
}

.brands-card__img_big {
    padding-top: 68%;
}

.brands-card__img_large {
    padding-top: 51%;
}

.brands-card__img:hover {
    transform: scale(1.1);
}

.brands-card__body {
    border: 1px solid #F0F0F0;
    border-top: none;
    padding: 10px 15px;
    background: #fff;
}

.brands-card__body_big {
    padding: 12px 20px 15px;
}

.brands-card__body_medium {
    padding: 10px 20px;
}

.brands-card__body > *:last-child {
    margin-bottom: 0;
}

.brands-card__tag {
    display: block;
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
    color: #5B82B2;
    text-transform: uppercase;
    margin-bottom: 4px;
    transition: all .3s;
    text-decoration: none !important;
}

.brands-card__tag:hover {
    color: #90B2DC;
}

.brands-card__title {
    display: block;
    font-family: 'PT Serif', serif;
    margin-bottom: 4px;
    transition: all .3s;
    text-decoration: none !important;
    font-size: 17px;
    line-height: 22px;
    height: 44px;
    color: #141B24 !important;
    overflow: hidden;
}

.brands-card__title_big {
    font-size: 30px;
    line-height: 35px;
    height: 70px;
}

.brands-card__title_medium {
    font-size: 23px;
    line-height: 28px;
    height: 56px;
}

.brands-card__title_small {
    font-size: 15px;
    line-height: 21px;
    height: 42px;
}

.brands-card__title:hover {
    color: #90B2DC !important;
}

.brands-card__desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
    color: #7C7C7C;
}

.brands-card__add_info {
    margin-top: 10px;
}

.brands-card__author {
    font-family: 'PT Serif', serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
    font-weight: bold;
    color: #3C495A;
}

.brands-card__date {
    font-size: 12px;
    line-height: 17px;
    color: #777777;
}





.p-brands__section {
    margin-bottom: 20px;
}

.p-brands__section .p_title {
    padding: 25px 20px 0 20px;
}

.p-brands__section .p_title h1 {
    margin: 0 0;
}

.p-brands__section_mb-30 {
    margin-bottom: 30px;
}

.p-brands__section:last-child {
    margin-bottom: 0;
}

.p-brands__section-title-c {
    margin-bottom: 20px;
    padding: 0 15px;
}

.p-brands__section-title-c_w-btn {
    position: relative;
    padding: 0 125px;
}

.p-brands__section-title {
    text-align: center;
    font-size: 20px;
    line-height: 29px;
    text-transform: uppercase;
    color: #141B24;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.p-brands__section-more-btn {
    color: #5B82B2;
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    right: 15px;
    top: 5px;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.p-brands__section-more-btn:hover {
    color: #90B2DC;
}







.p-brands__news-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}

.p-brands__news-item {
    padding: 0 10px;
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 20px;
}

.p-brands__news-item_w-33per {
    width: 33.3333333333333333%;
}

.p-brands__news-item_w-50per {
    width: 50%;
}

.p-brands__more-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.p-brands__more-btn-wrap.hide
{
	display: none;
}

.p-brands__more-btn,
a.p-brands__more-btn {
    display: flex;
    text-decoration: none !important;
    height: 50px;
    padding: 0 18px;
    min-width: 195px;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
    white-space: nowrap;
    color: #141B24;
    letter-spacing: 0.01em;
    background: #F0F0F0;
    transition: background-color .3s;
}

.p-brands__more-btn:hover,
a.p-brands__more-btn:hover {
    background: #5B82B2;
    color: #fff;
}

.p-brands__more-btn.ajax_load,
.p-brands__more-btn.ajax_load:hover
{
    color: rgba(255,255,255,0);
    background: #F0F0F0 url(../images/svg/load_black_v2.svg) center center no-repeat;
    background-size: 24px;
    cursor: default;
}

/*
.p-brands__more-btn.ajax_load:hover
{
    color: rgba(255,255,255,0);
    background-color: #5B82B2;
    background-image: url(../images/svg/load_white_v2.svg);
}
*/


.p-brands__pagination-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 25px 0;
}

.p-brands__pagination-item {
    margin-right: 9px;
}

.p-brands__pagination-item:last-child {
    margin-right: 0;
}

.p-brands__pagination-link,
a.p-brands__pagination-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 30px;
    min-width: 33px;
    padding: 0 12px;
    text-decoration: none !important;
    background: #F0F0F0;
    color: #141B24;
    transition: all .3s;
    font-size: 14px;
}

.p-brands__pagination-link:hover,
a.p-brands__pagination-link:hover {
    background: #CDCDCD;
}

.p-brands__pagination-link.active,
a.p-brands__pagination-link.active {
    background: #CDCDCD;
}

a.p-brands__pagination-link_dots,
.p-brands__pagination-link_dots {
    background: none;
    pointer-events: none;
}

.p-brands__pagination-link_arrow-prev,
a.p-brands__pagination-link_arrow-prev {
    position: relative;
}

.p-brands__pagination-link_arrow-prev:before,
.p-brands__pagination-link_arrow-prev:after {
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #777777;
    border-top: none;
    border-right: none;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all .3s;
    top: 50%;
    left: 50%;
}

.p-brands__pagination-link_arrow-prev:before {
    margin-left: -1px;
}

.p-brands__pagination-link_arrow-prev:after {
    margin-left: 4px;
}

.p-brands__pagination-link_arrow-next,
a.p-brands__pagination-link_arrow-next {
    position: relative;
}

.p-brands__pagination-link_arrow-next:before,
.p-brands__pagination-link_arrow-next:after {
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #777777;
    border-top: none;
    border-right: none;
    transform: translate(-50%, -50%) rotate(225deg);
    transition: all .3s;
    top: 50%;
    left: 50%;
}

.p-brands__pagination-link_arrow-next:before {
    margin-left: -4px;
}

.p-brands__pagination-link_arrow-next:after {
    margin-left: 1px;
}

.p-brands__mob-filter-togger,
.brands-sidebar__mob-head {
    display: none;
}






.p-brands__slider-c {
    position: relative;
}

.p-brands__slider {
    opacity: 1;
    transition: all .3s;
}

.p-brands__slider-arrow {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 15px rgba(137, 137, 137, 0.25);
    z-index: 5;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.p-brands__slider-arrow:after {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #777777;
    border-top: none;
    border-right: none;
    transform: translate(-50%, -50%) rotate(225deg);
    transition: all .3s;
    top: 50%;
    left: 50%;
    margin-top: 0;
    margin-left: -2px;
    transition: all .3s;
}

.p-brands__slider-arrow:hover {
    background: #fff;
}

.p-brands__slider-arrow:hover:after {
    border-color: #5B82B2;
}

.p-brands__slider-arrow-left {
    left: 15px;
}

.p-brands__slider-arrow-left:after {
    transform: translate(-50%, -50%) rotate(225deg) scale(-1);
    margin-left: 2px;
}

.p-brands__slider-arrow-right {
    right: 15px;
}

.p-brands__slider-arrow.swiper-button-disabled {
    display: none !important;
}






@media (max-width: 1223px) {
    /* content with: 1030 */

    .p-brands-r {
        width: 715px;
    }

    .p-brands__head-l {
        width: 65%;
    }




    .brands-card_list-view .brands-card__body {
        padding: 15px 25px;
    }

    .brands-card_list-view .brands-card__img-c {
        width: 220px;
    }

    .brands-card__body_medium {
        padding: 10px 15px;
    }

    .brands-card__title_big {
        font-size: 25px;
        line-height: 32px;
        height: 64px;
    }

    .brands-card__title_medium {
        font-size: 20px;
        line-height: 28px;
        height: 56px;
    }

    .brands-card__img_default {
        padding-top: 52.6%;
    }





    .p-brands__section-title {
        font-size: 18px;
        line-height: 25px;
    }

    .p-brands__section-more-btn {
        top: 3px;
    }
}

@media (max-width: 1199px) {
    /* content with: 970 */

    .p-brands-r {
        width: 660px;
    }

    .brands-card__img_default {
        padding-top: 52%;
    }
}

@media (max-width: 990px) {
    .brands-sidebar__main-show-btn {
        display: none !important;
    }

    .brands-sidebar__title,
    .brands-sidebar__search-form,
    .brands-sidebar__bot-btn.brands-sidebar__bot-btn_reverse {
        display: none;
    }

    .brands-sidebar {
        display: none;

        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        overflow: auto;
    }

    .brands-sidebar.active {
        display: block;
    }

    .p-brands__mob-filter-togger {
        display: block;
    }





    .p-brands-c {
        max-width: 728px;
        margin: auto;
    }

    .p-brands-l {
        flex: 0;
        margin-right: 0;
    }

    .p-brands-r {
        width: 100%;
    }

    .brands-card__img_default {
        padding-top: 53%;
    }

    .p-brands-r .brands-sidebar__search-form {
        display: block;
        margin-bottom: 15px;
    }




    .p-brands__mob-filter-togger {
        height: 48px;
        width: 100%;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        border: 1px solid #90B2DC;
        border-radius: 4px;
        background: transparent;
        font-size: 14px;
        line-height: 20px;
        color: #90B2DC;
        margin-bottom: 20px;
    }

    .brands-sidebar__bot-btn {
        margin-bottom: 0;
    }

    .brands-sidebar__mob-head {
        display: flex;
        margin-bottom: 10px;
    }

    .brands-sidebar__mob-head-btn {
        margin-right: 17px;
        flex: 1;
        height: 38px;
        border: 1px solid #90B2DC;
        border-radius: 3px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 13px;
        line-height: 18px;
        color: #90B2DC;
    }

    .brands-sidebar__mob-head-btn:last-child {
        margin-right: 0;
    }

    .brands-sidebar__main-item-btn {
        font-size: 16px;
        line-height: 21px;
    }

    .brands-sidebar__main-item {
        margin-bottom: 10px;
    }

    .brands-sidebar__bot {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .brands-sidebar {
        padding: 25px 12px;
    }



    .p-brands-c {
        padding-bottom: 0;
    }

    .p-brands__section {
        margin-bottom: 25px;
    }

    .p-brands__section-more-btn {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 17px;
        text-align: center;
    }

    .p-brands__section-title-c {
        padding: 0;
    }





    .p-brands__slider-c {
        margin-left: -15px;
        margin-right: -15px;
        overflow: hidden;
    }

    .p-brands__slider {
        overflow: visible;
    }

    .p-brands__slider .swiper-slide {
        width: 270px;
    }





    .p-brands__news-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .p-brands__news-item {
        padding: 0;
    }

    .brands-card_list-view {
        flex-direction: column;
    }

    .brands-card_list-view .brands-card__img-c {
        width: 100%;
        height: 250px;
    }

    .brands-card_list-view .brands-card__body {
        border: 1px solid #F0F0F0;
        border-top: none;
        padding: 15px;
    }





    .p-brands__pagination-link,
    a.p-brands__pagination-link {
        min-width: 28px;
        height: 28px;
        padding: 0 5px;
    }






    .p-brands__big-slider-c {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 25px;
        overflow: hidden;
    }

    .p-brands__big-slider .brands-card {
        padding: 0 25px;
        border-top: 1px solid #F0F0F0;
        border-bottom: 1px solid #F0F0F0;
    }

    .p-brands__big-slider .brands-card__body {
        border: none;
        padding-left: 0;
        padding-right: 0;
    }

    .p-brands__big-slider .slick-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
        position: relative;
        bottom: auto;
    }

    .p-brands__big-slider .slick-dots li {
        width: auto;
        height: auto;
        margin: 0 4px;
        background: #5b82b2;
        opacity: 0.3;
    }

    .p-brands__big-slider .slick-dots li.slick-active {
        background: #5b82b2;
        opacity: 1;
    }

    .p-brands__big-slider .slick-dots button {
        padding: 0;
        width: 8px;
        height: 8px;
    }

    .p-brands__big-slider .slick-dots button:before {
        display: none;
    }

    .p-brands__big-slider .slick-arrow:before {
        display: none;
    }

    .p-brands__big-slider .slick-arrow {
        width: 40px;
        height: 40px;
        background: transparent;
        border-radius: 50%;
        z-index: 5;
        top: 150px;
    }

    .p-brands__big-slider .slick-arrow:after {
        position: absolute;
        display: block;
        content: "";
        width: 10px;
        height: 10px;
        border: 2px solid #777777;
        border-top: none;
        border-right: none;
        transform: translate(-50%, -50%) rotate(225deg);
        transition: all .3s;
        top: 50%;
        left: 50%;
        margin-top: 0;
        margin-left: -2px;
        transition: all .3s;
    }

    .p-brands__big-slider .slick-arrow:hover {
        background: transparent;
    }

    .p-brands__big-slider .slick-arrow:hover:after {
        border-color: #5B82B2;
    }

    .p-brands__big-slider .slick-arrow.slick-prev {
        left: -7px;
    }

    .p-brands__big-slider .slick-arrow.slick-prev:after {
        transform: translate(-50%, -50%) rotate(225deg) scale(-1);
        margin-left: 2px;
    }

    .p-brands__big-slider .slick-arrow.slick-next {
        right: -7px;
    }

    .p-brands__big-slider .slick-arrow.slick-disabled {
        display: none !important;
    }

    .p-brands__big-slider .brands-card__img {
        height: 245px;
        padding-top: 0;
    }
}


/*
* page-brands-main ... end;
*/







/*
* page-brand-detail
*/

.brand-detail__content {
    position: relative;
    background: #fff;
    margin-bottom: 25px;
}

.brand-detail__content img
{
	height: auto;
}

.brand-detail__head {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}

.brand-detail__head-l {
    flex: 0 0 auto;
    width: 50%;
}

.brand-detail__head-r {
    flex: 0 0 auto;
    width: 50%;
    border-bottom: 1px solid #F0F0F0;
    padding: 30px 25px;
}

.brand-detail__head-bot {
    display: none;
    flex: 0 0 auto;
    width: 100%;
    margin-top: 25px;
}

.brand-detail__head-img-container {
    height: 100%;
}

.brand-detail__head-img {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.brand-detail__head-tag {
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
    color: #5B82B2;
}

.brand-detail__head-tag a
{
    text-decoration: none;
    color: #5B82B2;
}

.brand-detail__head-tag a:hover
{
	opacity: 0.7;
}

.brand-detail__head-title {
    font-family: 'PT Serif', serif;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.005em;
    color: #141B24;
    margin-bottom: 14px;
    text-align: center;
}

.brand-detail__head-title h1 {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.brand-detail__head-author {
    font-family: 'PT Serif', serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    color: #3C495A;
    margin-bottom: 1px;
}

.brand-detail__head-date {
    color: #777777;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    margin-bottom: 25px;
}

.brand-detail__head-themes-list {
    margin-right: -8px;
    margin-bottom: 25px;
    max-height: 62px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.brand-detail__head-themes-item {
    margin-right: 8px;
    margin-bottom: 8px;
}

a.brand-detail__head-themes-link {
    display: block;
    align-items: center;
    height: 27px;
    line-height: 24px;
    border: 1px solid #5B82B2;
    border-radius: 26px;
    padding: 0 10px;
    color: #5B82B2;
    font-size: 13px;
    text-decoration: none;
    transition: all .3s;
}

a.brand-detail__head-themes-link:hover,
a.brand-detail__head-themes-link.active {
    background-color: #5B82B2;
    color: #fff;
}

.brand-detail__socials-title {
    text-align: center;
    color: #9F9F9F;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 17px;
    letter-spacing: 0.025em;
}

.brand-detail__socials-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-detail__socials-item {
    margin-right: 15px;
}

.brand-detail__socials-item:last-child {
    margin-right: 0;
}

a.brand-detail__socials-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #F0F0F0;
}

a.brand-detail__socials-link:hover {
    background: #5B82B2;
}

a.brand-detail__socials-link:hover svg path {
    fill: #fff;
}




.brand-article {
    padding: 0 48px 25px;
}

.brand-article:last-child {
    margin-bottom: 0;
}

.brand-article > *:last-child {
    margin-bottom: 0;
}

.brand-article h2 {
    font-family: 'PT Serif', serif;
    font-size: 23px;
    line-height: 26px;
    font-weight: 400;
    color: #141B24;
    margin: 25px 0 12px;
}

.brand-article p {
    font-weight: 300;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 12px;
    margin-top: 0;
}

.brand-article p:last-child {
    margin-bottom: 0;
}

.brand-article p .brand-article__h2-title {
    font-family: 'Open Sans', sans-serif;
    line-height: 23px;
    font-size: 23px;
    font-weight: normal;
}

.brand-article ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 12px;
}

.brand-article ul li {
    font-weight: 300;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 12px;
}

.brand-article ul li:last-child {
    margin-bottom: 0;
}

.brand-article__infobg {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 268px;
    padding: 45px 80px;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 20px;
    line-height: 31px;
    color: #fff;
    font-family: 'PT Serif', serif;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.brand-article__infobg:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #90B2DC;
    opacity: 0.85;
}

.brand-article__infobg-text {
    position: relative;
    z-index: 1;
}




.brand-article__card {
    margin: 30px 0;
    display: flex;
    padding: 10px 0;
    border: 1px solid #F0F0F0;
}

.brand-article__card-l {
    flex: 0 0 auto;
}

.brand-article__card-r {
    flex: 1;
    min-width: 0;
    padding: 18px 10px 18px 0;
}

.brand-article__card-img-container {
    position: relative;
    height: 100%;
    width: 250px;
    display: block;
}

.brand-article__card-img {
    position: absolute;
    padding: 11px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}

.brand-article__card-title,
a.brand-article__card-title {
    display: block;
    text-decoration: none;
    font-family: 'PT Serif', serif;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #141B24;
    margin-bottom: 10px;
    transition: all .3s;
}

a.brand-article__card-title:hover,
.brand-article__card-title:hover {
    color: #5B82B2;
}

.brand-article__card-desc {
    font-size: 14px;
    line-height: 21px;
    color: #7C7C7C;
    margin-bottom: 16px;
    text-transform: lowercase;
}

.brand-article__card-prices {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.brand-article__card-price {
    margin-right: 8px;
    font-size: 20px;
    line-height: 24px;
    color: #5B82B2;
}

.brand-article__card-discountpr {
    margin-right: 8px; 
    font-size: 15px; 
    color: #b40606;
}

.brand-article__card-oldprice {
    font-size: 15px;
    line-height: 19px;
    color: #7C7C7C;
    text-decoration: line-through;
}

.brand-article__card-control {
    display: flex;
    flex-wrap: wrap;
}

.brand-article__card-sbm-btn {
    display: flex;
    align-items: center;
    width: 130px;
    height: 33px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    background-color: #5b82b2;
    text-align: center;
    justify-content: center;
}

.brand-article__card-sbm-btn.status-not-available {
    display: inline-block;
    width: auto;
    padding: 0 15px;
    line-height: 33px;
    text-align: center;
}

.brand-article__card-sbm-btn.status-not-available.has-two-line
{
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.3;   
}

.brand-article__card-select-c {
    width: 50px;
    height: 33px;
    border: 1px solid #5b82b2;
    position: relative;
    cursor: pointer;
}

.brand-article__card-select-c:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    background: #5b82b2;
    width: 18px;
    z-index: 1;
    pointer-events: none;
}

.brand-article__card-select-c:after {
    position: absolute;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    top: 10px;
    right: 4px;
    z-index: 1;
    pointer-events: none;
}

.brand-article__card-select {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    color: #5b82b2;
    border: none;
    font-size: 13px;
    text-align: center;
    appearance: none;
    padding-right: 19px;
    position: absolute;
    outline: none;
    text-align-last: center;
}




.brand-detail__foot {
    padding: 0 48px;
}

.brand-detail__foot-top {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
}

.brand-detail__foot-bot {
    padding: 25px 0;
}

.brand-detail__like-btn {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
    color: #5B82B2;
}

.brand-detail__like-btn.like-button_liked
{
    cursor: default;
}

.brand-detail__like-btn.like-button
{
    color: #5B82B2;
}

.brand-detail__like-btn:hover .brand-detail__like-btn-ico {
    transform: scale(1.05);
}

.brand-detail__like-btn.like-button_liked:hover .brand-detail__like-btn-ico
{
    transform: scale(1);
}

.brand-detail__like-btn.active .brand-detail__like-btn-ico path,
.brand-detail__like-btn.like-button_liked .brand-detail__like-btn-ico path {
    fill: #5B82B2;
}

.brand-detail__like-btn-ico {
    margin-right: 8px;
}

.brand-detail__foot-info {
    font-size: 13px;
    line-height: 20px;
    color: #141B24;
}

.brand-detail__foot-info-desc {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    padding: 0 3px;
    border: 1px solid #5B82B2;
    font-size: 13px;
    line-height: 21px;
    font-weight: 600;
    color: #5B82B2;
    margin-left: 2px;
}




.brand-detail__another-articles {
    padding: 25px 48px;
    background: #fff;
}

.brand-detail__another-articles-list {
    display: flex;
    margin: 0 -10px;
}

.brand-detail__another-articles-item {
    flex: 0 0 auto;
    width: 33.3333333333333%;
    padding: 0 10px;
}






@media (max-width: 1223px) {
    .brand-article__infobg {
        padding-left: 64px;
        padding-right: 64px;
    }

    .brand-article__card-r {
        padding: 8px 10px 8px 0;
    }

    .brand-detail__head-r {
        padding: 22px 25px;
    }

    .brand-detail__head-r .brand-detail__head-themes-list {
        display: none;
    }

    .brand-detail__head-bot {
        display: block;
        padding: 0 48px;
    }

    .brand-detail__head-bot .brand-detail__head-themes-list {
        margin-bottom: 0;
    }

    .brand-detail__foot-info {
        display: none;
    }

    .brand-detail__another-articles-list {
        padding: 0 65px;
    }

    .brand-detail__another-articles-item {
        width: 50%;
    }

    .brand-detail__another-articles-item:nth-child(3) {
        display: none;
    }
}

@media (max-width: 1199px) {
    .brand-detail__head-r {
        padding: 22px 10px;
    }

    .brand-detail__another-articles-list {
        padding: 0 35px;
    }
}

@media (max-width: 990px) {
    .brand-detail__another-articles-list {
        padding: 0px 72px;
    }

    .brand-article__card-r {
        padding: 18px 10px 18px 0;
    }
}

@media (max-width: 767px) {
    .brand-detail__head-l {
        width: 100%;
    }

    .brand-detail__head-img-container {
        height: auto;
        padding-top: 100%;
        position: relative;
    }

    .brand-detail__head-img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .brand-detail__head-r {
        width: 100%;
        padding: 30px 15px;
        border-right: 1px solid #F0F0F0;
        border-left: 1px solid #F0F0F0;
    }

    .brand-detail__head-themes-list {
        max-height: initial;
        overflow: visible;
    }

    .brand-detail__head-bot {
        padding-left: 15px;
        padding-right: 15px;
    }

    .brand-article {
        padding-left: 15px;
        padding-right: 15px;
    }

    .brand-detail__article blockquote,
    .brand-article__infobg {
        padding: 45px 30px;
    }

    .brand-article__card {
        padding: 20px 0;
        flex-wrap: wrap;
    }

    .brand-article__card-l {
        width: 100%;
    }

    .brand-article__card-r {
        width: 100%;
        flex: 0 0 auto;
        padding: 5px 20px 0;
    }

    .brand-article__card-img-container {
        width: 100%;
        height: 180px;
    }

    .brand-article__card-desc {
        margin-bottom: 20px;
    }

    .brand-article__card-prices {
        margin-bottom: 20px;
    }

    .brand-detail__foot {
        padding: 0 15px;
    }

    .brand-detail__another-articles {
        padding: 25px 15px;
    }

    .brand-detail__another-articles-list {
        padding: 0;
    }

    .brand-detail__another-articles-item {
        width: 100%;
    }

    .brand-detail__another-articles-item:nth-child(2) {
        display: none;
    }
}

/*
* page-brand-detail ... end;
*/
