

/* Start:/local/templates/romana_mobile/components/bitrix/catalog/.default/style.css?17829837684746*/
.modal_new_year_bl_form {display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	align-self: stretch;
    width: calc(100% - 20px);
    margin-top: 20px;}
.modal_new_year_ps {font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: #FFF;}
.modal_new_year_uslov span {color: #3D8BFD;}
.modal_new_year_uslov {font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	color: #FFF;}
.modal_new_year_title {font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px; 
	color: #FFF;}
.modal_new_year_met {border-radius: 8px;
	background: #3D8BFD;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; 
	color: #FFF;
	padding: 8px 12px;
	margin-top:5px;}
.modal_new_year_bl_text {display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
	position:absolute;
	top:20px;
	left:20px;}
.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: 100%;
	margin: 7% auto;
	position: relative;
}
.close_new_year {
	position: absolute;
	right: 20px;
	text-align: center;
	top: 20px;
	z-index: 3000;
}
.modal_new_year_bl_form .b24-form-content {padding: 0 16px 16px 16px;}
.modal_new_year_bl_form .b24-form-header {border: none;}
.modal_new_year_bl_form .b24-form-header-description {margin: 0 0 5px 0;}
.modal_new_year_bl_form .b24-form-field {margin-bottom: 8px;}
.modal_new_year_bl_form .b24-form-btn {font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 12px 16px;
	min-height: 40px;}
.modal_new_year_bl_form .b24-form-control-string .b24-form-control {height: 45px;}
.modal_new_year_bl_form .b24-form {width: 100%;}
.video_reels_mp {width:100%;}
.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: 90%;
	position: relative;
	margin: 15% auto;
	padding: 15px;
	border-radius: 10px;
	background: #fff;
}
.close_Reels {
	background: #9393f7;
	color: #FFFFFF;
	line-height: 30px;
	position: absolute;
	right: -10px;
	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; }
.row {
    margin-right: 0px; 
     margin-left: 0px; 
}
.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;}

/* End */


/* Start:/local/templates/romana_mobile/components/bitrix/catalog.element/.default/style.css?17829837742469*/
.juicy_block_predzakaz_link:hover {	color: #fff;
background:#07C54A;}			
.juicy_block_predzakaz_link {border-radius: 10px;
	border: 2px solid #07C54A;
	cursor: pointer;
	padding: 12px 16px;
	color: #07C54A;
	font-family: Montserrat;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	}					
.juicy_block_predzakaz { display: flex;
    padding: 0 50px;
justify-content: center;}

#sp-reviews-container {    margin: 10px;}
.juicy_rating_name {display: flex;
    justify-content: center;}
#sp-product-reviews-widget .sp-review-content-syndication .sp-review-syndication-brand-icon {display:none;}

.collaplseborderbot {    border-bottom: solid 1px #f0f0f0;}
.juicy_predzakaz {position: absolute;
    top: 0px;
    left: -15px;
    width: 191px;
    height: 26px;
    z-index: 200;
    display:flex;
    flex-direction:row;
    gap:5px;
    box-sizing: border-box;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 11px;
    font-family: Montserrat;
    font-weight: 900;
    line-height: 16px;
    padding: 5px 0px 5px 13px;
    border-radius: 0px 20px 20px 0px;
    background: #07AEC5;
}
.juicy_predzakaz span {
    background-image: url(/img/ico/calendar_month.svg);
    background-position: center;
    background-size: 100% 100%;
    width: 19.474px;
    height: 19.474px;
}
.juicy_gabarit_kartin_block_title {display: flex;
    flex-direction: row;
    align-items: flex-start;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 20px;
    color: #0C54A0;
    margin-bottom:20px;
}

.juicy_dos_opl {display:block !important;}
.new-item-label-proc-skid {text-align: center;
    text-transform: uppercase;
    background: #f91155;
    color: #fff;
    font-weight: 600;
    margin: 5px;
    padding: 2%;
}
.item-new-color {text-align: center;
    text-transform: uppercase;
    background: #000000fb;
    color: #fff;
    font-weight: 600;
    margin: 5%;
    padding: 1%;
    position: absolute;
    top: 0;
    z-index: 100;
    right: 0;}
.new-item-label {
top: 0;
    left: 25px;
margin-left:0px !important;
z-index: 100;}

.discount-item-label {
top: 0;
    left: 25px;
z-index: 100;}

.prop_block_ball {
    margin-top: 10px;
}

.prop_block_ball .product-colors__title,
.prop_block_one .product-colors__title {
    text-align: center;
    font-size: 11px;
    margin-bottom: 6px;
    text-transform: uppercase;
}
/* End */
/* /local/templates/romana_mobile/components/bitrix/catalog/.default/style.css?17829837684746 */
/* /local/templates/romana_mobile/components/bitrix/catalog.element/.default/style.css?17829837742469 */
