

/* Start:/bitrix/templates/.default/components/bitrix/catalog.section.list/header_menu_second_level/style.css?15943868132576*/
.header_menu_second_level {
	position: absolute;
	left: 0;
	background-color: #000000 !important;
	padding: 14px 18px 42px;
	width: 320px;
	z-index: 99;
	max-height: 90%;
	overflow-y: auto;
	color: #ffffff;
	font-size: 14px;
	display: none;
}

.header_menu_second_level .section {
	display: none;
}

.header_menu_second_level .section:first-child {
	display: block;
}

.header_menu_second_level .section_name {
	font-family: 'Helvetica Neue Cyr Bold';
	text-transform: uppercase;
	line-height: 1.1rem;
}

.header_menu_second_level .subsections {
	margin-top: 1rem;
}

.header_menu_second_level .subsections .subsection {
	margin-top: 1rem;
}

.header_menu_second_level .subsections .subsection:first-child {
	margin-top: 0;
}

.header_menu_second_level .sub_section_name {
	font-family: 'Helvetica Neue Cyr Medium';
	position: relative;
	padding-right: 18px;
	cursor: pointer;
}

.header_menu_second_level .subsection .sub_section_name .arrow {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header_menu_second_level .subsection .sub_section_name .arrow.active {
	display: none;
}

.header_menu_second_level .subsection.active .sub_section_name .arrow {
	display: none;
}

.header_menu_second_level .subsection.active .sub_section_name .arrow.active {
	display: inline;
}

.header_menu_second_level .subsection .elements {
	margin-top: 0.5rem;
	padding-left: 0.6rem;
	display: none;
}

.header_menu_second_level .subsection.active .elements {
	display: block;
}

.header_menu_second_level .elements .element {
	margin-top: 0.5rem;
}

.header_menu_second_level .elements .element.invisible {
	display: none;
}

.header_menu_second_level .elements .element a {
	color: #cacaca;
}

.header_menu_second_level .more_elements a {
	color: #fff;
}

.header_menu_second_level .elements .element a:hover {
	color: #ffffff;
}

.header_menu_second_level .elements .element:first-child {
	margin-top: 0;
}

.header_menu_second_level .header_menu_back_link {
	margin-top: 1.6rem;
	color: #cacaca;
	text-transform: uppercase;
	background-image: url(/images/arrowBack1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	cursor: pointer;
}

.header_menu_second_level .header_menu_back_link.top {
	margin-top: 0;
	margin-bottom: 1.5rem;
}

.header_menu_second_level .header_menu_back_link a {
	display: inline-block;
	border-bottom: 1px solid #cacaca;
}

.header_menu_second_level .header_menu_back_link a:hover {
	border-bottom: 1px solid transparent;
}

.header_menu_second_level .more_elements {
	margin-top: 0.5rem;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.section.list/header_create/style.css?1594386813173*/
.li_header_create a {
	display: block;
	padding-right: 10px;
	background-image: url(/images/arrow2.png);
	background-repeat: no-repeat;
	background-position: right center;
}
/* End */


/* Start:/bitrix/templates/.default/components/custom/call.form/form/style.css?1744895166928*/
#callAddPage {
	width: 423px;
	margin-left: auto;
	margin-right: auto;
}

#callAddPage h2 {
	margin-bottom: 1rem;
}

#callAddForm {
	position: relative;
}

#callAddForm .form_message {
	width: 100%;
}

#callAddForm input[type="text"] {
	padding-left: 8px;
	padding-right: 8px;
	background-color: #fff;
	border-radius: 8px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ababab;
	font-size: 14px;
	width: 260px;
}

#callAddForm textarea {
	padding: 10px 8px;
	background-color: #fff;
	border-radius: 8px;
	font-size: 14px;
	width: 423px;
}

#callAddForm input[type="submit"] {
	min-width: auto;
	width: 260px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	cursor: pointer;
	border: none;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Helvetica Neue Cyr Medium';
}

#callAddPage .req {
	color:red;
}

#callAddPage .field {
	margin-bottom: 0.7rem;
}

#callAddPage .field .title {
	margin-bottom: 0.3rem;
}
/* End */


/* Start:/local/components/cookie.notification/templates/.default/style.css?15689721962576*/
.cookie-notification-modal{
    width:100%;
    font-size: 13px;
    position:fixed;
    bottom:0;
    left:0;
    z-index:1060;
    padding:10px;
    line-height:1.5;
    background:#e2e2e2
}
.cookie-agree{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    width:100%
}
@media (max-width:767px){
    .cookie-agree{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
}
.cookie-agree__text{
    line-height:1.5;
    margin:0;
}
@media (min-width:768px){
    .cookie-agree__text{
        padding-right:10px
    }
}
@media (max-width:767px){
    .cookie-agree__text{
        margin-bottom:10px
    }
}
.cookie-agree__buttons{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
@media (max-width:767px){
    .cookie-agree__buttons{
        -ms-flex-item-align:center;
        align-self:center;
        -webkit-box-pack:stretch;
        -ms-flex-pack:stretch;
        justify-content:stretch;
        width:100%
    }
}
.cookie-agree__button{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    color:#fff;
    font-size:12px;
    height:35px;
    border-radius:4px;
    -webkit-transition:color .3s ease-out,background .3s ease-out;
    transition:color .3s ease-out,background .3s ease-out;
    cursor:pointer
}
@media (min-width:768px){
    .cookie-agree__button{
        width:140px
    }
}
@media (max-width:767px){
    .cookie-agree__button{
        -webkit-box-flex:1;
        -ms-flex:1 0 140px;
        flex:1 0 140px
    }
}
.cookie-agree__button:not(:last-child){
    margin-right:10px
}
.cookie-agree__button.btn-green{
    background:#66c05d;
    border:1px solid #66c05d
}
@media (min-width:992px){
    .cookie-agree__button.btn-green:hover{
        color:#71c768;
        background:#fff
    }
}
@media (max-width:991px){
    .cookie-agree__button.btn-green:active{
        color:#71c768;
        background:#fff
    }
}
.cookie-agree__button.btn-dark{
    background:#333f46;
    border:1px solid #333f46
}
@media (min-width:992px){
    .cookie-agree__button.btn-dark:hover{
        color:#333f46;
        background:#fff
    }
}
@media (max-width:991px){
    .cookie-agree__button.btn-dark:active{
        color:#333f46;
        background:#fff
    }
}
/* End */
/* /bitrix/templates/.default/components/bitrix/catalog.section.list/header_menu_second_level/style.css?15943868132576 */
/* /bitrix/templates/.default/components/bitrix/catalog.section.list/header_create/style.css?1594386813173 */
/* /bitrix/templates/.default/components/custom/call.form/form/style.css?1744895166928 */
/* /local/components/cookie.notification/templates/.default/style.css?15689721962576 */
