

/* Start:/local/templates/cadena/components/bitrix/search.title/cadena_search_title/style.css?17283652973444*/
.header__catalog_search #title-search{
	display: flex;
	align-items: center;
	justify-content: center;

}
.header__catalog_search form{
	position: relative;
	max-width: 450px;
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}
.header__catalog_search input[type=text]{
	border: 1px solid var(--color-gray);
	border-radius: 7px;
	line-height: 1;
	padding: 4px 32px 4px 10px;
	outline: none;
	width: 100%;
}
.header__catalog_search input[type=text]:focus {
	transform: scale(1.05, 1.4);
	transition: 0.2s;
}
.header__catalog_search input[type=submit]{
	position: absolute;
	top:0;
	right: 5px;
	border: none;
	background: center/18px url("/local/templates/cadena/components/bitrix/search.title/cadena_search_title/images/magnifier.svg") no-repeat #FFFFFF00 ;
	overflow: hidden;
	text-indent: -999px;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.header__catalog_search input[type=submit]:hover{
	transform: scale(1.1);
	transition: 0.2s;
	cursor: pointer;
}

div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:2005;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
	display: none;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/cadena/components/bitrix/search.title/cadena_search_title/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

@media (max-width: 1400px) {
	.header__catalog_search{
		flex: 0 1 25%;
		margin-left: 5%;
	}
	.header__catalog_search form{
		max-width: 350px;
	}
}
@media (max-width: 1150px) {
	.header__catalog_search{
		flex: 0 1 25%;
		margin-left: 1%;
	}
	.header__catalog_search form{
		max-width: 350px;
	}
}
@media (max-width: 1024px) {
	.header__catalog_search{
		flex: 0 1 50%;
		margin-left: 1%;
	}
}
/* End */


/* Start:/local/templates/cadena/components/bitrix/menu/top_menu/style.css?17283743361488*/
.header__menu a,.header__menu span {
    user-select: none;
    display: inline-block;
    padding: 5px;
    margin: 15px;
    color: #3E3E3E;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 97.5%; /* 17.55px */
    letter-spacing: 0.45px;
}
.header__menu a.special {
    border: 1px solid #FD660088;
    border-radius: 6px;
    padding: 5px 15px;
    margin-left: 0;
}
.header__menu .SELECTED {
    color: #FD6600;
}

.header__menu_hamburger{
    background: center/contain no-repeat  url("/images/hamburger.svg");
    background-size: 36px 12px;
    width: 50px;
    height: 50px;
    margin: 10px;
    cursor: pointer;
}

.header__menu a:hover {
    color: #FD6600;
}
.menu_top_mobile {
    background: #fdfafa;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: auto;
    right: 50px;
    width: 210px;
    margin-top: 3px;
    z-index: 1000;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.5s;
    opacity: 0;
    display: none;
}

@media(max-width: 1300px){
    .header__menu.hidden-mob a,.header__menu.hidden-mob span {
        padding: 5px;
        margin: 15px 5px;
        font-size: calc(10px + 0.6vw);
    }
}
/* End */


/* Start:/local/templates/cadena/components/bitrix/breadcrumb/cadena/style.css?1727858636779*/
.component_breadcrumbs{
	background: #FFFFFF;
	color: #808080;
	font-size: 14px;
	line-height: 1.2;
	padding: 0 0 20px;
}
.component_breadcrumbs .bx-breadcrumb{
	margin: 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: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item span.separator {
	margin-right: 0;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

@media(max-width: 767px){
	.component_breadcrumbs{
		padding: 0 0 0px;
	}
}
/* End */


/* Start:/local/templates/cadena/components/bitrix/menu/bottom_menu/style.css?17283658161189*/
.footer__menu{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}
.footer__menu__column{
    margin: 0 30px;
}
.footer__menu a{
    margin: 1px 0;
    display: block;
    padding: 9px;
    font-size: 14px;
    white-space: nowrap;
}
.footer__menu span.SELECTED{
    color: #FD6600;
    margin: 1px 0;
    display: block;
    padding: 9px;
    font-size: 15px;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .footer__menu {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 30px;
    }
    .footer__menu__column {
        margin: 10px 50px 0 0;
    }
    .footer__menu__column:nth-child(2n+1) {
        flex: 0 1 38%;
    }
    .footer__menu__column:nth-child(2n) {
        margin: 10px 0px 0 0;
    }

}
@media (max-width: 600px) {
    .footer__menu {
        margin-top: 30px;
    }
}
@media (max-width: 450px) {
    .footer__menu__column {
        margin: 0;
    }
    .footer__menu a,
    .footer__menu span.SELECTED {
        padding: 4px 2px;
        font-size: calc(17px + 0.5vw);
    }
}



/* End */


/* Start:/local/templates/cadena/template_styles.css?17489553539244*/
.header__logo{
    display: flex;
    align-items: center;
}
.header__logo a{
    display: flex;
    align-items: center;
}
.header__logo img{
    display: block;
    margin: 0;
}
.section_content_simple_text{
    background: var(--color-gray);
    padding: 30px 0;
}
.content a{
    color: var(--color-orange);
    text-decoration: underline;
}
.content a:hover{
    color: var(--color-orange2);
    text-decoration: underline;
}


.spoiler_button_wrapper{
    margin: 10px 0;
    padding: 10px 0;
}
.spoiler_block{
    display: none;
}
.spoiler_block > p:first-child{
    margin-top: 1rem;
    padding-top: 0;
}

.spoiler_button{
    background: var(--color-orange);
    color: #FFFFFF;
    text-align: center;
    display: inline-block;
    padding: 5px 30px;
    text-transform: uppercase;
    border-radius: 6px;
    user-select: none;
    cursor: pointer;
}
.spoiler_button:hover{
    background: var(--color-orange);
    color: #FFFFFF;
    transform: scale(1.1);
    transition: 0.2s;
}

.spoiler_button.close{
    display: none;
}
.spoiler_button.close.opened{
    display: inline-block;
}
.spoiler_button.open{
    display: inline-block;
}
.spoiler_button.open.opened{
    display: none;
}

.spoiler_block.opened{
     display: block;
 }
.spoiler_button.small{
    font-size: var(--font-size-small-4);
    padding: 5px 10px;
    border-radius: 5px;
}



/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
header {
    display: block;
    position: relative;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    height: 110px;
    background: #efe7da;
}


.header_block {
    height: 110px;
    position: relative;
    z-index: 1000;
}

header.stickytop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    box-shadow: 0 0 50px #00000055;
    z-index: 1000;
}

header.stickytop .header_block {
    height: 50px;

}
header.stickytop .header_block .header__logo a,
header.stickytop .header_block .header__logo a img
{
    display: block;
}


header.stickytop .header_background {
    background: #efe7da;
}
.inner_page header {
    background: #ffffff;
}
.inner_page header.stickytop {
    background: none;
}
.inner_page header.stickytop .header_background {
    background: #ffffffee;
}
.header_block.display_flex {
    justify-content: space-between;
}

.header_h1 h1{
    margin-top: 0;
}

.question_product_form .red_bg {
    border-radius: 5px;
    padding: 5px 10px;
    width: fit-content;
}
.question_product_form a {
    color: #FD6600;
    text-decoration: underline;
}

.question_product_form .red_bg.error {
    background-color: #ffd9d9;
}

.checkbox_wrapper {
}

.checkbox_wrapper input[type=checkbox] {
    display: none;
}

.checkbox_wrapper label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 0;
    line-height: 18px;
    user-select: none;
}

.checkbox_wrapper label:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: -1px;
    background: url('/images/icon-checkbox-unchecked.svg') 0 2px no-repeat;
}

/* Checked */
.checkbox_wrapper input[type=checkbox]:checked + label:before {
    background: url('/images/icon-checkbox-checked.svg') 0 0 no-repeat;
}

/* Hover */
.checkbox_wrapper label:hover:before {
    filter: brightness(120%);
}

/* Disabled */
.checkbox_wrapper input[type=checkbox]:disabled + label:before {
    filter: grayscale(100%);
}
/**/



@media(max-width: 1024px){
    header {
        background: #eee6d9;
        display: block;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        height: 110px;
    }
    .header_h1 h1{
        font-size: calc(20px + 1vw);
        line-height: 1.1;
    }
}
@media(max-width: 767px){
    .header__menu_hamburger {
        margin: 5px;
        height: 35px;
    }
    .stickytop .header__catalog_search {
        display: none;
    }
    .header_block.display_flex{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .header__logo {
        margin-top: 7px;
    }
    .header__catalog_search form {
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .menu_top_mobile__outer {
        position: absolute;
        top: 0;
        right: 0;
    }
    .header__catalog_search {
        flex: 0 0 100%;
        margin-left: 0;
    }
}



/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
footer{
    background: #3E3E3E;
    color: #ffffff;
}
footer a{
    color: #ffffff;
    text-decoration: none;
}
.footer_logo{
    padding-top: 16px;
    display: block;
}
.footer_logo img{

}
.footer__inner{
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer__inner:first-child{
    padding: 60px 0 30px;
}
.footer__inner:last-child{
    padding: 30px 0 60px;
}
.footer__column:nth-child(2){
    flex: 0 0 500px;
}
.footer__contacts{
    text-align: right;
}
.footer__contacts a {
    margin: 1px 0;
    display: block;
    padding: 10px ;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 500;
}

.footer__contacts a:first-child {
    margin: 0;
}
@media (max-width: 1200px) {
    .footer__column {
        width: auto;
    }
    .footer__column:nth-child(1) {
        flex: 0 1 160px;
        width: auto;
    }
    .footer__column:nth-child(2) {
        flex: 0 0 500px;
    }
}
@media (max-width: 1100px) {
    .footer__column:nth-child(2) {
        flex: 0 0 400px;
    }
}
@media (max-width: 1024px) {
    .footer__inner {
        padding: 30px 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .footer__column {
        width: 100%;
    }
    .footer__column:nth-child(2) {
        width: 100%;
    }
    .footer__contacts {
        margin: 30px 0;
        text-align: left;
    }
    .footer__contacts a {
        font-size: 18px;
    }
    .footer_policy_links a{
        font-size: 16px;
        line-height: 1.2;
        display: block;
        padding: 0;
        margin: 0 0 5px;
    }

}
@media (max-width: 450px) {

        footer{
            padding-bottom: 30px;
        }

    body{
        font-size: 18px;
    }
    footer,
    .footer__contacts a
    {
        font-size: calc(20px + 0.5vw);
    }

    .footer_policy_links a{
        font-size: 14px;
        line-height: 1.2;
        display: block;
        padding: 5px 0;
        margin: 5px 0;
    }

    .footer__contacts {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .header__catalog_search form {
        margin: 0;
    }
    .header__catalog_search form {
        max-width: 100%;
    }
    .footer__menu {
        gap: 0px;
    }
    .footer__menu__column:nth-child(2n+1) {
        flex: 0 0 100%;
    }
    .footer__column:nth-child(2) {
        flex: 0 0 100%;
    }

    .footer__inner:first-child {
        padding: 30px 0 0;
    }
    .footer__inner:last-child {
        padding: 0 0 30px;
    }
    .footer__contacts a {
        padding: 10px 2px;
    }
    .footer_logo {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}
/* End */
/* /local/templates/cadena/components/bitrix/search.title/cadena_search_title/style.css?17283652973444 */
/* /local/templates/cadena/components/bitrix/menu/top_menu/style.css?17283743361488 */
/* /local/templates/cadena/components/bitrix/breadcrumb/cadena/style.css?1727858636779 */
/* /local/templates/cadena/components/bitrix/menu/bottom_menu/style.css?17283658161189 */
/* /local/templates/cadena/template_styles.css?17489553539244 */
