

/* Start:/local/templates/.default/components/ma/catalog/catalog/css/section.css?17684587314977*/
.l-catalog {
    margin-top: 43px;
}
.l-catalog h1 {
    margin-bottom: 24px;
    font-size: 24px;
    color: var(--site-grey-color);
}
.l-content.l-content--inner{
    padding-top: 0 !important;
}
.l-catalog-banner{
    margin-bottom: 20px;
}
.l-catalog-banner.has-image{
    position: relative;
    overflow: hidden;
}
.l-catalog-banner-img,
.l-catalog-banner.has-image::before{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.l-catalog-banner-img{
    filter: blur(3px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.l-catalog-banner.has-image::before{
    content: '';
    background-color: #00000033;
    z-index: 1;
}
.l-catalog-banner.has-image,
.l-catalog-banner.has-image a,
.page-holder .l-catalog-banner.has-image a{
    color: var(--site-light-color);
}
.l-catalog-banner-inner{
    position: relative;
    z-index: 2;
    padding: 20px 0;
}
.l-catalog-banner-inner h1{
    margin: 0;
    margin-top: 16px;
    font-size: 37px;
}

.l-catalog-content{
    flex: 1;
    max-width: 100%;
}

.l-catalog-content-wrapper{
    display: flex;
	flex-wrap: wrap;
}

.l-catalog-sections{
	width: 100%;
}

.l-catalog-banner-bc .b-breadcrumb{
    margin-top: 0;
}


.l-catalog-filter-values{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
}
.l-catalog-filter-values-item{
    padding: 8px 16px;
    border-radius: 8px;
    background-color: var(--site-light-grey-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    gap: 8px;
    font-weight: 600;
}
.l-catalog-filter-values-item .clear{
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 15L15 5M5 5L15 15' stroke='%23323233' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    cursor: pointer;
}
.l-catalog-filter-values-item.l-catalog-filter-values-item--all{
    background-color: var(--site-light-color);
    color: var(--site-grey-color);
}
.l-catalog-filter-values-item.l-catalog-filter-values-item--all .clear{
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 15L15 5M5 5L15 15' stroke='%23949594' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");

}

.b-catalog-elements-description{
	margin-top: 80px;
}

.b-catalog-item-filter {
    display: none;
}

@media(max-width: 1024px){
    .l-catalog h1 {
        font-size: 22px;
    }
    .l-catalog-content-wrapper{
        flex-direction: column;
        margin-bottom: 24px;
    }

    .b-catalog-item-filter {
        display: block;
        max-width: 118px;
    }
}

@media(max-width: 768px){
    .l-catalog h1{
        font-size: 18px;
    }
    .l-catalog-banner.has-image,
    .l-catalog-banner.has-image a,
    .page-holder .l-catalog-banner.has-image a{
        color: var(--site-default-color);
    }
    .l-catalog-banner-inner h1{
        display: none;
    }
    .l-catalog-banner-img{
        background-image: unset !important;
    }
    .l-catalog-banner.has-image::before {
        content: unset;
    }
    .l-catalog-banner-inner{
        padding-bottom: 0;
    }
    .l-catalog-banner {
        margin-bottom: 0;
    }

	.b-catalog-elements-description{
		margin-top: 20px;
	}
}

.l-catalog-content.l-catalog-search {
  order: 1;
}

.l-catalog-search-wrapper.l-catalog-content-wrapper {
  display: flex;
}

.l-catalog-sidebar--inner {
  display: flex;
  flex-direction: column;
  min-width: 100%;
}

.l-catalog-sidebar--filter {
  order: 1;
}

.catalog__search-failed {
  display: table;
  margin: 0 auto 43px;
  text-align: center;
}

h2.catalog__title {
	/* font-weight: 300; */
	margin-bottom: 1rem;
	margin-top: 0;
}

h2.catalog__title span.count{
    padding-left: 16px;
    display: inline-block;
    color: #727272;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}

h2.catalog__title > strong {
  font-weight: 700;
}

.search-language-guess {
  font-size: 16px;
}

.l-catalog-favorite {
    display: flex;
    gap: 24px;
    padding-top: 40px;
}

@media(max-width: 991px){
    h2.catalog__title span.count{
        padding-left: 8px;
        font-size: 16px;
        font-weight: 600;
    }

    .l-catalog-favorite {
        padding-top: 20px;
    }
}



@media(max-width: 1024px){
    .l-catalog {
        margin-top: 27px;
    }
}

@media(max-width: 767px){
    .l-catalog {
        margin-top: 16px;
    }

    .l-catalog-favorite {
        padding-top: 0;
    }
}

@media(max-width: 560px){
    .l-catalog h1 {
        font-size: 18px;
    }
    .l-catalog {
        margin-top: 0;
    }
}

/* End */


/* Start:/local/templates/tiros/components/ma/breadcrumb/crumbs/style.css?1768303472694*/
.b-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    padding: 16px 0;

}

.b-breadcrumb a,
.page-holder .b-breadcrumb a {
    color: var(--site-grey-color);
    font-size: 14px;
}

.b-breadcrumb a:hover,
.page-holder .b-breadcrumb a:hover {
    border-color: transparent;
    color: var(--site-accent-color);
}

.b-breadcrumb .last-item {
    font-size: 14px;
    color: var(--site-accent-color);
}

@media(max-width: 768px) {
    .b-breadcrumb {
        gap: 18px 16px;
        padding: 10px 0 16px;
    }

    .b-breadcrumb a,
    .page-holder .b-breadcrumb a,
    .b-breadcrumb .last-item,
    .b-breadcrumb a {
        font-size: 12px;
    }
}
/* End */


/* Start:/local/templates/.default/components/ma/catalog.section.list/catalog-section/style.css?17715811643826*/
.b-catalog-section-blocks {
	overflow: hidden;
}

.b-catalog-section-blocks a,
.page-holder .b-catalog-section-blocks a {
	border-color: transparent;
}

.b-catalog-section-blocks a:hover,
.page-holder .b-catalog-section-blocks a:hover {
	border-color: transparent;
	color: var(--site-accent-color--hover);
}

.b-catalog-section-blocks_item {
	margin-bottom: 40px;
}

.b-catalog-section-blocks_item:last-child {
	margin-bottom: 20px;
}

.b-catalog-section-blocks-title {
	font-size: 24px;
	color: var(--site-grey-color);
	margin-bottom: 16px;
}

.b-catalog-section-blocks-title a,
.page-holder .b-catalog-section-blocks-title a,
.b-catalog-section-blocks-title a:visited,
.page-holder .b-catalog-section-blocks-title a:visited {
	font-size: 24px;
	color: var(--site-grey-color);
}

.b-catalog-section-blocks-title a:hover,
.page-holder .b-catalog-section-blocks-title a:hover,
.b-catalog-section-blocks-title a:visited:hover,
.page-holder .b-catalog-section-blocks-title a:visited:hover {
	color: var(--site-accent-color);
}

.sections {
	margin-top: 41px;
}

.main-catalog-sections-blocks {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 24px;
}

.main-catalog-sections-blocks_item {
	overflow: hidden;
	border: 1px solid var(--site-input-border-color);
	border-radius: 16px;
	width: calc(100% / 5 - 24px + 24px / 5);
	height: 204px;
	display: block;
	transition: all .3s;
}

.main-catalog-sections-blocks_item:hover {
	border-color: var(--site-accent-color);
}

.main-catalog-sections-blocks_holder {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}

.main-catalog-sections-blocks_image {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.main-catalog-sections-blocks_image:not(.has-img) {
	background-size: 104px;
}

.main-catalog-sections-blocks-title {
	padding: 9px 19px 19px 19px;
	font-size: 16px;
	line-height: 120%;
	width: 100%;
	max-height: 66px;
	height: 100%;
	display: flex;
	align-items: center;
}

.main-catalog-sections-blocks-title a,
.main-catalog-sections-blocks-title a:visited {
	color: var(--site-default-color);
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.main-catalog-sections-blocks-title a:hover {
	color: var(--site-accent-color);
}

@media(max-width: 1024px) {
	.sections {
		margin-top: 32px;
	}

	.b-catalog-section-blocks_item {
		margin-bottom: 32px;
	}

	.b-catalog-section-blocks_item:last-child {
		margin-bottom: 12px;
	}

	.b-catalog-section-blocks-title {
		font-size: 22px;
	}

	.main-catalog-sections-blocks {
		gap: 20px;
	}

	.main-catalog-sections-blocks_item {
		width: calc(100% / 4 - 20px + 20px / 4);
	}
}

@media(max-width: 767px) {
	.sections {
		margin-top: 26px;
	}

	.b-catalog-section-blocks_item {
		margin-bottom: 24px;
	}

	.b-catalog-section-blocks_item:last-child {
		margin-bottom: 4px;
	}

	.b-catalog-section-blocks-title {
		font-size: 20px;
	}

	.main-catalog-sections-blocks {
		gap: 18px;
	}

	.main-catalog-sections-blocks_item {
		width: calc(100% / 3 - 18px + 18px / 3);
	}

	.main-catalog-sections-blocks-title {
		font-size: 14px;
	}
}

@media(max-width: 660px) {
	.b-catalog-section-blocks-title {
		font-size: 18px;
	}

	.main-catalog-sections-blocks {
		flex-direction: column;
		gap: 16px;
	}

	.main-catalog-sections-blocks_item {
		width: 100%;
		height: 82px;
		border-radius: 8px;
	}

	.main-catalog-sections-blocks_holder {
		flex-direction: row;
	}

	.main-catalog-sections-blocks-title {
		padding: 14px 14px 14px 0;
	}

	.main-catalog-sections-blocks_image {
		width: 95px;
	}

	.main-catalog-sections-blocks_image:not(.has-img) {
		background-size: 50px;
	}
}
/* End */


/* Start:/local/templates/tiros/components/ma/form/catalog-callback-form/style.css?17666583304942*/
.callback-form {
    position: relative;
    border-radius: var(--site-border-radius);
    min-height: 232px;
    margin-top: 20px;
    width: 100%;
    border-radius: var(--site-border-radius);
    overflow: hidden;
    background-image: url('/local/templates/tiros/components/ma/form/catalog-callback-form/./img/bg-image.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.callback-form--success {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.callback-form form {
    padding: 24px 20px;
    z-index: 2;
    position: relative;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}

.callback-form__title {
    color: var(--site-grey-color);
    font-size: 24px;
    line-height: 120%;
}

.callback-form__text {
    color: var(--site-text3-color);
    letter-spacing: 0.05px;
}

.callback-form_holder {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
}

.callback-form_item {
    position: relative;
    flex: 1 0 auto;
    min-width: 220px;
}

.callback-form_item input {
    padding: 15px 16px 6px !important;
    border: none !important;
}

.callback-form_field {
    position: relative;
}

.callback-form_label {
    position: absolute;
    top: 19px;
    left: 16px;
    transform: translate(0, -50%);
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    color: var(--site-grey-color);
    z-index: 1;
    transition: all 0.2s;
}

.callback-form_label.active {
    top: 10px;
    font-size: 11px;
    color: var(--site-accent-color);
}

.callback-form_dropdown select {
    width: 367px;
    margin-left: 1px;
}

.callback-form_item-hint {
    display: block;
    clear: both;
    color: #979797;
    font-size: 11px;
}

.callback-form_error {
    margin-bottom: 12px;
}

.callback-form_error label {
    color: var(--site-error-color);
}

.callback-form_item-error {
    display: block;
    clear: both;
    margin: 0;
    color: var(--site-error-color);
    font-size: 11px;
    position: absolute;
    bottom: -14px;
}

.callback-form .g-button {
    padding: 13px 15px !important;
    border: none !important;
    width: 180px;
}

.callback-form .g-button.g-button--black:disabled {
    cursor: default;
    opacity: 0.5;
}

.callback-form .g-button.g-button--black:disabled::before {
    display: none;
}

.callback-form_error .callback-form_text input,
.callback-form_error .callback-form_date input,
.callback-form_error textarea {
    border-color: var(--site-error-color) !important;
}

.callback-form_privacy-policy {
    color: var(--site-grey-color);
    font-size: 14px;
}

.callback-form_privacy-policy a {
    border-bottom: 1px solid var(--site-grey-color);
    color: var(--site-grey-color);
}

.callback-form_privacy-policy a:hover {
    color: var(--site-light-color) !important;
    border-color: var(--site-light-color) !important;
}

.callback-form_result-ok {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: var(--site-light-color);
    padding: 20px 24px;
    z-index: 2;
}

.callback-form_result-ok svg {
    /* width: 100px;
    height: 100px; */
    margin-bottom: 12px;
}

.callback-form_result-ok svg path {
    fill: var(--site-light-color);
}

.callback-form_result-title {
    font-size: 24px;
    text-align: center;
    color: var(--site-text-color);
}

.callback-form_result-text {
    font-size: 14px;
    text-align: center;
    color: var(--site-text-color);
}

@media (max-width: 920px) {
    .callback-form::after {
        background-position: 360px 10%;
    }

    .callback-form_holder {
        margin: 8px 0;
    }

    .callback-form form {
        gap: 12px;
    }

    .callback-form__title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {

    .callback-form {
        background-image: url('/local/templates/tiros/components/ma/form/catalog-callback-form/./img/bg-image-mob.png');
    }

    .callback-form .g-button.g-button--black,
    .callback-form_submit {
        width: 100%;
    }

    .callback-form {
        border-radius: 8px;
    }

    .callback-form__text {
        font-size: 14px;
    }

    .callback-form form {
        gap: 8px;
        padding: 18px 16px;
    }

    .callback-form_holder {
        gap: 8px;
    }

    .callback-form__title {
        font-size: 20px;
    }

    .callback-form_privacy-policy,
    .callback-form .g-button.g-button--black, .callback-form_submit {
        font-size: 12px !important;
    }
}

@media (max-width: 560px) {
    .callback-form::after {
        background-size: cover;
        background-position: 120px 0;
    }

    .callback-form__title {
        font-size: 18px;
    }
}
/* End */
/* /local/templates/.default/components/ma/catalog/catalog/css/section.css?17684587314977 */
/* /local/templates/tiros/components/ma/breadcrumb/crumbs/style.css?1768303472694 */
/* /local/templates/.default/components/ma/catalog.section.list/catalog-section/style.css?17715811643826 */
/* /local/templates/tiros/components/ma/form/catalog-callback-form/style.css?17666583304942 */
