

/* Start:/local/components/alex/modern.socnet.links/templates/.default/style.css?1732003619673*/
.social_sidebar {
	text-align: center;
}
.social_sidebar_title {
	color: var(--bs-black);
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
}
.social_sidebar_group {
	flex-wrap: wrap;
}
.ssg_item {
	text-decoration: none;
	display: inline-flex;
	font-size: 26px;
	margin-right: 10px;
}
.ssg_item:last-child {
	margin-right: 0;
}
.ssg_item i {
	/*color: var(--color-secondary, var(--bs-black));*/
	color: var(--bs-black);
}
.ssg_item:hover i {
	/*color: var(--color-secondary-hover, var(--bs-gray));*/
	color: var(--bs-gray);
}
.ssg_item svg {
	height: 26px;
	width: 100%;
}
.ssg_item.vk path {
	fill: #0077FF;
}
.ssg_item.telegram path {
	fill: #229ED9;
}

/* End */


/* Start:/local/templates/boutonshoes/components/bitrix/menu/line_horizontal/style.css?1732003619750*/
.line_horizontal
{
	display: flex;
    width: 100%;
    margin: 0;
    padding: 5px 0;
    list-style: none;
    font-size: 14px;
    line-height: 23px;
    min-height: 40px;
}
.line_horizontal li
{
    display: table-cell;
    flex-grow: 1;
    margin: 0;
}
.line_horizontal a
{
	display: block;
    padding: 5px 20px;
    text-decoration: none;
    text-align: center;
    color: var(--black);
    text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
}
.line_horizontal a:hover
{
	color: var(--color-secondary);
    background: transparent;
    text-decoration: underline;
}
.line_horizontal a.root-item-selected
{
	color: var(--color-primary);
    background: transparent;
    text-decoration: underline;
}

/* End */


/* Start:/local/templates/boutonshoes/components/bitrix/sale.basket.basket.line/ico_name_count/style.css?1732003619795*/
.basket {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
}
.basket-line {
    display: flex;
    justify-content: center;
    align-items: center;
}
.basket-line svg {
    height: 18px;
    width: auto;
}
.basket-name {
    margin: 0 7px;
}
.basket-line-block {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid;
    font-size: 12px;
}
@media (max-width: 767px) {
    .basket-name {
        display: none;
    }
}
@media (max-width: 575px) {
    .basket-line svg {
        width: 100%;
        height: auto;
    }
    .basket-line-block {
        display: none;
    }
}

/* End */


/* Start:/local/templates/boutonshoes/components/bitrix/search.title/header_search/style.css?17320036191286*/
.search-title-button{
	background-image: url(/local/templates/boutonshoes/components/bitrix/search.title/header_search/images/icon-search.svg);
	background-repeat: no-repeat;
	background-position: center;
	min-width: 45px;
}

.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;
}
.bx_item_element {
	display: flex;
	align-items: center;
}
.bx_img_element {
	width: 40px;
	height: 40px;
	margin-right: 5px
}
.bx_img_element .bx_image {
	padding: 50% 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.all_result,
.others_result { border: none; }

.all_result { margin-bottom: 0;}


#title-search {
    height: 100%;
    border-radius: 25px;
}
#title-search form {
    height: 100%;
}
#title-search div {
    height: 100%;
}
#title-search-input {
    width: 100%;
    height: 100%;
    border-radius: 25px;
	font-size: 16px;
}
.input-group-append {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
	z-index: 4;
}
#title-search .input-group-append .search-title-button {
    height: 100%;
    border-radius: 25px;
    background-color: var(--color-secondary);
    border: none;
}

/* End */


/* Start:/local/templates/boutonshoes/components/bitrix/menu/horizontal_multilevel/style.css?17320036194048*/
/**Top menu**/
.multilevel_horizontal
{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 23px;
}
.multilevel_horizontal li
{
	flex-grow: 1;
    margin: 0;
    display: inline-block;
}
/*Links*/
.multilevel_horizontal a
{
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    text-align: center;
    color: var(--black);
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
}
/*Root items*/
.multilevel_horizontal li a.root-item
{
    color: var(--color-primary);
    padding: 20px 20px;
}
/*Root menu selected*/
.multilevel_horizontal li a.root-item-selected
{
    color: var(--color-secondary);
    padding: 20px 20px;
	text-decoration: underline;
}
/*Root items: hover*/
.multilevel_horizontal li:hover a.root-item, .multilevel_horizontal li.jshover a.root-item
{
	color: var(--color-secondary);
    background: transparent;
    text-decoration: underline;
}
/*Item-parents*/
.multilevel_horizontal a.parent
{
    background-repeat: no-repeat;
	background-position: calc(100% - 5px) center;
}
.multilevel_horizontal li:hover>a.parent
{
    background-repeat: no-repeat;
	background-position: calc(100% - 5px) center;
}
.multilevel_horizontal a.root-item.parent,
.multilevel_horizontal a.root-item-selected.parent
{
    background-repeat: no-repeat;
    background-position: 5px center;
}
.multilevel_horizontal li:hover a.root-item.parent,
.multilevel_horizontal li:hover a.root-item-selected.parent
{
    background-repeat: no-repeat;
    background-position: 5px center;
}
/*Denied items*/
.multilevel_horizontal a.denied
{

}

/*Sub-menu box*/
.multilevel_horizontal li ul
{
	position: absolute;
    top: 100%;
    left: 0;
    bottom: inherit;
    display: none;
    margin: 0;
    padding: 30px 0;
    z-index: 500;
    height: auto;
    width: 100%;
	background: linear-gradient(180deg, rgb(255,255,255), rgba(184,193,199,1));
	background: var(--white);
	box-shadow: 0px 1px 6px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity 300ms ease-in;
    transition: opacity 300ms ease-in;
    display: inherit;
    visibility: hidden;
    opacity: 0;
}
.multilevel_horizontal li li.item-selected>a
{
    color: var(--color-secondary);
}
/*Sub-menu item box*/
.multilevel_horizontal li li
{

}
.multilevel_horizontal li li:hover
{

}
.multilevel_horizontal li li:hover a
{
	text-decoration: underline;
}
.multilevel_horizontal li li li:hover
{
	width:100%;
	background: var(--color-primary);
	color: var(--white);
}
.multilevel_horizontal li li li:hover a
{
	color: var(--white);
}
.multilevel_horizontal li li li li:hover
{
	width:100%;
	background: var(--color-local-dark);
	color: var(--white);
}

/*Item link*/
.multilevel_horizontal li ul a
{
	text-align:left;
}
.multilevel_horizontal li ul ul
{
    left: 100%;
	top: 0;
	background: var(--color-local-light);
	display: none !important;
}

.multilevel_horizontal li ul ul ul
{
    right: 100%;
    left: inherit;
	background: var(--color-primary);
	display: none !important;
}

.multilevel_horizontal li:hover ul ul,
.multilevel_horizontal li.jshover ul ul,
.multilevel_horizontal li:hover ul ul ul,
.multilevel_horizontal li.jshover ul ul ul,
.multilevel_horizontal li:hover ul ul ul ul,
.multilevel_horizontal li.jshover ul ul ul ul,
.multilevel_horizontal li:hover ul ul ul ul ul,
.multilevel_horizontal li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

.multilevel_horizontal li:hover ul,
.multilevel_horizontal li.jshover ul,
.multilevel_horizontal li li:hover ul,
.multilevel_horizontal li li.jshover ul,
.multilevel_horizontal li li li:hover ul,
.multilevel_horizontal li li li.jshover ul,
.multilevel_horizontal li li li li:hover ul,
.multilevel_horizontal li li li li.jshover ul,
.multilevel_horizontal li li li li li:hover ul,
.multilevel_horizontal li li li li li.jshover ul
{
	display:block;
    visibility: visible;
    opacity: 1;
}

div.menu-clear-left
{
	clear:left;
}

/* End */


/* Start:/local/templates/boutonshoes/template_styles.css?173513723066090*/
/*

*/

/*--------------------------------------------------------------
0.1 - Fonts
------------------------
100 Ultra Light
200 Thin
300 Light
400 Regular, Normal
500 Roman
600 Medium, SemiBold
700 Bold
800 Heavy, ExtraBold
900 Black
--------------------------------------------------------------*/

/*-------------------------
0.1.3 - Montserrat
-------------------------*/
@font-face {
    font-family: 'Montserrat Regular';
    src: url('/local/templates/boutonshoes/fonts/Montserrat-Regular/Montserrat-Regular.eot');
    src: url('/local/templates/boutonshoes/fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Montserrat-Regular/Montserrat-Regular.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Montserrat-Regular/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*-------------------------
0.1.4 - Proxima Nova Condensed
-------------------------*/
/*----------
0.1.4.1 - style Normal
-----------*/
@font-face {
    font-family: 'Proxima Nova Condensed';
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-Thin.eot');
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-Thin.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-Thin.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-Thin.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Condensed';
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-Light.eot');
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-Light.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-Light.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Condensed';
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-Regular.eot');
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-Regular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-Regular.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Condensed';
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-Semibold.eot');
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-Semibold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-Semibold.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Condensed';
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-Bold.eot');
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-Bold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-Bold.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Condensed';
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-Extrabld.eot');
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-Extrabld.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-Extrabld.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-Extrabld.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Condensed';
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-Black.eot');
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-Black.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-Black.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
/*----------
0.1.4.2 - style Italic
-----------*/
@font-face {
    font-family: 'Proxima Nova Condensed';
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-ThinIt.eot');
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-ThinIt.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-ThinIt.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-ThinIt.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'Proxima Nova Condensed';
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-LightIt.eot');
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-LightIt.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-LightIt.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-LightIt.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Proxima Nova Condensed';
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-RegularIt.eot');
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-RegularIt.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-RegularIt.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-RegularIt.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova Condensed';
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-SemiboldIt.eot');
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-SemiboldIt.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-SemiboldIt.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-SemiboldIt.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Proxima Nova Condensed';
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-BoldIt.eot');
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-BoldIt.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-BoldIt.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-BoldIt.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Proxima Nova Condensed';
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-ExtrabldIt.eot');
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-ExtrabldIt.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-ExtrabldIt.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-ExtrabldIt.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'Proxima Nova Condensed';
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-BlackIt.eot');
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-BlackIt.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-BlackIt.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed/ProximaNovaCond-BlackIt.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

/*-------------------------
0.1.5 - Proxima Nova Condensed Extra
-------------------------*/
/*----------
0.1.5.1 - style Normal
-----------*/
@font-face {
    font-family: 'Proxima Nova Condensed Extra';
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-Thin.eot');
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-Thin.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-Thin.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-Thin.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Condensed Extra';
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-Light.eot');
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-Light.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-Light.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Condensed Extra';
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-Regular.eot');
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-Regular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-Regular.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Condensed Extra';
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-Semibold.eot');
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-Semibold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-Semibold.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Condensed Extra';
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-Bold.eot');
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-Bold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-Bold.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Condensed Extra';
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-Extrabld.eot');
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-Extrabld.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-Extrabld.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-Extrabld.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Condensed Extra';
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-Black.eot');
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-Black.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-Black.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
/*----------
0.1.5.2 - style Italic
-----------*/
@font-face {
    font-family: 'Proxima Nova Condensed Extra';
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-ThinIt.eot');
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-ThinIt.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-ThinIt.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-ThinIt.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'Proxima Nova Condensed Extra';
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-LightIt.eot');
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-LightIt.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-LightIt.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-LightIt.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Proxima Nova Condensed Extra';
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-RegularIt.eot');
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-RegularIt.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-RegularIt.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-RegularIt.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova Condensed Extra';
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-SemiboldIt.eot');
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-SemiboldIt.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-SemiboldIt.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-SemiboldIt.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Proxima Nova Condensed Extra';
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-BoldIt.eot');
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-BoldIt.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-BoldIt.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-BoldIt.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Proxima Nova Condensed Extra';
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-ExtrabldIt.eot');
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-ExtrabldIt.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-ExtrabldIt.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-ExtrabldIt.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'Proxima Nova Condensed Extra';
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-BlackIt.eot');
    src: url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-BlackIt.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-BlackIt.woff') format('woff'),
    url('/local/templates/boutonshoes/fonts/Proxima-Nova-Condensed-Ex/ProximaNovaExCn-BlackIt.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}


/*--------------------------------------------------------------
0.2 - Arguments common
--------------------------------------------------------------*/
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --black: #000;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;

    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}
/*--------------------------------------------------------------
0.2 - Arguments for this theme
--------------------------------------------------------------*/
:root {
    --color-primary: #000000;
    --color-secondary: rgb(186,197,202);
    --color-tertiary: #E76508;

    --color-local-light: #cacacc;
    --color-local-grey: #9D9C9C;
    --color-local-dark: #333333;

    --theme-link: var(--color-primary);
    --theme-link-hover: var(--color-secondary);

    --font-primary: 'Proxima Nova Condensed';
    --font-secondary: 'Proxima Nova Condensed Extra';
    --font-tertiary: 'Montserrat Regular';
}


/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html {
    overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
}
*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}
body {
    background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
table {
    border-spacing: 0;
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
blockquote:before,
blockquote:after {
    content: "";
}
blockquote {
    quotes: "" "";
}
q {
    quotes: "“" "”" "‘" "’";
}
q:before {
    content: open-quote;
}
q:after {
    content: close-quote;
}
a:focus {
    outline: thin dotted;
    text-decoration:none;
    outline: none !important;
}
a:hover,
a:active {
    outline: 0;
    text-decoration:none;
    outline: none !important;
}
a img {
    border: 0;
    text-decoration:none;
    outline: none !important;
}
body {
    overflow-x: hidden;
    color: #808080;
    font-family: 'Times New Roman', sans-serif !important;
    font-family: 'Source Sans Pro';
    font-family: var(--font-primary) !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    text-align: center;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
    width: device-width;
}
@-moz-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}

/* Other fixes*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
i {
    vertical-align: middle;
}
ul,
ol {
    padding-left: 0 !important;
}

/* Selection colours (easy to forget) */
::selection {
    color: #eee;
    background: #333;
}
::-moz-selection {
    color: #eee;
    background: #333;
}
a {
    -webkit-transition: all 700ms;
    transition: all 700ms;
}
a,
a:hover {
    text-decoration: none;
}
p {
    margin: 0;
}
.full-width {
    width: 100%;
    margin: auto;
}
img {
    max-width: 100%; /* Adhere to container width. */
    height: auto; /* Make sure images are scaled correctly. */
}


/*--------------------------------------------------------------
1.1 full version (placeholder colors)
--------------------------------------------------------------*/
/* do not group these rules (placeholder colors) */
:root {
    --placeholder-color: #ffffff;
    --placeholder-color-focus: transparent;
    --placeholder-color-hover: transparent;
    --placeholder-color: var(--gray-dark);
}
*::-webkit-input-placeholder {
    color: #999999;
    color: var(--placeholder-color);
    -webkit-transition: all 700ms;
    transition: all 700ms;
}
*:-moz-placeholder {
    color: #999999;
    color: var(--placeholder-color);
    -webkit-transition: all 700ms;
    transition: all 700ms;
}
*::-moz-placeholder {
    color: #999999;
    color: var(--placeholder-color);
    -webkit-transition: all 700ms;
    transition: all 700ms;
}
*:-ms-input-placeholder {
    color: #999999;
    color: var(--placeholder-color);
    -webkit-transition: all 700ms;
    transition: all 700ms;
}

form input:focus::-webkit-input-placeholder { color:transparent;color: var(--placeholder-color-focus); }
form input:focus:-moz-placeholder { color:transparent;color: var(--placeholder-color-focus); }
form input:focus::-moz-placeholder { color:transparent;color: var(--placeholder-color-focus); }
form input:focus:-ms-input-placeholder { color:transparent;color: var(--placeholder-color-focus); }

form input:hover::-webkit-input-placeholder { color:transparent;color: var(--placeholder-color-hover); }
form input:hover:-moz-placeholder { color:transparent;color: var(--placeholder-color-hover); } /* FF 4-18 */
form input:hover::-moz-placeholder { color:transparent;color: var(--placeholder-color-hover); } /* FF 19+ */
form input:hover:-ms-input-placeholder { color:transparent;color: var(--placeholder-color-hover); } /* IE 10+ */

form textarea:focus::-webkit-input-placeholder { color:transparent;color: var(--placeholder-color-focus); }
form textarea:focus:-moz-placeholder { color:transparent;color: var(--placeholder-color-focus); } /* FF 4-18 */
form textarea:focus::-moz-placeholder { color:transparent;color: var(--placeholder-color-focus); } /* FF 19+ */
form textarea:focus:-ms-input-placeholder { color:transparent;color: var(--placeholder-color-focus); } /* IE 10+ */

form textarea:hover::-webkit-input-placeholder { color:transparent;color: var(--placeholder-color-hover); }
form textarea:hover:-moz-placeholder { color:transparent;color: var(--placeholder-color-hover); } /* FF 4-18 */
form textarea:hover::-moz-placeholder { color:transparent;color: var(--placeholder-color-hover); } /* FF 19+ */
form textarea:hover:-ms-input-placeholder { color:transparent;color: var(--placeholder-color-hover); } /* IE 10+ */



/*--------------------------------------------------------------
1.4 bootstrap v4 and bitrix hot fix
--------------------------------------------------------------*/
.bx-sls .form-control {
    height: inherit;
}
.bx-sls .dropdown-block {
    height: 34px;
}
/*--------------------------------------------------------------
1.5 bootstrap v4 hot fix 20%
--------------------------------------------------------------*/
.col-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th,
.col-xl-5th {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-5th {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 576px){
    .col-sm-5th {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 768px){
    .col-md-5th {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 992px){
    .col-lg-5th {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1200px){
    .col-xl-5th {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #404040;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
p {
    margin-bottom: 1.5em !important;
}
b,
strong {
    font-weight: bold;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
blockquote {
    margin: 24px 40px;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: 26px;
}
address {
    margin: 0 0 1.5em;
}
pre {
    overflow: auto;
    max-width: 100%;
    margin-bottom: 1.6em;
    padding: 1.6em;
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: left;
    letter-spacing: normal;
}
code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    position: relative;
    height: 0;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: 0.5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
dl {
    margin: 0 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    clear: both;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    font-family: 'Times New Roman', sans-serif;
    font-weight: bold;
    font-family: var(--font-primary);
}
h1,
h1 span {
    font-size: 30px;
    line-height: 41px;
}
h2 {
    font-size: 24px;
    line-height: 34px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 5px 20px 20px;
    list-style: square;
}
ol {
    list-style: decimal;
}
ul li,
ol li {
    list-style-position: inside;
    margin: 0 0 10px;
}
/*---------------------------------------
 **   2.1 Links				 -----
-----------------------------------------*/
a {
    color: var(--theme-link);
}
a:visited {

}
a:hover,
a:focus,
a:active {
    color: var(--theme-link-hover);
}

/*---------------------------------------
2.2 Svg	default
-----------------------------------------*/
.svg_template {
    display: none !important;
    visibility: hidden !important;
}
.svg_ico {
    display: inline-block;
}
.svg_ico svg {
    width: 20px;
    height: 20px;
}


/*--------------------------------------------------------------
3.0 common site
--------------------------------------------------------------*/
.common_container {
    overflow: hidden;
    position: relative;
}
.site-content {
    min-height: calc(100vh - 200px);
}
.site-content h1 {
    text-align: center;
    margin: 30px 0 10px;
    color: var(--black);
    font-weight: normal;
    font-size: 38px;
    line-height: 41px;
}
.double_h {
    padding-top: calc(50% + 15px) !important;
}
.color-primary {
    color: var(--color-primary);
}
.color-secondary {
    color: var(--color-secondary);
}
.white_layer {
    background: var(--white);
}
.primary_layer {
    position: relative;
    min-height: calc(100vh - 200px);
}

/*--------------------------------------------------------------
3.1 common site mobile menu
--------------------------------------------------------------*/
.mobile_menu {
    display: none;
}

/*--------------------------------------------------------------
3.2 common site buttons
--------------------------------------------------------------*/
.button_container {
    margin: 20px 0;
    text-align: center;
}
a:not([href]).custom-button,
.custom-button {
    --line-height: 18px;

    display: inline-block !important;
    margin: 0px;
    padding: 10px 55px;
    vertical-align: middle;
    font-family: var(--font-primary);
    font-size: 14px;
    line-height: var(--line-height);
    text-align: center;
    background: var(--color-secondary);
    color: var(--white);
    border-radius: 0;
    border: none;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}
a:not([href]).custom-button:hover,
.custom-button:hover,
a:not([href]).custom-button:focus,
.custom-button:focus {
    background: var(--color-primary);
    color: var(--white);
}

.custom-button .svg_ico {
    vertical-align: bottom;
    margin: 0 10px 0 0;
}
.custom-button .svg_ico svg {
    height: var(--line-height);
    width: auto;
}
.primary-btn {
    background: var(--color-primary);
    color: var(--white);
}
.primary-btn:hover {
    background: var(--color-secondary);
    color: var(--white);
}
.secondary-btn {
    background: var(--color-secondary);
    color: var(--white);
}
.secondary-btn:hover {
    background: var(--color-primary);
    color: var(--white);
}

/*--------------------------------------------------------------
3.2.2 common site button more
--------------------------------------------------------------*/
.load_more_container {
    text-align: center;
    width: 100%;
    max-width: 360px;
    margin: auto;
}
.load_more {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    padding: 6px;
    background: var(--color-primary);
    background: linear-gradient(0deg, rgba(19,94,148), rgba(54,151,203));
    background: linear-gradient(0deg, rgba(36,113,168), rgba(19,94,148));
    border-radius: 6px;
    color: var(--white);
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
}

/*--------------------------------------------------------------
3.3 common site grid
--------------------------------------------------------------*/
.grid-sizer,
.grid-item {
    width: 25%;
}

.grid-item {
    float: left;
    width: 24%;
}
.grid-item img {
    display: block;
    max-width: 100%;
    padding-bottom: 4%;
}


/*--------------------------------------------------------------
4.0 header
--------------------------------------------------------------*/
.common_header {
    background: transparent;
    z-index: 100;
    position: relative;
    width: 100%;
    background: linear-gradient(0deg, rgb(255,255,255), rgba(184,193,199,1));
    background: var(--white);
    color: var(--black) !important;
}
.common_header a {
    color: var(--black) !important;
}
.common_header .cls-1 {
    fill: var(--black) !important;
    transition: all .7s ease;
}
.main_bg {
    background: url(/local/templates/boutonshoes/images/header_bg.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 50vh;
    color: var(--white) !important;
}
.main_bg a {
    color: var(--white) !important;
}
.main_bg .cls-1 {
    fill: var(--white) !important;
    transition: all .7s ease;
}
.common_header_section {

}
.main_bg .common_header_section:hover {
    background: linear-gradient(0deg, rgb(255,255,255), rgba(184,193,199,1));
    background: var(--white);
    color: var(--black) !important;
}
.main_bg .common_header_section:hover a {
    color: var(--black) !important;
}
.main_bg .common_header_section:hover .cls-1 {
    fill: var(--black) !important;
}

.fixed_common_header {
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.70), rgba(0,0,0,0.70));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.70), rgba(0,0,0,0.70));
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.70), rgba(0,0,0,0.70));
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.70), rgba(0,0,0,0.70));
    background-image: linear-gradient(to top, rgba(0,0,0,0.70), rgba(0,0,0,0.70));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4c000000', endColorstr='#4c000000');
    position: fixed;
    width: 100%;
}

/*--------------------------------------------------------------
4.1 header new version
--------------------------------------------------------------*/
.common_header_section {
    padding: 5px 0 20px;
    -webkit-transition: all 700ms;
    transition: all 700ms;
}
.common_header_section a {
    text-decoration: none;
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    cursor: pointer;
}
.common_header_section .social_sidebar_group ul li a {
    font-weight: 100;
}
.company_logo {
    font-size: 30px;
    text-align: center;
    max-width: 200px;
    margin: auto;
    margin-bottom: 30px;
}
.company_logo svg .cls-1 {
    fill: var(--black);
}
.search_header {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    cursor: pointer;
    transition: all .7s ease;
}
.search_header_body {
    position: absolute;
    right: 0;
    top: 0;
    width: 30vw;
    height: 45px;
    max-width: 400px;
    background: var(--white);
    border-radius: 25px;
    z-index: 100;
}
.search_header_body.hidden {
    display: none !important;
}
.search_header_body.relative {
    position: relative !important;
    left: 0;
    right: 0;
    top: 0px;
	margin-bottom: 10px;
}
.company_email a {
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
}

/*--------------------------------------------------------------
4.2 header slider
--------------------------------------------------------------*/
.main_bg {
    background: transparent;
}
.main_bg .common_header_section {
    z-index: 50;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.2);
}
.common_header_section_first {
    position: relative;
    top: 0;
    min-height: 50vh;
}
.section_slider {
    height: 100%;
}

/*--------------------------------------------------------------
5.0 footer
--------------------------------------------------------------*/
.common_footer {
    background: linear-gradient(180deg, rgb(255,255,255), rgba(184,193,199,1));
    background: var(--white);
    color: var(--black);
    padding: 30px 0;
}
.common_footer_section {

}
.common_footer_section a {
    color: black !important;
}
.common_footer .social_sidebar {
    text-align: left;
}
.common_footer .social_sidebar_group ul li {
    margin: 0;
}
.common_footer .company_logo {
    margin-bottom: 0;
}
.common_footer .company_logo svg {
    width: 100%;
    height: auto;
}
.common_footer .company_logo svg .cls-1 {
    fill: var(--black);
}
.common_footer .ip_text {
    font-size: 10px;
    text-align: left;
}
.common_footer .company_email a:hover {
    text-decoration: underline;
}


/*--------------------------------------------------------------
6.0 main section of pages
--------------------------------------------------------------*/

/*--------------------------------------------------------------
6.1.0 Sliders
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.1.1 gallery slider
--------------------------------------------------------------*/
#slider_gallery {
    margin: 20px 0;
}
.slider_gallery .slider_container {
    --slider_controls-size: 50px;
    --slider_controls-bsize: 2px;
    --slider_controls-isize: calc(var(--slider_controls-size) - 2 * var(--slider_controls-bsize));

    position: relative;
    overflow: hidden;
}
.slider_gallery .slider_elements {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
    letter-spacing: -0.3em;
    z-index: 2;
    position: relative;
}
.slider_gallery .slider_container:before,
.slider_gallery .slider_container:after {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.9), rgba(255,255,255,1), rgba(255,255,255.1));
    position: absolute;
    top: 0;
    left: inherit;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: calc(0px + 3.5 * var(--slider_controls-size));
}
.slider_gallery .slider_container:before {
    left: 0;
    right: inherit;
    background: linear-gradient(-90deg, transparent, rgba(255,255,255,0.9), rgba(255,255,255,1), rgba(255,255,255.1));
}
.slider_gallery .slider_element {
    --count: 4;
    --local-count: var(--count);
    --local-margin: 15px;
    --local-width: calc(100% / var(--local-count) - var(--local-margin) * 2);
    --local-height: calc(100% / var(--local-count) - var(--local-margin) * 2);
    position: relative;
    display: inline-flex;
    width: var(--local-width);
    padding-top: var(--local-height);
    margin: 0 var(--local-margin);
    overflow: hidden;
    letter-spacing: normal;
    white-space: normal;
}
.slider_gallery .slider_controls {

    position: absolute;
    top: calc(50% - var(--slider_controls-size) / 2);
    left: 0;
    width: 100%;
    height: var(--slider_controls-size);
    margin: 0;
}
.slider_gallery .control_left, .slider_gallery .control_right {
    position: absolute;
    top: 0;
    height: 100%;
    width: var(--slider_controls-size);
    vertical-align: middle;
    cursor: pointer;
    z-index: 9;
//	border-radius: 50%;
}
.slider_gallery .control_left {
    left: calc(0px - var(--slider_controls-size));
    left: calc(0px + var(--slider_controls-size) / 2);
    background: linear-gradient(0deg, rgba(54,151,203), rgba(115,206,255));
}
.slider_gallery .control_right {
    right: calc(0px - var(--slider_controls-size));
    right: calc(0px + var(--slider_controls-size) / 2);
    background: linear-gradient(0deg, rgba(54,151,203), rgba(115,206,255));
}
.slider_gallery .control_left:after,
.slider_gallery .control_right:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.slider_gallery .control_left:after {
    background: url(/local/templates/boutonshoes/svg/slider/ico_arrow_left.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.slider_gallery .control_right:after {
    content: "";
    background: url(/local/templates/boutonshoes/svg/slider/ico_arrow_right.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.slider_gallery .control_left:hover,
.slider_gallery .control_right:hover {
    background: linear-gradient(0deg, rgba(19,94,148), rgba(54,151,203));
}
.slider_gallery .control_left:active,
.slider_gallery .control_right:active {
    background: linear-gradient(0deg, rgba(36,113,168), rgba(19,94,148));
}
@media (max-width: 992px) {
    .slider_gallery .slider_element {
        --local-count: calc(var(--count) - 1);
    }
}
@media (max-width: 768px) {
    .slider_gallery .slider_container:before,
    .slider_gallery .slider_container:after {
        width: calc(0px + 2 * var(--slider_controls-size));
    }
    .slider_gallery .slider_element {
        --local-count: calc(var(--count) - 2);
    }
    .slider_gallery .control_left {
    //left: calc(0px - var(--slider_controls-size) / 1);
    }
    .slider_gallery .control_right {
    //right: calc(0px - var(--slider_controls-size) / 1);
    }
}
@media (max-width: 576px) {
    .slider_gallery .slider_element {
        --local-count: calc(var(--count) - 2);
    }
}
@media (max-width: 540px) {
    .slider_gallery .slider_element {
        --local-count: calc(var(--count) - 3);
    }
    .slider_gallery .slider_container:before,
    .slider_gallery .slider_container:after {
        width: calc(0px + 1 * var(--slider_controls-size));
    }
}
@media (max-width: 400px) {
    .slider_gallery .slider_element {
        --local-count: 1;
    }
    .slider_gallery .control_left {
    //left: calc(0px - var(--slider_controls-size) / 1.2);
        left: 0;
    }
    .slider_gallery .control_right {
    //right: calc(0px - var(--slider_controls-size) / 1.2);
        right: 0;
    }
}

/*--------------------------------------------------------------
6.1.1.1 gallery slider mod
--------------------------------------------------------------*/
.slider_gallery .section_element {
    margin-bottom: 30px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    overflow: unset;
}
.slider_gallery .section_element_image {

}
.slider_gallery .section_element_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 4px 20px;
    font-size: 16px !important;
    line-height: 21px !important;
    min-height: 50px;
    text-align: left;
    background: var(--white);
    color: var(--color-local-dark);
    overflow: hidden;
}
.slider_gallery .section_element_price_container {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    text-align: center;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slider_gallery .section_element_price {
    position: relative;
    display: inline-block;
    margin: auto;
    padding: 14px 20px;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    background: var(--white);
    color: var(--color-local-dark);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.slider_gallery  .section_element_button {
    position: relative;
    display: inline-block;
    margin: auto;
    padding: 14px 20px;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    background: var(--color-secondary);
    color: var(--white);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.slider_gallery .section_element:hover .section_element_price {
    top: -25px;

}

/*--------------------------------------------------------------
6.1.2 main slider
--------------------------------------------------------------*/

.main_slider {

}
.main_slider .slider_container {
    height: calc(100vh - 170px);
    position: relative;
    overflow: hidden;
    min-height: 500px;
}
.main_slider .slider_elements {
    height: 100%;
}
.main_slider .slider_element {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.main_slider .slider_element_image_slide {
    background: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}
.main_slider .slider_element_image_bg {
    background: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
}
.main_slider .slider_element_container {
    padding: 20px;
    overflow: hidden;
    position: relative;
    margin: auto;
    max-width: 60%;
    max-height: 60%;
    top: 20%;
}
.main_slider .slider_element_image {
    background: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    padding: 50% 0;
}
.main_slider .slider_element_text {
    font-size: 26px;
    font-family: var(--theme-font-primary);
}
.main_slider .slider_element_text span {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
}
.main_slider .slider_element_text_1 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
}
.main_slider .slider_element_text_2 {
    font-size: 16px;
    text-transform: uppercase;
}
.main_slider .slider_element_text_3 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.slider_element_button {
    position: absolute;
    bottom: -30px;
    left: calc(50% - 135px / 2);
}

.main_slider .slider_controls {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    letter-spacing: -0.3em;
}
.main_slider .control_left,
.main_slider .control_right {
    height: 100%;
    width: 20%;
    display: inline-block;
    background: rgba(245,37,37,0.4);
    background: linear-gradient(0deg, rgba(54,151,203), rgba(115,206,255));
    cursor: pointer;
    position: absolute;
}
.main_slider .control_left:before,
.main_slider .control_right:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.main_slider .control_left {
    left: 20%;
}
.main_slider .control_left:before {
    background: url(/local/templates/boutonshoes/svg/slider/ico_arrow_left.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.main_slider .control_right {
    left: 60%;
}
.main_slider .control_right:before {
    background: url(/local/templates/boutonshoes/svg/slider/ico_arrow_right.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.main_slider .control_left:hover,
.main_slider .control_right:hover {
    transition: 1s;
    background: rgba(245,37,37,1);
    background: linear-gradient(0deg, rgba(19,94,148), rgba(54,151,203));
}
.main_slider .control_left:active,
.main_slider .control_right:active {
    background: linear-gradient(0deg, rgba(36,113,168), rgba(19,94,148));
}


@media (max-width: 768px) {
    .main_slider .slider_element_container {
        max-width: 90%;
        max-height: 80%;
        padding: 2px;
    }
}
@media (max-width: 400px) {
    .main_slider .slider_element_container {
        max-width: 90%;
        max-height: 80%;
        padding: 2px;
    }
    .main_slider .slider_element_text {
        font-size: 18px;
    }
    .main_slider .slider_element_text span {
        font-size: 18px;
    }
    .main_slider .slider_element_text_1 {
        font-size: 20px;
    }

}


/*--------------------------------------------------------------
6.1.2.1 main slider !mod!
--------------------------------------------------------------*/
.main_slider {
    --size-move-elements: 40px;
}
.main_slider .slider_elements {
    height: calc(100% - var(--size-move-elements));
    position: relative;
}
.main_slider .control_left, .main_slider .control_right {
    background: transparent;
    width: var(--size-move-elements);
}
.main_slider .control_left {
    left: calc(50% - 20px - var(--size-move-elements));
}
.main_slider .control_left:before {
    background-image: url(/local/templates/boutonshoes/svg/slider/mini_arrow_left.svg);
    background-size: 50% 50%;
}
.main_slider .control_right {
    left: calc(50% + 20px);
}
.main_slider .control_right:before {
    background-image: url(/local/templates/boutonshoes/svg/slider/mini_arrow_right.svg);
    background-size: 50% 50%;
}
.main_slider .control_left:hover, .main_slider .control_right:hover {
    background: transparent;
}


/*--------------------------------------------------------------
6.2.0 Feedback
--------------------------------------------------------------*/
.feedback_static {

}
.feedback_static .feedback_container {

}
.feedback_static .section_element_title {
    text-align: center;
}
.feedback_static .section_element_form {

}
.feedback_static .feedback_form {

}
.feedback_form .labelFF {
    position: relative;
}
.feedback_form .labelFF i {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 20px;
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.feedback_form .labelFF input {
    border: none;
    border-radius: 6px;
    padding: 5px 20px 5px 40px;
    margin: 0 0 15px;
    background: var(--white);
    width: 100%;
}
.feedback_form .labelFF input:disabled,
.feedback_form .labelFF input[readonly],
.feedback_form .labelFF input[readonly="readonly"] {
    background: var(--color-local-light);
}
.feedback_form .labelFF textarea {
    border: none;
    border-radius: 6px;
    padding: 5px 20px 5px 40px;
    margin: 0 0 15px;
    background: var(--white);
    width: 100%;
    min-height: 35px;
    max-height: 100vh;
}
.feedback_form .section_element_policy {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin: 10px 0 20px;
}
.feedback_form .section_element_policy a {
    text-decoration: underline;
    color: var(--color-primary);
}
.feedback_form .section_element_policy a:hover {
    color: var(--color-secondary);
}
.submitFF {
    text-align: center;
}
.submitFF .secondary-btn {
    padding: 6px 36px;
}
input[type=submit], button {

}

.fileFF {

}
.fileFF input {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.fileFF label {
    position: relative;
    padding: 7px 20px;
    margin: 0 0 15px;
    width: 100%;
    border-radius: 6px;
    background: var(--color-primary);
    color: var(--white);
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.fileFF label:hover {
    background: #707070;
}
.labelFF i {
    font-size: 20px;
    right: inherit;
    position: relative;
}
.botFF {
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 20px;
    color: var(--color-secondary);
    cursor: pointer;
    text-align: center;
}
.agreement_check {
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    background: transparent;
    border: 2px solid;
}
.agreement_check.active {
    background: var(--color-secondary);
}
.feedback_form .file_download_text {
    font-size: 11px;
    line-height: 13px;
}
.submitFF .btn {
    width: 100%;
}
/*--------------------------------------------------------------
6.2.1 collapse feedback
--------------------------------------------------------------*/
.feedback_collapse {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    background: rgba(250, 250, 250, 0.8);
}
.feedback_collapse .feedback_container {
    position: relative;
    overflow: auto;
    width: 90%;
    max-width: 600px;
    top: 10%;
    max-height: 80%;
    margin: auto;
    padding: 40px 50px;
    text-align: center;
    box-shadow: 15px 15px 5px rgba(0,0,0,0.1);
}

.feedback_collapse .section_element_title {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 30px;
    color: var(--white);
    text-transform: uppercase;
}
.feedback_collapse .section_element_title .svg_ico {
    margin-right: 10px;
}
.feedback_collapse .section_element_title svg {
    width: auto;
    height: 30px;
}
.feedback_collapse .section_element_title path {
    fill: var(--white);
}
.feedback_collapse .section_element_form {
    width: 80%;
    margin: auto;
}
.feedback_collapse .botFF {
    color: var(--white);
    text-align: center;
}
.feedback_collapse .agreement_check {
    margin-left: 0;
}
.feedback_collapse .agreement_check.active {
    background: var(--color-primary);
}

/*-----------------------------------
6.2.1.1 collapse feedback number_X
-----------------------------------*/
#feedback_collapse .feedback_container {
    max-width: 600px;
}
#feedback_collapse_c .feedback_container {
    max-width: 600px;
}
/*--------------------------------------------------------------
6.2.2 static feedback
--------------------------------------------------------------*/
#feedback_static_2 .submitFF {
    text-align: right;
}

#section_feedback_0 {
    color: var(--black);
}
#section_feedback_0 .submitFF input {
    margin: 0 0 15px;
    width: 100%;
}
#section_feedback_1 {
    color: var(--black);
}
#section_feedback_1 .submitFF input {
    margin: 0 0 15px;
    width: 100%;
}

#section_feedback_1 .botFF.active {
    color: var(--color-tertiary);
}

/*--------------------------------------------------------------
6.2.4 static feedback responsive
--------------------------------------------------------------*/
@media (max-width: 768px) {
    .callback_collapse {
        overflow: auto;
    }
    .callback_container {
        width: 60% !important;
        padding: 10px;
    }
}
@media (max-width: 576px) {
    .callback_container {
        width: 70% !important;
    }
}
@media (max-width: 400px) {
    .callback_container {
        width: 90% !important;
    }
}

/*--------------------------------------------------------------
6.3.0 Upbutton
--------------------------------------------------------------*/
#upbutton {
    content: "";
    bottom: 46px;
    right: 90px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
    overflow: hidden;
    padding: 0;
    background: transparent;
    width: 60px;
    height: 60px;
}
#upbutton .svg_ico {
    width: 100%;
    height: 100%;
    max-width: 60px;
    max-height: 60px;
}
#upbutton .svg_ico svg {
    width: 60px;
    height: 60px;
}
@media (max-width: 768px) {
    #upbutton {
        right: 5px;
    }
}

/*--------------------------------------------------------------
6.4 sections
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.4.1 main sections
--------------------------------------------------------------*/
.section_main {
    background: transparent;
    background-color: transparent;
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: unset;
    background-size: cover;
    padding: 50px 0;
    min-height: 50vh;
}
.section_main .section_elements {

}
.section_main .section_title {
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
    margin: 0 0 60px;
    text-transform: uppercase;
}
.section_main .section_subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    color: var(--color-secondary);
}
.section_main .section_element {
    position: relative;
}
.section_main .section_element_image {

}
.section_main .section_element_image.image_bg {
    background: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: unset;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.section_main .section_element_title {
    font-weight: 600;
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
}
.section_main .section_element_text {
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    padding: 0 15px;
}



/*--------------------------------------------------------------
6.4.2 other sections
--------------------------------------------------------------*/
.h1_title {
    line-height: 42px;
    margin: 20px 0 10px;
    font-size: 36px;
    font-family: var(--font-primary);
    color: var(--black) !important;
    text-transform: inherit;
}
.section_other {
    position: relative;
    background: transparent;
    background-color: transparent;
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: unset;
    background-size: cover;
    padding: 50px 0;
    min-height: 50vh;
}
.section_other .section_title {
    font-weight: 300;
    font-size: 30px;
    line-height: 41px;
    margin: 0 0 60px;
    text-align: right;
}
.section_other .section_element {
    position: relative;
}
.section_other .section_element_image {

}
.section_other .section_element_image.image_bg {
    background: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: unset;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.section_other .section_element_title {
    font-weight: 300;
    font-size: 30px;
    line-height: 41px;
    margin: 0 0 20px;
}
.section_other .section_element_text {
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    padding: 0 15px;
}



/*--------------------------------------------------------------
7.0 Main page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
7.0.1 main section header
--------------------------------------------------------------*/
#section_main_header {
    background: transparent;
    color: var(--white);
    padding: 200px 0;
    position: relative;
}
#section_main_header .section_elements {
    text-align: left;
}
#section_main_header .section_element_text {

}
#section_main_header .section_element_text svg {
    width: 100%;
    height: auto;
}
#section_main_header .section_element_text_2 {
    padding: 20px 0;
    font-size: 28px;
    line-height: 35px;
    display: none;
}


/*--------------------------------------------------------------
7.0.2 main section 0
--------------------------------------------------------------*/


/*--------------------------------------------------------------
7.1 main section 1
--------------------------------------------------------------*/
#section_main_1 {
    background: transparent;
    color: var(--white);
}


/*--------------------------------------------------------------
7.2 main section 2
--------------------------------------------------------------*/
#section_main_2 {
    background: var(--white);
    color: var(--black);
}
#section_main_2 .section_element_title {
    text-align: left;
    font-weight: normal;
    font-style: italic;
    text-transform: unset;
    margin: 20px 0;
}
#section_main_2 .section_element_more {
    text-align: left;
}
#section_main_2 .section_element_more a {
    text-decoration: underline;
}

/*--------------------------------------------------------------
7.3 main section 3
--------------------------------------------------------------*/
#section_main_3 {
    background: var(--white);
    color: var(--black);
    padding: 0;
}


/*--------------------------------------------------------------
7.4 main section 4
--------------------------------------------------------------*/
#section_main_4 {
    background: var(--white);
    color: var(--black);
}
#section_main_4 .section_element_title {
    text-align: left;
    font-weight: normal;
    font-style: italic;
    text-transform: unset;
    margin: 20px 0;
}
#section_main_4 .section_element_more {
    text-align: left;
}
#section_main_4 .section_element_more a {
    text-decoration: underline;
}

/*--------------------------------------------------------------
7.5 main section 5
--------------------------------------------------------------*/
#section_main_5 {
    background: var(--white);
    color: var(--black);
}
#section_main_5 .section_subtitle {
    text-align: left;
    text-transform: none;
    color: var(--black);
}
#section_main_5 .section_elements {

}
#section_main_5 .section_element {

}
#section_main_5 .section_element_image img {
    box-shadow: 1px 1px 7px 2px rgba(0,0,0,0.6);
}
#instagram_feed {

}
#instagram_feed a {

}
#instagram_feed img {
    box-shadow: 1px 1px 7px 2px rgba(0,0,0,0.6);
}

/*--------------------------------------------------------------
8.0 Other pages
--------------------------------------------------------------*/

/*--------------------------------------------------------------
8.1 Contacts page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.1.1 Contacts page section 1
--------------------------------------------------------------*/
#section_contacts_1 {

}
#section_contacts_1 .section_content {

}
#section_contacts_1 .section_elements {

}


/*--------------------------------------------------------------
8.2 About page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.2.1 About page section 1
--------------------------------------------------------------*/


/*--------------------------------------------------------------
8.4 Order page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.4.1 Order page section 1
--------------------------------------------------------------*/
#bx-soa-order-form {

}
#bx-soa-order-form .bx-soa-section-title-container {
    background: var(--white);
}
#bx-soa-order-form .bx-soa-coupon-label {
    color: var(--black);
}
#bx-soa-order-form .bx-soa-pp-company-smalltitle {
    color: var(--color-primary);
}
#bx-soa-order-form .bx-soa-pp-desc-container .bx-soa-pp-company {
    color: var(--color-primary);
    background: var(--white);
}
#bx-soa-order {
    color: var(--black);
}
#bx-soa-order-form .bx-soa-coupon-input {
    top: 0;
}
#section_order_1 .sale-paysystem-wrapper {
    border-color: var(--color-primary);
    color: var(--color-primary);
    text-align: center;
    font-size: 20px;
}
.sale-paysystem-yandex-button a {
    --line-height: 18px;

    display: inline-block !important;
    margin: 0px;
    padding: 10px 55px;
    vertical-align: middle;
    font-family: var(--font-primary);
    font-size: 14px;
    line-height: var(--line-height);
    text-align: center;
    background: var(--color-primary);
    color: var(--white);
    border-radius: 0;
    border: none;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.sale-paysystem-yandex-button a:hover {
    background: var(--color-secondary);
    color: var(--white);
}


#section_orders_1 .sale-order-list-title-container,
#section_orders_1 .sale-order-list-accomplished-title-container {
    background: var(--color-primary);
}
#section_orders_1 .sale-order-list-title,
#section_orders_1 .sale-order-list-accomplished-title {
    color: var(--white);
}
#section_orders_1 .sale-order-list-payment-title,
#section_orders_1 .sale-order-list-shipment-title {
    color: var(--white);
}

#section_orders_1 .sale-order-detail-about-order-inner-container-name-detail,
#section_orders_1 .sale-order-detail-about-order-inner-container-status-detail,
#section_orders_1 .sale-order-detail-about-order-inner-container-price-detail {
    color: var(--white);
}
#section_orders_1 .sale-order-detail-about-order-inner-container-list-item-element {
    color: var(--white);
}
#section_orders_1 .sale-order-detail-payment-options-methods-button-element,
#section_orders_1 .sale-order-detail-about-order-inner-container-repeat-button {
    background: var(--color-primary);
    color: var(--white);
}
#section_orders_1 .sale-order-detail-payment-options-methods-button-element:hover,
#section_orders_1 .sale-order-detail-about-order-inner-container-repeat-button:hover {
    background: var(--color-secondary);
    color: var(--white);
}
#section_orders_1 .sale-order-detail-payment-options-info-order-number,
#section_orders_1 .sale-order-detail-payment-options-info-total-price,
#section_orders_1 .sale-order-detail-payment-options-methods-info-title {
    color: var(--white);
}
.sale-order-detail-total-payment-container ul {
    margin: 0;
}
.sale-order-detail-total-payment-list-left-item,
.sale-order-detail-total-payment-list-right-item {
    color: var(--white);
}

/*--------------------------------------------------------------
!!!  time !!!!
--------------------------------------------------------------*/
.feedback_static .section_element_title {
    text-align: center;
    font-size: 20px;
    margin: 0 0 20px;
}

.messTrue {
    color: var(--color-primary);
    font-size: 40px;
    padding: 40px 0;
}
.messFalse {
    color: var(--color-secondary);
    font-size: 40px;
    padding: 40px 0;
}
/*--------------------------------------------------------------
!!!  time !!!!
--------------------------------------------------------------*/


/*--------------------------------------------------------------
10.1.0 responsive
--------------------------------------------------------------*/
@media (max-width: 1199px) {

}
@media (max-width: 991px) {

}
@media (max-width: 767px) {
    /*--------------------------------------------------------------
    4.0 header mobile
    --------------------------------------------------------------*/
    .main_bg .common_header_section {

    }
    .main_bg .common_header_section a {

    }
    .main_bg .common_header_section .cls-1 {

    }
    .company_logo {
        margin: 30px auto;
    }
    .search_header_body {
        position: fixed;
        top: 40%;
        left: 10%;
        right: 10%;
        width: 80%;
        margin: 0 auto;
    }

    .common_header_section .multilevel_horizontal li a.root-item,
    .common_header_section .multilevel_horizontal li a.root-item-selected {
        font-size: 14px;
        line-height: 16px;
        padding: 20px 10px;
    }
    .social_sidebar {
        text-align: left;
    }
    .mobile_hidden {
        display: none;
    }



    .common_footer .company_logo {
        margin: auto auto 20px;
    }

    .common_footer  .line_horizontal {
        display: table;
    }
    .common_footer  .line_horizontal li {
        display: block;
    }

}
@media (max-width: 575px) {
    .fix_col {
        padding-left: 0;
        padding-right: 0;
    }
    .company_logo {
        margin: 30px auto;
        max-width: 150px;
    }
}
@media (max-width: 400px) {
    .site-content h1 {
        line-height: 32px;
        font-size: 28px;
    }
    .section_main .section_title {
        line-height: 28px;
        font-size: 24px;
    }
    .section_main .section_element_title {
        font-size: 22px;
        line-height: 24px;
    }

    .common_header_section_mobile .multilevel_horizontal li a.root-item {
        padding: 20px 7px;
    }


}

#close-sms-error {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #828a8d;
    opacity: .6;
}

#close-sms-error:hover {
    opacity: 1;
}


/*left menu style start*/
.menu_left_item {
    margin: 0 0 15px;
    border-bottom: 2px solid rgb(186,197,202);
    padding: 0 0 5px;
}
.menu_left_item a {
    color: rgb(186,197,202);
    display: flex;
    align-items: center;
}
.menu_left_item a.active {
    color: var(--black);
}
.menu_left_item_ico {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 0 10px 0 0;
}
.menu_left_item_ico .svg_ico svg {
    width: 100%;
    height: auto;
}
.menu_left_item a .cls-4 {
    fill: rgb(186,197,202);
}
.menu_left_item a.active .cls-4 {
    fill: #000;
}
.menu_left_item a .cls-11,
.menu_left_item a .cls-12,
.menu_left_item a .cls-13 {
    stroke: rgb(186,197,202);
}
.menu_left_item a.active .cls-11,
.menu_left_item a.active .cls-12,
.menu_left_item a.active .cls-13 {
    stroke: #000;
}
.menu_left_item a .cls-13 {
    fill: rgb(186,197,202);
}
.menu_left_item a.active .cls-13 {
    fill: #000;
}

.menu_left_item a .st0 {
    stroke: rgb(186,197,202);
}
.menu_left_item a.active .st0 {
    stroke: #000;
}
.menu_left_item a .st1 {
    fill: rgb(186,197,202);
}
.menu_left_item a.active .st1 {
    fill: #000;
}
.menu_left_item_name {
    display: inline-block;
    line-height: 25px;
    text-transform: uppercase;
    vertical-align: middle;
}


@media (max-width: 768px) {
    .menu_left_item_name {
        display: none;
    }
    #section_personal .menu_left_item_name {
        display: inline-block;
    }
}
/*left menu style end*/
/* End */
/* /local/components/alex/modern.socnet.links/templates/.default/style.css?1732003619673 */
/* /local/templates/boutonshoes/components/bitrix/menu/line_horizontal/style.css?1732003619750 */
/* /local/templates/boutonshoes/components/bitrix/sale.basket.basket.line/ico_name_count/style.css?1732003619795 */
/* /local/templates/boutonshoes/components/bitrix/search.title/header_search/style.css?17320036191286 */
/* /local/templates/boutonshoes/components/bitrix/menu/horizontal_multilevel/style.css?17320036194048 */
/* /local/templates/boutonshoes/template_styles.css?173513723066090 */
