

/* Start:/bitrix/templates/mosoboi_ad/components/bitrix/catalog/elastic_search/style.css?16765393401784*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

.main-catalog-wrapper .main-catalog-wrap {
	float: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 915px;
}

@media screen and (max-width: 1200px) {
	.main-catalog-wrapper .main-catalog-wrap {
		width: 672px;
	}
}

@media screen and (max-width: 991px) {
	.main-catalog-wrapper .main-catalog-wrap {
		width: 469px;
	}
}

.main-catalog-wrapper {
	width: 1170px;
}

#breadcrumb .breadcrumb_items,
#breadcrumb #h1-pages {
	width: 918px;
	margin: 0 0 0 auto;
}

.breadcrumb_items {
	font-size: 13px;
}

.main-catalog-wrapper .wrap-catalog-items .catalog-section {
	margin: 0;
}

#breadcrumb .breadcrumb_items, #breadcrumb #h1-pages {
	width: 903px;
}

/* End */


/* Start:/local/components/uw/search.brands/templates/.default/style.css?17295156191931*/
.brands-search {
    max-width: 520px;
    position: relative;
    margin-bottom: 20px;
    margin-left: auto;
}

.brands-search__input-wrap {
    position: relative;
    width: 100%;
    z-index: 2;
}

.brands-search__input {
    display: block;
    height: 40px;
    background: #ededed;
    border-radius: 20px;
    font-style: italic;
    color: #505050;
    border: none;
    width: 100%;
    padding: 0 40px 0 20px;
}

.brands-search__button {
    display: block;
    border: none;
    background: url('/local/templates/index/img/icon/search.png') center center no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    right: 15px;
}

.brands-search__result {
    border: 1px solid #c6c6c6;
    position: absolute;
    top: calc(100% + 5px);
    width: 100%;
    background: #fff;
    z-index: 2;
}

.brands-search__result-title {
    border-bottom: 1px solid #c6c6c6;
    padding: 5px 10px;
    font-size: 15px;
    background-color: #f7f7f7;
}

.brands-search__result-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px 10px 10px;
    max-height: 350px;
    overflow-y: auto;
}

.brands-search__result-item {
    display: flex;
    text-decoration: none;
}

.result-item__image {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-right: 10px;
    border: 1px solid #c6c6c6;
    padding: 5px;
}

.result-item__name {
    color: #905792;
    font-size: 14px;
}

.result-item__category {
    color: #000;
    font-size: 12px;
}

.brands-search__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.brands-search__not-found {
    padding: 10px;
}

@media (max-width: 580px) {
    .brands-search__result-items {
        grid-template-columns: 1fr;
    }
}

/* End */


/* Start:/bitrix/templates/mosoboi_ad/components/bitrix/catalog/elastic_search/bitrix/catalog.section.list/catalog_sections_v2/style.css?17353062816828*/
.sections-list {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.sections-list__item {
    width: 20%;
    box-sizing: border-box;
    padding: 0 15px 30px;
}

.sections-list__item > a {
    display: block;
    height: 100%;
    border: 1px solid #e2e2e2;
    text-decoration: none;
    transition: 0.3s;
}

.sections-list__item-img-wrap {
    position: relative;
    padding-bottom: 100%;
    border-bottom: 1px solid #e2e2e2;
    transition: 0.3s;
}

.sections-list__item-img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 85%;
    height: 100%;
    transform: translateX(-50%) scale(0.9);
    object-fit: contain;
    transition: 0.3s;
}

.sections-list__item:hover .sections-list__item-img {
    transform: translateX(-50%) scale(1);
}

.sections-list__item-name {
    font-size: 18px;
    color: #2b272b;
    font-weight: bold;
    text-decoration: none;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: 0.3s;
}

.sections-list__item:hover .sections-list__item-name {
    color: #905792;
}

.sections-list__item:hover > a {
    border-color: #905792;
}

.sections-list__item:hover .sections-list__item-img-wrap {
    border-bottom-color: #905792;
}

.sections-tabs__titles {
    display: flex;
    margin-bottom: 40px;
}

.sections-tabs__title {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 25%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #905792;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    transition: 0.3s;
}

.sections-tabs__title:hover {
    background: #7d437f;
}

.sections-tabs__title:first-child {
    border-left: 1px solid #e5e5e5;
    border-radius: 5px 0 0 0;
}

.sections-tabs__title:last-child {
    border-radius: 0 5px 0 0;
}

.sections-tabs__title.active {
    color: #404040;
    background: #fff;
    border-bottom: none;
}

.sections-tabs__tab {
    display: none;
}

.sections-tabs__tab.active {
    display: block;
}

.sections-tab__selected-item {
    display: none;
}
.page_catalog_main #h1-pages {
    color: #2b272b!important;
    padding: 10px 0 25px;
}

.sections-tabs__letters {
    display: flex;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #e5e5e5;
    padding: 8px;
    border-radius: 5px;
    flex-wrap: wrap;
}

.sections-tabs__letters .letter {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
    line-height: 43px;
    text-align: center;
    margin: 0 5px;
    text-decoration: none;
    flex-shrink: 0;
    color: #2b272b;
}

.sections-tabs__letters .letter:visited {
    text-decoration: none;
    color: #2b272b;
}

.sections-tabs__letters .letter:hover,
.sections-tabs__letters .letter.active {
    text-decoration: none;
    background: #905792;
    color: #fff;
}

.sections-tabs__titles {
    margin-bottom: 12px;
}

.sections-list {
    margin-top: 25px;
}

.header-top .sections-tabs__letters {
    position: absolute;
    bottom: 0;
    transform: translate(0, 100%);
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

.header-top.is-sticky .flex-center {
    display: flex;
    justify-content: center;
}

@media (max-width: 1800px) {
    .sections-list__item {
        width: 25%;
    }
}

@media (max-width: 1200px) {
    .sections-list__item {
        width: 33.3333%;
    }
    .sections-tabs__title {
        font-size: 13px;
    }
}

@media (max-width: 1180px) {
    .sections-tabs__letters {
        display: grid;
        grid-template-columns: repeat(auto-fill, 10%);
        justify-items: center;
    }
}

@media (max-width: 1024px) {
    .sections-list__item {
        width: 50%;
    }
    .sections-tab__selected-item {
        display: block;
    }
    .sections-tabs__titles {
        flex-direction: column;
        flex-shrink: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 50px;
        z-index: 1;
    }
    .sections-tabs__title {
        width: 100%;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        border-bottom: none;
        border-top: none;
        background: #fff;
        color: #404040;
        order: 1;
        transition: unset;
        display: none;
        font-size: 14px;
        text-transform: uppercase;
        justify-content: flex-start;
        text-align: left;
        padding: 0 20px;
    }
    .sections-tabs__title:hover {
        background: #fff;
    }
    .sections-tabs__title:first-child,
    .sections-tabs__title:last-child {
        border-radius: unset;
    }
    .sections-tabs__title.active {
        display: flex;
        border: 1px solid #e5e5e5;
        order: 0;
        color: #915792;
        padding-right: 50px;
        position: relative;
    }
    .sections-tabs__title.active::after {
        content: '';
        display: block;
        width: 16px;
        height: 12px;
        background: url('/bitrix/templates/mosoboi_ad/components/bitrix/catalog/elastic_search/bitrix/catalog.section.list/catalog_sections_v2/images/arrow.png') no-repeat center center;
        /*border-left: 3px solid #915792;*/
        /*border-bottom: 3px solid #915792;*/
        /*transform: rotate(-45deg);*/
        position: absolute;
        right: 20px;
        top: calc(50% - 6px);
    }
    .sections-tabs__titles.opened .sections-tabs__title.active::after {
        transform: rotate(180deg);
    }
    .sections-tabs__titles.opened .sections-tabs__title {
        display: flex;
    }
    .sections-tabs__titles.opened {
        border-bottom: 1px solid #e5e5e5;
    }
    .sections-tabs {
        padding-top: 70px;
    }
    .sections-tabs__letters {
        border-radius: 0;
    }
    /*.sections-list {*/
    /*    padding-top: 80px;*/
    /*}*/
    /*.sections-tabs__title:last-child {*/
    /*    border-bottom: 1px solid #e5e5e5;*/
    /*}*/
}
@media (max-width: 800px) {
    .sections-list__item-name {
        font-size: 16px;
    }
}
@media (max-width: 800px) {
    .sections-list__item-name {
        font-size: 14px;
    }
    .sections-list__item {
        padding: 0 10px 20px;
    }
    .sections-list {
        /*padding-top: 70px;*/
        margin: 20px -10px 0;
    }
}
@media (max-width: 500px) {
    .sections-tabs__letters {
        grid-template-columns: repeat(auto-fill, 16.6666%);
    }
}

/* End */
/* /bitrix/templates/mosoboi_ad/components/bitrix/catalog/elastic_search/style.css?16765393401784 */
/* /local/components/uw/search.brands/templates/.default/style.css?17295156191931 */
/* /bitrix/templates/mosoboi_ad/components/bitrix/catalog/elastic_search/bitrix/catalog.section.list/catalog_sections_v2/style.css?17353062816828 */
