

/* Start:/local/templates/romana/components/bitrix/catalog/.default/style.css?178713455616844*/
.bx-filter-parameters-box-hint {
	color: #000 !important;
}

.catalog-section {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.catalog-aside {
    position: sticky;
    top: 20px;
    width: 299.5px;
    min-width: 299.5px;
    flex-shrink: 0;
    align-self: flex-start;
    overflow: visible;
    z-index: 20;
}

.catalog-aside__inner {
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    overflow-x: visible;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.catalog-aside__inner::-webkit-scrollbar {
    display: none;
}

.catalog-mobile-filter-trigger,
.catalog-mobile-filter-panel {
    display: none;
}

.catalog-quiz-mobile-trigger {
    display: none;
    font-family: Montserrat, Arial, sans-serif;
}

.catalog-quiz-cta-wrap {
    width: 100%;
    margin: 16px 0 22px;
}

.catalog-quiz-cta {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) 34px;
    align-items: center;
    gap: 13px;
    width: 100%;
    font-family: Montserrat, Arial, sans-serif;
    min-height: 88px;
    padding: 16px;
    color: #122846;
    text-align: left;
    border: 1px solid #c7ddf3;
    border-radius: 14px;
    background: linear-gradient(135deg, #f5faff 0%, #e6f2ff 100%);
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.catalog-quiz-cta:hover {
    transform: translateY(-2px);
    border-color: #7eb4e8;
    background: linear-gradient(135deg, #fff 0%, #dcebfb 100%);
}

.catalog-quiz-cta:focus-visible,
.catalog-quiz-mobile-trigger:focus-visible,
.catalog-quiz-modal__close:focus-visible {
    outline: 3px solid rgba(0, 151, 218, .35);
    outline-offset: 3px;
}

.catalog-quiz-cta__icon {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    color: #fff;
    background: linear-gradient(145deg, #1581e7, #0759b7);
    border-radius: 14px;
    box-shadow: 0 7px 16px rgba(7, 89, 183, .22);
}

.catalog-quiz-cta__icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.catalog-quiz-cta__copy strong,
.catalog-quiz-cta__copy small {
    display: block;
}

.catalog-quiz-cta__copy strong {
    color: #122846;
    font-size: 16px;
    line-height: 1.2;
}

.catalog-quiz-cta__copy small {
    margin-top: 5px;
    color: #607890;
    font-size: 11px;
    line-height: 1.35;
}

.catalog-quiz-cta__arrow {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: #0759b7;
    font-size: 19px;
    background: #fff;
    border: 1px solid #c7ddf3;
    border-radius: 50%;
}

.catalog-quiz-modal[hidden] {
    display: none !important;
}

.catalog-quiz-modal {
    position: fixed;
    z-index: 100000;
    inset: 0;
    display: grid;
    padding: 24px;
    place-items: center;
}

.catalog-quiz-modal__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(8, 25, 48, .67);
    backdrop-filter: blur(5px);
    cursor: pointer;
}

.catalog-quiz-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(1240px, 100%);
    height: min(640px, calc(100dvh - 48px));
    overflow: hidden;
    background: #f7fbfe;
    border-radius: 22px;
    box-shadow: 0 28px 80px rgba(8, 25, 48, .32);
}

.catalog-quiz-modal__title {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.catalog-quiz-modal__close {
    position: absolute;
    z-index: 3;
    top: 14px;
    right: 14px;
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    color: #122846;
    border: 1px solid #dbe5ef;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 7px 18px rgba(18, 40, 70, .14);
    cursor: pointer;
}

.catalog-quiz-modal__close svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

.catalog-quiz-modal__frame {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #f7fbfe;
}

html.catalog-quiz-modal-open,
body.catalog-quiz-modal-open {
    overflow: hidden !important;
}

body.catalog-quiz-modal-open .cookie_notice {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@media (max-width: 1023px) {
    .catalog-section {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-top: 0;
    }

    .catalog-quiz-mobile-trigger {
        display: none !important;
        display: flex;
        align-items: center;
        gap: 11px;
        width: calc(100% - 30px);
        margin: 10px 15px 14px;
        padding: 13px 16px;
        color: #fff;
        text-align: left;
        border: 0;
        border-radius: 11px;
        background: linear-gradient(135deg, #0872d9, #0759b7);
        box-shadow: 0 8px 18px rgba(7, 89, 183, .2);
    }

    .catalog-quiz-mobile-trigger svg {
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .catalog-quiz-mobile-trigger strong,
    .catalog-quiz-mobile-trigger small {
        display: block;
    }

    .catalog-quiz-mobile-trigger strong {
        font-size: 15px;
    }

    .catalog-quiz-mobile-trigger small {
        margin-top: 2px;
        color: rgba(255, 255, 255, .82);
        font-size: 11px;
    }

    .catalog-section > .catalog-aside {
        display: none;
    }

    .catalog-section > main {
        display: block !important;
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
    }

    .catalog-section__heading-row {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 10px;
        width: 100%;
        padding: 16px 0;
    }

    .catalog-section__heading-shell {
        position: relative;
        width: auto !important;
        margin: 0 15px !important;
    }

    .catalog-section__heading-row h1 {
        flex: 1 1 auto;
        margin: 0;
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }

    .catalog-section__heading-row noindex {
        display: none;
    }

    .catalog-mobile-filter-trigger {
        display: flex;
        flex: 0 0 40px;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        cursor: pointer;
    }

    .catalog-mobile-filter-trigger svg {
        display: block;
    }

    .catalog-mobile-filter-panel {
        position: absolute;
        z-index: 1000;
        top: 60px;
        left: -15px;
        width: calc(100% + 20px);
        margin-bottom: 20px;
        background: #fff;
    }

    .catalog-mobile-filter-panel:not([hidden]) {
        display: block;
    }

    .catalog-mobile-filter-panel .bx-filter {
        min-width: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 640px) {
    .catalog-quiz-modal {
        padding: 0;
    }

    .catalog-quiz-modal__dialog {
        width: 100%;
        height: 100dvh;
        border-radius: 0;
    }

    .catalog-quiz-modal__close {
        position: fixed;
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .catalog-quiz-cta {
        transition: none;
    }
}

#modef {
    top: -100px !important;
	right: 0 !important;
}

.banner_carusel_slide {position:relative;}
.banner_carusel_slide img {width:100%;border-radius: 8px;}
.banner_link {text-decoration:none;
	color: #fff;}
.banner_new_year_button:hover {background: #CA1010;}
.banner_new_year_button {font-family: Montserrat;	
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	border-radius: 8px;
	background: #DC3A42;
	padding: 12px 16px;
	cursor:pointer;
	margin-top:12px;
	text-decoration:none;}
.banner_new_year_decr_w {font-weight: 600;
	line-height: 28px;}
.banner_new_year_title {font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 52px;
	color: #FFF;
	margin-bottom: 12px;}
.banner_new_year_text {	
	font-family: Montserrat;
	color: #FFF;	
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	top: 167px;
	left: 100px;
	position: absolute;
	display: flex;
	width: 466px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;}
.banner_new_year {position:relative;}
.banner_new_year img {width:100%;}
.modal_new_year_bl_form {display: flex;
	width: 460px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	align-self: stretch;
	position:absolute;
	top: 100px;
	right: 100px;}
.modal_new_year_ps {font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: #FFF;}
.modal_new_year_uslov span {color: #3D8BFD;
	font-weight: 600;
	line-height: 28px;}
.modal_new_year_uslov {font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	color: #FFF;}
.modal_new_year_title {font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 52px; 
	color: #FFF;}
.modal_new_year_met {border-radius: 8px;
	background: #3D8BFD;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	color: #FFF;
	padding: 8px 12px;}
.modal_new_year_bl_text {display: flex;
	width: 464px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	align-self: stretch;
	position:absolute;
	top:216px;
	left:100px;}
.modalDialog_banner_new_year img {width:100%; 
	border-radius: 8px;}
.modalDialog_banner_new_year {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-family: 'Montserrat', sans-serif;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}
.modalDialog_banner_new_year:target {
	display: block;
	pointer-events: auto;
}
.modalDialog_banner_new_year > div {
	width: 1360px;
	margin: 5% auto;
	position: relative;
}
.close_new_year {
	position: absolute;
	right: 20px;
	text-align: center;
	top: 20px;
}
.banner_reels_block img {    z-index: 100;
    position: absolute;}
.video_reels_mp {width:100%;}
.banner_reels_block {position:relative;overflow: hidden;height: 370px;margin-bottom:30px;}
.banner_reels_block_video {position: absolute;
    top: -24px;
    right: 175px;
    overflow: hidden;
    width: 250px;
    transform: rotate(5.73deg);}
.modalDialogReels {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	    font-family: 'Montserrat', sans-serif;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}
.modalDialogReels:target {
	display: block;
	pointer-events: auto;
}

.modalDialogReels > div {
	width: 420px;
	position: relative;
	margin: 4% auto;
	padding: 15px;
	border-radius: 10px;
	background: #fff;
}
.close_Reels {
	background: #9393f7;
	color: #FFFFFF;
	line-height: 30px;
	position: absolute;
	right: -25px;
	text-align: center;
	top: -15px;
	width: 30px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close_Reels:hover { background: #00d9ff; }
.juicy_podpis_kanal {display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    align-items: center;
    margin-top: 50px;
    border: 1px solid #f0f0f0;
    padding-top: 35px;}
.juicy_podpis_kanal:hover {box-shadow: 2px -2px 9px 0px #cdcdcd;}
.juicy_podpis_kanal img {width: 65px;}
.juicy_podpis_kanal a {text-decoration: none;
    border: 1px solid #f0f0f0;
    width: 100%;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;}
.juicy_podpis_kanal:hover .juicy_podpis_kanal_link {background:#f0f0f0;}
#compareList9J9wbd{
display:none;
}
.juicy_podrazrel_menu {
   color: #000;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
        background-color: #fafafa;
    padding: 7px 15px;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}


.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;}

ul#vertical-multilevel-menu, #vertical-multilevel-menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	font-size: 12px;
	font-weight: 500;
}

/*Submenu box*/
#vertical-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;
	height:auto;

	border-bottom:none;
	width:250px;
}

/* Submenu Items */
#vertical-multilevel-menu li a
{
	display: block;
	text-decoration: none;
	color: #4F4F4F;

	padding: 14px;
	background:#fff;
	border-bottom:1px solid #C1C1C1;
}

/*Items selected*/
#vertical-multilevel-menu li a.item-selected
{
	background-color: #DBECFF;
}
#vertical-multilevel-menu li a:active
{
	background-color: #DBECFF;
}
/*Items Hover */
#vertical-multilevel-menu li a:hover
{
	background-color: #DBECFF;
}

/*Rootmenu Items*/
#vertical-multilevel-menu a.root-item
{
	color:#fff;

	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/local/templates/romana/components/bitrix/catalog/.default/images/item_bg.gif) 0 0 no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Rootmenu Items hover*/
#vertical-multilevel-menu a.root-item:hover, #vertical-multilevel-menu a.root-item-selected:hover
{
	background:#61656A url(/local/templates/romana/components/bitrix/catalog/.default/images/item_bg.gif) 0 -26px no-repeat;
}

/*Rootmenu Items Selected*/
#vertical-multilevel-menu a.root-item-selected
{
	color:#fff;

	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/local/templates/romana/components/bitrix/catalog/.default/images/item_bg.gif) 0 -26px no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Parent item*/
#vertical-multilevel-menu a.parent
{
	background:  url(/local/templates/romana/components/bitrix/catalog/.default/images/arrow.gif) center right no-repeat;
	padding-right:10px;
}

/*Denied items*/
#vertical-multilevel-menu a.denied
{
	background: #F5F5F5 url(/local/templates/romana/components/bitrix/catalog/.default/images/lock.gif) center right no-repeat;
	color:#DDDDDD;
	padding-right:10px;
}

/* Holly Hack. IE Requirement \*/
* html ul#vertical-multilevel-menu li { float: left; height: 1%; }
* html ul#vertical-multilevel-menu li a { height: 1%; }
/* End */


/*Submenu margin*/
#vertical-multilevel-menu li ul.root-item
{
	margin:-27px 0 0 210px;
}

#vertical-multilevel-menu li ul
{
	margin:-27px 0 0 133px;
}

/*Submenu hide*/
#vertical-multilevel-menu li:hover ul ul,
#vertical-multilevel-menu li.jsvhover ul ul,
#vertical-multilevel-menu li:hover ul ul ul,
#vertical-multilevel-menu li.jsvhover ul ul ul
{
	/*top:-999em;*/
	display:none;
}

/*Submenu show*/
#vertical-multilevel-menu li:hover ul,
#vertical-multilevel-menu li.jsvhover ul,
#vertical-multilevel-menu li li:hover ul,
#vertical-multilevel-menu li li.jsvhover ul,
#vertical-multilevel-menu li li li:hover ul,
#vertical-multilevel-menu li li li.jsvhover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?172011675764*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */
/* /local/templates/romana/components/bitrix/catalog/.default/style.css?178713455616844 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?172011675764 */
