

/* Start:/bitrix/templates/ermmm/add/jquery/fancybox/jquery.fancybox-1.3.1.css?16207326726111*/
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/bitrix/templates/ermmm/add/jquery/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 1101;
	display: none;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 220px;
	background: #FFF;
}
#fancybox-outer .one-click-form input[type=submit] {
	color: #fff !important;
	background-color: #41774f !important;
	border: 1px solid #41774f !important;
	padding: .5rem 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	/* width: 100%; */
	margin: 0 auto;
}
}
#fancybox-outer .popup-item-added p:first-child{
	font-size: 20px;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}
.one-click-form{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
#fancybox-inner{
	height: 200px !important;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('/bitrix/templates/ermmm/add/jquery/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	/*display: none;*/
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	z-index: 1102;
	padding: 0 !important;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: center;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/bitrix/templates/ermmm/add/jquery/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('/bitrix/templates/ermmm/add/jquery/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('/bitrix/templates/ermmm/add/jquery/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('/bitrix/templates/ermmm/add/jquery/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('/bitrix/templates/ermmm/add/jquery/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/bitrix/templates/ermmm/add/jquery/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/bitrix/templates/ermmm/add/jquery/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/bitrix/templates/ermmm/add/jquery/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/bitrix/templates/ermmm/add/jquery/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/bitrix/templates/ermmm/add/jquery/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/bitrix/templates/ermmm/add/jquery/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/bitrix/templates/ermmm/add/jquery/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/bitrix/templates/ermmm/add/jquery/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/bitrix/templates/ermmm/add/jquery/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/bitrix/templates/ermmm/add/jquery/fancybox/fancybox.png');
	background-position: -40px -122px;
}

/* End */


/* Start:/bitrix/templates/ermmm/components/bitrix/menu/vertical_multilevel-main-menu/style.css?16192534383320*/
ul#vertical-multilevel-menu, #vertical-multilevel-menu ul {
    border: 2px solid #41774f;
    margin: 0;
    padding: 5px 15px;
    list-style: none;
    width: 255px;
}

#vertical-multilevel-menu li {
    position: relative;
}

/*Submenu box*/
#vertical-multilevel-menu li ul {
    position: absolute;

    top: auto;
    background: white;
    z-index: 500;
    height: auto;
    width: 200px;

    padding: 0 0px 10px 20px;
    padding-left: 20px;
    color: #262626;
    font-size: 13px;
    font-weight: normal;
    display: none;
    letter-spacing: 0.5px;
}

#vertical-multilevel-menu li ul ul{
    border: 2px solid #41774f;
    margin: 0;
    padding: 5px 15px;
    list-style: none;
    width: 252px;

}

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

    padding: 5px;

}

/*Items selected*/
/*#vertical-multilevel-menu li a.item-selected {
    background-color: #D6D6D6;
}*/

/*Items Hover */
/*Rootmenu Items*/
#vertical-multilevel-menu li a {
    background: rgba(0, 0, 0, 0) url(/images/menu-arrow.png) no-repeat scroll 0 23px;
    background-position-x: 0px;
    background-position-y: 23px;
    padding: 14px 0px 14px 20px;
    color: #262626;
    font-size: 13px;
    font-weight: normal;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #e0e0e0;
    letter-spacing: 0.5px;
}

/*Rootmenu Items hover*/
#vertical-multilevel-menu a.root-item:hover, #vertical-multilevel-menu a.root-item-selected:hover {
    padding-left: 25px;
    background-position: 10px 23px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

/*Rootmenu Items Selected*/
/*#vertical-multilevel-menu a.root-item-selected {
   font-weight: bold;
}*/

/*Parent item*/
#vertical-multilevel-menu a.parent {


    background: url(/bitrix/templates/ermmm/components/bitrix/menu/vertical_multilevel-main-menu/images/arrow.gif) center right no-repeat, url(/images/menu-arrow.png) center left no-repeat;

    padding: 14px 0px 14px 20px;
    color: #262626;

    font-size: 13px;
    font-weight: normal;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #e0e0e0;
    letter-spacing: 0.5px;
}

/*Denied items*/
#vertical-multilevel-menu a.denied {
    background: #F5F5F5 url(/bitrix/templates/ermmm/components/bitrix/menu/vertical_multilevel-main-menu/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 {

}

#vertical-multilevel-menu li ul {
    left: 100%;
    width: 250px;
    top: 0;
}

/*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/templates/ermmm/components/bitrix/catalog.section.list/catalog_top_menu-mobile/style.css?16183460501215*/

.catalog-section-list-item ul{
	position: absolute!important;
	display: none!important;
}
li.catalog-section-list-item:hover ul{
	display: inline-block!important;
	position: absolute;
	border: 2px solid #41774f;
	z-index: 100;
	width: auto;
	left: 100%;
	top: -2px;
}
.catalog-section-list-item{
	position: relative;
}

.box-content > ul > li:hover > a {
	padding-left: 25px;
	background-position: 10px 23px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.box-content ul li a{
	background: rgba(0, 0, 0, 0) url("/images/menu-arrow.png") no-repeat scroll 0 23px;
	background-position-x: 0px;
	background-position-y: 23px;
	padding: 17px 0px 10px 20px;
	padding-left: 20px;
	color: #262626;
	white-space: nowrap;
	font-size: 13px;
	font-weight: normal;
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #e0e0e0;
	letter-spacing: 0.5px;
}
.box-content ul{
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background: #fff;
}
.box-content ul ul{
	padding: 0 20px 0 20px;
}
.box-content {
	border: 2px solid #41774f;
}
/* End */


/* Start:/bitrix/templates/ermmm/components/bitrix/search.title/header-search-2/style.css?1616617085785*/
.search-title-button{


	background: url(/bitrix/templates/ermmm/components/bitrix/search.title/header-search-2/images/icon-search.svg)  50% no-repeat ;
	font-size: 15px;
	background-color: #232f3f !important;
	line-height: 18px;
	margin: 0;
	border-radius: 0 20px 20px 0!important;
	-webkit-border-radius: 0 20px 20px 0!important;;
	-moz-border-radius: 0 20px 20px 0!important;;
	-khtml-border-radius: 0 20px 20px 0!important;;
	border: none;
	color: #FFFFFF;
	padding: 10px 20px;
	height: 39px;
}


.title-search-result{
	border: 1px solid #c6c6c6;
	display: none;
	overflow: hidden;
	z-index: 205;
	background-color: #fff;
	padding: 10px;
	border-radius: 3px;
}

.bx_item_block{
	font-size: 14px;
	padding-bottom:5px;
	margin-bottom: 5px;
	border-bottom:1px solid #ddd;
}

.all_result,
.others_result { border: none; }

.all_result { margin-bottom: 0;}

/* End */


/* Start:/bitrix/templates/ermmm/components/bitrix/sale.basket.basket.line/header-basket/style.css?16416427115673*/
.bx-basket {
}

.basket-line-block {
    position: relative;
    padding-left: 25px;
    white-space: nowrap;
    font-size: 13px;
}
#want{
	background: url(/images/heart.png);
	background-repeat: no-repeat;
	width:60px;
	height: 45px;
	background-size: cover
}
#want .col {
    font-size: 11px;
    text-align: center;
    color: #000;
    font-weight: 600;
    background-color: white;
    border-radius: 50%;
    padding: 1px 8px;
    position: absolute;
    top: 0;
	left: 26px;
    width: 25px;

}

.basket-line-block-icon-cart,
.basket-line-block-icon-profile {
    position: relative;
    margin-right: 10px;
}

.basket-line-block-icon-cart:after,
.basket-line-block-icon-profile:after {
    position: absolute;
    top: -1px;
    left: -25px;
    display: block;
    width: 20px;
    height: 20px;
    content: '';
}

.basket-line-block-icon-profile:after {
    background: no-repeat center url(/bitrix/templates/ermmm/components/bitrix/sale.basket.basket.line/header-basket/images/profile.svg);
}

.basket-line-block-icon-cart:after {
    background: no-repeat center url(/bitrix/templates/ermmm/components/bitrix/sale.basket.basket.line/header-basket/images/cart.svg);
}

/*FIXED BASKET*/

@media (min-width: 768px) {
    .bx-basket-fixed {
        position: fixed;
        z-index: 998;
        overflow: hidden;
        padding-top: 10px;
        width: 200px;
        border: 1px solid #f0f0f0;
        border-radius: 1px;
        background: #fff;
        box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
    }

    .bx-basket-fixed.top {
        top: 10px
    }

    .bx-basket-fixed.right {
        right: 10px
    }

    .bx-basket-fixed.bottom {
        bottom: 10px
    }

    .bx-basket-fixed.left {
        left: 10px
    }

    .bx-basket-fixed.bx-max-height {
        top: 10px;
        bottom: 10px;
    }
}

@media (max-width: 767px) {
    .bx-basket-fixed {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 998;
        overflow: hidden;
        padding-top: 10px;
        border: 1px solid #f0f0f0;
        border-radius: 1px;
        background: #fff;
        box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
    }

    .bx-basket-item-list {
        display: none;
    }

    /*.bx-basket-fixed */
}

.bx-basket-fixed .basket-line-block {
    margin-left: 10px;
}

.bx-basket-item-list {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list {
    padding-bottom: 75px;
}

.bx-max-height .bx-basket-item-list {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.bx-closed .bx-basket-item-list {
    overflow: hidden;
    height: 20px;
}

.bx-basket-item-list-action {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    padding: 3px 0;
    height: 20px;
    background: #f7f7f7;
    color: #4f4f4f;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
}

.bx-basket-item-list-button-container {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    padding: 10px 0;
    border-top: 1px solid #f7f7f7;
    background: #fff;
    text-align: center;
}

.bx-basket-item-list-container {
    overflow-y: auto;
    max-height: 100%
}

.bx-basket-item-list-item {
    position: relative;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.bx-basket-item-list-item-status {
    margin: 0 10px 20px;
    padding: 3px;
    border-radius: 3px;
    background: #ebebeb;
    text-align: center;
    white-space: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
}

.bx-basket-item-list-item-img {
    position: relative;
    padding-bottom: 5px;
    text-align: center;
}

.bx-basket-item-list-item-img img {
    max-width: 90px;
    height: auto;
    border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name {
    padding-bottom: 5px;
}

.bx-basket-item-list-item-name a {
    font-size: 13px;
    line-height: 16px;
}

.bx-basket-item-list-item-remove {
    position: absolute;
    top: -7px;
    right: 10px;
    width: 20px;
    height: 20px;
    opacity: .5;
    cursor: pointer;
    transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 2px;
    border-radius: 1px;
    background-color: #333;
    content: '';
    transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -moz-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    -o-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover {
    opacity: .7;
}

.bx-basket-item-list-item-price-block {
    padding-bottom: 5px;
    font-size: 12px;
}

.bx-basket-item-list-item-price {
    display: inline-block;
    margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
    display: inline-block;
    margin-right: 5px;
    color: #b0b0b0;
    text-decoration: line-through
}

.bx_cart_login_top .basket-line {
    line-height: 1.44em;
}
/* End */


/* Start:/bitrix/templates/ermmm/components/bitrix/news.list/news-list-ermmm/style.css?160078547353*/
.news-list-main .list-group-item{
	line-height: 1;
}

/* End */


/* Start:/bitrix/templates/ermmm/components/bitrix/breadcrumb/breadcrumb/style.css?1604143009510*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/components/niges/cookiesaccept/templates/.default/style.css?16311981362729*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgb(13, 62, 102);
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}
 

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}
/* End */


/* Start:/bitrix/templates/ermmm/template_styles.css?1748534228976*/
.complect {margin: 20px 0 0;}
.complect-item {display: block; margin: 0 0 15px;}
.complect-item b {display: block; margin: 0 0 5px;}
.complect-item select {display: block; width: 100%; font: inherit; cursor: pointer; border-radius: 0; background: #fff; border: 2px solid #41774f; box-sizing: border-box; padding: 5px;}
.complect-sep {text-align: center; margin: 0 0 5px; font-size: 18px; line-height: 20px; font-family: Tahoma;}
.complect-result {font-weight: bold; font-size: 22px; line-height: 22px; margin: 0 0 25px;}

a.complect-item {text-decoration: underline; color: #2da74c;}

a.complect-item-link {display: block; text-decoration: underline; color: #2da74c; margin: 5px 0 0;}
a.complect-item-link-hidden {display: none;}

.complect-percent {margin: 5px 0; text-align: center;}
.complect-percent-hidden {display: none;}

.nca-cookiesaccept-line-text {line-height: 1.5;}
#nca-nca-position-left button {font: inherit; background: #fff; border: none; padding: 10px 20px;}
/* End */
/* /bitrix/templates/ermmm/add/jquery/fancybox/jquery.fancybox-1.3.1.css?16207326726111 */
/* /bitrix/templates/ermmm/components/bitrix/menu/vertical_multilevel-main-menu/style.css?16192534383320 */
/* /bitrix/templates/ermmm/components/bitrix/catalog.section.list/catalog_top_menu-mobile/style.css?16183460501215 */
/* /bitrix/templates/ermmm/components/bitrix/search.title/header-search-2/style.css?1616617085785 */
/* /bitrix/templates/ermmm/components/bitrix/sale.basket.basket.line/header-basket/style.css?16416427115673 */
/* /bitrix/templates/ermmm/components/bitrix/news.list/news-list-ermmm/style.css?160078547353 */
/* /bitrix/templates/ermmm/components/bitrix/breadcrumb/breadcrumb/style.css?1604143009510 */
/* /bitrix/components/niges/cookiesaccept/templates/.default/style.css?16311981362729 */
/* /bitrix/templates/ermmm/template_styles.css?1748534228976 */
