

/* 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?17749498393987*/
.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;
	cursor: pointer;
}

.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;
  	border-radius: 16px;
}

.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;
		gap: 16px;
	}

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

	.main-catalog-sections-blocks_image {
		width: 50px;
        height: 50px;
        aspect-ratio: 1/1;
        object-fit:scale-down;
        margin-left:16px;
	}

	.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 */


/* Start:/local/templates/tiros/components/bitrix/main.userconsent.request/.default/user_consent.css?17726947697027*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.custom-checkbox {
    position: relative;
    padding-left: 36px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    line-height: 1;
	height: auto;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-checkbox span {
    display: inline-block;
}

.custom-checkbox input + span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
	transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid var(--site-accent-color);
    background: #fff;
    border-radius: 4px;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.custom-checkbox input:checked + span::after {
    content: '';
    position: absolute;
    left: 10px;                         
    top: 50%;                         
    transform: translate(-50%, -50%);
    width: 15px;
    height: 11px;
    background-image: url("data:image/svg+xml;charset=UTF-8,<svg width=\"15\" height=\"11\" viewBox=\"0 0 15 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13.7319 0.295798C13.639 0.20207 13.5284 0.127675 13.4065 0.0769067C13.2846 0.026138 13.1539 0 13.0219 0C12.8899 0 12.7592 0.026138 12.6373 0.0769067C12.5155 0.127675 12.4049 0.20207 12.3119 0.295798L4.86192 7.7558L1.73192 4.6158C1.6354 4.52256 1.52146 4.44925 1.3966 4.40004C1.27175 4.35084 1.13843 4.32671 1.00424 4.32903C0.870064 4.33135 0.737655 4.36008 0.614576 4.41357C0.491498 4.46706 0.380161 4.54428 0.286922 4.6408C0.193684 4.73732 0.12037 4.85126 0.0711659 4.97612C0.0219619 5.10097 -0.00216855 5.2343 0.000152918 5.36848C0.00247438 5.50266 0.0312022 5.63507 0.0846957 5.75814C0.138189 5.88122 0.215401 5.99256 0.311922 6.0858L4.15192 9.9258C4.24489 10.0195 4.35549 10.0939 4.47735 10.1447C4.59921 10.1955 4.72991 10.2216 4.86192 10.2216C4.99393 10.2216 5.12464 10.1955 5.2465 10.1447C5.36836 10.0939 5.47896 10.0195 5.57192 9.9258L13.7319 1.7658C13.8334 1.67216 13.9144 1.5585 13.9698 1.432C14.0252 1.30551 14.0539 1.1689 14.0539 1.0308C14.0539 0.892697 14.0252 0.756091 13.9698 0.629592C13.9144 0.503092 13.8334 0.389441 13.7319 0.295798Z\" fill=\"%23393FD9\"/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 1;
    transition: opacity 0.2s ease;
}

.custom-checkbox input:not(:checked) + span::after {
    opacity: 0;
}


.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
	color: var(--site-grey-color);
	font-size: 12px;
    font-weight: 500;
}

.main-user-consent-request-announce-link a {
	text-decoration: underline;
}

.main-user-consent-request-announce-link a:hover {
	color: black !important;
}

.main-user-consent-request-announce-required {
	color: red;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}
/* 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?17749498393987 */
/* /local/templates/tiros/components/ma/form/catalog-callback-form/style.css?17666583304942 */
/* /local/templates/tiros/components/bitrix/main.userconsent.request/.default/user_consent.css?17726947697027 */
