

/* Start:/bitrix/templates/brandsalon/components/bitrix/catalog/catalog2/style.css?172458333743*/
main {
    padding-bottom: 0!important;
}
/* End */


/* Start:/bitrix/templates/brandsalon/components/bitrix/catalog/catalog2/bitrix/catalog.element/itb_element/style.css?17245833376101*/
body .bx_item_detail .bx_item_slider .label {
    text-align: right;
}
body .bx_item_detail .bx_item_slider .label-i img {
    max-width: 30%!important;
}
body .bx_item_detail .bx_item_slider .label.hit {
    left: 10px;
    right: unset;
    text-align: left;
    top: 0;
}
body .bx_item_detail .bx_item_slider .label.new {
    top: 0;
}
.bx_item_detail .labels-wrap {
    top: 0;
}
.back_nav{
margin:20px 0 30px 0;
}
.element_order_table {
    font-family: 'Roboto';
    width: 100%;
    margin-top: 50px;
}
.element_order_table tr {
    height: 50px;
    text-align: center;
}
.element_order_table th {
    background: #BF1E2E;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    border-right: 1px solid #ffff;
}
.element_order_table th:last-child {
    border-right: 0;
}
.element_order_table tbody tr {
    background: #FFFAFA;
}
.element_order_table tbody tr:nth-child(2n+2) {
    background: #FFEFF1;
}
.element_order_table tbody td {
    text-align: center;
    color: #000000;
    font-size: 16px;
}
body td.footable-sortable>span.fooicon,
body th.footable-sortable>span.fooicon {
    opacity: 1;
    position: static;
    margin-top: 0;
    margin-left: 5px;
    color: #EA98A0;
    font-size: 14px;
}
body table.footable>tbody>tr>td.footable-sortable,
body table.footable>tbody>tr>th.footable-sortable,
body table.footable>tfoot>tr>td.footable-sortable,
body table.footable>tfoot>tr>th.footable-sortable,
body table.footable>thead>tr>td.footable-sortable,
body table.footable>thead>tr>th.footable-sortable {
    padding-right: 0;
}
.element_quantity {
    display: flex;
    align-items: center;
    justify-content: center;
}
.element_quantity .q_minus,
.element_quantity .q_plus {
    background: #BF1E2E;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border: 0;
    outline: 0;
    position: relative;
}
.element_quantity .q_minus:before,
.element_quantity .q_plus:before,
.element_quantity .q_plus:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 1px;
    background: #fff;
    position: absolute;
}
.element_quantity .q_minus:before {
    left: 50%;
    transform: translateX(-50%);
}
.element_quantity .q_plus,
.element_quantity .q_minus {
    transition: .3s;
}
.element_quantity .q_plus:hover,
.element_quantity .q_minus:hover {
    opacity: .8;
}
.element_quantity .q_plus:before {
    left: 50%;
    transform: translateX(-50%);
}
.element_quantity .q_plus:after {
    left: 50%;
    transform: matrix(0, -1, 1, 0, -3.5, 0);
}
.element_quantity .q_val {
    background: #FFFFFF;
    border: 1px solid #E7E8EA;
    box-sizing: border-box;
    width: 30px;
    height: 15px;
    color: #4D4D4D;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    margin: 0 5px;
    -moz-appearance: textfield;
}
.element_quantity .q_val::-webkit-outer-spin-button,
.element_quantity .q_val::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.transparent_input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}
.item_info_section.scu_wrp {
    display: none;
}
.offer_to_cart {
    display: flex;
    align-items: center;
    background: #BF1E2E;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    transition: .3s;
}
.offer_to_cart:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 12px;
    background: #fff;
    margin-right: 10px;
    mask: no-repeat center url("/bitrix/templates/brandsalon/images/icons/tot_cart.svg");
    -webkit-mask: no-repeat center url("/bitrix/templates/brandsalon/images/icons/tot_cart.svg");
}
.offer_to_cart:hover,
.offer_to_cart:visited,
.offer_to_cart:active,
.offer_to_cart:focus {
    text-decoration: none;
    color: #fff;
    opacity: .8;
}
.cart_add_popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 1;
}
.popup_close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: transparent;
    width: 20px;
    height: 20px;
    padding: 0;
}
.popup_close:before,
.popup_close:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
}
.popup_close:before {
    transform: rotate(45deg);
}
.popup_close:after {
    transform: rotate(-45deg);
}
.popup_body {
    background: #fff;
    padding: 30px;
}
.popup_body_text {
    text-align: center;
}
.table_footer {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}
.color_select {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.color_select:last-child {
    margin-bottom: 0;
}
.filter_color {
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    flex-direction: column;
    padding: 15px;
    color: #000000;
    width: 100%;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    box-shadow: 0px 0px 4px 3px rgba(69, 9, 15, 0.1);
}
.color_checkbox {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.color_select.active .color_checkbox {
    background: #BF1E2E;
    border: 1px solid #BF1E2E;
}
.color_select.active .color_checkbox:before {
    content: '✓';
    color: #fff;
}
.element_order_table th {
    position: relative;
}
.element_offer {
    display: none;
}
.element_offer.visible {
    display: table-row;
}
.color_head {
    min-width: 110px;
}
.select_color,
.color_select {
    cursor: pointer;
}
.select_color:after {
    content: '\23F7';
    opacity: .5;
    margin-left: 5px;
    font-size: 14px;
}
/* End */


/* Start:/bitrix/templates/brandsalon/components/bitrix/news.list/how_choose/style.css?1718594519150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/brandsalon/components/bitrix/catalog.section/products/style.css?1718594519393*/
.bx_catalog_item .label {
    text-align: right;
}
.bx_catalog_item .label-i img {
    max-width: 30%;
}
.bx_catalog_item .label.hit {
    left: 10px;
    right: unset;
    text-align: left;
    top: 50px;
}
.bx_catalog_item .label.new {
    top: 50px;
}
.bx_catalog_item .label.new img {
    margin-left: auto;
}
.bx_catalog_item .label.hit img {
    margin-right: auto;
}
/* End */


/* Start:/bitrix/templates/brandsalon/js/iLightbox/light-skin/skin.css?17376200972193*/
.ilightbox-overlay.light {
	background: #FFF;
}

.ilightbox-loader.light div {
	background: #FFF url('/bitrix/templates/brandsalon/images/preloader.gif') no-repeat center;
}

.ilightbox-holder.light .ilightbox-container .ilightbox-caption {
	background: url('/bitrix/templates/brandsalon/js/iLightbox/light-skin/caption-bg.png');
	color: #000;
	text-shadow: 0 1px #FFF;
}

.ilightbox-holder.light .ilightbox-container .ilightbox-social {
	background: url('/bitrix/templates/brandsalon/js/iLightbox/light-skin/caption-bg.png');
	
	-webkit-border-radius: 2px;
	        border-radius: 2px;
}

.ilightbox-holder.light .ilightbox-alert {
	background: url('/bitrix/templates/brandsalon/js/iLightbox/light-skin/alert.png') no-repeat center top;
	color: #89949B;
}

/* Style thumbnails */
.ilightbox-thumbnails.light .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
	//box-shadow: 0 0 6px hsla(255,90%,90%,1);
    border: 1px solid transparent;
}

.ilightbox-thumbnails.light .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
	background: url('/bitrix/templates/brandsalon/js/iLightbox/light-skin/thumb-overlay-play.png') no-repeat center;
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-title {
	font-size: 18px;
	padding: 10px 8px;
	padding-right: 60px;
	color: #000;
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar {
	left: auto;
	top: 5px;
	right: 5px;
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a {
	float: right;
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a:first-of-type {
	-webkit-border-radius: 0;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	        border-radius: 0;
		    border-bottom-right-radius: 3px;
		    border-top-right-radius: 3px;
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a:last-of-type {
	-webkit-border-radius: 0;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	        border-radius: 0;
		    border-bottom-left-radius: 3px;
		    border-top-left-radius: 3px;
}

/* Configure arrow buttons */
.ilightbox-button.light.disabled {
	opacity: 0.2;
	filter: alpha(opacity=20);  /* IE7-8 */
	cursor: default;
}
.ilightbox-button.light span {
	display: block;
	width: 100%;
	height: 100%;
}
/* End */


/* Start:/bitrix/templates/brandsalon/js/iLightbox/ilightbox.css?17185945197222*/
/* Reset Styles */
.ilightbox-overlay, .ilightbox-loader, .ilightbox-loader *, .ilightbox-holder, .ilightbox-holder .ilightbox-container, .ilightbox-holder .ilightbox-container img.ilightbox-image, .ilightbox-holder .ilightbox-container .ilightbox-caption, .ilightbox-toolbar, .ilightbox-toolbar *, .ilightbox-thumbnails, .ilightbox-thumbnails *, .ilightbox-holder .ilightbox-container .ilightbox-social, .ilightbox-holder .ilightbox-container .ilightbox-social * {
    float:none;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    line-height:100%;
    vertical-align:baseline;
    background:transparent;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	   -moz-user-select: -moz-none;
	 -khtml-user-select: none;
	     -o-user-select: none;
	        user-select: none;
}
.ilightbox-overlay, .ilightbox-loader, .ilightbox-loader *, .ilightbox-holder .ilightbox-container .ilightbox-caption, .ilightbox-toolbar, .ilightbox-thumbnails, .ilightbox-thumbnails *, .ilightbox-holder .ilightbox-container .ilightbox-social {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
}

/* Disable & Hide Scrollbar */
/*.ilightbox-noscroll {
	overflow: hidden;
}*/
/*.ilightbox-noscroll,
.ilightbox-noscroll .header {
    padding-right: 17px;
}
.ilightbox-noscroll #jivo-label {
    right: 47px!important; 
}*/

.ilightbox-closedhand * {
	cursor: url(/local/templates/main/images/closedhand.cur),default !important;
}

.ilightbox-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
}

.ilightbox-loader {
        display: none;
	position: fixed;
	z-index: 100005;
	top: 45%;
	left: -192px;
	padding-left: 30px;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
			
	-webkit-border-radius: 0 100px 100px 0;
	        border-radius: 0 100px 100px 0;
}

.ilightbox-loader div {
	width: 72px;
	height: 72px;
	
	-webkit-border-radius: 0 100px 100px 0;
	        border-radius: 0 100px 100px 0;
}

.ilightbox-loader.horizontal {
	left: 45%;
	top: 0;
	padding: 0;
			
	-webkit-border-radius: 0 0 100px 100px;
	        border-radius: 0 0 100px 100px;
}

.ilightbox-loader.horizontal  div {
	-webkit-border-radius: 0 0 100px 100px;
	        border-radius: 0 0 100px 100px;
}

.ilightbox-toolbar {
	display: none;
	position: fixed;
	z-index: 100010;
        left: 0;
        top: 0;
}

.ilightbox-toolbar a {
	cursor: pointer;
}

.ilightbox-toolbar .ilightbox-prev-button,
.ilightbox-toolbar .ilightbox-next-button {
	display: none;
}

.ilightbox-thumbnails {
	display: block;
	position: fixed;
	z-index: 100009;
        opacity: 0;
}

.ilightbox-thumbnails.ilightbox-horizontal {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
}

.ilightbox-thumbnails.ilightbox-vertical {
	top: 0;
	right: 0;
	width: 140px;
	height: 100%;
	overflow: hidden;
}

.ilightbox-thumbnails .ilightbox-thumbnails-container {
	display: block;
	position: relative;
}

.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
	width: 100%;
	height: 100px;
}

.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
	width: 140px;
	height: 100%;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid {
	display: block;
	position: absolute;

	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
	display: block;
	cursor: pointer;
	padding: 10px;
	position: relative;
        opacity: 0.2!important;
        transition: opacity 0.4s ease; 
}

/*.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail:hover {
    opacity: 1!important;
}*/

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail.ilightbox-active {
    opacity: 1!important;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
	width: 100%;
	height: 100%;
	
	-ms-interpolation-mode: bicubic;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .7;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover {
	opacity: 1;
}

.ilightbox-holder {
	display: none;
	position: fixed;
	z-index: 100003;

	-webkit-transform: none;
	   -moz-transform: none;
}

.ilightbox-holder.ilightbox-next, .ilightbox-holder.ilightbox-prev {
	cursor: pointer;
}

.ilightbox-holder div.ilightbox-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.ilightbox-holder.supportTouch div.ilightbox-container {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

.ilightbox-holder img.ilightbox-image {
	width: 100%;
	height: 100%;
}

.ilightbox-holder .ilightbox-container .ilightbox-caption {
	display: none;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
	max-width: 100%;
	padding: 5px 10px;
	margin: 0 auto;
	font-size: 12px;
    line-height: 150%;
	word-wrap: break-word;
	z-index: 20003;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	
	-webkit-border-radius: 3px 3px 0 0;
	        border-radius: 3px 3px 0 0;
}

.ilightbox-holder .ilightbox-container .ilightbox-social {
	display: none;
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 5px;
	padding-left: 0;
	z-index: 20003;
	height: 16px;
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul {
	float: left;
	list-style: none;
	height: 16px;
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li {
	display: inline;
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li a {
	float: left;
	margin-left: 5px;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 50%;
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.facebook a {
	background-image: url('/bitrix/templates/brandsalon/js/iLightbox/../social_icons/facebook_16.png');
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.digg a {
	background-image: url('/bitrix/templates/brandsalon/js/iLightbox/../social_icons/digg_16.png');
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.twitter a {
	background-image: url('/bitrix/templates/brandsalon/js/iLightbox/../social_icons/twitter_16.png');
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.delicious a {
	background-image: url('/bitrix/templates/brandsalon/js/iLightbox/../social_icons/delicious_16.png');
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.reddit a {
	background-image: url('/bitrix/templates/brandsalon/js/iLightbox/../social_icons/reddit_16.png');
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.googleplus a {
	background-image: url('/bitrix/templates/brandsalon/js/iLightbox/../social_icons/google_plus_16.png');
}

.ilightbox-holder .ilightbox-alert {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	padding-top: 100px;
	margin: auto;
	width: 300px;
	height: 50px;
}

.ilightbox-holder .ilightbox-wrapper {
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.ilightbox-holder .ilightbox-inner-toolbar {
	position: relative;
	z-index: 100;
}

.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
	position: absolute;
}

/* Style arrow buttons */
.ilightbox-button {
	z-index: 100008;
	cursor: pointer;
}
/* End */
/* /bitrix/templates/brandsalon/components/bitrix/catalog/catalog2/style.css?172458333743 */
/* /bitrix/templates/brandsalon/components/bitrix/catalog/catalog2/bitrix/catalog.element/itb_element/style.css?17245833376101 */
/* /bitrix/templates/brandsalon/components/bitrix/news.list/how_choose/style.css?1718594519150 */
/* /bitrix/templates/brandsalon/components/bitrix/catalog.section/products/style.css?1718594519393 */
/* /bitrix/templates/brandsalon/js/iLightbox/light-skin/skin.css?17376200972193 */
/* /bitrix/templates/brandsalon/js/iLightbox/ilightbox.css?17185945197222 */
