

/* Start:/local/templates/reBro/libs/scrollbar/jquery.scrollbar.css?175329360322216*/
/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}









/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }










/*************** SIMPLE OUTER SCROLLBAR ***************/

.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-outer > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer { height: 8px; top: 2px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer { left: 2px; width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer { overflow: hidden; }
.scrollbar-outer > .scroll-element .scroll-element_track { background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar { background-color: #d9d9d9; }
.scrollbar-outer > .scroll-element .scroll-bar:hover { background-color: #c2c2c2; }


/* scrollbar height/width & offset from container borders */

.scrollbar-outer > .scroll-content.scroll-scrolly_visible { left: -12px; margin-left: 12px; }
.scrollbar-outer > .scroll-content.scroll-scrollx_visible { top:  -12px; margin-top:  12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar { min-width: 10px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar { min-height: 10px; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -14px; }










/*************** SCROLLBAR MAC OS X ***************/

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track { display: none; }
.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}


.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }










/*************** SCROLLBAR LIGHT ***************/

.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-light > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbdbdb), color-stop(100%,#e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -o-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -ms-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0%,#e8e8e8 100%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
    background: #fefefe;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefefe), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -o-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0%,#f5f5f5 100%);

    border: 1px solid #dbdbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-light > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-light > .scroll-content.scroll-scrollx_visible { top:  -17px; margin-top:  17px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 0px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-bar { left: 0px; min-height: 10px; width: 10px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer { height: 12px; left: 2px; top: 2px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer { left: 2px; top: 2px; width: 12px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }










/*************** SCROLLBAR RAIL ***************/

.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-rail > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #d0b9a0;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */

.scrollbar-rail > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-rail > .scroll-content.scroll-scrollx_visible { margin-top: 17px; top: -17px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 1px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar { left: 1px; min-height: 10px; width: 10px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer { height: 15px; left: 5px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size { height: 2px; left: -10px; top: 5px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer { top: 5px; width: 15px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size { left: 5px; top: -10px; width: 2px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -25px; }

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -25px; }










/*************** SCROLLBAR DYNAMIC ***************/

.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
    opacity: 0.3;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
    background-color: #cccccc;
    opacity: 0;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;

    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #6c6e71;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;

    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    -ms-transition: height 0.2s;
    transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;

    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size { top: -4px; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }


/* hover & drag */

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
    opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
    height: 20px;
    min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    min-width: 7px;
    width: 20px;
}










/*************** SCROLLBAR GOOGLE CHROME ***************/

.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-chrome > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_outer {}

.scrollbar-chrome > .scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible { left: -16px; margin-left: 16px; }
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible { top:  -16px; margin-top:  16px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar { height: 8px; min-width: 10px; top: 3px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar { left: 3px; min-height: 10px; width: 8px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer { border-left: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track { height: 14px; left: -3px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size { height: 14px; left: -4px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer { border-top: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track { top: -3px; width: 14px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size { top: -4px; width: 14px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }








/* End */


/* Start:/local/templates/reBro/css/jquery.mCustomScrollbar.min.css?175329360342839*/
.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(/local/templates/reBro/css/mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}
/* End */


/* Start:/local/templates/reBro/css/ripple.min.css?1753293603607*/
@-webkit-keyframes ripple{to{opacity:0;-webkit-transform:scale(2);transform:scale(2)}}@-o-keyframes ripple{to{opacity:0;-o-transform:scale(2);transform:scale(2)}}@keyframes ripple{to{opacity:0;transform:scale(2)}}.has-ripple{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ripple{display:block;position:absolute;pointer-events:none;border-radius:50%;-webkit-transform:scale(0);-o-transform:scale(0);transform:scale(0);background:#fff;opacity:1}.ripple-animate{-webkit-animation:ripple;-o-animation:ripple;animation:ripple}
/* End */


/* Start:/local/templates/reBro/libs/icomoon/style.css?17532936033255*/
@font-face {
  font-family: 'icomoon';
  src:  url('/local/templates/reBro/libs/icomoon/fonts/icomoon.eot?1knsws');
  src:  url('/local/templates/reBro/libs/icomoon/fonts/icomoon.eot?1knsws#iefix') format('embedded-opentype'),
    url('/local/templates/reBro/libs/icomoon/fonts/icomoon.ttf?1knsws') format('truetype'),
    url('/local/templates/reBro/libs/icomoon/fonts/icomoon.woff?1knsws') format('woff'),
    url('/local/templates/reBro/libs/icomoon/fonts/icomoon.svg?1knsws#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ic {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-gift-2:before {
  content: "\e93a";
}
.ic-gift:before {
  content: "\e939";
}
.ic-ya-plus:before {
  content: "\e938";
}
.ic-left:before {
  content: "\e908";
}
.ic-right:before {
  content: "\e937";
}
.ic-play:before {
  content: "\e934";
}
.ic-play-ellips:before {
  content: "\e935";
}
.ic-plus-ellips:before {
  content: "\e936";
}
.ic-hint:before {
  content: "\e930";
}
.ic-home:before {
  content: "\e92f";
}
.ic-bookmark-full:before {
  content: "\e92e";
}
.ic-bookmark:before {
  content: "\e92d";
}
.ic-star:before {
  content: "\e92c";
}
.ic-share:before {
  content: "\e929";
}
.ic-link:before {
  content: "\e92a";
}
.ic-download:before {
  content: "\e928";
}
.ic-doc:before {
  content: "\e927";
}
.ic-eye:before {
  content: "\e926";
}
.ic-clock:before {
  content: "\e925";
}
.ic-photo:before {
  content: "\e923";
}
.ic-mail:before {
  content: "\e922";
}
.ic-rotate-2:before {
  content: "\e931";
}
.ic-rotate:before {
  content: "\e921";
}
.ic-logout:before {
  content: "\e920";
}
.ic-plus:before {
  content: "\e91f";
}
.ic-filter:before {
  content: "\e91d";
}
.ic-sort:before {
  content: "\e91e";
}
.ic-copy:before {
  content: "\e91c";
}
.ic-promocode:before {
  content: "\e91b";
}
.ic-info:before {
  content: "\e914";
}
.ic-mark:before {
  content: "\e919";
}
.ic-mark-o:before {
  content: "\e915";
}
.ic-metro:before {
  content: "\e916";
}
.ic-check:before {
  content: "\e917";
}
.ic-points:before {
  content: "\e918";
}
.ic-search:before {
  content: "\e900";
}
.ic-bars-3:before {
  content: "\e932";
}
.ic-bars-2:before {
  content: "\e933";
}
.ic-bars:before {
  content: "\e901";
}
.ic-close:before {
  content: "\e902";
}
.ic-chevron-left:before {
  content: "\e903";
}
.ic-chevron-right:before {
  content: "\e904";
}
.ic-chevron-up:before {
  content: "\e905";
}
.ic-chevron-down:before {
  content: "\e906";
}
.ic-city:before {
  content: "\e90d";
}
.ic-user:before {
  content: "\e90e";
}
.ic-cart:before {
  content: "\e911";
}
.ic-heart-full:before {
  content: "\e91a";
}
.ic-heart:before {
  content: "\e913";
}
.ic-phone:before {
  content: "\e924";
}
.ic-whatsapp:before {
  content: "\e90c";
}
.ic-viber:before {
  content: "\e90a";
}
.ic-instagram:before {
  content: "\e90f";
}
.ic-youtube:before {
  content: "\e910";
}
.ic-telegram:before {
  content: "\e909";
}
.ic-facebook:before {
  content: "\e912";
}
.ic-ok:before {
  content: "\e92b";
}
.ic-vk:before {
  content: "\e90b";
}
.ic-compare:before {
  content: "\e907";
}

/* End */


/* Start:/local/templates/reBro/libs/bootstrap-custom.min.css?175329360383406*/
/*!
 * Bootstrap Reboot v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10,88,202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0, 0, 0, 0.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(13, 110, 253, 0.25);--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:rgba(222, 226, 230, 0.75);--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(222, 226, 230, 0.5);--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#6ea8fe;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#75b798;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#031633;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#084298;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#6ea8fe;--bs-link-hover-color:#8bb9fe;--bs-link-color-rgb:110,168,254;--bs-link-hover-color-rgb:139,185,254;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:rgba(255, 255, 255, 0.15);--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}/*!
 * Bootstrap Grid v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:24px;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:100%}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:100%}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:984px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1176px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1368px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.row{--bs-gutter-x:24px;--bs-gutter-y:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.row-cols-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-sm-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-sm-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-sm-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-sm-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-sm-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-sm-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-md-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-md-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-md-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-md-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-md-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-md-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-lg-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-lg-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-lg-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-lg-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-lg-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-lg-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xl-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-xl-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-xl-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-xl-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-xl-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-xl-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xxl-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-xxl-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-xxl-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-xxl-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-xxl-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-xxl-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:-ms-grid!important;display:grid!important}.d-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-none{display:none!important}.flex-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:-ms-grid!important;display:grid!important}.d-sm-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-sm-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-sm-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-sm-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-sm-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-sm-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-sm-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-sm-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-sm-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-sm-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:-ms-grid!important;display:grid!important}.d-md-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-md-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-md-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-md-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-md-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-md-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-md-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-md-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-md-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-md-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:-ms-grid!important;display:grid!important}.d-lg-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-lg-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-lg-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-lg-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-lg-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-lg-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-lg-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-lg-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-lg-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-lg-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:-ms-grid!important;display:grid!important}.d-xl-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-xl-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-xl-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-xl-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-xl-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-xl-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-xl-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-xl-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-xl-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-xl-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:-ms-grid!important;display:grid!important}.d-xxl-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xxl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xxl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xxl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xxl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xxl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xxl-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-xxl-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-xxl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xxl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-xxl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xxl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xxl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xxl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xxl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xxl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xxl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-xxl-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-xxl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xxl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xxl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xxl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xxl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xxl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xxl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xxl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xxl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xxl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xxl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xxl-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-xxl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xxl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xxl-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-xxl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xxl-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-xxl-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-xxl-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-xxl-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-xxl-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-xxl-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-xxl-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-xxl-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-xxl-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:-ms-grid!important;display:grid!important}.d-print-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-print-none{display:none!important}}.w-100{width:100%!important}.h-100{height:100%!important}
/* End */


/* Start:/local/templates/reBro/libs/swiper/swiper-bundle.min.css?175329360316470*/
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/reBro/libs/range-slider/ion.rangeSlider.min.css?175329360311084*/
/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:white;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:white;background:linear-gradient(to bottom, #ddd -50%, white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,0.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,0.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,0.3);background-color:#cbcfd5;background:linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);box-shadow:1px 1px 2px rgba(0,0,0,0.2),inset 0 0 3px 1px white;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,0.45);background-color:#939ba7;background:linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:white;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:white;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom, #428bca 0%, #3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom, #20b426 0%, #18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,0.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,0.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:white;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom, white 0%, #e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:white;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:white;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:black;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,0.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:black}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:black}.irs--sharp .irs-min,.irs--sharp .irs-max{color:white;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:white;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,0.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:white;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,0.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:white;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:black}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:white;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:black;color:white}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}
/* End */


/* Start:/local/templates/reBro/libs/sumoselect/sumoselect.min.css?17532936037402*/
.SelectClass,.SumoSelect.open .search-txt,.SumoUnder{position:absolute;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;top:0;left:0}.SumoSelect p{margin:0}.SumoSelect{width:200px}.SelectBox{padding:5px 8px}.sumoStopScroll{overflow:hidden}.SumoSelect .hidden{display:none}.SumoSelect .search-txt{display:none;outline:0}.SumoSelect .no-match{display:none;padding:6px}.SumoSelect.open .search-txt{display:inline-block;width:100%;margin:0;padding:5px 8px;border:none;box-sizing:border-box;border-radius:5px}.SumoSelect.open>.search>label,.SumoSelect.open>.search>span{visibility:hidden}.SelectClass,.SumoUnder{right:0;height:100%;width:100%;border:none;box-sizing:border-box;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}.SelectClass{z-index:1}.SumoSelect .select-all>label,.SumoSelect>.CaptionCont,.SumoSelect>.optWrapper>.options li.opt label{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}.SumoSelect{display:inline-block;position:relative;outline:0}.SumoSelect.open>.CaptionCont,.SumoSelect:focus>.CaptionCont,.SumoSelect:hover>.CaptionCont{box-shadow:0 0 2px #7799D0;border-color:#7799D0}.SumoSelect>.CaptionCont{position:relative;border:1px solid #A4A4A4;min-height:14px;background-color:#fff;border-radius:2px;margin:0}.SumoSelect>.CaptionCont>span{display:block;padding-right:30px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:default}.SumoSelect>.CaptionCont>span.placeholder{color:#ccc;font-style:italic}.SumoSelect>.CaptionCont>label{position:absolute;top:0;right:0;bottom:0;width:30px}.SumoSelect>.CaptionCont>label>i{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);background-position:center center;width:16px;height:16px;display:block;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;background-repeat:no-repeat;opacity:.8}.SumoSelect>.optWrapper{display:none;z-index:1000;top:30px;width:100%;position:absolute;left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;border:1px solid #ddd;box-shadow:2px 3px 3px rgba(0,0,0,.11);border-radius:3px;overflow:hidden}.SumoSelect.open>.optWrapper{top:35px;display:block}.SumoSelect.open>.optWrapper.up{top:auto;bottom:100%;margin-bottom:5px}.SumoSelect>.optWrapper ul{list-style:none;display:block;padding:0;margin:0;overflow:auto}.SumoSelect>.optWrapper>.options{border-radius:2px;position:relative;max-height:250px}.SumoSelect>.optWrapper.okCancelInMulti>.options{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options{border-radius:0 0 2px 2px}.SumoSelect>.optWrapper.selall.okCancelInMulti>.options{border-radius:0}.SumoSelect>.optWrapper>.options li.group.disabled>label{opacity:.5}.SumoSelect>.optWrapper>.options li ul li.opt{padding-left:22px}.SumoSelect>.optWrapper.multiple>.options li ul li.opt{padding-left:50px}.SumoSelect>.optWrapper.isFloating>.options{max-height:100%;box-shadow:0 0 100px #595959}.SumoSelect>.optWrapper>.options li.opt{padding:6px;position:relative;border-bottom:1px solid #f5f5f5}.SumoSelect>.optWrapper>.options>li.opt:first-child{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options>li.opt:first-child{border-radius:0}.SumoSelect>.optWrapper>.options>li.opt:last-child{border-radius:0 0 2px 2px;border-bottom:none}.SumoSelect>.optWrapper.okCancelInMulti>.options>li.opt:last-child{border-radius:0}.SumoSelect>.optWrapper>.options li.opt:hover{background-color:#E4E4E4}.SumoSelect .select-all.sel,.SumoSelect>.optWrapper>.options li.opt.sel{background-color:#a1c0e4}.SumoSelect>.optWrapper>.options li label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;cursor:pointer}.SumoSelect>.optWrapper>.options li span{display:none}.SumoSelect>.optWrapper>.options li.group>label{cursor:default;padding:8px 6px;font-weight:700}.SumoSelect>.optWrapper.isFloating{position:fixed;top:0;left:0;right:0;width:90%;bottom:0;margin:auto;max-height:90%}.SumoSelect>.optWrapper>.options li.opt.disabled{background-color:inherit;pointer-events:none}.SumoSelect>.optWrapper>.options li.opt.disabled *{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5}.SumoSelect>.optWrapper.multiple>.options li.opt{padding-left:35px;cursor:pointer}.SumoSelect .select-all>span,.SumoSelect>.optWrapper.multiple>.options li.opt span{position:absolute;display:block;width:30px;top:0;bottom:0;margin-left:-35px}.SumoSelect .select-all>span i,.SumoSelect>.optWrapper.multiple>.options li.opt span i{position:absolute;margin:auto;left:0;right:0;top:0;bottom:0;width:14px;height:14px;border:1px solid #AEAEAE;border-radius:2px;box-shadow:inset 0 1px 3px rgba(0,0,0,.15);background-color:#fff}.SumoSelect>.optWrapper>.MultiControls{display:none;border-top:1px solid #ddd;background-color:#fff;box-shadow:0 0 2px rgba(0,0,0,.13);border-radius:0 0 3px 3px}.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls{display:block;margin-top:5px;position:absolute;bottom:0;width:100%}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls{display:block}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p{padding:6px}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus{box-shadow:0 0 2px #a1c0e4;border-color:#a1c0e4;outline:0;background-color:#a1c0e4}.SumoSelect>.optWrapper.multiple>.MultiControls>p{display:inline-block;cursor:pointer;padding:12px;width:50%;box-sizing:border-box;text-align:center}.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover{background-color:#f1f1f1}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk{border-right:1px solid #DBDBDB;border-radius:0 0 0 3px}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel{border-radius:0 0 3px}.SumoSelect>.optWrapper.isFloating>.options li.opt{padding:12px 6px}.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt{padding-left:35px}.SumoSelect>.optWrapper.multiple.isFloating{padding-bottom:43px}.SumoSelect .select-all.partial>span i,.SumoSelect .select-all.selected>span i,.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i{background-color:#11a911;box-shadow:none;border-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center center}.SumoSelect.disabled{opacity:.7;cursor:not-allowed}.SumoSelect.disabled>.CaptionCont{border-color:#ccc;box-shadow:none}.SumoSelect .select-all{border-radius:3px 3px 0 0;position:relative;border-bottom:1px solid #ddd;background-color:#fff;padding:8px 0 3px 35px;height:20px;cursor:pointer}.SumoSelect .select-all>label,.SumoSelect .select-all>span i{cursor:pointer}.SumoSelect .select-all.partial>span i{background-color:#ccc}.SumoSelect>.optWrapper>.options li.optGroup{padding-left:5px;text-decoration:underline}
/* End */


/* Start:/local/templates/reBro/libs/air-datepicker/air-datepicker.css?175329360319579*/
.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}
.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7, var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7, var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3, 1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4, 1fr);grid-auto-rows:var(--adp-year-cell-height)}
.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}
.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:rgba(255,255,255,0)}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.air-datepicker-time{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0)}
.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas: "nav" "body" "timepicker" "buttons";--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px}.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}
.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4, max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0, 0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%, calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%, -50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}

/* End */


/* Start:/local/templates/reBro/css/custom.css?17533520107800*/
#yandex-pay-widget .ya-pay-widget {
  width:100% !important;
}



/** Покрашенные кнопки в разделе поделится блога start **/
.share-box__link .ic.ic-telegram {
    font-size: 18px;
    color: #0076ff;
}


.share-box__link .ic.ic-whatsapp {
    font-size: 18px;
    color: #005a48;
}

/** Покрашенные кнопки в разделе поделится блога end **/



/** В попап окно информация по запросу start **/
.title-search-result .search-top__second {
    display: block;
}

/** В попап окно информация по запросу end **/



.cart-item__price._gift a {
    font-weight: bold;
    font-size: 17px;
    color: #FF5A00;
}


/** sale.order.ajax start **/
#bx-soa-order .shop-choice .pagination__wrap li {
    text-align: center;
}

#bx-soa-order .shop-choice__item {
    padding-left: 23px;
    padding-right: 23px;
    border-radius: 7px;
}

#bx-soa-order .shop-choice__item.bx-selected {
    border: 1px solid #D1BA94;

}

#bx-soa-orderSave {
    display: none;
}


#bx-soa-order .form-row .form-group {
    position: relative;
    margin-bottom: 15px;
    padding-top: 6px;
    /*margin: 0 0 15px;*/
    /*padding: 6px 0 0;*/
}

#bx-soa-order .bx-soa-tooltip {
    top: 100%;
    position: absolute;
    background: 0 0;
    max-width: 100%;
    box-shadow: none;
    float: right;
    /*display: block;*/
    /*opacity: 1;*/
    display: none !important;
    opacity: 0 !important;
    left: auto;
    bottom: auto;
    z-index: 1;
    margin-top: 5px;
}


#bx-soa-order .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner_error{
    color: #fe5252;
}

#bx-soa-order .checkout-row .form-group.has-error .form-field {
    -webkit-box-shadow: inset 0 0 0 1px #fe5252;
    box-shadow: inset 0 0 0 1px #fe5252;
}


/** sale.order.ajax end **/


#registraion-page-form .refresh {
    display: none;
}


/** solo чат start **/
.solo-main-container {
    z-index: 10 !important;
}
/** solo чат end **/




/*sale.order.ajax старая версия start*/
.checkout-choice._shops .checkout-choice__grid {
    gap: 12px;
}

.checkout-choice._shops .checkout-choice__item {
    width: 100%;
}

/*sale.order.ajax старая версия end*/

.service-item._offer .service-item__head {
    max-width: 320px;
}

/*
.btn.loading {
    background: #F6F6F6;
}

 */


._bd-top-none {
    padding-top: 0;
    border-top: none;
}

/*фильтр start*/
.filter-action .reset-btn input {
    border: none;
    background: transparent;
}

.filter-item._show .filter-item__wrap {
    display: block;
}
/*фильтр end*/


/** catalog.element start **/
.product .product-aside-group .sale_block span {	
	margin-left: 0;
	border-radius: 5px;
	background: #fcf2f2;
	padding: 0.6em 0.9em;
}


.pr-labels__item._bg-orange {
    background: #FF0000;
}
@media (max-width: 575px) {
    .product-line__info .btn {
        display: none !important;
    }
}


.product .product__descr {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .product .product__descr {
        margin-bottom: 30px;
    }
}


.product-choice__color._colors span {
    border-radius: 50%;
}

.popup video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.product-choice__grid span:hover {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.4);
}


.product-choice__grid ._unavailable {
    display: none;
}


.product-choice__grid a.active span {
    -webkit-box-shadow: inset 0 0 0 2px #000;
    box-shadow: inset 0 0 0 2px #000;
}

.product-choice__grid span {
    position: relative;
    display: block;
    padding: 12px 18px;
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    background: #fff;
    color: #000;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.product-choice__grid ._unavailable span {
    color: #ccc;
}

.product-choice__grid ._unavailable span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    border-bottom: 1px solid #F60056;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}


.product-descr__content.content img.present_mobile {
    display: none;
}

@media (max-width: 767px) {
    .product-descr__content.content img.present_ps {
        display: none;
    }

    .product-descr__content.content img.present_mobile {
        display: block;
    }
}
/** catalog.element end **/



.form-error,
.search-top__second {
    display: block;
}

label.error {
    margin: 10px 0 0;
    font-size: 13px;
    color: #E82D2D;
}


@media (max-width: 700px) {
    #city-popup.popup.regions-popup._show .popup__wrap {
        min-height: 700px;
    }
}



/*
.search-top {
    position: absolute;
}

 */

.search-top__row:last-child {
    margin-bottom: 35px;
}


.form .captcha-row .captcha_image,
.form .form_footer .filter{
    margin-bottom: 15px;
}

.popup-overlay {
    z-index: 500;
}

/** Модальные окна **/

/*Страница лендинга start*/
.shop-offer_none.shop-offer:before {
    background: transparent;
}
/*Страница лендинга end*/

/*баннеры на главной start*/

.bann-item__img.bann-item__img_full {
    max-height: 300px;
}
@media (max-width: 767px) {
    .bann-item__img.bann-item__img_full {
        max-width: 100%;
        max-height: 200px;
    }
}

/*баннеры на главной end*/

/*каталог*/

.ic-heart.added,
.ic-compare.added
{
    color: #F7266F;
}

.product-icons .ic:hover.added
{
    color: #DAC8A9;
}

.catalog-top .catalog-top__count span {
    color: #7C7C7C;
}

/*
@media (max-width: 768px) {
    .catalog-slider .swiper-pagination {
        display: none;
    }
}

 */

/*Авторизация*/
.auth-page .alert.alert-danger.compact {
    margin-bottom: 15px;
    color: red;
}

.auth-page .form_footer .filter.block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/*кастом скролл*/
.mCSB_scrollTools{width:3px;}
.mCSB_inside>.mCSB_container{margin-right:0}
.mCSB_scrollTools .mCSB_draggerRail{background:none;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:3px;background:#e4e5e9!important;}


#popup_iframe_wrapper .popup .popup__bottom-wrapper {
    max-height: 100%;
    height: 100%;
}

/* Страница в личном кабинете  */
.cabinet .pagination .pagination__wrap {
    border-top: none;
    padding-top: 0;
}

/* Стили для лейблов  */

.pr-labels__item._green {
  padding: 0;
  color: #82c01c;
}

.pr-labels__item._original {
  padding: 0;
  color: #FF1938;
}

.pr-labels__item._blue {
  padding: 0;
  color: #55ABEF;
}

.pr-labels__item._gr-dark {
  background: -webkit-gradient(linear, left top, right top, from(#000), to(#666));
  background: linear-gradient(90deg, #000 0%, #666 100%);
  color: #fff;
}

.pr-labels__item._gr-green {
  background: -webkit-gradient(linear, left top, right top, from(#5CA770), to(#82C01C));
  background: linear-gradient(90deg, #5CA770 0%, #82C01C 100%);
  color: #fff;
}

.pr-labels__item._bg-blue {
  background: #55ABEF;
  color: #fff;
}

.pr-labels__item._bg-pink {
  background: #E00D2D;
  color: #fff;
}

.pr-labels__item._bg-biege {
  background: #B69B74;
  color: #fff;
}

.pr-labels__item._bg-orange {
  /*background: #F87D48;*/
  background: #FF1938;
  color: #fff;
}

.pr-labels__item._gr-orange {
  background: -webkit-gradient(linear, right top, left top, from(#EBA055), to(#E16857));
  background: linear-gradient(270deg, #ff9b73 0%, #ff9b73 100%);
  color: #fff;
}
/* End */


/* Start:/local/templates/reBro/css/bann.css?17532936035505*/
.bann-slider {
  position: relative;
  background: #F5F5F5;
}
.bann-slider__wrap {
  position: relative;
  height: 685px;
}
.bann-slider__prev, .bann-slider__next {
  cursor: none;
  position: absolute;
  z-index: 20;
  top: 0;
  width: calc(50% - 582px);
  height: 100%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.bann-slider__prev .ic, .bann-slider__next .ic {
  pointer-events: none;
  position: absolute;
  width: 1em;
  margin: -0.5em 0 0 -0.5em;
  font-size: 26px;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  opacity: 0;
}
.bann-slider__prev:hover .ic, .bann-slider__next:hover .ic {
  opacity: 1;
}
.bann-slider__prev {
  left: 0;
}
.bann-slider__next {
  right: 0;
}
.bann-slider__pagination {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
  width: 1164px;
}
.bann-slider__pagination span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 0.1;
  background: currentColor;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.bann-slider__pagination span.active {
  opacity: 1;
}
.bann-slider[data-theme=dark] .bann-slider__prev,
.bann-slider[data-theme=dark] .bann-slider__next,
.bann-slider[data-theme=dark] .bann-slider__pagination {
  color: #fff;
}

.bann-slider._prev .bann-item._prev {
  z-index: 1;
}
.bann-slider._prev .bann-item._next {
  z-index: 2;
}

.bann-slider._next .bann-item._prev {
  z-index: 2;
}
.bann-slider._next .bann-item._next {
  z-index: 1;
}

.bann-item {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}
.bann-item:first-child {
  z-index: 1;
}
.bann-item._prev {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.bann-item._next {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.bann-item.active {
  z-index: 3;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.bann-item__container {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  max-width: 1164px;
}
.bann-item__wrap {
  padding-top: 90px;
  max-width: 490px;
}
.bann-item__head {
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.05;
  font-size: 48px;
}
.bann-item__descr {
  line-height: 1.3;
  font-size: 20px;
}
.bann-item__action {
  margin-top: 25px;
}

.bann-item[data-theme=dark] {
  background-color: #000;
  color: #fff;
}

.bann-item__bg,
.bann-item__bg > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bann-item__bg > div {
  background: no-repeat center/cover;
}
.bann-item__bg > div._mob {
  display: none;
}

.bann-item__video,
.bann-item__video > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bann-item__video > video {
  -o-object-fit: cover;
     object-fit: cover;
}

.bann-item__img {
  display: block;
  margin: 0 0 20px;
}

@media (max-width: 1399px) {
  .bann-item__container,
  .bann-slider__pagination {
    width: 1050px;
  }
  .bann-slider__prev, .bann-slider__next {
    width: calc(50% - 525px);
  }
}
@media (max-width: 1199px) {
  .bann-item__container,
  .bann-slider__pagination {
    width: 960px;
  }
  .bann-slider__wrap {
    height: 500px;
  }
  .bann-slider__prev, .bann-slider__next {
    display: none;
  }
  .bann-slider__pagination {
    bottom: 70px;
  }
  .bann-item__wrap {
    padding-top: 70px;
    max-width: 410px;
  }
  .bann-item__head {
    font-size: 40px;
  }
  .bann-item__descr {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .bann-item__container,
  .bann-slider__pagination {
    width: 100%;
    padding: 0 25px;
  }
  .bann-item__wrap {
    max-width: 340px;
  }
  .bann-item__head {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .bann-slider__pagination {
    bottom: 210px;
  }
  .bann-item[data-theme-mobile=dark] {
    background-color: #000;
    color: #fff;
  }
  .bann-item[data-theme-mobile=dark] .btn {
    background-color: #fff;
    color: #000;
  }
  .bann-item[data-theme-mobile=dark] .btn:hover {
    background-color: #E6E6E6;
  }
  .bann-item__bg > div {
    display: none;
  }
  .bann-item__bg > div:first-child:last-child {
    display: block;
  }
  .bann-item__bg > div._mob {
    display: block;
  }
  .bann-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .bann-item__wrap {
    padding: 0 0 35px;
    max-width: 320px;
  }
  .bann-item__head {
    margin-bottom: 7px;
    font-size: 30px;
  }
  .bann-item__descr {
    font-size: 15px;
  }
  .bann-item__action {
    margin-top: 20px;
  }
  .bann-item__img {
    margin-bottom: 10px;
    max-width: 200px;
    max-height: 30px;
  }
}
@media (max-width: 575px) {
  .bann-slider__pagination {
    gap: 5px;
    bottom: 200px;
  }
  .bann-slider__pagination span {
    width: 5px;
    height: 5px;
  }
}
/* End */


/* Start:/local/templates/reBro/css/main.css?1753293603400971*/
@charset "UTF-8";@font-face {
    font-family: SFProDisplay;
    font-weight: 300;
    font-style: normal;
    src: url(/local/templates/reBro/css/../fonts/SFProDisplay-Light.woff2) format("woff2"),url(/local/templates/reBro/css/../fonts/SFProDisplay-Light.woff) format("woff")
}

@font-face {
    font-family: SFProDisplay;
    font-weight: 400;
    font-style: normal;
    src: url(/local/templates/reBro/css/../fonts/SFProDisplay-Regular.woff2) format("woff2"),url(/local/templates/reBro/css/../fonts/SFProDisplay-Regular.woff) format("woff")
}

@font-face {
    font-family: SFProDisplay;
    font-weight: 500;
    font-style: normal;
    src: url(/local/templates/reBro/css/../fonts/SFProDisplay-Medium.woff2) format("woff2"),url(/local/templates/reBro/css/../fonts/SFProDisplay-Medium.woff) format("woff")
}

@font-face {
    font-family: SFProDisplay;
    font-weight: 600;
    font-style: normal;
    src: url(/local/templates/reBro/css/../fonts/SFProDisplay-Semibold.woff2) format("woff2"),url(/local/templates/reBro/css/../fonts/SFProDisplay-Semibold.woff) format("woff")
}

@font-face {
    font-family: SFProDisplay;
    font-weight: 700;
    font-style: normal;
    src: url(/local/templates/reBro/css/../fonts/SFProDisplay-Bold.woff2) format("woff2"),url(/local/templates/reBro/css/../fonts/SFProDisplay-Bold.woff) format("woff")
}

:root {
    scroll-behavior: auto;
    --sect-offset: 75px;
    --app-height: 100vh;
    --app-gutter: 12px;
    --main-color: #E00D2D;
    --main-color-hover: #E63D57;
    --accent-color: #0D5CDF;
    --accent-color-hover: #0077ED
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #999
}

:-ms-input-placeholder,::-moz-placeholder,::-ms-input-placeholder,::-webkit-input-placeholder,::placeholder {
    opacity: 1;
    color: #999
}

:focus {
    outline: 0
}

body,html {
    font-size: 15px
}

body {
    position: relative;
    overflow-x: hidden;
    min-width: 320px;
    background: #fff;
    font-family: SFProDisplay,sans-serif;
    letter-spacing: .03em;
    line-height: 1.2;
    color: #000
}

a {
    text-decoration: none;
    color: var(--main-color)
}

a:hover {
    color: var(--main-color-hover)
}

strong {
    font-weight: 600
}

b {
    font-weight: 700
}

ol,ul {
    padding-left: 1.5em
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 1rem
}

.h1,h1 {
    line-height: 1.2;
    font-weight: 600;
    font-size: 36px
}

.h1._big,h1._big {
    font-size: 44px
}

.h2,h2 {
    line-height: 1.2;
    font-weight: 600;
    font-size: 32px
}

.h2._small,h2._small {
    font-size: 28px
}

.h3,h3 {
    line-height: 1.2;
    font-weight: 600;
    font-size: 26px
}

.h4,h4 {
    line-height: 1.2;
    font-weight: 500;
    font-size: 20px
}

.h5,h5 {
    line-height: 1.2;
    font-weight: 500;
    font-size: 17px
}

.h6,h6 {
    font-weight: 600;
    font-size: 15px
}

img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%
}

#page {
    overflow: hidden;
    position: relative;
    min-height: var(--app-height)
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.fl-left {
    float: left
}

.fl-right {
    float: right
}

.img-box {
    position: relative
}

.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

._tt-upper {
    text-transform: uppercase
}

._tt-none {
    text-transform: none
}

._fw-400 {
    font-weight: 400
}

._fw-500 {
    font-weight: 500
}

._fw-600 {
    font-weight: 600
}

._fw-700 {
    font-weight: 700
}

._c-main {
    color: var(--main-color)
}

._c-blue {
    color: var(--accent-color)
}

._c-gray {
    color: #7c7c7c
}

.bg-gray {
    background-color: #f5f5f5
}

.bg-gray+.bg-gray {
    border-top: 1px solid rgba(0,0,0,.1)
}

.bg-gray+.bg-gray._bd-top-none {
    padding-top: 0;
    border-top: none
}

.bg-dark {
    background-color: #000;
    color: #fff
}

.bg-dark+.bg-dark {
    border-top: 1px solid rgba(255,255,255,.2)
}

.sect-m {
    margin: var(--sect-offset) 0
}

.sect-m._tabs {
    margin-top: 50px
}

.sect-p {
    padding: var(--sect-offset) 0
}

.sect-p._tabs {
    padding-top: 50px
}

.sect-p._tabs.bg-gray {
    padding-top: 0
}

.sect-p._tabs.bg-gray .tabs {
    padding-top: 25px;
    background: #fff
}

.sect-p._tabs.bg-gray .tabs__btns-wrap:after {
    display: none
}

.ic-compare .path1:before,.ic-compare .path2:before {
    color: inherit
}

#tooltip {
    display: none;
    pointer-events: none;
    position: absolute;
    z-index: 5000;
    max-width: 285px;
    padding: 10px 12px 12px;
    border-radius: 8px;
    background: #000;
    text-align: center;
    line-height: 1.35;
    font-size: 13px;
    color: #dadada
}

#tooltip:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: 0;
    margin: 0 0 -5px -5px;
    width: 10px;
    height: 10px;
    background: inherit;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#tooltip._left {
    text-align: left
}

#tooltip._left:before {
    left: 25px;
    margin-left: 0
}

ul.list {
    padding: 0;
    list-style: none
}

ul.list li {
    position: relative;
    padding-left: 22px
}

ul.list li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--main-color)
}

.pagination {
    margin-top: 45px;
    text-align: center
}

.pagination__more {
    margin-bottom: 45px
}

.pagination__wrap {
    padding-top: 45px;
    border-top: 1px solid #ededed
}

.pagination__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 0 28px;
    height: 50px;
    border: 1px solid #ededed;
    border-radius: 8px;
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.pagination__arrow:hover {
    border-color: #c9c9c9;
    color: inherit
}

.pagination__arrow._prev {
    margin-right: 45px
}

.pagination__arrow._next {
    margin-left: 45px
}

.pagination__arrow .ic {
    font-size: .85em
}

.pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none
}

.pagination__list a {
    display: block;
    min-width: 50px;
    padding: 0 11px;
    border: none;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 0 1px #ededed;
    box-shadow: inset 0 0 0 1px #ededed;
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    font-size: 1rem;
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.pagination__list a:hover {
    -webkit-box-shadow: inset 0 0 0 1px #c9c9c9;
    box-shadow: inset 0 0 0 1px #c9c9c9
}

.pagination__list a.active {
    -webkit-box-shadow: inset 0 0 0 2px #000;
    box-shadow: inset 0 0 0 2px #000
}

.pagination__descr {
    margin-top: 45px;
    opacity: .6;
    font-size: 13px
}

.pagination-more {
    margin-top: 45px;
    text-align: center
}

.title {
    margin-bottom: 40px
}

.title__head {
    max-width: 700px
}

.title__head strong {
    font-weight: inherit;
    color: #7c7c7c
}

.title>:last-child {
    margin-bottom: 0
}

.title._grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px 30px
}

.title._grid .link-more {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-top: 15px
}

.title._grid .title__head {
    margin-bottom: 0
}

.inn-title {
    padding: 45px 0
}

.inn-title._p-35 {
    padding: 35px 0
}

.inn-title._p-25 {
    padding: 25px 0
}

.inn-title__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 24px
}

.inn-title__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.inn-title__content>:last-child {
    margin-bottom: 0
}

.inn-head {
    padding: 45px 0 60px
}

.inn-head .container>:last-child {
    margin-bottom: 0
}

.subtitle {
    opacity: .4;
    margin-bottom: 25px;
    font-size: 13px
}

.content {
    line-height: 1.45
}

.content img {
    display: block;
    margin: 35px 0
}

.content>:first-child {
    margin-top: 0
}

.content>:last-child {
    margin-bottom: 0
}

.breadcrumbs {
    font-size: 13px;
    color: #939393
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: .6em;
    padding-right: 1.1em
}

.breadcrumbs li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #d9d9d9
}

.breadcrumbs li:last-child {
    margin-right: 0;
    padding-right: 0
}

.breadcrumbs li:last-child:after {
    display: none
}

.breadcrumbs a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: color .3s;
    transition: color .3s
}

.breadcrumbs a:hover {
    color: var(--main-color)
}

.bg-dark .breadcrumbs {
    color: #fff
}

.btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 14px 20px;
    min-width: 140px;
    background: #000;
    border: 1px solid transparent;
    border-radius: 8px;
    text-align: center;
    line-height: 18px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.btn .ic {
    display: inline-block;
    vertical-align: middle;
    margin: -.1em 10px 0 0
}

.btn .ic[class*=chevron] {
    font-size: .85em
}

.btn .ic-heart {
    margin-right: 5px;
    font-size: 1.2em
}

.btn .ic-chevron-right,.btn .ic._right {
    margin-right: 0;
    margin-left: 10px
}

.btn:hover {
    background-color: #323234;
    color: #fff
}

.btn._light {
    background-color: #fff;
    color: #000
}

.btn._light:hover {
    background-color: #e5e5e6
}

.btn._main {
    background-color: var(--main-color)
}

.btn._main:hover {
    background-color: var(--main-color-hover)
}

.btn._main.disabled,.btn._main:disabled {
    border-color: #fadbe0!important;
    background-color: #fadbe0!important
}

.btn._err {
    background-color: rgba(255,0,0,.05);
    color: red
}

.btn._err:hover {
    background-color: rgba(255,0,0,.04)
}

.btn._accent {
    background-color: var(--accent-color)
}

.btn._accent:hover {
    background-color: var(--accent-color-hover)
}

.btn._gray {
    background-color: rgba(0,0,0,.05);
    color: inherit
}

.btn._gray:hover {
    background-color: rgba(0,0,0,.04)
}

.btn._bd {
    border-color: rgba(0,0,0,.1);
    background-color: transparent;
    color: inherit
}

.btn._bd:hover {
    border-color: rgba(0,0,0,.25)
}

.btn._bd._light {
    border-color: rgba(255,255,255,.1);
    background-color: transparent
}

.btn._bd._light:hover {
    border-color: rgba(255,255,255,.25)
}

.btn._tab {
    min-width: auto;
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #ededed;
    box-shadow: inset 0 0 0 1px #ededed;
    font-weight: 400;
    color: inherit
}

.btn._tab:hover {
    -webkit-box-shadow: inset 0 0 0 1px #c9c9c9;
    box-shadow: inset 0 0 0 1px #c9c9c9
}

.btn._tab.active {
    -webkit-box-shadow: inset 0 0 0 2px #000;
    box-shadow: inset 0 0 0 2px #000
}

.btn._tab._a-dark.active {
    background-color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.btn._small {
    padding: 11px 19px;
    min-width: 0;
    line-height: 16px;
    font-size: 13px
}

.btn._big {
    padding: 17px 23px;
    line-height: 20px;
    font-size: 17px
}

.btn._h-big {
    padding: 18px 23px
}

.btn._full {
    min-width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.btn._w-auto {
    min-width: auto
}

.btn.disabled,.btn:disabled {
    pointer-events: none;
    border-color: transparent!important;
    background: #e2e2e2!important;
    color: #fff!important
}

.btn._bd._h-accent:hover {
    border-color: var(--main-color)
}

.link-more {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-right: .9em;
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.link-more:after {
    position: absolute;
    right: 0;
    bottom: .3em;
    content: "\e904";
    font-family: icomoon;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-size: .67em
}

.link-more:hover {
    text-decoration: none;
    color: var(--main-color)
}

.link-more._back {
    padding-left: .9em;
    padding-right: 0
}

.link-more._back:after {
    content: "\e903";
    left: 0;
    right: auto;
    bottom: .4em
}

.link-more._down {
    padding-right: 1.2em
}

.link-more._down:after {
    content: "\e906"
}

.link-more._mark {
    padding-right: 0;
    padding-left: 1.6em
}

.link-more._mark:after {
    content: "\e919";
    left: 0;
    right: auto;
    bottom: 50%;
    margin-bottom: -.5em;
    font-size: 1.15em;
    color: var(--main-color)
}

.link-more._c-main {
    color: var(--main-color)
}

.link-more._c-main:hover {
    color: var(--main-color-hover)
}

.link-more._c-blue {
    color: var(--accent-color)
}

.link-more._c-blue:hover {
    color: var(--accent-color-hover)
}

.link-more-bottom {
    margin: 25px 0 0;
    padding: 15px 0 30px;
    border-top: 1px solid #e5e5e5
}

.link-more-bottom .link-more {
    display: block;
    width: 100%
}

.link-icon {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.link-icon .ic {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: .6em;
    font-size: 1.3em
}

.link-icon._ic-small .ic {
    font-size: 1.1em
}

.link-icon ._count {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 10px;
    padding: 0 4px;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 13px;
    background: var(--main-color);
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    color: #fff
}

.link-icon:hover {
    text-decoration: none;
    color: var(--main-color)
}

.link-icon._gray {
    color: grey
}

.link-icon._gray:hover {
    color: inherit
}

.link-icon.added .ic-bookmark:before {
    content: "\e92e"
}

.link-icon.added .ic-heart:before {
    content: "\e91a";
    color: var(--main-color)
}

.link-icon._opacity {
    opacity: .5;
    color: inherit
}

.link-icon._opacity:hover {
    opacity: 1;
    color: inherit
}

.link-icon._opacity.added {
    opacity: 1
}

.link-icon._opacity.added .ic {
    color: var(--main-color)
}

.link-head {
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.link-head:hover {
    text-decoration: none;
    color: var(--main-color)
}

.sort-box {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.sort-box__btn {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 19px;
    border-radius: 8px;
    border: 1px solid #ededed;
    font-weight: 500;
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.sort-box__btn>* {
    display: inline-block
}

.sort-box__btn .ic {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 10px;
    font-size: 13px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}

.sort-box__btn:hover {
    border-color: #000
}

.sort-box__btn.active .ic {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sort-box__list {
    display: none;
    position: absolute;
    z-index: 40;
    top: 100%;
    left: 0;
    margin: 15px 0 0;
    min-width: 205px;
    padding: 5px 15px;
    list-style: none;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 35px 0 rgba(0,0,0,.1);
    white-space: nowrap;
    text-align: left;
    font-size: 13px;
    color: #000
}

.sort-box__list:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 40px;
    border: 10px solid transparent;
    border-bottom: 7px solid #fff
}

.sort-box__list li {
    border-bottom: 1px solid rgba(0,0,0,.05)
}

.sort-box__list li:last-child {
    border-bottom: none
}

.sort-box__list a {
    display: block;
    padding: 12px 0;
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.sort-box__list a:hover {
    text-decoration: none;
    color: #7c7c7c
}

.sort-box__list a.active {
    color: var(--main-color)
}

.sort-box._right .sort-box__list {
    left: auto;
    right: 0
}

.sort-box._right .sort-box__list:before {
    left: auto;
    right: 40px
}

.share-box {
    position: relative
}

.share-box__links {
    display: none;
    position: absolute;
    z-index: 20;
    top: 100%;
    left: 0;
    margin: 12px 0 0;
    padding: 5px 18px;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 35px 0 rgba(0,0,0,.1);
    text-align: left
}

.share-box__links:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 25px;
    border: 10px solid transparent;
    border-bottom: 6px solid #fff
}

.share-box__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 10px 0;
    white-space: nowrap;
    color: inherit;
    font-size: 13px;
    -webkit-transition: .3s;
    transition: .3s
}

.share-box__link .ic {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 15px;
    color: #000
}

.share-box__link .ic-vk {
    font-size: 18px;
    color: #4c6c91
}

.share-box__link .ic-ok {
    color: #f68634
}

.share-box__link:hover {
    text-decoration: none;
    color: #7c7c7c
}

.share-box__link:last-child {
    border-bottom: none
}

.share-box._top .share-box__links {
    top: auto;
    bottom: 100%;
    margin: 0 0 12px
}

.share-box._top .share-box__links:after {
    bottom: auto;
    top: 100%;
    border: 10px solid transparent;
    border-top: 6px solid #fff
}

.close-btn {
    cursor: pointer;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #000;
    text-align: center;
    line-height: 70px;
    font-size: 22px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.close-btn:hover {
    background-color: #262626
}

.close-btn._little {
    width: 25px;
    height: 25px;
    background: 0 0;
    line-height: 25px;
    font-size: 12px;
    color: inherit
}

.close-btn._little:hover {
    color: var(--main-color)
}

.messengers__head {
    opacity: .6;
    font-size: 13px
}

.messengers__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.messenger-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.messenger-item>* {
    display: inline-block
}

.messenger-item .ic {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: .65em
}

.messenger-item:hover {
    text-decoration: none;
    color: var(--main-color)
}

.messenger-item._btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 17px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 8px;
    text-align: center;
    color: #000
}

.messenger-item._btn:hover {
    border-color: rgba(0,0,0,.4)
}

.messenger-item._btn._light {
    border: 1px solid rgba(255,255,255,.2);
    color: #fff
}

.messenger-item._btn._light:hover {
    border-color: rgba(255,255,255,.4)
}

.nav-arrow-next,.nav-arrow-prev {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -22px;
    width: 45px;
    height: 45px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(0,0,0,.5);
    text-align: center;
    line-height: 45px;
    font-size: 17px;
    color: #fff;
    -webkit-transition: opacity .15s,visibility .15s,background-color .3s,color .3s;
    transition: opacity .15s,visibility .15s,background-color .3s,color .3s
}

.nav-arrow-next:hover,.nav-arrow-prev:hover {
    background-color: #000
}

.nav-arrow-prev.disabled,.nav-arrow-prev.swiper-button-disabled {
    opacity: 0;
    visibility: hidden
}

.nav-arrow-next.disabled,.nav-arrow-next.swiper-button-disabled {
    opacity: 0;
    visibility: hidden
}

.nav-arrow-next._pag,.nav-arrow-prev._pag {
    margin-top: -51px
}

.nav-arrow-next._light,.nav-arrow-prev._light {
    background-color: rgba(255,255,255,.1)
}

.nav-arrow-next._light:hover,.nav-arrow-prev._light:hover {
    background-color: #fff;
    color: #000
}

.nav-arrow-next.swiper-button-lock,.nav-arrow-prev.swiper-button-lock {
    display: none!important
}

.nav-arrow-prev {
    left: -22px;
    padding-right: 2px
}

.nav-arrow-next {
    right: -22px;
    padding-left: 2px
}

.nav-arrow-next._gallery,.nav-arrow-prev._gallery {
    margin-top: -20px;
    background: #f6f6f6;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #9a9d9e
}

.nav-arrow-next._gallery:hover,.nav-arrow-prev._gallery:hover {
    background-color: #000;
    color: #fff
}

.nav-arrow-prev._gallery._gallery {
    left: 0
}

.nav-arrow-next._gallery._gallery {
    right: 0
}

.video-box {
    position: relative;
    background: #000
}

.video-box:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%
}

.video-box iframe {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.tabs__btns {
    margin-bottom: 50px
}

.tabs__btns-wrap {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-width: 100%;
    gap: 30px 35px
}

.tabs__btns-wrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    border-bottom: 1px solid #e7e7e7
}

.tabs__btns-wrap .reset-btn {
    margin: 0 0 35px auto
}

.tabs__item:nth-child(n+2) {
    display: none
}

.tabs__item .service-item {
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1);
    box-shadow: 0 0 0 1px rgba(0,0,0,.1)
}

.tabs._anchors .tabs__btns-wrap:after {
    left: 0;
    right: 0;
    margin: 0;
    width: auto
}

.tabs._anchors .tab-btn {
    padding-bottom: 25px;
    opacity: .5
}

.tabs._anchors .tab-btn:hover {
    opacity: 1
}

.tabs._anchors .tab-btn.mPS2id-highlight {
    border-color: #000;
    opacity: 1
}

.tabs._new .tab-btn {
    padding-bottom: 22px;
    border-bottom: 2px solid transparent;
    color: #7f7f7f
}

.tabs._new .tab-btn:hover {
    color: #000
}

.tabs._new .tab-btn.active {
    border-color: #000;
    color: #000
}

.tabs._popup .tabs__btns {
    margin-bottom: 24px
}

.tabs._popup .tabs__btns-wrap:after {
    left: 0;
    right: 0;
    margin: 0;
    width: auto
}

.tabs._popup .tab-btn {
    padding-bottom: 16px;
    border-bottom: 2px solid transparent;
    font-weight: 400;
    font-size: 15px;
    color: #7f7f7f
}

.tabs._popup .tab-btn:hover {
    color: #000
}

.tabs._popup .tab-btn.active {
    border-color: #000;
    color: #000
}

.tab-btn {
    position: relative;
    z-index: 3;
    display: inline-block;
    padding: 0 0 30px;
    border: none;
    border-bottom: 1px solid transparent;
    background: 0 0;
    text-align: left;
    font-weight: 500;
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.tab-btn ._count {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
    padding: 0 4px;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 13px;
    background: #e6e6e6;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    color: #000
}

.tab-btn:hover {
    border-color: rgba(0,0,0,.2);
    text-decoration: none;
    color: inherit
}

.tab-btn.active {
    border-color: #000
}

.form-row .form-action {
    margin-top: 20px
}

.form-item {
    position: relative;
    margin: 0 0 15px
}

.form-item .form-field {
    padding-top: 26px;
    padding-bottom: 12px
}

.form-item .SumoSelect>.CaptionCont {
    padding-top: 25px
}

.form-item._focus .form-item__head {
    -webkit-transform: scale(.8) translateY(-13px);
    -ms-transform: scale(.8) translateY(-13px);
    transform: scale(.8) translateY(-13px)
}

.form-item._icon .ic {
    pointer-events: none;
    position: absolute;
    z-index: 3;
    top: 20px;
    left: 20px;
    width: 1em;
    height: 1em;
    text-align: center;
    font-size: 16px
}

.form-item._icon .form-item__head {
    left: 48px;
    max-width: calc(100% - 68px)
}

.form-item._icon .form-field {
    padding-left: 48px
}

.form-item__head {
    pointer-events: none;
    position: absolute;
    z-index: 3;
    top: 28px;
    left: 20px;
    margin: -.5em 0 0;
    max-width: calc(100% - 40px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    font-weight: 400;
    font-size: 15px;
    color: #6d6d6e;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: .2s;
    transition: .2s
}

.form-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: 19px 20px;
    background: #fff;
    border: none;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 0 1px #ededed;
    box-shadow: inset 0 0 0 1px #ededed;
    letter-spacing: .03rem;
    line-height: 1.2;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    -webkit-transition: .3s;
    transition: .3s
}

.form-field:focus,.form-field:hover {
    -webkit-box-shadow: inset 0 0 0 1px #000;
    box-shadow: inset 0 0 0 1px #000
}

.form-field._error {
    -webkit-box-shadow: inset 0 0 0 1px #ff2424;
    box-shadow: inset 0 0 0 1px #ff2424
}

.form-field._success {
    -webkit-box-shadow: inset 0 0 0 1px #34c759;
    box-shadow: inset 0 0 0 1px #34c759;
    color: #34c759
}

.form-field._gray {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f6f6f6
}

textarea.form-field {
    resize: none
}

textarea.form-field:not([rows]) {
    height: 125px
}

.form-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-bottom: 15px
}

.form-option {
    cursor: pointer;
    display: inline-block;
    line-height: 1.2;
    font-size: 15px
}

.form-option input {
    display: none
}

.form-option input:checked~span:before {
    border-color: #000;
    background-color: #000
}

.form-option input:checked~span:after {
    opacity: 1
}

.form-option span {
    display: block;
    position: relative;
    padding: 1px 0 0 30px;
    min-height: 20px
}

.form-option span:after,.form-option span:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    -webkit-transition: .15s;
    transition: .15s
}

.form-option span:before {
    content: "";
    border: 1px solid #b1b1b4;
    border-radius: 3px
}

.form-option span:after {
    padding-left: 1px;
    text-align: center;
    content: "\e917";
    font-family: icomoon;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    opacity: 0
}

.form-option._small {
    font-size: 13px
}

.form-option._small span {
    padding-top: 2px
}

.form-option._empty span {
    padding-left: 20px
}

.form-option._full {
    width: 100%
}

.form-option._right span {
    padding-left: 0;
    padding-right: 30px
}

.form-option._right span:after,.form-option._right span:before {
    left: auto;
    right: 0
}

.form-error {
    display: none;
    margin: 10px 0 0;
    font-size: 13px;
    color: #ff5d5d
}

.form-policy {
    margin: 15px 0 0;
    line-height: 1.35;
    font-size: 13px;
    color: #7c7c7c
}

.form-action {
    margin-top: 35px
}

.form-images-btn {
    cursor: pointer;
    display: inline-block;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 8px;
    -webkit-transition: .3s;
    transition: .3s
}

.form-images-btn input {
    display: none
}

.form-images-btn__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 19px;
    font-size: 13px
}

.form-images-btn__box .ic {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 12px;
    font-size: 26px;
    color: var(--main-color)
}

.form-images-btn__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.form-images-btn__content span {
    display: block;
    color: #7c7c7c
}

.form-images-btn:hover {
    border-color: rgba(0,0,0,.4)
}

.form-images .info-box {
    margin-bottom: 24px
}

.form-images__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px
}

.form-images__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%
}

.form-image {
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 8px;
    background: #000 no-repeat center/cover
}

.form-image:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    border-top-right-radius: 5px;
    background: linear-gradient(226deg,rgba(0,0,0,.2) 10%,rgba(0,0,0,0) 50%)
}

.form-image .ic-close {
    cursor: pointer;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    border-radius: 8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.form-image .ic-close:hover {
    background-color: var(--main-color)
}

.form-or-line {
    overflow: hidden;
    position: relative;
    margin: 20px 0;
    text-align: center;
    line-height: 18px;
    font-size: 15px;
    color: #7f7f7f
}

.form-or-line span {
    position: relative;
    display: inline-block
}

.form-or-line span:after,.form-or-line span:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100vw;
    border-bottom: 1px solid #ededed
}

.form-or-line span:before {
    right: 100%;
    margin-right: 12px
}

.form-or-line span:after {
    left: 100%;
    margin-left: 12px
}

.form-item__code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px
}

.form-item__code-field {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.form-item__code-time {
    margin-top: 12px;
    color: #7f7f7f
}

.form-item__code .form-field {
    padding: 0;
    height: 56px;
    text-align: center;
    line-height: 54px;
    font-size: 20px
}

.address-field {
    position: relative
}

.address-field__dropdown {
    display: none;
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 240px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 4px 35px 0 rgba(0,0,0,.1);
    box-shadow: 0 4px 35px 0 rgba(0,0,0,.1)
}

.address-field__dropdown li {
    cursor: pointer;
    padding: 15px 25px
}

.address-field__dropdown li:nth-child(n+2) {
    border-top: 1px solid rgba(0,0,0,.1)
}

.address-field__dropdown li>* {
    margin-bottom: 5px
}

.address-field__dropdown li>:last-child {
    margin-bottom: 0
}

.address-field__dropdown li h6 {
    -webkit-transition: .3s;
    transition: .3s
}

.address-field__dropdown li:hover h6 {
    color: var(--main-color)
}

.logo {
    display: inline-block;
    vertical-align: middle;
    max-width: 200px
}

.logo img {
    display: block;
    max-height: 40px
}

.logo._head {
    max-width: 100px
}

.logo._head img {
    max-height: 28px
}

.city-link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 22px;
    font-weight: 500;
    font-size: 15px;
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.city-link:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.5em;
    content: "\e90d";
    font-family: icomoon;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-size: 14px
}

.city-link:hover {
    text-decoration: none;
    color: var(--main-color)
}

.city-link._head {
    max-width: 150px;
    padding: 9px 14px 9px 39px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
    font-size: 13px;
    color: #fff
}

.city-link._head:before {
    left: 15px;
    color: inherit
}

.city-link._head:hover {
    border-color: transparent;
    background-color: rgba(255,255,255,.1)
}

.city-link._c-main {
    color: var(--main-color)
}

.city-link._c-main:hover {
    color: var(--main-color-hover)
}

.city-link._arrow {
    padding: 0 19px 0 0;
    font-weight: 400
}

.city-link._arrow:before {
    left: auto;
    right: 0;
    content: "\e906";
    font-size: 13px
}

.city-box__content {
    font-size: 13px
}

.city-box__content>* {
    margin-bottom: 5px
}

.city-box__content>:last-child {
    margin-bottom: 0
}

.city-box__content p {
    opacity: .6
}

.city-box__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-top: 15px
}

.city-box__action .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 0
}

.top-icon {
    cursor: pointer;
    position: relative;
    display: inline-block;
    min-width: 1em;
    text-align: center;
    font-size: 24px;
    color: inherit!important;
    -webkit-transition: .3s;
    transition: .3s
}

.top-icon__count {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 50%;
    margin: -14px -17px 0 0;
    padding: 0 2px;
    min-width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 8px;
    background: var(--main-color);
    -webkit-box-shadow: 0 0 0 2px #000;
    box-shadow: 0 0 0 2px #000;
    text-align: center;
    font-family: SFProDisplay,sans-serif;
    font-weight: 600;
    font-size: 10px;
    color: #fff
}

.top-icons.hover .top-icon {
    opacity: .5
}

.top-icons.hover .top-icon.hover {
    opacity: 1
}

.top-icons._touch .top-icon {
    opacity: 1
}

.sandwich {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    padding: 0;
    border: none;
    background: 0 0;
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.sandwich:after,.sandwich:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -1px 0 0;
    width: 100%;
    height: 2px;
    background: currentColor
}

.sandwich:before {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}

.sandwich:after {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.sandwich:hover {
    color: var(--main-color)
}

.price {
    font-size: 13px
}

.price>* {
    display: inline-block
}

.price b {
    font-size: 17px
}

.price s {
    opacity: .5;
    margin-left: .7em;
    font-weight: 500
}

.price._big {
    font-size: 15px
}

.price._big b {
    font-size: 26px
}

.price__descr {
    display: block;
    margin-top: 3px;
    color: #7f7f7f
}

.points-info {
    position: relative;
    padding-left: 1.55em;
    font-size: 13px
}

.points-info:after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.5em;
    content: "\e918";
    font-family: icomoon;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-size: 1.15em;
    color: var(--main-color)
}

.info-box {
    position: relative;
    padding: 25px 25px 25px 75px;
    border-radius: 8px;
    background: rgba(40,113,219,.05);
    line-height: 1.35
}

.info-box:before {
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -.5em;
    content: "\e914";
    font-family: icomoon;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-size: 24px;
    color: #2871db
}

.info-box .close-btn {
    top: 50%;
    right: 25px;
    margin-top: -13px
}

.info-box .close-btn+.info-box__content {
    padding-right: 50px
}

.info-box._p-small {
    padding: 15px 15px 15px 54px
}

.info-box._p-small:before {
    left: 15px
}

.info-box__content>:last-child {
    margin-bottom: 0
}

.info-box._fz-13 {
    font-size: 13px
}

.info-box._gray {
    background: 0 0;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    color: #666
}

.info-box._gray:before {
    color: #000
}

.info-box._err {
    background: rgba(255,0,0,.03);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,0,0,.15);
    box-shadow: inset 0 0 0 1px rgba(255,0,0,.15);
    color: #ff6363
}

.info-box._err:before {
    color: red
}

.info-box._ic-main:before {
    color: var(--main-color)!important
}

.header {
    height: 70px;
    position: relative
}

.header .row {
    height: 70px
}

.header__scroll {
    position: fixed;
    z-index: 110;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    color: #fff
}

.header__city {
    position: relative;
    margin-right: 28px
}

.header__city:last-child {
    margin-right: 0
}

.header__city-box {
    display: none;
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    margin-top: 23px;
    padding: 22px 30px 25px;
    width: 400px;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 35px 0 rgba(0,0,0,.1);
    color: #000
}

.header__city-box:after {
    content: "";
    position: absolute;
    left: 45px;
    bottom: 100%;
    border: 10px solid transparent;
    border-bottom: 8px solid #fff
}

.header__user {
    position: relative
}

.header__user .top-icon {
    display: block
}

.header__user-box {
    position: absolute;
    z-index: 50;
    top: 100%;
    right: -54px;
    margin-top: 23px;
    padding: 24px 24px 28px;
    width: 375px;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0,0,0,.1);
    box-shadow: 0 4px 15px 0 rgba(0,0,0,.1);
    line-height: 1.35;
    font-size: 13px;
    color: #1a1a1a
}

.header__user-box:after {
    content: "";
    position: absolute;
    right: 55px;
    bottom: 100%;
    border: 10px solid transparent;
    border-bottom: 8px solid #fff
}

.header__wrap {
    position: relative
}

.header__menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 24px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px
}

.header__menu a {
    opacity: .6;
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.header__menu a:hover {
    opacity: 1;
    text-decoration: none
}

.header .supp-info {
    position: relative;
    margin-right: 25px;
    padding-right: 25px
}

.header .supp-info:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    height: 30px;
    border-right: 1px solid rgba(255,255,255,.15)
}

.reset-btn {
    cursor: pointer;
    display: inline-block;
    opacity: .6;
    white-space: nowrap;
    font-size: 13px;
    -webkit-transition: .3s;
    transition: .3s
}

.reset-btn>* {
    display: inline-block;
    vertical-align: middle
}

.reset-btn .ic {
    margin-right: .65em;
    font-size: 1.15em
}

.reset-btn:hover {
    opacity: 1
}

.search-top-overlay {
    display: none;
    position: absolute;
    z-index: 104;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2)
}

.search-top-arrow {
    display: none;
    pointer-events: none;
    position: fixed;
    z-index: 111;
    top: 70px;
    left: 0;
    margin: -18px 0 0 -10px;
    border: 10px solid transparent;
    border-bottom: 8px solid #fff
}

.search-top {
    display: none;
    position: fixed;
    z-index: 105;
    top: 70px;
    left: 0;
    width: 100%;
    max-height: calc(var(--app-height) - 70px);
    background: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.search-top__wrap {
    overflow: hidden;
    min-height: 100%;
    padding-top: 30px
}

.search-top__form {
    overflow: hidden;
    position: relative
}

.search-top__field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 8px 130px 22px 0;
    border: none;
    border-bottom: 1px solid #ededed;
    border-radius: 0;
    background: 0 0;
    line-height: 1;
    font-size: 20px;
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.search-top__field:focus {
    border-color: #000
}

.search-top__reset {
    display: none;
    position: absolute;
    top: 8px;
    right: 74px;
    padding-right: 16px;
    border-right: 1px solid #ededed
}

.search-top__reset .ic {
    cursor: pointer;
    display: block;
    border-radius: 50%;
    background: #7f7f7f;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.search-top__reset .ic:hover {
    background-color: var(--main-color)
}

.search-top__btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 0 25px;
    border: none;
    background: 0 0;
    line-height: 1;
    font-weight: 500;
    font-size: 20px;
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.search-top__btn:hover {
    color: var(--main-color)
}

.search-top__btn span {
    display: block
}

.search-top__btn .ic {
    display: none
}

.search-top__close {
    display: none
}

.search-top__first {
    display: none;
    padding: 32px 0 50px
}

.search-top__second {
    display: none;
    padding: 16px 0 50px
}

.search-top__row {
    margin-bottom: 40px
}

.search-top__row:last-child {
    margin-bottom: 0
}

.search-top__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 30px;
    margin-bottom: 16px
}

.search-top__title._mb-20 {
    margin-bottom: 20px
}

.search-top__title>* {
    margin-bottom: 0
}

.search-top__hints {
    margin-bottom: 35px
}

.search-top__hints:last-child {
    margin-bottom: 0
}

.search-top__hints-grid {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    min-width: 100%
}

.search-top__hints a {
    display: inline-block;
    padding: 12px 15px;
    border-radius: 8px;
    background: rgba(0,0,0,.05);
    white-space: nowrap;
    font-size: 13px;
    color: #616161;
    -webkit-transition: .3s;
    transition: .3s
}

.search-top__hints a:hover {
    background-color: rgba(0,0,0,.1);
    text-decoration: none;
    color: #5c5c5c
}

.menu {
    position: relative;
    height: 60px
}

.menu__scroll {
    position: fixed;
    z-index: 100;
    top: 70px;
    left: 0;
    right: 0;
    -webkit-box-shadow: inset 0 -1px 0 #ededed;
    box-shadow: inset 0 -1px 0 #ededed;
    background: #fff;
    -webkit-transition: .5s -webkit-transform;
    transition: .5s -webkit-transform;
    transition: .5s transform;
    transition: .5s transform,.5s -webkit-transform
}

.menu__scroll._hide {
    -webkit-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    transform: translate(0,-100%)
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 24px;
    margin: 0;
    padding: 0;
    list-style: none
}

.menu__list a {
    font-weight: 600;
    color: inherit
}

.menu__list a._accent {
    color: var(--main-color)
}

.menu__list>li {
    position: relative
}

.menu__list>li._sep {
    padding-left: 25px
}

.menu__list>li._sep:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    height: 16px;
    border-left: 1px solid rgba(0,0,0,.15)
}

.menu__list>li._serv {
    margin-left: auto
}

.menu__list>li>a {
    display: block;
    border-bottom: 1px solid transparent;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.menu__list>li>a .ic {
    display: inline-block;
    vertical-align: middle;
    margin: -.15em .5em 0 0;
    font-size: 16px
}

.menu__list>li>a:hover {
    border-color: #000
}

.menu__list>li.hover>a {
    border-color: #000
}

.menu__cart-note {
    display: none;
    position: absolute;
    top: 100%;
    right: -22px;
    margin: -7px 0 0;
    width: 535px;
    padding: 18px 25px;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.1);
    box-shadow: 0 0 35px rgba(0,0,0,.1);
    color: #000
}

.menu__cart-note:before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 25px;
    border: 10px solid transparent;
    border-bottom: 7px solid #fff
}

.submenu-overlay {
    display: none;
    position: absolute;
    z-index: 95;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.15)
}

.submenu {
    display: none;
    position: fixed;
    z-index: 96;
    top: 130px;
    left: 0;
    right: 0;
    background: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: .25s;
    transition: .25s
}

.submenu._show {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.submenu-item {
    display: none;
    padding: 30px 0 45px
}

.submenu-item__head {
    margin-bottom: 20px
}

.submenu-list-row {
    margin-bottom: 25px
}

.submenu-list-row:last-child {
    margin-bottom: 0
}

.submenu-list-head {
    margin-bottom: 15px;
    opacity: .4;
    font-size: 13px
}

.submenu-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.submenu-list a {
    font-size: 17px;
    color: #3e3e41;
    -webkit-transition: .3s;
    transition: .3s
}

.submenu-list a:hover {
    color: #000
}

.submenu-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 12px;
    margin-bottom: 15px
}

.submenu-list li:last-child {
    margin-bottom: 0
}

.submenu-list li>* {
    display: inline-block
}

.submenu-list li>span {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 10px;
    color: var(--main-color)
}

.submenu-catalog__head {
    margin-bottom: 25px;
    opacity: .4;
    font-size: 13px
}

.submenu-serv {
    padding: 0
}

.submenu-serv__menu {
    padding: 30px 0 45px
}

.submenu-serv__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    border-left: 1px solid #ededed
}

.top-serv-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 30px 29px;
    min-height: 360px;
    border-right: 1px solid #ededed;
    color: #000;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.top-serv-item:hover {
    background-color: #fafafa;
    color: #000
}

.top-serv-item__head {
    font-weight: 600
}

.top-serv-item__head .ic {
    display: inline-block;
    vertical-align: middle;
    margin: -.05em 0 0 .7em;
    font-size: .8em
}

.top-serv-item__img {
    position: absolute;
    right: 25px;
    bottom: 25px;
    max-width: 230px;
    max-height: 230px
}

.top-serv-item__img._right {
    right: 0
}

.top-serv-item__img._bottom {
    bottom: 0
}

.product-labels {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    font-size: 11px
}

.product-labels li {
    position: relative;
    display: inline-block;
    margin-right: .2em;
    padding-right: .8em
}

.product-labels li:after {
    content: "/";
    position: absolute;
    top: -.2em;
    right: 0;
    font-size: 1.18em;
    color: #d9d9d9
}

.product-labels li:last-child {
    margin-right: 0;
    padding-right: 0
}

.product-labels li:last-child:after {
    display: none
}

.product-labels li._red {
    color: var(--main-color)
}

.product-labels li._blue {
    color: #2871db
}

.product-labels li._orange {
    color: #dead00
}

.product-labels li._green {
    color: #82c01c
}

.product-labels a {
    color: inherit
}

.product-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.product-icons .ic {
    display: inline-block;
    font-size: 20px;
    color: #a7a7a7;
    -webkit-transition: .3s;
    transition: .3s
}

.product-icons .ic:hover {
    text-decoration: none;
    color: inherit
}

.product-icons .ic.added {
    color: var(--main-color)
}

.product-icons .ic-close {
    font-size: 18px
}

.product-icons .ic-heart.added:before {
    content: "\e91a"
}

.product-icons .ic-bookmark.added:before {
    content: "\e92e"
}

.catalog-row {
    --bs-gutter-y: 25px
}

.row .catalog-item {
    height: 100%
}

.catalog-small-row {
    --bs-gutter-y: 25px
}

.catalog-item {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 24px 30px;
    text-align: center
}

.catalog-item>* {
    width: 100%
}

.catalog-item:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background: #fff
}

.catalog-item__close {
    cursor: pointer;
    position: absolute;
    z-index: 15;
    top: -13px;
    right: 15px;
    width: 25px;
    height: 25px;
    background: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 1rem;
    color: #666;
    -webkit-transition: .3s;
    transition: .3s
}

.catalog-item__close:hover {
    color: inherit
}

.catalog-item__top {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 10px;
    margin: 0 0 15px
}

.catalog-item__top .product-labels {
    margin: 3px 0 0
}

.catalog-item__top .product-icons {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: auto;
    opacity: 0;
    visibility: hidden
}

.catalog-item__img {
    display: block;
    overflow: hidden;
    max-height: 175px;
    margin-bottom: 22px
}

.catalog-item__img:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 65%
}

.catalog-item__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.catalog-item__main>* {
    width: 100%
}

.catalog-item__head {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 18px;
    height: 2.4em;
    line-height: 1.2
}

.catalog-item__head .link-head {
    overflow: hidden;
    max-height: 2.4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.catalog-item__btn {
    margin-top: 20px
}

.catalog-item:hover {
    z-index: 11
}

.catalog-item:hover:before {
    top: -10px;
    bottom: -10px;
    -webkit-box-shadow: 0 4px 35px 0 rgba(0,0,0,.07);
    box-shadow: 0 4px 35px 0 rgba(0,0,0,.07)
}

.catalog-item:hover .catalog-item__top .product-icons {
    opacity: 1;
    visibility: visible
}

.catalog-item._line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: left
}

.catalog-item._line:before {
    display: none
}

.catalog-item._line .catalog-item__img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: none;
    margin: 0 16px 0 0;
    width: 100px;
    height: 80px
}

.catalog-item._line .catalog-item__img:before {
    display: none
}

.catalog-item._line .catalog-item__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    width: auto;
    display: block
}

.catalog-item._line .catalog-item__head {
    display: block;
    overflow: hidden;
    min-height: 0;
    max-height: 3.6em;
    line-height: 1.2;
    font-size: 13px
}

.catalog-item._line .price b {
    font-size: 15px
}

.catalog-item._line .price s {
    font-size: 12px
}

.catalog-item._compare-small {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    text-align: left;
    font-size: 13px
}

.catalog-item._compare-small:before {
    display: none
}

.catalog-item._compare-small .catalog-item__img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: none;
    margin: 0 16px 0 0;
    width: 70px;
    height: 42px
}

.catalog-item._compare-small .catalog-item__img:before {
    display: none
}

.catalog-item._compare-small .catalog-item__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    width: auto;
    display: block
}

.catalog-item._compare-small .catalog-item__head {
    display: block;
    min-height: 0;
    font-size: 11px
}

.catalog-item._compare-small .price b {
    font-size: 13px
}

.catalog-item._compare-small .price s {
    font-size: 11px
}

.catalog-item._small {
    padding: 0;
    font-size: 13px
}

.catalog-item._small:before {
    display: none
}

.catalog-item._small .catalog-item__btn {
    display: none
}

.catalog-item._small .price {
    font-size: 13px
}

.catalog-item._small .price b {
    font-size: 15px
}

.swiper-slide .service-item {
    pointer-events: none;
    opacity: .5;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.swiper-slide-visible .service-item {
    pointer-events: auto;
    opacity: 1
}

.service-item {
    height: 555px;
    padding: 40px 30px 0 40px;
    border-radius: 10px;
    background: #fff no-repeat center/cover
}

.service-item__top {
    opacity: .5
}

.service-item__content {
    max-width: 320px;
    opacity: .9
}

.service-item__action {
    margin-top: 35px
}

.service-item._dark {
    background-color: #000;
    color: #fff
}

.catalog-slider {
    overflow: visible
}

.catalog-slider .swiper-slide {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s,visibility .2s;
    transition: opacity .2s,visibility .2s
}

.catalog-slider .swiper-slide-visible {
    opacity: 1;
    visibility: visible
}

.news-item-big {
    display: block;
    overflow: hidden;
    position: relative;
    max-height: 395px;
    min-height: 225px;
    border-radius: 10px;
    background: #000;
    color: #fff
}

.news-item-big:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 60%
}

.news-item-big__content {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 45px
}

.news-item-big__content>:last-child {
    margin-bottom: 0
}

.news-item-big__head {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 24px
}

.news-item-big__date {
    opacity: .9
}

.news-item-big:hover {
    text-decoration: none;
    color: #fff
}

.news-item {
    display: block;
    color: inherit
}

.news-item__img {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
    border-radius: 10px;
    background: #000
}

.news-item__img:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 73.89%
}

.news-item__head {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 400;
    margin-bottom: 20px;
    -webkit-transition: .3s;
    transition: .3s
}

.news-item__date {
    opacity: .4
}

.news-item>:last-child {
    margin-bottom: 0
}

.news-item:hover {
    text-decoration: none;
    color: inherit
}

.footer {
    padding: 75px 0;
    background: #000;
    color: #fff
}

.supp-info {
    font-size: 13px
}

.supp-info__img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.supp-info__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.supp-info__content>* {
    margin-bottom: 0
}

.category-item {
    display: block;
    padding: 40px 18px 25px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    color: inherit
}

.category-item:hover {
    text-decoration: none;
    color: inherit
}

.category-item:hover .category-item__head {
    color: var(--main-color)
}

.category-item__img {
    height: 85px;
    margin: 0 auto 35px
}

.category-item__head {
    font-weight: 500;
    -webkit-transition: color .3s,opacity .3s;
    transition: color .3s,opacity .3s
}

.category-item__descr {
    margin: 5px 0 0;
    opacity: .6;
    font-size: 13px
}

.product {
    margin: 50px 0 100px
}

.product__col._sticky {
    float: left;
    width: 730px;
    padding-left: 115px
}

.product__col._main {
    margin-left: 800px
}

.product__accessories {
    margin-top: 45px
}

.product__accessories-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px
}

.product__accessories-head {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin: 0
}

.product__accessories .row {
    --bs-gutter-y: 20px
}

.product__accessories .link-more-bottom {
    padding-bottom: 0
}

.pr-gallery {
    position: relative;
    padding-bottom: 48px
}

.pr-gallery .swiper-pagination {
    display: none
}

.pr-gallery__thumbs {
    position: absolute;
    top: 0;
    left: -115px;
    bottom: 0;
    width: 90px
}

.pr-gallery__thumbs .img-box img {
    max-width: 70%;
    max-height: 70%
}

.pr-big-gallery__thumbs .img-box img {
    max-width: 70%;
    max-height: 70%
}

.pr-big-gallery__thumbs .swiper-slide,.pr-gallery__thumbs .swiper-slide {
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid transparent;
    background: #fff;
    -webkit-transition: border-color .15s;
    transition: border-color .15s
}

.pr-big-gallery__thumbs .swiper-slide:before,.pr-gallery__thumbs .swiper-slide:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%
}

.pr-big-gallery__thumbs .swiper-slide-thumb-active,.pr-gallery__thumbs .swiper-slide-thumb-active {
    border-color: #ededed!important
}

.pr-gallery__main .img-box {
    cursor: pointer;
    overflow: hidden;
    max-height: 450px
}

.pr-gallery__main .img-box:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 81%
}

.product__main {
    margin-bottom: 35px
}

.product-choice {
    margin-bottom: 18px
}

.product-choice:last-child {
    margin-bottom: 0
}

.product-choice__head {
    margin-bottom: 12px;
    opacity: .6
}

.product-choice__head .hint-item.ic {
    margin: -.1em 0 0 .2em
}

.product-choice__grid {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    min-width: 100%
}

.product-choice__grid label {
    cursor: pointer;
    display: inline-block;
    border-radius: 8px;
    font-size: 15px
}

.product-choice__grid label>input {
    display: none
}

.product-choice__grid label>input:checked~span {
    -webkit-box-shadow: inset 0 0 0 2px #000;
    box-shadow: inset 0 0 0 2px #000
}

.product-choice__grid label>input:checked~span._color ._content {
    display: block
}

.product-choice__grid label>span {
    display: block;
    padding: 11px 23px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    background: #fff;
    font-weight: 500;
    color: #000;
    -webkit-transition: .15s;
    transition: .15s
}

.product-choice__grid label>span:hover {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.4);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.4)
}

.product-choice__grid label>span._color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 10px
}

.product-choice__grid label>span._color>* {
    display: inline-block
}

.product-choice__grid label>span._color .img-box {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40px;
    height: 40px
}

.product-choice__grid label>span._color ._content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: none;
    padding: 0 5px 0 10px
}

.mob-product-action {
    position: fixed;
    z-index: 40;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 18px;
    background: #fff;
    -webkit-box-shadow: 0 -2px 20px 0 rgba(0,0,0,.15);
    box-shadow: 0 -2px 20px 0 rgba(0,0,0,.15);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s
}

.mob-product-action._foo {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.product-aside {
    position: relative;
    margin-top: 20px;
    padding: 23px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 8px
}

.product-aside.p-0 {
    border: none
}

.product-aside._gray {
    border-color: transparent;
    background: #f6f6f6
}

.product-aside._credit {
    padding-top: 0;
    padding-bottom: 0;
    border-color: transparent
}

.product-descr__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px
}

.product-descr__top:last-child {
    margin-bottom: 0
}

.product-descr__top .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.product-descr__video {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 75px;
    width: 770px
}

.specs__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px
}

.specs__row:last-child {
    margin-bottom: 0
}

.specs__title {
    width: 25%;
    padding-right: 40px
}

.specs__title>:last-child {
    margin-bottom: 0
}

.specs__list {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin: 0;
    padding: 0;
    list-style: none
}

.specs__list ul {
    list-style-type: disc
}

.specs__list>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 19px;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.specs__list>li:last-child {
    margin-bottom: 0
}

.specs__list>li>._head {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-right: 30px;
    width: 34%;
    opacity: .6
}

.specs__list>li>._descr {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.metro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.metro>* {
    display: inline-block
}

.metro .ic {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: .5em;
    font-size: 20px;
    color: #ff0013
}

.avail-box {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 55px;
    height: 7px
}

.avail-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
    border-radius: 50%;
    background: #ececec;
    -webkit-box-shadow: 12px 0 0 #ececec,24px 0 0 #ececec,36px 0 0 #ececec,48px 0 0 #ececec;
    box-shadow: 12px 0 0 #ececec,24px 0 0 #ececec,36px 0 0 #ececec,48px 0 0 #ececec
}

.avail-box[data-count="1"]:before {
    background-color: var(--main-color)
}

.avail-box[data-count="2"]:before {
    background-color: var(--main-color);
    -webkit-box-shadow: 12px 0 0 var(--main-color),24px 0 0 #ececec,36px 0 0 #ececec,48px 0 0 #ececec;
    box-shadow: 12px 0 0 var(--main-color),24px 0 0 #ececec,36px 0 0 #ececec,48px 0 0 #ececec
}

.avail-box[data-count="3"]:before {
    background-color: var(--main-color);
    -webkit-box-shadow: 12px 0 0 var(--main-color),24px 0 0 var(--main-color),36px 0 0 #ececec,48px 0 0 #ececec;
    box-shadow: 12px 0 0 var(--main-color),24px 0 0 var(--main-color),36px 0 0 #ececec,48px 0 0 #ececec
}

.avail-box[data-count="4"]:before {
    background-color: var(--main-color);
    -webkit-box-shadow: 12px 0 0 var(--main-color),24px 0 0 var(--main-color),36px 0 0 var(--main-color),48px 0 0 #ececec;
    box-shadow: 12px 0 0 var(--main-color),24px 0 0 var(--main-color),36px 0 0 var(--main-color),48px 0 0 #ececec
}

.avail-box[data-count="5"]:before {
    background-color: var(--main-color);
    -webkit-box-shadow: 12px 0 0 var(--main-color),24px 0 0 var(--main-color),36px 0 0 var(--main-color),48px 0 0 var(--main-color);
    box-shadow: 12px 0 0 var(--main-color),24px 0 0 var(--main-color),36px 0 0 var(--main-color),48px 0 0 var(--main-color)
}

.cart.sect-m {
    margin-top: 50px
}

.cart__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cart__main {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66%
}

.cart__aside {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 34%;
    padding-left: 115px
}

.cart__aside .gift-card-aside {
    margin-bottom: 25px
}

.cart__aside .gift-card-aside__action {
    padding-bottom: 15px
}

.cart-row {
    margin-bottom: 45px
}

.cart-row:last-child {
    margin-bottom: 0
}

.cart-row__title {
    margin-bottom: 30px
}

.cart-item {
    position: relative;
    margin-bottom: 35px;
    padding-top: 35px;
    border-top: 1px solid rgba(0,0,0,.1)
}

.cart-item:last-child {
    margin-bottom: 0
}

.cart-item__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 165px;
    min-height: 92px
}

.cart-item__option {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 25px
}

.cart-item__img {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 115px;
    height: 92px
}

.cart-item__img img {
    bottom: auto
}

.cart-item__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.cart-item__main>:last-child {
    margin-bottom: 0
}

.cart-item._out .cart-item__head,.cart-item._out .cart-item__img {
    opacity: .5
}

.cart-item._return {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart-item._return .cart-item__img {
    width: 100px
}

.cart-item._return .cart-item__img img {
    bottom: 0
}

.cart-aside__box {
    padding: 25px 30px;
    border-radius: 8px;
    background: #f6f6f6;
    border-radius: 8px
}

.cart-aside__box:nth-child(n+2) {
    margin-top: 16px
}

.cart-aside__points {
    font-size: 13px
}

.cart-aside__total {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px
}

.cart-aside__total li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px
}

.cart-aside__total li:last-child {
    margin-bottom: 0
}

.cart-aside__total li>* {
    display: inline-block
}

.cart-aside__total li>span {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.cart-aside__total li>span._small {
    font-size: 13px
}

.cart-aside__total li strong {
    font-weight: 400
}

.cart-aside__total li._last {
    font-weight: 600;
    font-size: 17px
}

.cart-aside__total li._last strong {
    font-weight: 700
}

.cart-aside__head {
    margin-bottom: 18px;
    font-weight: 600
}

.cart-aside__sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px 12px;
    margin-top: 12px;
    padding-top: 16px;
    border-top: 1px solid #e5e5e6;
    letter-spacing: .01em
}

.cart-aside__sum-price {
    font-weight: 600;
    font-size: 17px
}

.cart-aside__btn {
    margin: 24px 0 0
}

.cart-aside__points-content {
    line-height: 1.5;
    font-size: 13px
}

.cart-aside-policy {
    opacity: .6;
    text-align: center;
    line-height: 1.5;
    font-size: 13px
}

.cart-aside-policy a {
    text-decoration: underline;
    color: inherit
}

.cart-aside-policy a:hover {
    text-decoration: none
}

.checkout.sect-p {
    padding-top: 60px
}

.checkout-row {
    margin: 0 0 16px;
    padding: 28px 32px 32px;
    border-radius: 10px;
    background: #fff
}

.checkout-row:last-child {
    margin-bottom: 0
}

.checkout-row.disabled {
    opacity: .5
}

.checkout-row.disabled .checkout-title {
    margin-top: 4px;
    margin-bottom: 0
}

.checkout-row.disabled .checkout-row__wrap {
    display: none
}

.checkout-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 24px;
    margin-bottom: 20px
}

.checkout-title._small {
    margin-bottom: 16px
}

.checkout-title__head {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin: 0;
    font-weight: 600
}

.checkout-title__link {
    display: inline-block;
    margin-top: 2px
}

.checkout-subtitle {
    margin-bottom: 25px
}

.checkout-subtitle:nth-child(n+2) {
    margin-top: 35px
}

.checkout-phone {
    margin-bottom: 12px
}

.checkout-phone__check {
    display: none;
    position: absolute;
    top: 50%;
    right: 19px;
    margin-top: -.5em;
    font-size: 18px;
    color: #82c01c
}

.checkout-form-item {
    display: none;
    margin-bottom: 12px
}

.checkout-form-action__descr {
    margin-bottom: 24px;
    opacity: .35;
    font-size: 13px
}

.form-row+.checkout-subtitle {
    margin-top: 20px
}

.checkout-choice__item {
    margin-bottom: 8px
}

.checkout-choice__item:last-child {
    margin-bottom: 0
}

.checkout-choice__box,.checkout-choice__label {
    border-radius: 8px
}

.checkout-choice__label {
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: block;
    font-size: 15px
}

.checkout-choice__label:hover .checkout-choice__box {
    border-color: transparent;
    background-color: #f5f5f7
}

.checkout-choice__box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding: 15px 19px;
    border: 1px solid #ededed;
    -webkit-transition: .3s;
    transition: .3s
}

.checkout-choice__input {
    display: none
}

.checkout-choice__input:checked~.checkout-choice__box {
    border-color: var(--main-color);
    background: 0 0
}

.checkout-choice__input:checked~.checkout-choice__box .checkout-choice__option {
    border-color: var(--main-color);
    -webkit-box-shadow: inset 0 0 0 4px var(--main-color);
    box-shadow: inset 0 0 0 4px var(--main-color)
}

.checkout-choice__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

.checkout-choice__head {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: inline-block;
    font-weight: 500
}

.checkout-choice__head span {
    display: block;
    margin-top: 6px;
    opacity: .35;
    font-weight: 400
}

.checkout-choice__descr {
    display: inline-block;
    font-weight: 500
}

.checkout-choice._row .checkout-choice__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px
}

.checkout-choice._row .checkout-choice__item {
    margin-bottom: 0
}

.checkout-choice._row .checkout-choice__box {
    padding: 14px 19px
}

.checkout-choice._date .checkout-choice__item {
    min-width: 85px
}

.checkout-choice._date .checkout-choice__box {
    padding: 9px 13px
}

.checkout-choice._date .checkout-choice__head span {
    margin: 0 0 4px;
    font-size: 12px
}

.checkout-choice._shops .checkout-choice__item {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ededed
}

.checkout-choice._shops .checkout-choice__item:last-child {
    margin-bottom: 0
}

.checkout-choice._shops .checkout-choice__box,.checkout-choice._shops .checkout-choice__label {
    border-radius: 0
}

.checkout-choice._shops .checkout-choice__box {
    gap: 20px;
    padding: 0;
    border: none;
    border-radius: 0
}

.checkout-choice._shops .shop-choice__head {
    -webkit-transition: .3s;
    transition: .3s
}

.checkout-choice._shops .checkout-choice__label:hover .shop-choice__head {
    color: var(--main-color)
}

.checkout-choice._shops .checkout-choice__label:hover .checkout-choice__box {
    background: 0 0
}

.ch-chosen-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.ch-chosen-item__icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 16px;
    width: 24px;
    height: 24px
}

.ch-chosen-item__icon.ic {
    text-align: center;
    line-height: 24px;
    font-size: 22px
}

.ch-chosen-item__content {
    font-size: 15px
}

.ch-chosen-item__content>* {
    margin-bottom: 6px
}

.ch-chosen-item__content>:lasy-child {
    margin-bottom: 0
}

.ch-chosen-item__content ._c-gray {
    color: #999
}

.sm-orders-head {
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 17px
}

.sm-orders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.sm-order-item {
    display: block;
    width: 64px;
    height: 64px
}

.sm-order-item[data-count]:after {
    pointer-events: none;
    content: attr(data-count);
    position: absolute;
    top: -9px;
    right: -16px;
    border-radius: 16px;
    background: #000;
    padding: 0 7px;
    min-width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 15px;
    color: #fff
}

.sm-order-item._more {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 10px;
    text-align: center;
    line-height: 65px;
    font-size: 20px
}

.checkout-cert__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 8px
}

.checkout-cert__img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: 25px;
    max-width: 100px;
    border-radius: 8px
}

.checkout-cert__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.checkout-cert__toggle {
    cursor: pointer;
    font-weight: 600;
    color: var(--main-color)
}

.checkout-cert__toggle:hover {
    text-decoration: underline
}

.checkout-cert .cert-form {
    display: none
}

.cert-form__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px 20px;
    margin: 0 0 15px
}

.cert-form__head {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin: 0
}

.cert-form__close {
    cursor: pointer;
    position: relative;
    padding-left: 1.8em;
    -webkit-transition: .3s;
    transition: .3s
}

.cert-form__close:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.5em;
    content: "\e902";
    font-family: icomoon;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-size: .8em
}

.cert-form__close:hover {
    color: var(--main-color)
}

.cert-form__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.cert-form__grid .form-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin: 0 15px 0 0
}

.cert-form__grid .btn {
    min-width: 205px
}

.best-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.best-price__main {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 55px;
    width: 400px
}

.best-price__main .content {
    line-height: 1.35
}

.best-price__form {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.best-price__descr {
    margin-top: 45px;
    max-width: 370px
}

.ordered.sect-p {
    padding-top: 60px
}

.ordered-content {
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    font-size: 15px
}

.ordered-info {
    font-size: 15px
}

.ordered-info__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px
}

.ordered-info__title .product-icons {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.ordered-info__head {
    margin: 0;
    font-weight: 600;
    font-size: 20px
}

.ordered-info__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    gap: 12px 24px
}

.ordered-info__item {
    font-size: 15px
}

.ordered-info__item h6 {
    margin-bottom: 12px
}

.ordered-info__item p {
    margin-bottom: 6px
}

.ordered-info__item>:last-child {
    margin-bottom: 0
}

.ordered-info__item ._c-gray {
    color: #999
}

.ordered-items .cart-item {
    padding-top: 24px;
    margin-bottom: 24px;
    border-top: 1px solid rgba(0,0,0,.05)
}

.ordered-items .cart-item:last-child {
    margin-bottom: 0
}

.ordered-items .cart-item__wrap {
    padding-left: 100px;
    min-height: 76px
}

.ordered-items .cart-item__img {
    width: 76px;
    height: 76px
}

.ordered-items .cart-item__action {
    margin-left: 45px;
    width: 190px
}

.ordered__bill {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    z-index: 3;
    width: 390px;
    padding: 30px 0 35px;
    background: url(/local/templates/reBro/css/../img/cart/bill-top.svg) repeat-x 50% 0,url(/local/templates/reBro/css/../img/cart/bill-bot.svg) repeat-x 50% 100%
}

.ordered__bill:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 12px;
    left: 0;
    right: 0;
    bottom: 12px;
    background: #fff
}

.ordered__bill-row {
    padding: 0 35px
}

.ordered__bill-row:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,.1)
}

.ordered__bill-row._title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px
}

.ordered__bill-head {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin: 0
}

.ordered__bill-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.ordered__bill-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0 13px;
    margin-bottom: 10px
}

.ordered__bill-list li:last-child {
    margin-bottom: 0
}

.ordered__bill-list li>._content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    font-weight: 500;
    text-align: right
}

.ordered__bill-list li ._bigger {
    font-weight: 700;
    font-size: 32px
}

.ordered__bill-list li ._big {
    font-weight: 700;
    font-size: 20px
}

.ordered__bill-list .points-info {
    display: inline-block;
    font-weight: 600;
    font-size: 1em;
    color: var(--main-color)
}

.catalog-top {
    margin: 0 0 50px
}

.catalog-top .cats-slider {
    margin-top: 35px
}

.catalog-top__main {
    padding: 35px 0;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

.catalog-top__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.catalog-top__count {
    font-size: 13px;
    color: #7c7c7c
}

.catalog-top__count span {
    color: #000
}

.catalog-top__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 30px
}

.catalog-top__col._right {
    margin-left: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.filter-action {
    text-align: center
}

.filter-action .reset-btn {
    margin-top: 25px;
    font-size: 1rem
}

.filter-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed
}

.filter-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.filter-item._show .filter-item__head:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.filter-item__head {
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    padding-right: 25px;
    font-weight: 500;
    font-size: 17px
}

.filter-item__head:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.5em;
    content: "\e906";
    font-family: icomoon;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-size: .85em;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}

.filter-item__wrap {
    display: none;
    padding: 20px 0 0
}

.sm-cats__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px
}

.sm-cats__more {
    display: block;
    position: relative;
    margin-top: 25px;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    color: var(--main-color)
}

.sm-cats__more:before {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.sm-cats__more div {
    position: relative;
    z-index: 2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    background: #fff
}

.sm-cats__more div>* {
    display: inline-block
}

.sm-cats__more i {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--main-color)
}

.sm-cats__more i:after,.sm-cats__more i:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff
}

.sm-cats__more i:before {
    width: 7px;
    height: 1px
}

.sm-cats__more i:after {
    width: 1px;
    height: 7px
}

.sm-cats__more span {
    padding-top: 1px
}

.sm-cats._show .sm-cats__more i:after {
    display: none
}

.sm-cats-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 15px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 8px;
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.sm-cats-item>span {
    display: inline-block
}

.sm-cats-item .img-box {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 10px;
    width: 24px;
    height: 24px
}

.sm-cats-item:hover {
    text-decoration: none;
    color: var(--main-color)
}

.compare.tabs .tabs__btns {
    margin-bottom: 0;
    padding-top: 30px
}

.accessories-tabs .tabs__btns {
    margin-bottom: 0;
    padding-top: 30px
}

.accessories-tabs .sm-cats {
    padding: 35px 0
}

.search .catalog-top {
    margin: 35px 0
}

.search .title:nth-child(n+2) {
    margin-top: 45px
}

.search-form {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.search-form__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search-form__field {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.search-form__field input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    border: none;
    background: 0 0;
    font-size: 24px;
    color: inherit
}

.search-form__btn {
    padding: 0;
    width: 70px;
    border: none;
    border-left: 1px solid rgba(0,0,0,.1);
    border-right: 1px solid rgba(0,0,0,.1);
    background: 0 0;
    text-align: center;
    font-size: 22px;
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.search-form__btn:hover {
    color: var(--main-color)
}

.cab-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cab-user__img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 35px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: url(/local/templates/reBro/css/../img/default.svg) center/cover
}

.cab-user__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    font-size: 13px
}

.cab-user__main>* {
    margin-bottom: 5px
}

.cab-user__main>:last-child {
    margin-bottom: 0
}

.cab-user__main p {
    opacity: .6
}

.cab-user__main a {
    color: inherit
}

.cabinet .cab-user {
    margin-bottom: 30px
}

.cabinet__menu {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    font-weight: 500;
    font-size: 20px
}

.cabinet__menu._big {
    margin-bottom: 70px;
    font-size: 32px
}

.cabinet__menu li {
    margin-bottom: 15px
}

.cabinet__menu li:last-child {
    margin-bottom: 0
}

.cabinet__menu a {
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.cabinet__menu a:hover {
    text-decoration: none;
    color: var(--main-color)
}

.cabinet__logout {
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    color: #7c7c7c;
    -webkit-transition: .3s;
    transition: .3s
}

.cabinet__logout:hover {
    text-decoration: none;
    color: var(--main-color)
}

.cabinet__row {
    margin-bottom: 50px
}

.cabinet__row:last-child {
    margin-bottom: 0
}

.cabinet__title {
    margin-bottom: 50px
}

.cabinet__title .link-more,.cabinet__title._mb-25 {
    margin-bottom: 25px
}

.cabinet__title .cab-return-top {
    margin-top: 25px
}

.cabinet__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px
}

.cabinet__mob-logout {
    margin-top: 25px
}

.cabinet__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 45px
}

.cab-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(0,0,0,.1)
}

.cab-title__head {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin: 0
}

.cab-mob-title {
    margin-bottom: 25px
}

.cab-mob-title .link-more {
    margin-bottom: 12px
}

.wallet-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 8px;
    border: 1px solid #a6a6a6;
    border-radius: 10px;
    background: #000;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.wallet-btn>* {
    display: inline-block
}

.wallet-btn>img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 7px;
    max-width: 35px;
    max-height: 25px
}

.wallet-btn>span {
    font-size: 10px
}

.wallet-btn>span>span {
    display: block;
    font-size: 12px
}

.wallet-btn:hover {
    background-color: #3a3a3a;
    text-decoration: none;
    color: #fff
}

.bonus-card {
    position: relative;
    width: 318px;
    max-width: 100%;
    border-radius: 15px;
    background: url(/local/templates/reBro/css/../img/cabinet/card.jpg) center/cover;
    color: #fff
}

.bonus-card:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 58.17%
}

.bonus-card__logo {
    position: absolute;
    top: 15px;
    left: 15px;
    max-width: 70px
}

.bonus-card__balance {
    position: absolute;
    top: 15px;
    right: 15px;
    text-transform: uppercase;
    text-align: right;
    line-height: 1.4;
    font-size: 10px
}

.bonus-card__balance span {
    display: block;
    font-size: 16px
}

.bonus-card__number {
    position: absolute;
    left: 15px;
    bottom: 15px;
    letter-spacing: .03em;
    font-size: 14px
}

.bonus-card._empty {
    border: 1px dashed rgba(0,0,0,.15);
    background: 0 0
}

.bonus-card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 23px 29px 26px;
    width: 318px;
    max-width: 100%;
    min-height: 184px;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 4px 35px 0 rgba(0,0,0,.07);
    box-shadow: 0 4px 35px 0 rgba(0,0,0,.07);
    font-size: 13px
}

.bonus-card-info>* {
    max-width: 100%
}

.bonus-card-info__balance span {
    display: block;
    margin-top: 5px;
    font-weight: 600;
    font-size: 24px
}

.bonus-card-info__bot {
    margin-top: auto;
    color: #7c7c7c
}

.bonus-card-info__bot>* {
    margin-bottom: 5px
}

.bonus-card-info__bot>:last-child {
    margin-bottom: 0
}

.card-wallet {
    padding: 23px 29px;
    width: 318px;
    max-width: 100%;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 4px 35px 0 rgba(0,0,0,.07);
    box-shadow: 0 4px 35px 0 rgba(0,0,0,.07);
    font-size: 13px
}

.card-wallet__head {
    margin-bottom: 10px;
    font-weight: 600
}

.card-wallet__content {
    opacity: .9;
    color: #7c7c7c
}

.card-wallet__action {
    margin-top: 20px
}

.order-status {
    position: relative;
    padding: 0 0 0 20px;
    font-size: 13px;
    color: #666
}

.order-status span {
    position: absolute;
    top: .6em;
    left: 0;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--main-color)
}

.order-status span._green {
    background-color: #50be3d
}

.order-status span._orange {
    background-color: #ffb003
}

.order-status span._gray {
    background-color: #7c7c7c
}

.cabinet-rows {
    --bs-gutter-y: 24px
}

.sm-cab-order {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 215px;
    padding: 25px 28px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 8px;
    background: #fff
}

.sm-cab-order>* {
    max-width: 100%
}

.sm-cab-order__head {
    margin-bottom: 6px
}

.sm-cab-order .order-status {
    margin: auto 0 0
}

.sm-cab-order__action {
    margin-top: 20px
}

.cab-empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px 25px;
    padding: 25px;
    border-radius: 8px;
    background: rgba(0,0,0,.03);
    text-align: center
}

.cab-form-row {
    max-width: 545px;
    margin-bottom: 45px
}

.cab-form-row:last-child,.cab-form-row>:last-child {
    margin-bottom: 0
}

.cab-advant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 28px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 8px
}

.cab-advant>* {
    max-width: 100%
}

.cab-advant>:last-child {
    margin-bottom: 0
}

.cab-advant__img {
    width: 40px;
    height: 30px;
    margin-bottom: 20px
}

.cab-advant__img img {
    right: auto
}

.cab-advant__head {
    margin-top: auto
}

.cab-advant__content {
    line-height: 1.35;
    font-size: 13px;
    color: #7c7c7c
}

.cab-story__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.cab-story__row._head {
    padding-top: 0;
    font-size: 13px;
    color: #999
}

.cab-story__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding-right: 20px
}

.cab-story__col:last-child {
    padding-right: 0
}

.cab-story__col._date {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 22.5%;
    min-width: 130px
}

.cab-story__col._balance {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 200px
}

.cab-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.cab-order:last-child {
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.cab-order__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.cab-order__right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 24px;
    width: 43%
}

.cab-order__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.cab-order__top .order-status {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 4px 0 0
}

.cab-order__title {
    margin-right: 25px
}

.cab-order__title>* {
    margin-bottom: 6px
}

.cab-order__title>:last-child {
    margin-bottom: 0
}

.cab-order__deliv {
    margin-bottom: 5px
}

.cab-order__deliv-descr {
    opacity: .6;
    font-size: 13px
}

.cab-order .price {
    margin-top: 45px
}

.cab-order .sm-orders {
    margin-top: 50px
}

.order-page {
    max-width: 890px
}

.order-page .cart-row__wrap {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.order-page-bill {
    max-width: 545px
}

.order-page-bill .ordered__bill-list:nth-child(n+2) {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(0,0,0,.1)
}

.order-page-bill__action {
    margin-top: 45px
}

.order-page-bill__action .btn {
    margin-bottom: 10px
}

.order-page-bill__action .btn:last-child {
    margin-bottom: 0
}

.order-route {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 45px;
    padding: 0;
    list-style: none;
    font-size: 13px
}

.order-route li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    position: relative;
    margin-right: 15px
}

.order-route li.active:after,.order-route li.active:before {
    content: "";
    position: absolute;
    top: 7px;
    width: 100vw;
    height: 1px
}

.order-route li.active:before {
    right: 100%;
    background: #000
}

.order-route li.active:after {
    left: 10px;
    background: rgba(0,0,0,.1)
}

.order-route li.active~li .order-route__icon {
    background-color: #ebebeb;
    color: #dadada
}

.order-route li.active~li .order-route__head {
    opacity: .4
}

.order-route li:first-child .order-route__date {
    opacity: 1
}

.order-route li:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right: 0;
    text-align: right
}

.order-route li:last-child:before {
    right: 10px
}

.order-route li:last-child:after {
    display: none
}

.order-route li:last-child .order-route__icon {
    margin-left: auto
}

.order-route__icon {
    display: block;
    position: relative;
    z-index: 2;
    margin-bottom: 18px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: currentColor;
    -webkit-box-shadow: 0 0 0 10px #fff;
    box-shadow: 0 0 0 10px #fff
}

.order-route__icon.ic {
    background: #fff!important;
    border-radius: none;
    text-align: center;
    line-height: 15px;
    font-size: 15px
}

.order-route__icon._red {
    background-color: var(--main-color);
    color: var(--main-color)
}

.order-route__icon._green {
    background-color: #50be3d;
    color: #50be3d
}

.order-route__head {
    margin-bottom: 8px;
    font-weight: 500
}

.order-route__date {
    opacity: .4
}

.compare__thumbs {
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    background: #fff;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .5s,-webkit-box-shadow .5s;
    transition: -webkit-transform .5s,-webkit-box-shadow .5s;
    transition: transform .5s,box-shadow .5s;
    transition: transform .5s,box-shadow .5s,-webkit-transform .5s,-webkit-box-shadow .5s
}

.compare__thumbs._show {
    -webkit-box-shadow: 0 4px 35px 0 rgba(0,0,0,.1);
    box-shadow: 0 4px 35px 0 rgba(0,0,0,.1);
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px)
}

.compare__main {
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.1)
}

.compare__main-count {
    margin: 0 0 32px;
    text-align: center;
    font-size: 12px;
    opacity: .4
}

.compare__main .swiper {
    padding-top: 45px
}

.compare__main .swiper-slide {
    padding-bottom: 32px;
    border-bottom: 1px solid currentColor
}

.compare__main .swiper-pagination {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    bottom: auto!important;
    margin: 0
}

.compare__option {
    margin: 40px 0
}

.compare__del {
    margin-top: 35px;
    text-align: center
}

.compare__thumbs-slider {
    position: relative
}

.compare__thumbs-slider .nav-arrow-next,.compare__thumbs-slider .nav-arrow-prev {
    display: block;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px
}

.compare__main-slider {
    position: relative
}

.compare__main-slider .nav-arrow-next,.compare__main-slider .nav-arrow-prev {
    display: block
}

.compare__spec {
    margin-bottom: 25px
}

.compare__spec:last-child {
    margin-bottom: 0
}

.compare__spec-head {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 15px;
    margin: 0
}

.compare__spec-head>* {
    display: inline-block
}

.compare__spec-head span {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.compare__spec-head .ic {
    font-size: .85em;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s
}

.compare__spec-head.active .ic {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.compare__spec-wrap {
    display: none;
    padding: 25px 0 20px
}

.compare__spec-row {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.compare__spec-row:last-child {
    margin-bottom: 0
}

.compare__spec-subhead {
    margin-bottom: 10px;
    opacity: .6
}

.compare__spec-items {
    overflow: hidden
}

.compare__spec-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px
}

.compare__spec-item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66%;
    padding: 0 12px
}

.compare__spec-item ul {
    padding-left: 1.2em
}

.compare__spec-item li {
    margin-bottom: .5em
}

.compare__spec-item li:last-child {
    margin-bottom: 0
}

.compare__spec-item>:last-child {
    margin-bottom: 0
}

.cart-empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0;
    text-align: center
}

.cart-empty__icon {
    display: block;
    margin: 0 auto 45px
}

.cart-empty__head {
    margin-bottom: 25px
}

.cart-empty__content {
    max-width: 460px;
    margin: 0 auto
}

.cart-empty__action {
    margin-top: 25px
}

.err-search {
    margin: 110px 0
}

.err-search__head {
    margin-bottom: 50px;
    text-align: center
}

.err-search .search-form {
    max-width: 890px;
    margin: 0 auto;
    border: 1px solid rgba(0,0,0,.1);
    border-right: none
}

.err-search .search-form__field input {
    padding-left: 39px
}

.inn-bann {
    position: relative;
    z-index: 3;
    min-height: 550px;
    background: #000 url(/local/templates/reBro/css/../img/bann/inn-bann.jpg) center/cover;
    color: #fff
}

.inn-bann._gradient:before,.inn-bann._overlay:before {
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.inn-bann._overlay:before {
    background: rgba(0,0,0,.4)
}

.inn-bann._gradient:before {
    background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.65)),to(rgba(0,0,0,.2)));
    background: linear-gradient(to right,rgba(0,0,0,.65),rgba(0,0,0,.2))
}

.inn-bann .inn-title {
    border-bottom: 1px solid rgba(255,255,255,.2)
}

.inn-bann .breadcrumbs {
    color: #fff
}

.inn-bann__wrap {
    padding: 85px 0;
    max-width: 520px
}

.inn-bann__head {
    margin-bottom: 2rem
}

.inn-bann__action .btn {
    min-width: 270px
}

.inn-bann__img {
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.inn-bann__img img {
    display: block;
    margin: 0 auto
}

.inn-bann .content {
    margin-bottom: 40px;
    max-width: 460px
}

.inn-bann .content li {
    margin-bottom: 6px
}

.inn-bann .content li:last-child {
    margin-bottom: 0
}

.inn-bann._credit {
    background-image: url(/local/templates/reBro/css/../img/bann/credit.jpg)
}

.inn-bann._corporate {
    background-image: url(/local/templates/reBro/css/../img/bann/corporate.jpg)
}

.inn-bann._bonus .inn-bann__img {
    bottom: 0;
    left: 50%;
    margin-left: 95px
}

.cr-advants-row {
    --bs-gutter-y: 20px
}

.cr-advant {
    max-width: 315px;
    line-height: 1.3;
    font-size: 17px
}

.cr-advant__head {
    margin-bottom: 20px;
    line-height: .9;
    font-size: 40px;
    color: var(--main-color)
}

.cr-categories-slider {
    overflow: visible
}

.cr-categories-slider .swiper-slide {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s,visibility .2s;
    transition: opacity .2s,visibility .2s
}

.cr-categories-slider .swiper-slide-visible {
    opacity: 1;
    visibility: visible
}

.cr-categories-more {
    margin-top: 25px;
    text-align: center
}

.cr-category {
    display: block;
    padding: 25px 20px 30px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    color: #0f0f0f;
    -webkit-transition: .3s;
    transition: .3s
}

.cr-category>:last-child {
    margin-bottom: 0
}

.cr-category__head {
    margin-bottom: 5px;
    font-weight: 600
}

.cr-category__price {
    font-weight: 500;
    font-size: 13px
}

.cr-category__img {
    height: 135px;
    margin: 0 auto 15px
}

.cr-category__plan {
    opacity: .6
}

.cr-category:hover {
    -webkit-box-shadow: 0 4px 35px 0 rgba(0,0,0,.07);
    box-shadow: 0 4px 35px 0 rgba(0,0,0,.07);
    text-decoration: none;
    color: #0f0f0f
}

.cr-category._bd {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1)
}

.cr-category._bd:hover {
    -webkit-box-shadow: inset 0 0 0 1px transparent,0 4px 35px 0 rgba(0,0,0,.07);
    box-shadow: inset 0 0 0 1px transparent,0 4px 35px 0 rgba(0,0,0,.07)
}

.banks-row {
    --bs-gutter-y: 30px
}

.bank-item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.bank-item__img img {
    display: block;
    max-width: 100%;
    max-height: 100px
}

.bank-item__descr {
    max-width: 220px;
    opacity: .4;
    font-size: 11px
}

.faq__wrap {
    max-width: 890px
}

.faq-item {
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.faq-item:first-child {
    border-top: 1px solid rgba(0,0,0,.1)
}

.faq-item__btn {
    cursor: pointer;
    position: relative;
    padding: 17px 30px 17px 0;
    font-weight: 600;
    font-size: 17px
}

.faq-item__btn .ic {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.5em;
    font-size: .85em;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s
}

.faq-item__btn.active .ic {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq-item__hidden {
    display: none;
    padding: 10px 0 40px
}

.faq-item__hidden .content ol,.faq-item__hidden .content p,.faq-item__hidden .content ul {
    opacity: .6
}

.cr-terms__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0
}

.cr-terms__row:nth-child(2n) {
    background: rgba(0,0,0,.03)
}

.cr-terms__row._head {
    padding-top: 0
}

.cr-terms__row._head .cr-terms__col._title {
    padding-left: 0
}

.cr-terms__row._head .cr-terms__col._main {
    color: #6f6f6f
}

.cr-terms__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin: 0;
    padding: 0 10px
}

.cr-terms__col._title {
    padding-left: 30px
}

.cr-terms__col._main {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0
}

.cr-terms__col._sum {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 245px
}

.cr-terms__col._percent {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 210px
}

.cr-terms__col._period {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 140px
}

.bonus-advants-row {
    --bs-gutter-y: 35px
}

.bonus-advant {
    max-width: 300px;
    line-height: 1.45
}

.bonus-advant__head {
    margin-bottom: 25px;
    font-weight: 600;
    color: var(--main-color)
}

.bonus-advant>:last-child {
    margin-bottom: 0
}

.bonus-sect__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 45px
}

.bonus-sect__head {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    width: 520px
}

.bonus-sect__descr {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin: 5px 0 0 50px;
    max-width: 625px;
    line-height: 1.45;
    opacity: .9
}

.bonus-sect__descr div {
    margin: 1rem 0
}

.bonus-sect__img {
    position: relative
}

.bonus-sect__img-main {
    display: block;
    max-width: 770px;
    border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 35px 0 rgba(0,0,0,.07);
    box-shadow: 0 4px 35px 0 rgba(0,0,0,.07)
}

.bonus-sect__img-zoom {
    position: absolute;
    z-index: 1;
    top: 45px;
    left: 640px
}

.bonus-sect__img-ellips {
    display: block;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 35px 0 rgba(0,0,0,.07);
    box-shadow: 0 4px 35px 0 rgba(0,0,0,.07)
}

.bonus-sect__img-arrow {
    position: absolute;
    z-index: 2
}

.bonus-sect__img-arrow._right {
    top: 40px;
    right: -55px
}

.bonus-sect__img-arrow._bot {
    display: none
}

.bonus-sect__img-descr {
    position: absolute;
    z-index: 3;
    top: 15px;
    left: 1020px;
    max-width: 220px;
    line-height: 1.4;
    color: #e77d48
}

.steps__more {
    margin-top: 70px;
    padding-top: 70px;
    border-top: 1px solid rgba(0,0,0,.1)
}

.steps-row {
    --bs-gutter-y: 45px
}

.steps-row>* {
    position: relative
}

.steps-row>:after {
    position: absolute;
    top: 50%;
    right: 45px;
    margin-top: -15px;
    content: "\e904";
    font-family: icomoon;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-size: 22px;
    color: var(--main-color)
}

.steps-row>* .step-item {
    max-width: 350px
}

.steps-row>:nth-child(3n):after {
    display: none
}

.steps-row>:nth-child(3n) .step-item {
    max-width: 390px
}

.step-item__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.step-item__numb {
    margin-bottom: 25px;
    opacity: .4
}

.step-item__img {
    width: 100px;
    height: 50px;
    margin-bottom: 20px
}

.step-item__img img {
    right: auto
}

.step-item__head {
    font-weight: 600
}

.step-item .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    opacity: .9
}

.step-item__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 20px;
    margin-top: 35px
}

.step-item__contacts {
    margin-top: 30px
}

.step-item__contacts>* {
    margin-bottom: 25px
}

.step-item__contacts>:last-child {
    margin-bottom: 0
}

.shops__box {
    position: relative;
    z-index: 2;
    min-height: 650px;
    background: #fff
}

.shops__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.shops__map-overlay {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.more-shops__title {
    margin-bottom: 32px
}

.shops__items {
    margin-bottom: 45px
}

.shop-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 18px 32px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.shop-item:nth-child(n+2) {
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid #ededed
}

.shop-item__head {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    width: 32%;
    font-weight: 500
}

.shop-item__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.shop-item__info>:last-child {
    margin-bottom: 0
}

.shop-item__info .metro {
    margin-bottom: 4px
}

.shop-item__clock {
    margin-bottom: 26px;
    color: #7d7d82
}

.shop-item__action {
    min-width: 224px
}

.shop-item__action .btn {
    width: 100%
}

.more-shops .search-form {
    max-width: 556px;
    margin-bottom: 36px;
    border: none
}

.more-shops__row {
    --bs-gutter-y: 35px
}

.more-shops__action {
    margin-top: 36px
}

.more-shop {
    line-height: 1.45
}

.more-shop__title {
    margin-bottom: 16px
}

.more-shop__head {
    margin-bottom: 7px;
    font-weight: 600
}

.more-shop__content {
    opacity: .9
}

.more-shop__phone {
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.more-shop__phone:hover {
    text-decoration: none
}

.more-shop__action {
    margin-top: 16px
}

.cab-return-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 25px;
    margin-top: 15px;
    padding: 0;
    list-style: none;
    color: #666
}

.cab-return {
    margin-bottom: 50px;
    max-width: 890px
}

.cab-return__title {
    margin-bottom: 35px
}

.cab-return-el {
    margin-bottom: 40px;
    max-width: 545px
}

.cab-return-el:last-child {
    margin-bottom: 0
}

.cab-return-el__title {
    margin-bottom: 30px
}

.cab-return-el__labels label {
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    border-radius: 8px
}

.cab-return-el__labels label:last-child {
    margin-bottom: 0
}

.cab-return-el__labels input {
    display: none
}

.cab-return-el__labels input:checked~span {
    -webkit-box-shadow: inset 0 0 0 2px var(--main-color);
    box-shadow: inset 0 0 0 2px var(--main-color)
}

.cab-return-el__labels span {
    display: block;
    padding: 16px;
    border-radius: inherit;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s
}

.cab-return-el__labels span:hover {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.4);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.4)
}

.deliv-item {
    margin-bottom: 45px
}

.deliv-item:last-child {
    margin-bottom: 0
}

.deliv-item__head {
    margin-bottom: 20px
}

.deliv-item__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 25px;
    border-top: 1px solid rgba(0,0,0,.1)
}

.deliv-item__grid .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding-right: 50px;
    margin-right: auto;
    max-width: 600px
}

.deliv-item__grid .w-100 {
    display: none
}

.deliv-item__logos {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 345px;
    margin-right: 40px
}

.deliv-item__clock {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 345px;
    margin-right: 40px;
    position: relative;
    padding-left: 2em;
    line-height: 1.35;
    font-weight: 500
}

.deliv-item__clock:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e925";
    font-family: icomoon;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-size: 1.35em;
    color: var(--main-color)
}

.deliv-item__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px 25px
}

.deliv-item__logos img {
    max-width: 100px;
    max-height: 25px
}

.deliv-item__info {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 285px;
    margin-right: 40px
}

.deliv-item__price {
    margin: 0;
    padding: 0;
    list-style: none
}

.deliv-item__price li {
    margin-bottom: 25px
}

.deliv-item__price li:last-child {
    margin-bottom: 0
}

.deliv-item__price li>* {
    margin: 0
}

.deliv-item__price h4 {
    margin-bottom: 10px;
    font-weight: 600
}

.deliv-item__price p {
    line-height: 1.45;
    opacity: .6
}

.deliv-item__list {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none
}

.deliv-item__list li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 22px
}

.deliv-item__list li:before {
    content: "";
    position: absolute;
    top: .6em;
    left: 0;
    margin-top: -4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--main-color)
}

.deliv-item__list li:last-child {
    margin-bottom: 0
}

.gift-card-aside {
    display: none
}

.gift-card-aside__wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 387px;
    border-radius: 15px;
    background: #1b1b1b no-repeat center/cover;
    -webkit-box-shadow: 0 4px 15px rgba(0,0,0,.15);
    box-shadow: 0 4px 15px rgba(0,0,0,.15)
}

.gift-card-aside__wrap:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 63%
}

.gift-card-aside__logo {
    position: absolute;
    top: 20px;
    right: 20px;
    max-width: 108px
}

.gift-card-aside__sum {
    position: absolute;
    left: 30px;
    bottom: 30px
}

.gift-card-aside__action {
    margin-top: 25px;
    text-align: center
}

.gift-card-aside._virtual .gift-card-aside__wrap {
    background-image: url(/local/templates/reBro/css/../img/card/virtual-card.jpg)
}

.gift-card-aside._plastic .gift-card-aside__wrap {
    background-image: url(/local/templates/reBro/css/../img/card/plastic-card.svg)
}

.gift-card-item {
    display: none;
    margin-bottom: 0
}

.gift-card-row {
    margin-bottom: 45px
}

.gift-card-row:last-child {
    margin-bottom: 0
}

.gift-card-row .gift-card-tabs {
    margin-bottom: 25px
}

.gift-card-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    padding: 5px;
    border-radius: 8px;
    background: #f5f5f5
}

.gift-card-tabs label {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    cursor: pointer;
    display: inline-block;
    border-radius: inherit
}

.gift-card-tabs label>input {
    display: none
}

.gift-card-tabs label>input:checked~span {
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.1)
}

.gift-card-tabs label>span {
    display: block;
    padding: 16px;
    border-radius: inherit;
    text-align: center;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s
}

.gift-card-tabs label>span:hover {
    background-color: rgba(255,255,255,.3)
}

.gift-card-tabs._dark label>span:hover {
    background-color: #fff
}

.gift-card-tabs._dark label>input:checked~span {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #000;
    color: #fff
}

.gift-choice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.gift-choice label {
    cursor: pointer;
    display: inline-block;
    border-radius: 8px
}

.gift-choice input {
    display: none
}

.gift-choice input:checked~span {
    -webkit-box-shadow: inset 0 0 0 2px #000;
    box-shadow: inset 0 0 0 2px #000
}

.gift-choice span {
    display: block;
    padding: 16px;
    border-radius: inherit;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s
}

.gift-choice span:hover {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.4);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.4)
}

.gift-choice._sum label {
    min-width: 134px
}

.gift-choice._date label {
    min-width: 208px
}

.gift-choice._cert-sum label {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    min-width: 21%
}

.gift-choice._cert-sum span {
    padding: 21px 16px;
    font-weight: 500
}

.virtual-deliv {
    display: none
}

.virtual-deliv .form-row {
    margin-bottom: 10px
}

.virtual-deliv__head:nth-child(n+2) {
    margin-top: 25px
}

.gift-deliv-date {
    display: none;
    margin-top: 30px
}

.plastic-deliv {
    display: none
}

.plastic-deliv .cab-empty {
    margin-top: 15px
}

.plastic-deliv .another-person {
    margin-top: 25px
}

.another-person__option {
    margin-left: 25px
}

.another-person__wrap {
    display: none;
    margin-top: 45px
}

.gift-card-address__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 34px;
    border: 1px solid var(--main-color);
    border-radius: 8px
}

.gift-card-address__head {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    font-size: 17px
}

.gift-card-address .reset-btn {
    opacity: 1
}

.gift-card-address .reset-btn:hover {
    color: var(--main-color)
}

.docs {
    overflow: hidden;
    position: relative
}

.docs__grid {
    position: relative
}

.docs__grid:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 71%;
    width: 100vw;
    height: 100%;
    background: #f5f5f5
}

.docs__main,.docs__menu {
    padding: 70px 0 75px
}

.docs__menu {
    float: left;
    width: 29%;
    margin: 0;
    padding-right: 70px;
    list-style: none
}

.docs__menu li {
    margin-bottom: 35px
}

.docs__menu li:last-child {
    margin-bottom: 0
}

.docs__menu a {
    opacity: .6;
    line-height: 1.3;
    color: #0f0f0f;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.docs__menu a:hover {
    opacity: 1;
    text-decoration: none
}

.docs__menu a.mPS2id-highlight {
    opacity: 1;
    font-weight: 600
}

.docs__main {
    margin-left: 29%;
    padding-left: 70px
}

.docs__main .content {
    opacity: .9
}

.docs__main .content h4,.docs__main .content h5 {
    font-weight: 600
}

.docs__main .content li {
    margin-bottom: 1rem
}

.docs__main .content li:last-child {
    margin-bottom: 0
}

.docs__main .content li ol,.docs__main .content li ul {
    margin: 1rem 0
}

.docs__main .content li li {
    margin-bottom: 0
}

.docs__main .content ol ul {
    padding-left: 0
}

.docs__main .content ol ul li {
    list-style: none
}

.docs__main .content ol ul li:before {
    content: "— ";
    display: inline
}

.docs__row {
    margin-bottom: 70px
}

.docs__row:last-child {
    margin-bottom: 0
}

.docs__row>* {
    margin-bottom: 25px
}

.docs__row>:last-child {
    margin-bottom: 0
}

.docs__faq {
    margin-bottom: 35px
}

.docs__faq .faq-item__btn {
    font-weight: 400
}

.docs__faq .faq-item__hidden .content .list {
    font-size: 13px
}

.docs__faq .faq-item__hidden .content ol,.docs__faq .faq-item__hidden .content p,.docs__faq .faq-item__hidden .content ul {
    opacity: 1
}

.corp-advants-row {
    --bs-gutter-y: 25px
}

.corp-advant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 35px;
    min-height: 400px;
    border-radius: 10px;
    background: #fff;
    color: #000
}

.corp-advant__head {
    margin-bottom: 35px
}

.corp-advant__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    width: 100%;
    min-height: 100px;
    max-width: 200px
}

.corp-advant__img img {
    max-height: 130px
}

.corp-advant__img img._logo {
    width: 165px
}

.corp-advant .content {
    margin-top: 25px;
    opacity: .9
}

.how-order .steps-row>:after {
    display: none
}

.how-order .steps-row .step-item {
    max-width: 380px
}

.doc-items-row {
    --bs-gutter-y: 25px
}

.doc-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 35px;
    border-radius: 10px;
    background: #fff;
    min-height: 310px
}

.doc-item__icon {
    margin-bottom: 25px;
    font-size: 43px;
    color: var(--main-color)
}

.doc-item__head {
    margin-bottom: 10px;
    font-weight: 600
}

.doc-item__size {
    opacity: .6;
    margin-bottom: 35px
}

.doc-item__action {
    margin-top: auto
}

.contact-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 45px;
    padding-top: 35px;
    border-top: 1px solid rgba(0,0,0,.1)
}

.contact-row:last-child {
    margin-bottom: 0
}

.contact-row__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.contact-row__head {
    margin-bottom: 35px
}

.contact-row__contacts {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 315px;
    margin: 35px 0 0 140px
}

.contact-row__contacts>* {
    margin-bottom: 15px
}

.contact-row__contacts>:last-child {
    margin-bottom: 0
}

.blog__title {
    position: relative;
    z-index: 1;
    padding: 45px 0 60px;
    color: #fff
}

.blog__title:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: -280px;
    border-top: 1px solid rgba(255,255,255,.2);
    background: #000
}

.blog__title .container>:last-child {
    margin-bottom: 0
}

.blog__row {
    position: relative;
    z-index: 2;
    --bs-gutter-y: 25px
}

.blog__row .blog-item-big {
    margin-bottom: 20px
}

.blog__row .blog-item {
    margin-bottom: 20px
}

.blog__row .blog-item._small {
    margin-bottom: 0
}

.blog__more {
    margin-top: 70px;
    text-align: center
}

.blog-item-big {
    display: block;
    position: relative;
    height: 515px;
    border-radius: 10px;
    background: #000 no-repeat center/cover;
    color: #fff
}

.blog-item-big:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(37%,rgba(0,0,0,0)),color-stop(70%,rgba(0,0,0,.4)));
    background: linear-gradient(180deg,rgba(0,0,0,0) 37%,rgba(0,0,0,.4) 70%);
    -webkit-transition: .3s;
    transition: .3s
}

.blog-item-big__content {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 700px;
    padding: 50px 50px 35px
}

.blog-item-big__content>:last-child {
    margin-bottom: 0
}

.blog-item-big__head {
    margin-bottom: 25px
}

.blog-item-big__date {
    opacity: .9
}

.blog-item-big:hover {
    text-decoration: none;
    color: #fff
}

.blog-item-big:hover:after {
    background-color: rgba(0,0,0,.2)
}

.blog-item,.blog-item__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.blog-item>*,.blog-item__main>* {
    width: 100%
}

.blog-item {
    border-radius: 10px;
    background: #fff;
    color: #000
}

.blog-item__head {
    -webkit-transition: .3s;
    transition: .3s
}

.blog-item__img {
    height: 280px;
    border-radius: 10px 10px 0 0;
    background: #000 no-repeat center/cover
}

.blog-item__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 25px 35px 30px;
    min-height: 235px
}

.blog-item__main>:last-child {
    margin-bottom: 0
}

.blog-item__cat {
    margin-bottom: 10px;
    opacity: .6;
    text-transform: uppercase;
    font-weight: 600
}

.blog-item__head {
    margin-bottom: 25px;
    line-height: 1.3;
    font-weight: 600;
    font-size: 20px
}

.blog-item__date {
    margin-top: auto;
    opacity: .6
}

.blog-item:hover {
    text-decoration: none;
    color: #000
}

.blog-item:hover .blog-item__head {
    color: var(--main-color)
}

.blog-item._small {
    font-size: 13px
}

.blog-item._small .blog-item__img {
    height: 204px
}

.blog-item._small .blog-item__main {
    padding: 17px 24px 20px;
    min-height: 185px
}

.blog-item._small .blog-item__head {
    line-height: 1.4;
    font-size: 15px
}

.post {
    max-width: 940px;
    margin: 0 auto
}

.post-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
    color: #666
}

.post-info li {
    position: relative;
    display: inline-block;
    margin-right: .75em;
    padding-right: 1.15em
}

.post-info li:after {
    content: "·";
    position: absolute;
    top: 0;
    right: 0
}

.post-info li:last-child {
    margin-right: 0;
    padding-right: 0
}

.post-info li:last-child:after {
    display: none
}

.post-info li._cat {
    text-transform: uppercase;
    font-weight: 700
}

.post-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px
}

.post-title__head {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin: 0
}

.post-title .share-box {
    margin-left: 45px
}

.post-content {
    padding: 0 140px
}

.post-content__img {
    margin: 35px -140px
}

.post-content__img img {
    display: block;
    width: 100%;
    margin: 0 0 15px;
    border-radius: 10px
}

.post-content__img img:last-child {
    margin-bottom: 0
}

.post-action {
    margin: 60px 0 0;
    padding: 60px 0;
    background: #f5f5f5
}

.post-action__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.post-action__grid .share-box {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.post-action__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.popup-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3)
}

.popup-overlay._blur {
    background: rgba(12,11,14,.25);
    backdrop-filter: blur(10px)
}

.popup {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: var(--app-height);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s
}

.popup._show {
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important
}

.popup__wrapper {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: var(--app-height);
    padding: 40px 32px 20px
}

.popup__wrap {
    position: relative;
    width: 890px;
    max-width: 100%;
    border-radius: 10px;
    background: #fff;
    padding: 35px 45px 45px;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease,-webkit-transform .1s ease
}

.popup__wrap .close-btn {
    right: 45px;
    top: -35px
}

.popup__tap {
    display: none;
    position: absolute;
    z-index: 80;
    top: -70px;
    left: 0;
    width: 100%;
    height: 90px
}

.popup__tap:after {
    content: "";
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 75px;
    height: 3px;
    border-radius: 8px;
    background: #fff;
    opacity: .6
}

.popup__title {
    margin-bottom: 25px
}

.popup__title .h4,.popup__title .h5,.popup__title h4,.popup__title h5 {
    font-weight: 600
}

.popup__title p._small {
    line-height: 1.35;
    font-size: 13px;
    color: #7c7c7c
}

.city-popup__examples {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 15px
}

.city-popup__examples p {
    margin: 0;
    opacity: .6
}

.city-popup__examples span {
    cursor: pointer;
    display: inline-block;
    text-decoration: underline
}

.city-popup__examples span:hover {
    text-decoration: none
}

.city-popup__list {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-gap: 24px;
    -webkit-column-gap: 24px;
    column-gap: 24px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none
}

.city-popup__list li {
    display: inline-block;
    width: 100%;
    margin-top: 15px
}

.city-popup__list a {
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.city-popup__list a:hover {
    text-decoration: none;
    color: var(--main-color)
}

.receipt-popup .popup__wrap {
    background: #fff url(/local/templates/reBro/css/../img/popup-bell.svg) no-repeat 80% 100%
}

.receipt-popup__form {
    max-width: 890px
}

.form-popup__links {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    font-weight: 500
}

.form-popup__links li {
    margin-bottom: 10px
}

.form-popup__links li:last-child {
    margin-bottom: 0
}

.form-popup .form-options {
    margin: 25px 0
}

.form-popup__title {
    margin-bottom: 24px
}

.form-popup__policy {
    margin-top: 20px;
    line-height: 18px;
    font-size: 13px;
    color: #b1b1b4
}

.form-popup__policy a {
    text-decoration: underline;
    color: inherit
}

.form-popup__policy a:hover {
    text-decoration: none
}

.form-popup__buttons .btn:nth-child(n+2) {
    margin-top: 8px
}

.delivery-popup .form-action {
    text-align: center
}

.notes-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 285px;
    max-height: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(12,11,14,0)),to(rgba(12,11,14,.2)));
    background: linear-gradient(180deg,rgba(12,11,14,0) 0,rgba(12,11,14,.2) 100%)
}

.note-item {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 50%;
    bottom: 0;
    padding: 18px 25px;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 4px 35px 0 rgba(0,0,0,.07);
    box-shadow: 0 4px 35px 0 rgba(0,0,0,.07);
    width: 605px;
    max-width: 90vw;
    -webkit-transform: translate3d(-50%,100%,0);
    transform: translate3d(-50%,100%,0);
    -webkit-transition: -webkit-transform .1s;
    transition: -webkit-transform .1s;
    transition: transform .1s;
    transition: transform .1s,-webkit-transform .1s
}

.note-item._show {
    -webkit-transform: translate3d(-50%,-45px,0);
    transform: translate3d(-50%,-45px,0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}

.note-item__img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 25px;
    width: 32px;
    height: 32px
}

.note-item__img._product {
    width: 75px;
    height: 52px
}

.note-item__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    font-size: 13px
}

.note-item__content>* {
    margin-bottom: 5px
}

.note-item__content>:last-child {
    margin-bottom: 0
}

.note-item__close {
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 15;
    margin-left: 30px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 1rem;
    opacity: .4;
    -webkit-transition: .3s;
    transition: .3s
}

.note-item__close:hover {
    opacity: 1
}

.note-item__close._top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.note-item__btn {
    margin-left: 25px
}

.note-item__cookie-close {
    margin-left: 25px
}

.note-item__cookie-close.btn {
    padding-left: 25px;
    padding-right: 25px
}

.note-item .city-box__content {
    position: relative;
    padding-left: 30px
}

.note-item .city-box__content:after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.5em;
    content: "\e90d";
    font-family: icomoon;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-size: 15px
}

.note-item._sent {
    width: 550px
}

.note-item._product {
    width: 685px
}

.swiper-pagination-bullets {
    position: relative;
    margin: 40px 0 0;
    line-height: 0
}

.swiper-pagination-bullet {
    margin: 10px 5px 0!important;
    width: 8px;
    height: 8px;
    opacity: .1;
    background: currentColor;
    -webkit-transition: .15s;
    transition: .15s
}

.swiper-pagination-bullet-active {
    opacity: 1
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 0
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: relative;
    left: 0;
    bottom: 0;
    margin: 50px 0 0;
    width: auto;
    background: 0 0
}

.swiper-scrollbar-horizontal:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    border-bottom: 1px solid currentColor;
    opacity: .1
}

.swiper-scrollbar-drag {
    cursor: pointer;
    z-index: 5;
    opacity: 1;
    background: currentColor
}

.irs--round {
    height: 15px
}

.irs--round .irs-line {
    top: 7px;
    height: 1px;
    background: #ededed
}

.irs--round .irs-bar {
    top: 6px;
    height: 3px;
    background: var(--main-color)
}

.irs--round .irs-handle {
    cursor: e-resize;
    top: 0;
    width: 15px;
    height: 15px;
    border: none;
    background: var(--main-color);
    -webkit-box-shadow: none;
    box-shadow: none
}

.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover {
    background: var(--main-color)
}

.SumoSelect {
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    text-align: left;
    line-height: 1.2;
    font-weight: 400;
    font-size: 15px;
    color: #000
}

.SumoSelect>.CaptionCont {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 18px 45px 0 20px;
    line-height: 1.2;
    border: 1px solid #ededed;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-transition: .3s;
    transition: .3s
}

.SumoSelect>.CaptionCont:before {
    position: absolute;
    z-index: 5;
    top: 50%;
    right: 20px;
    margin: -.5em 0 0;
    content: "\e906";
    font-family: icomoon;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-size: 12px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}

.SumoSelect>.CaptionCont>span {
    cursor: pointer
}

.SumoSelect.open>.CaptionCont:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.SumoSelect:focus>.CaptionCont {
    border-color: #ededed
}

.SumoSelect:hover>.CaptionCont {
    border-color: #000
}

.SumoSelect.open>.CaptionCont {
    border-color: #000
}

.SumoSelect.open .search-txt {
    padding: 15px 45px 0 25px;
    background: 0 0;
    color: inherit
}

.SumoSelect.open .search-txt::-webkit-input-placeholder {
    color: #7c7c7c
}

.SumoSelect.open .search-txt:-ms-input-placeholder,.SumoSelect.open .search-txt::-moz-placeholder,.SumoSelect.open .search-txt::-ms-input-placeholder,.SumoSelect.open .search-txt::-webkit-input-placeholder,.SumoSelect.open .search-txt::placeholder {
    color: #7c7c7c
}

.SumoSelect>.CaptionCont>span {
    padding: 0
}

.SumoSelect>.CaptionCont>span.placeholder {
    font: inherit;
    color: #7c7c7c
}

.SumoSelect>.CaptionCont>label {
    display: none
}

.SumoSelect .no-match {
    padding: 20px 25px
}

.SumoSelect>.optWrapper {
    top: 60px!important;
    border: none;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 35px 0 rgba(0,0,0,.1);
    box-shadow: 0 4px 35px 0 rgba(0,0,0,.1);
    background: #fff
}

.SumoSelect>.optWrapper>.options {
    padding: 10px 0;
    border-radius: 8px
}

.SumoSelect>.optWrapper>.options>li.opt:first-child {
    border-radius: 8px 5px 0 0
}

.SumoSelect>.optWrapper>.options>li.opt:last-child {
    border-radius: 0 0 5px 5px
}

.SumoSelect>.optWrapper>.options li.opt {
    cursor: pointer;
    padding: 7px 25px;
    border: none;
    -webkit-transition: .3s;
    transition: .3s
}

.SumoSelect>.optWrapper>.options li.opt:hover {
    background: 0 0;
    color: #7c7c7c
}

.SumoSelect>.optWrapper>.options li.opt.selected {
    background: 0 0;
    font-weight: 500;
    color: #000
}

.SumoSelect>.optWrapper>.options li.opt.disabled:first-child {
    display: none
}

.SumoSelect>.optWrapper>.options li label {
    white-space: normal
}

.SumoSelect>.optWrapper.multiple>.options li.opt {
    padding-left: 30px;
    padding-right: 10px;
    background: 0 0;
    font-weight: inherit!important;
    color: #000!important
}

.SumoSelect>.optWrapper.multiple>.options li.opt:hover {
    background: #ededed!important
}

.SumoSelect .select-all>span {
    left: 0;
    margin-left: 0;
    width: 30px
}

.SumoSelect .select-all>span i {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0
}

.SumoSelect .select-all.partial>span i,.SumoSelect .select-all.selected>span i {
    background-color: #000
}

.SumoSelect>.optWrapper.multiple>.options li.opt span {
    left: 0;
    margin-left: 0;
    width: 30px
}

.SumoSelect>.optWrapper.multiple>.options li.opt span i {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0
}

.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i {
    background-color: #000
}

.sumoselect-wrapper._top .SumoSelect>.optWrapper {
    top: auto!important;
    bottom: 60px!important
}

.air-datepicker {
    --adp-width: 294px;
    --adp-accent-color: #F60056;
    --adp-cell-background-color-selected: #000;
    --adp-cell-background-color-selected-hover: #000;
    --adp-day-cell-height: 39px;
    --adp-font-size: 15px;
    --adp-padding: 10px;
    --adp-border-color-inner: rgba(0, 0, 0, 0.1);
    z-index: 2000;
    border: none;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 35px 0 rgba(0,0,0,.1);
    box-shadow: 0 4px 35px 0 rgba(0,0,0,.1);
    font-family: SFProDisplay,sans-serif
}

.air-datepicker-nav--title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 600;
    font-size: 17px
}

.air-datepicker-nav--title i {
    color: inherit
}

.air-datepicker-nav--action {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.air-datepicker-body--day-names {
    margin-bottom: 10px
}

.air-datepicker-body--day-name {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1em;
    color: #2b2b2a
}

.air-datepicker-cell.-day- {
    border-radius: 50%
}

.air-datepicker-cell.-day-.-other-month- {
    visibility: hidden;
    opacity: 0
}

.form-field-icon {
    position: relative
}

.form-field-icon .ic {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -.5em;
    font-size: 16px
}

.form-field-icon .form-field {
    padding-left: 50px
}

.price-cash {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    font-size: 11px;
    color: var(--main-color)
}

.price-cash img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 6px;
    max-width: 15px;
    max-height: 15px
}

.price-cash span {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.price-descr {
    font-size: 13px;
    color: #999
}

.price-descr span {
    color: #000;
    display: inline-block
}

.price-descr s {
    display: inline-block
}

.price+.price-descr {
    margin-top: -.6rem
}

.form-file__head {
    margin-bottom: 5px
}

.form-file__descr {
    margin-bottom: 15px;
    opacity: .9;
    color: #7c7c7c
}

.form-file__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    padding: 24px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 8px
}

.form-file__input {
    display: none
}

.form-file__files {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    position: relative;
    opacity: .9;
    height: 1.2em;
    line-height: 1.2;
    color: #7c7c7c
}

.form-file__files-txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.form-file.selected .form-file__files {
    color: inherit
}

.info-box._war {
    background-color: rgba(255,165,30,.1)
}

.info-box._war:before {
    color: #ffa51e
}

.about-title {
    margin: 0 0 75px 115px;
    max-width: 890px;
    color: #0f0f0f
}

.about-title>:last-child {
    margin-bottom: 0
}

.about-title h2 {
    font-weight: 500;
    font-size: 36px
}

.about-title h2._big {
    line-height: 1.1;
    font-size: 40px
}

.about-bann {
    overflow: hidden;
    position: relative;
    margin-bottom: 130px
}

.about-bann .inn-title {
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.about-bann .breadcrumbs {
    color: #000
}

.about-bann__content {
    padding: 85px 0;
    min-height: 440px;
    margin-bottom: 55px
}

.about-bann__content-wrap {
    max-width: 600px
}

.about-bann__content-wrap>:last-child {
    margin-bottom: 0
}

.about-bann__content h1 {
    font-size: 64px
}

.about-bann__content h1 strong {
    font-weight: inherit;
    color: var(--main-color)
}

.about-bann__images {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    top: -45px;
    left: 50%;
    margin-left: 125px;
    width: 784px
}

.about-bann__images:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 78.65%
}

.about-bann__images span {
    position: absolute;
    background: #f5f5f5 no-repeat center/cover
}

.about-bann__images span:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%
}

.about-bann__images span:nth-child(1) {
    top: 7%;
    left: -16%;
    width: 51%;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg)
}

.about-bann__images span:nth-child(2) {
    z-index: 5;
    bottom: 7%;
    left: 20%;
    width: 43.2%;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg)
}

.about-bann__images span:nth-child(3) {
    z-index: 4;
    top: 3.5%;
    right: 8.5%;
    width: 37.5%;
    -webkit-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    transform: rotate(9deg)
}

.about-bann__images span:nth-child(4) {
    top: 36%;
    right: -12%;
    width: 29%;
    -webkit-transform: rotate(-3.5deg);
    -ms-transform: rotate(-3.5deg);
    transform: rotate(-3.5deg)
}

.about-bann__bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about-bann__bot-year {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 100px;
    width: 355px
}

.about-bann__bot-quote {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    max-width: 775px
}

.about-bann__bot-head {
    margin-bottom: 45px;
    font-weight: 500;
    font-size: 48px
}

.about-bann__bot-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 17px;
    color: #666
}

.about-bann__bot-list li {
    margin-bottom: 12px
}

.about-bann__bot-list li:last-child {
    margin-bottom: 0
}

.about-bann__bot-quote {
    opacity: .9;
    margin-top: -.1em;
    line-height: 1.4;
    font-size: 20px
}

.about-bann__bot-quote>:last-child {
    margin-bottom: 0
}

.about-gallery {
    margin: 90px 0
}

.about-gallery__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .625%;
    max-width: 1920px;
    margin: 0 auto
}

.about-gallery__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.about-gallery__col:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 44.375%
}

.about-gallery__col img {
    display: block;
    width: 100%
}

.about-video {
    margin: 90px 0 100px
}

.about-video__box {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 7% 9.45%;
    background: #f5f5f5 url(/local/templates/reBro/css/../img/about/ab-video.jpg) center/cover
}

.about-video__box-img {
    display: block;
    background: #000 no-repeat center/cover
}

.about-video__box-img img {
    display: block;
    width: 100%
}

.about-video__box-play {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(246,0,86,.8);
    -webkit-transition: .3s;
    transition: .3s
}

.about-video__box-play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -13px;
    border: 20px solid transparent;
    border-left: 35px solid #fff
}

.about-video__box iframe {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: inherit
}

.about-video__box:hover .about-video__box-play {
    background-color: #f60056
}

.about-video__box._loaded {
    cursor: default
}

.about-new {
    padding: 90px 0 100px
}

.about-new__slider .swiper {
    overflow: visible;
    cursor: url(/local/templates/reBro/css/../img/grab-cursor.svg),default
}

.about-new__slider .swiper-slide {
    width: 1000px
}

.about-new__slider .swiper-pagination-bullets {
    margin-top: 60px
}

.about-new__item-img {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 4px 60px rgba(0,0,0,.05);
    box-shadow: 0 4px 60px rgba(0,0,0,.05)
}

.about-new__item-content {
    margin: 25px 0 0 11%;
    max-width: 555px;
    opacity: .9;
    line-height: 1.45
}

.about-serv {
    margin: 90px 0 100px
}

.about-serv .about-title {
    max-width: 650px
}

.about-serv__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    gap: 24px
}

.about-serv__item {
    overflow: hidden;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 400px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    padding: 33px 40px 45px;
    color: inherit;
    -webkit-transition: .4s;
    transition: .4s
}

.about-serv__item:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: .4s;
    transition: .4s
}

.about-serv__item>* {
    width: 100%;
    max-width: 310px
}

.about-serv__item-head {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 140px;
    line-height: 1.2;
    font-weight: 600;
    font-size: 32px
}

.about-serv__item-content {
    opacity: .9;
    line-height: 1.4;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s
}

.about-serv__item-more {
    position: absolute;
    bottom: 50px;
    right: 20px;
    left: 40px;
    width: auto;
    max-width: none;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .2s;
    transition: .2s
}

.about-serv__item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f60056;
    text-decoration: none;
    color: #fff
}

.about-serv__item:hover:before {
    -webkit-transform: translateY(-60px) skewY(9deg);
    -ms-transform: translateY(-60px) skewY(9deg);
    transform: translateY(-60px) skewY(9deg)
}

.about-serv__item:hover .about-serv__item-content {
    -webkit-transform: translateY(-130px);
    -ms-transform: translateY(-130px);
    transform: translateY(-130px)
}

.about-serv__item:hover .about-serv__item-more {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: .2s .2s;
    transition: .2s .2s
}

.about-slider {
    padding: 90px 0 100px
}

.about-slider .about-title {
    margin-bottom: 45px
}

.about-slider__more {
    margin: 0 0 60px 115px
}

.about-slider .nav-arrow-next,.about-slider .nav-arrow-prev {
    background: #fff;
    color: #000
}

.about-slider .nav-arrow-next:hover,.about-slider .nav-arrow-prev:hover {
    background-color: var(--main-color);
    color: #fff
}

.about-slider .nav-arrow-prev {
    left: 50px
}

.about-slider .nav-arrow-next {
    right: 50px
}

.about-slider .swiper-slide {
    min-height: 275px;
    background: rgba(0,0,0,.1) no-repeat center/cover
}

.about-slider .swiper-slide:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 58.4%
}

.ab-contacts {
    margin: 90px 0 100px
}

.ab-contacts__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 60px;
    margin-left: 115px
}

.ab-contacts__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.ab-contacts__col._blog {
    max-width: 42%
}

.ab-contacts__head {
    margin-bottom: 20px;
    line-height: 1.1;
    font-weight: 700;
    font-size: 100px
}

.ab-contacts__descr {
    opacity: .9;
    max-width: 430px;
    font-size: 1.35em
}

.ab-contacts__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px 35px;
    margin-top: 35px
}

.checkout-pay-jur .info-box {
    margin-bottom: 35px
}

.more-shops__no-match {
    display: none
}

.more-shops__row._hide,.more-shops__row._inn-hide>div:nth-child(n+5) {
    display: none!important
}

.product-choice__grid label>span {
    position: relative
}

.product-choice__grid label._unavailable>input~span {
    color: #ccc
}

.product-choice__grid label._unavailable>input~span .img-box {
    opacity: .2
}

.product-choice__grid label._unavailable>input~span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    border-bottom: 1px solid #f60056;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.info-box._star {
    padding-left: 60px;
    background: rgba(246,0,86,.03)
}

.info-box._star:before {
    content: "\e92c";
    left: 22px;
    font-size: 20px;
    color: #f60056
}

.registration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: var(--app-height)
}

.registration__img {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    position: relative;
    padding: 60px;
    background: url(/local/templates/reBro/css/../img/registration.jpg) 50% 15%/cover
}

.registration__logo {
    position: relative;
    z-index: 5;
    display: block;
    width: 150px
}

.registration__main {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 50%;
    padding: 60px
}

.registration__box {
    position: relative;
    z-index: 5;
    max-width: 430px;
    margin: 0 auto
}

.registration__box .link-more {
    margin-bottom: 35px
}

.registration__box .info-box {
    margin-bottom: 30px
}

.registration__box .form-options {
    margin: 22px 0
}

.registration__policy {
    margin-top: 22px;
    text-align: center;
    font-size: 11px;
    opacity: .4
}

.registration__policy a {
    text-decoration: underline;
    color: inherit
}

.registration__policy a:hover {
    text-decoration: none
}

.nav-arrow-next._gray,.nav-arrow-prev._gray {
    background-color: rgba(120,120,120,.2);
    color: #fff
}

.nav-arrow-next._gray:hover,.nav-arrow-prev._gray:hover {
    background-color: #787878
}

.btn._light.disabled,.btn._light:disabled {
    background: rgba(255,255,255,.1)!important;
    color: inherit!important
}

.title._grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.title._grid .title__head {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.title._grid .content {
    margin-top: 12px;
    width: 100%
}

.title._grid .content p {
    max-width: 660px
}

.tabs__item .title:nth-child(n+2) {
    margin-top: 75px
}

.info-box._bg-none {
    padding: 0 0 0 31px;
    background: 0 0
}

.info-box._bg-none:before {
    top: 50%;
    left: 0;
    margin-top: -.5em;
    font-size: 16px;
    color: var(--main-color)
}

.supp-info._norm {
    font-size: 1rem
}

.supp-info._norm .supp-info__img {
    margin-right: 25px;
    width: 75px;
    height: 75px
}

.supp-info-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 45px 0
}

.supp-info-line:first-child {
    margin-top: 0
}

.supp-info-line:last-child {
    margin-bottom: 0
}

.supp-info-line .info-box {
    margin-left: auto;
    width: 460px
}

.supp-info-line__phone {
    position: relative;
    margin-left: 40px;
    padding-left: 45px
}

.supp-info-line__phone:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -18px;
    border-right: 1px solid rgba(0,0,0,.1);
    height: 36px
}

.supp-info-line__phone p {
    margin-bottom: 0;
    color: #7c7c7c
}

.supp-info-line__phone a {
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    color: inherit
}

.supp-info-line__phone a:hover {
    text-decoration: none;
    color: inherit
}

.cat-advant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    border-radius: 10px;
    background: #fff
}

.cat-advant._bd {
    background: 0 0;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.05)
}

.cat-advant__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 25px
}

.cat-advant__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.cat-advant__descr {
    opacity: .5
}

.cat-advant__img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-top: 10px;
    width: 65px;
    height: 65px
}

.cat-advant__action {
    margin-top: 35px
}

.cr-terms+.cr-terms {
    margin-top: 75px
}

.cr-terms._bd .cr-terms__row {
    border-bottom: 1px solid #e7e7e7
}

.cr-terms._bd .cr-terms__row:nth-child(n) {
    background: 0 0
}

.cr-terms._bd .cr-terms__col._title {
    padding-left: 0
}

.product-icons .ic {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pr-labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px 17px;
    margin: 0 0 25px;
    padding: 0;
    min-height: 22px;
    list-style: none;
    line-height: 1;
    font-weight: 700;
    font-size: 12px
}

.pr-labels__col {
    position: relative
}

.pr-labels__col:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -1px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #d9d9d9
}

.pr-labels__col:last-child:before {
    display: none
}

.pr-labels__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    padding: 0 8px;
    height: 22px;
    line-height: 23px;
    -webkit-transition: .3s;
    transition: .3s
}

.pr-labels__item:hover {
    text-decoration: none
}

.pr-labels__item img {
    margin: -.2em .1em 0 0;
    max-height: 12px
}

.pr-labels__item._green {
    padding: 0;
    color: #82c01c
}

.pr-labels__item._blue {
    padding: 0;
    color: #55abef
}

.pr-labels__item._gr-dark {
    background: -webkit-gradient(linear,left top,right top,from(#000),to(#666));
    background: linear-gradient(90deg,#000 0,#666 100%);
    color: #fff
}

.pr-labels__item._gr-green {
    background: -webkit-gradient(linear,left top,right top,from(#5ca770),to(#82c01c));
    background: linear-gradient(90deg,#5ca770 0,#82c01c 100%);
    color: #fff
}

.pr-labels__item._bg-blue {
    background: #55abef;
    color: #fff
}

.pr-labels__item._bg-biege {
    background: #b69b74;
    color: #fff
}

.pr-labels__item._bg-orange {
    background: #ff3c26;
    color: #fff
}

.pr-labels__item._gr-orange {
    background: -webkit-gradient(linear,right top,left top,from(#eba055),to(#e16857));
    background: linear-gradient(270deg,#eba055 0,#e16857 100%);
    color: #fff
}

.pr-labels__item._more {
    background: #f2f2f2;
    color: #000
}

.pr-labels__item._more:hover {
    background-color: #e5e5e5
}

.pr-labels__item[class*=_bg-],.pr-labels__item[class*=_gr-] {
    font-size: 11px
}

.pr-labels__point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
    padding: 4px 5px 4px 3px;
    border-radius: 11px 2px 2px 11px;
    background: var(--main-color);
    font-weight: 400;
    line-height: 14px;
    font-size: 12px;
    color: #fff
}

.pr-labels__point .ic {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}

.pr-labels__point._ya-plus {
    background-color: #d345b1;
    background-image: -webkit-gradient(linear,left top,right top,from(#ff5c4d),color-stop(40%,#eb469f),to(#8341ef));
    background-image: linear-gradient(to right,#ff5c4d,#eb469f 40%,#8341ef)
}

.pr-labels__brand a {
    display: inline-block;
    vertical-align: middle
}

.pr-labels__brand img {
    max-width: 28px;
    max-height: 28px
}

.catalog-item__top {
    gap: 0
}

.catalog-item__top .pr-labels {
    margin: -1px 0 0
}

.catalog-item__img img {
    -webkit-transition: .3s;
    transition: .3s
}

.catalog-item__img img:nth-child(n+2) {
    opacity: 0
}

.catalog-item:hover .catalog-item__img img {
    opacity: 0
}

.catalog-item:hover .catalog-item__img img:last-child {
    opacity: 1
}

.bg-white {
    background: #fff
}

.title._center {
    text-align: center
}

.title._center .title__head {
    margin-left: auto;
    margin-right: auto
}

.title__head._sm {
    max-width: 560px
}

.new-shop-page,.sale-page {
    background-color: #f5f5f5
}

.inn-bann._sale {
    min-height: 260px;
    background-image: url(/local/templates/reBro/css/../img/bann/sale.jpg)
}

.inn-bann._sale .inn-bann__wrap {
    margin: 0 auto;
    text-align: center
}

.inn-bann._sale .inn-bann__head {
    font-weight: 500;
    line-height: 1;
    font-size: 48px
}

.catalog-item._sale {
    display: block;
    padding: 35px 25px;
    border-radius: 10px;
    background: #000 url(/local/templates/reBro/css/../img/catalog/sale-iphone.jpg) top center/cover;
    text-align: left;
    color: #fff
}

.catalog-item._sale:before {
    display: none
}

.catalog-item._sale>* {
    width: auto
}

.catalog-item-sale__logo {
    display: block;
    margin-bottom: 10px;
    max-width: 100%;
    max-height: 25px
}

.catalog-item-sale__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: .1em .5em
}

.catalog-item-sale__price>* {
    display: inline-block
}

.catalog-item-sale__price s {
    color: #6e6e73
}

.catalog-item-sale__price strong {
    font-size: 20px;
    color: #c9bba1
}

.categories-slider {
    overflow: visible
}

.categories-slider .swiper-slide {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s,visibility .2s;
    transition: opacity .2s,visibility .2s
}

.categories-slider .swiper-slide-visible {
    opacity: 1;
    visibility: visible
}

.categories-slider .category-item {
    -webkit-transition: .4s;
    transition: .4s
}

.categories-slider .category-item:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.categories-slider .category-item:hover .category-item__head {
    opacity: .8;
    color: #000
}

.big-services {
    overflow: visible
}

.big-service {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background: #000;
    color: #fff
}

.big-service__bg {
    display: block;
    padding-bottom: 73%;
    background: no-repeat center/cover;
    opacity: .75;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s,-webkit-transform 1s
}

.big-service__main {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 45px
}

.big-service__head {
    width: 100%;
    max-width: 410px
}

.big-service .link-more {
    color: inherit
}

.big-service:hover {
    text-decoration: none;
    color: #fff
}

.big-service:hover .big-service__bg {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.big-service:hover .link-more {
    opacity: .7
}

.swiper-mobile-helper {
    display: none;
    pointer-events: none;
    position: absolute;
    z-index: 15;
    top: 50%;
    right: -5px;
    margin-top: -22px;
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: rgba(255,255,255,.6);
    will-change: transform,opacity;
    opacity: 0
}

.swiper-mobile-helper._show {
    -webkit-animation: swiperHelper 1.3s ease 2 both;
    animation: swiperHelper 1.3s ease 2 both
}

.bot-content {
    border-top: 1px solid rgba(0,0,0,.1)
}

.bot-content__wrapper {
    overflow: hidden;
    position: relative;
    max-width: 890px;
    max-height: 240px
}

.bot-content__wrapper._hide:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#fff));
    background: linear-gradient(to bottom,rgba(255,255,255,0),#fff)
}

.bot-content__wrapper._hide._gray:after {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(245,245,245,0)),to(#f5f5f5));
    background: linear-gradient(to bottom,rgba(245,245,245,0),#f5f5f5)
}

.bot-content__wrapper._show {
    overflow: visible;
    max-height: none
}

.bot-content__wrap {
    line-height: 1.4;
    font-size: 12px;
    color: #7f7f7f
}

.bot-content .link-more {
    margin-top: 10px;
    font-size: 13px
}

@-webkit-keyframes swiperHelper {
    0% {
        opacity: 0
    }

    39% {
        opacity: 1
    }

    56% {
        opacity: .5
    }

    77% {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
        opacity: 0
    }
}

@keyframes swiperHelper {
    0% {
        opacity: 0
    }

    39% {
        opacity: 1
    }

    56% {
        opacity: .5
    }

    77% {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
        opacity: 0
    }
}

.big-bann {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: calc(100vh - 130px);
    background: #000 no-repeat center/cover;
    color: #fff
}

.big-bann._new-shop {
    background-image: url(/local/templates/reBro/css/../img/bann/new-shop.jpg)
}

.big-bann:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.4)));
    background: linear-gradient(to bottom,rgba(0,0,0,.1),rgba(0,0,0,.4))
}

.big-bann .inn-title {
    border-bottom: 1px solid rgba(255,255,255,.2)
}

.big-bann .breadcrumbs {
    color: #fff
}

.big-bann__wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0 70px;
    text-align: center
}

.big-bann__content>:last-child {
    margin-bottom: 0
}

.big-bann__content h1 {
    font-weight: 500;
    line-height: 1.15;
    font-size: 48px
}

.shop-stand-big {
    margin-bottom: 30px;
    border-radius: 10px;
    background: #fff
}

.shop-stand-big__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 50px
}

.shop-stand-big__head {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%;
    margin: 0;
    padding-right: 40px
}

.shop-stand-big__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.shop-stand-big__descr {
    opacity: .9;
    margin-bottom: 30px;
    max-width: 660px;
    line-height: 1.4;
    font-size: 18px
}

.shop-stand-big__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 35px;
    margin: 0;
    padding: 0;
    list-style: none
}

.shop-stand-big__img {
    overflow: hidden;
    min-height: 245px;
    border-radius: 0 0 10px 10px;
    background: no-repeat center/cover
}

.shop-stand-big__img:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 48.3%
}

.shop-stand-slider.is-destroy .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px -30px;
    width: auto;
    height: auto
}

.shop-stand-slider.is-destroy .swiper-slide {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
    height: auto;
    padding: 0 12px 30px
}

.shop-stand-slider.is-destroy .swiper-pagination {
    display: none
}

.shop-stand-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    background: #fff
}

.shop-stand-item__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 40px 50px 55px
}

.shop-stand-item__main>:last-child {
    margin-bottom: 0
}

.shop-stand-item__head {
    margin-bottom: 25px
}

.shop-stand-item__descr {
    opacity: .9;
    line-height: 1.4;
    font-size: 18px
}

.shop-stand-item__img {
    overflow: hidden;
    min-height: 245px;
    border-radius: 0 0 10px 10px;
    background: no-repeat center/cover
}

.shop-stand-item__img:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 68.18%
}

.marquee {
    padding: 10px 0;
    background: #ff3c26;
    color: #fff
}

.marquee__wrap {
    overflow: hidden;
    white-space: nowrap;
    line-height: 20px;
    font-size: 13px
}

.marquee__wrap span {
    display: inline-block;
    position: relative;
    margin-right: 23px
}

.marquee__wrap span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -13px;
    margin-top: -1px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff
}

.catalog-more-btn {
    margin-top: 55px;
    text-align: center
}

.new-shop-catalog .catalog-row {
    margin-top: 0
}

.shop-offer {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 80px 40px;
    height: 645px;
    border-radius: 10px;
    background: #000 no-repeat center/cover;
    text-align: center;
    color: #fff
}

.shop-offer:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background: rgba(0,0,0,.2)
}

.shop-offer__main {
    width: 100%;
    max-width: 520px;
    margin: 0 auto
}

.shop-offer__main .btn {
    margin-top: 25px
}

.advants-row {
    --bs-gutter-y: 24px
}

.btn.loading {
    pointer-events: none;
    -webkit-transition: none;
    transition: none
}

.btn-count {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 3px;
    margin: -.6em 6px 0 0;
    border-radius: 10px;
    background: var(--main-color);
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: 500;
    font-size: 12px;
    color: #fff
}

.btn-loader {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #000;
    color: #fff
}

.btn-loader:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    -webkit-animation: spin .5s linear infinite;
    animation: spin .5s linear infinite
}

.btn._light .btn-loader {
    background-color: #fff;
    color: #000
}

.btn._main .btn-loader {
    background-color: var(--main-color)
}

.btn._gray .btn-loader {
    background: #f2f2f2;
    color: #000
}

.btn._accent.loading {
    background: #f6f6f6
}

.btn._accent .btn-loader {
    background: #f6f6f6;
    color: #000
}

.btn._between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    min-width: auto;
    text-align: left
}

.btn._between span:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.btn._between span._small {
    font-weight: 400;
    font-size: 13px
}

.btn._between .ic {
    margin: 0
}

.btn._gray.added {
    padding-left: 0;
    padding-right: 0;
    background: 0 0!important;
    color: var(--main-color)
}

.btn._gray.added:hover {
    color: var(--main-color-hover)
}

.btn._gray.added.loading {
    color: transparent
}

.btn._gray.added .btn-loader {
    background: 0 0;
    color: var(--main-color)
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.form-range__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px
}

.form-range__fields-sep {
    width: 12px;
    height: 2px;
    background: currentColor
}

.form-range__field {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: block;
    position: relative
}

.form-range__field .form-field {
    color: #7f7f7f
}

.form-range__field._from:before,.form-range__field._to:before {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -.5em;
    line-height: 1;
    font-weight: 500
}

.form-range__field._from:before {
    content: "от"
}

.form-range__field._from .form-field {
    padding-left: 41px
}

.form-range__field._to:before {
    content: "до"
}

.form-range__field._to .form-field {
    padding-left: 43px
}

.filter-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.filter-btn__main {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 14px 19px;
    border-radius: 8px;
    border: 1px solid #ededed;
    font-weight: 500;
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.filter-btn__main:hover {
    border-color: #000;
    color: inherit
}

.filter-btn__main>* {
    display: inline-block
}

.filter-btn__main .ic {
    font-size: 20px
}

.filter-btn__main span {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.filter-btn__count {
    border-radius: 8px;
    padding: 0 10px;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    background: #000;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: #fff
}

.cart__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px
}

.service-item._offer {
    padding: 35px 35px 0;
    height: 625px;
    border-radius: 15px
}

.service-item._offer .service-item__top {
    margin-bottom: 20px
}

.service-item._offer .service-item__head {
    max-width: 325px
}

.tabs._buttons .tabs__btns-wrap {
    gap: 10px
}

.tabs._buttons .tabs__btns-wrap:after {
    display: none
}

.catalog-item._bg-none {
    padding-top: 20px
}

.catalog-item._bg-none:before {
    display: none
}

.catalog-item._bg-none:hover:before {
    display: block
}

.catalog-grid-slider {
    overflow: visible
}

.catalog-grid-slider.is-destroy .nav-arrow-next,.catalog-grid-slider.is-destroy .nav-arrow-prev {
    display: none
}

.catalog-grid-slider.is-destroy .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px -24px;
    width: auto;
    height: auto
}

.catalog-grid-slider.is-destroy .swiper-slide {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
    height: auto;
    padding: 0 12px 24px;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important
}

.catalog-item__btn .btn._bd.added {
    border: none!important;
    background: #f2f2f2;
    color: inherit
}

.catalog-item__btn .btn._bd.added .ic {
    color: var(--main-color)
}

.catalog-item__btn .btn._bd.added .ic-heart:before {
    content: "\e91a"
}

.catalog-item__btn .btn._bd.added .ic-bookmark:before {
    content: "\e92e"
}

.catalog-item__btn .btn._bd.added:hover {
    background-color: #ebebeb
}

.news-item-big__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center/cover;
    opacity: .8;
    -webkit-transition: .4s;
    transition: .4s
}

.news-item-big:hover .news-item-big__bg {
    opacity: .6;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.news-item__img span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center/cover;
    -webkit-transition: .4s;
    transition: .4s
}

.news-item:hover .news-item__img span {
    opacity: .85;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.visibility-slider {
    overflow: visible
}

.visibility-slider .swiper-slide {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s,visibility .2s;
    transition: opacity .2s,visibility .2s
}

.visibility-slider .swiper-slide-visible {
    opacity: 1;
    visibility: visible
}

.brands.bg-gray+.bg-gray {
    padding-top: 0;
    border-top: none
}

.brand-item {
    height: 85px;
    border-radius: 10px;
    background: #fff
}

.brand-item img {
    max-width: 100px;
    max-height: 45px
}

.news-home__mob-item {
    display: none
}

.news-home__slider .swiper {
    overflow: visible;
    width: auto;
    margin: 0 -12px
}

.news-home__slider .swiper-slide {
    width: 25%;
    padding: 0 12px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s,visibility .2s;
    transition: opacity .2s,visibility .2s
}

.news-home__slider .swiper-slide._big {
    width: 50%
}

.news-home__slider .swiper-slide-visible {
    opacity: 1;
    visibility: visible
}

.news-home__slider .swiper-scrollbar {
    margin-left: 12px;
    margin-right: 12px
}

.news-home__slider .nav-arrow-next,.news-home__slider .nav-arrow-prev {
    top: 117px
}

.news-home__slider .nav-arrow-prev {
    left: -10px
}

.news-home__slider .nav-arrow-next {
    right: -10px
}

.news-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 20px;
    font-size: 13px
}

.news-item-info__date {
    opacity: .9
}

.news-item-info__views {
    position: relative;
    padding-left: 1.7em;
    opacity: .9
}

.news-item-info__views .ic {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.5em;
    font-size: 1.1em
}

.foot-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.foot-main__first {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 44%;
    padding-right: 250px
}

.foot-main__first .messengers {
    margin-top: 20px
}

.foot-main__first .messengers .messenger-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    min-width: 40%
}

.foot-main__logo img {
    max-width: 155px
}

.foot-main__phone {
    margin-top: 48px;
    padding: 18px 25px;
    border-radius: 8px;
    background: #19191a;
    font-size: 15px;
    color: #7d7d82
}

.foot-main__phone a {
    cursor: default;
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    color: #fff
}

.foot-main__phone span {
    display: block;
    margin-top: 8px
}

.foot-main__menus {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    gap: 40px 75px
}

.foot-main__menu h6 {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 20px
}

.foot-main__menu ul {
    display: -ms-grid;
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 17px
}

.foot-main__menu a {
    -webkit-transition: .3s;
    transition: .3s;
    color: #7d7d82
}

.foot-main__menu a:hover {
    color: #fff
}

.foot-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    padding-top: 35px;
    border-top: 1px solid rgba(255,255,255,.1)
}

.foot-bot__first {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 44%;
    padding-right: 250px
}

.foot-bot__descr {
    margin-top: 5px;
    line-height: 1.35;
    font-size: 13px;
    color: #7d7d82
}

.foot-bot__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px 75px
}

.foot-bot__links {
    width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px
}

.foot-bot__links li {
    margin-bottom: 12px
}

.foot-bot__links li:last-child {
    margin-bottom: 0
}

.foot-bot__links a {
    color: #7d7d82;
    -webkit-transition: .3s;
    transition: .3s
}

.foot-bot__links a:hover {
    color: #fff
}

.foot-bot__dev {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-left: auto
}

.foot-bot__dev a {
    opacity: .5;
    -webkit-transition: .3s;
    transition: .3s
}

.foot-bot__dev a:hover {
    opacity: 1
}

.reset-btn._inn {
    opacity: 1;
    font-size: 1em
}

.reset-btn._inn .ic {
    font-size: 1em
}

.reset-btn._inn:hover {
    color: var(--main-color)
}

.mob-menu .popup__wrap {
    padding: 20px 0 0!important
}

.mob-menu__main {
    padding-bottom: 30px
}

.mob-menu__bottom {
    padding: 25px 0;
    background: #f6f6f6
}

.mob-menu__city {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e6;
    font-weight: 500;
    font-size: 15px
}

.mob-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 600;
    font-size: 20px
}

.mob-menu__list li {
    margin-bottom: 16px
}

.mob-menu__list li:last-child {
    margin-bottom: 0
}

.mob-menu__list a {
    display: block;
    position: relative;
    padding-right: 20px;
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.mob-menu__list a:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.5em;
    content: "\e904";
    font-family: icomoon;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-size: 14px;
    color: #9a9d9e
}

.mob-menu__list a:hover {
    color: var(--main-color)
}

.mob-menu__submenu {
    display: -ms-grid;
    display: grid;
    gap: 12px 20px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
    font-size: 17px
}

.mob-menu__submenu a {
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.mob-menu__submenu a:hover {
    color: var(--main-color)
}

.mob-menu__serv {
    background: #f6f6f6;
    border-bottom: 1px solid #e5e5e6
}

.mob-menu__serv-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 19px 0;
    font-size: 15px;
    color: #000
}

.mob-menu__serv-btn:hover {
    color: #000
}

.mob-menu__serv-btn>* {
    display: inline-block
}

.mob-menu__serv-btn .ic-bars {
    font-size: 16px
}

.mob-menu__serv-btn .ic-chevron-right {
    font-size: 14px;
    color: #9a9d9e
}

.mob-menu__serv-btn>span {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.mob-menu__phone {
    padding: 20px 0;
    background: #f6f6f6
}

.mob-menu__phone-box {
    padding: 18px 25px;
    border-radius: 8px;
    background: #fff;
    font-size: 15px;
    color: #7d7d82
}

.mob-menu__phone-box a {
    cursor: default;
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    color: #000
}

.mob-menu__phone-box span {
    display: block;
    margin-top: 8px
}

.err-sect {
    text-align: center
}

.err-sect__icon {
    margin-bottom: 40px
}

.err-sect__head {
    margin-bottom: 20px
}

.err-sect__descr {
    max-width: 460px;
    margin: 0 auto;
    line-height: 1.45;
    color: #7f7f7f
}

.err-cats {
    margin-top: 60px
}

.err-cats__title {
    margin-bottom: 30px;
    text-align: center
}

.err-cats__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7,1fr);
    gap: 20px;
    max-width: 1240px;
    margin: 0 auto
}

.err-cats__grid .category-item {
    padding: 25px 20px;
    -webkit-box-shadow: 0 4px 35px rgba(0,0,0,.07);
    box-shadow: 0 4px 35px rgba(0,0,0,.07)
}

.err-cats__grid .category-item__img {
    margin-bottom: 20px;
    height: 72px
}

.product__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 25px
}

.product__top .pr-labels {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin: 0
}

.product__title {
    margin-bottom: 30px
}

.product__descr {
    color: #86868a
}

.product-choice__head .hint-item.ic {
    color: #9d9d9d
}

.hint-item.ic {
    display: inline-block;
    vertical-align: middle;
    margin-left: .3em;
    cursor: default;
    font-size: 17px;
    color: #bfbfbf;
    -webkit-transition: .3s;
    transition: .3s
}

.hint-item.ic._open {
    color: var(--main-color)
}

a.hint-item.ic {
    cursor: pointer
}

.hint-modal {
    display: none;
    position: absolute;
    z-index: 11000;
    padding: 15px 18px;
    width: 320px;
    border-radius: 8px;
    background: #000;
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.1);
    box-shadow: 0 0 35px rgba(0,0,0,.1);
    color: #fff;
    -webkit-animation: .3s tooltipTopOut forwards;
    animation: .3s tooltipTopOut forwards
}

.hint-modal._small {
    width: auto;
    padding: 10px 12px
}

.hint-modal._w-auto {
    width: auto
}

.hint-modal__triangle {
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: 0;
    margin: 0 0 -5px -5px;
    width: 10px;
    height: 10px;
    background: inherit;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hint-modal__content {
    line-height: 1.35;
    font-size: 13px
}

.hint-modal__content>* {
    margin-bottom: 8px
}

.hint-modal__content>:last-child {
    margin-bottom: 0
}

.hint-modal._show {
    -webkit-animation-name: tooltipTopIn;
    animation-name: tooltipTopIn
}

.hint-modal._right {
    -webkit-animation-name: tooltipRightOut;
    animation-name: tooltipRightOut
}

.hint-modal._right._show {
    -webkit-animation-name: tooltipRightIn;
    animation-name: tooltipRightIn
}

.hint-modal._right .hint-modal__triangle {
    bottom: 50%;
    left: 0
}

.hint-modal._left {
    -webkit-animation-name: tooltipLeftOut;
    animation-name: tooltipLeftOut
}

.hint-modal._left._show {
    -webkit-animation-name: tooltipLeftIn;
    animation-name: tooltipLeftIn
}

.hint-modal._left .hint-modal__triangle {
    bottom: 50%;
    left: auto;
    right: 0;
    margin: 0 -5px -5px 0
}

@-webkit-keyframes tooltipTopIn {
    0% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes tooltipTopIn {
    0% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes tooltipTopOut {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
        opacity: 0
    }
}

@keyframes tooltipTopOut {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
        opacity: 0
    }
}

@-webkit-keyframes tooltipRightIn {
    0% {
        -webkit-transform: translateX(7px);
        transform: translateX(7px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes tooltipRightIn {
    0% {
        -webkit-transform: translateX(7px);
        transform: translateX(7px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes tooltipRightOut {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(7px);
        transform: translateX(7px);
        opacity: 0
    }
}

@keyframes tooltipRightOut {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(7px);
        transform: translateX(7px);
        opacity: 0
    }
}

@-webkit-keyframes tooltipLeftIn {
    0% {
        -webkit-transform: translateX(-7px);
        transform: translateX(-7px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes tooltipLeftIn {
    0% {
        -webkit-transform: translateX(-7px);
        transform: translateX(-7px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes tooltipLeftOut {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-7px);
        transform: translateX(-7px);
        opacity: 0
    }
}

@keyframes tooltipLeftOut {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-7px);
        transform: translateX(-7px);
        opacity: 0
    }
}

.hint-play-link {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.hint-play-link .ic {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.5em;
    font-size: 10px;
    color: var(--main-color)
}

.hint-play-link:hover {
    color: var(--main-color)
}

#tooltip {
    -webkit-animation: .3s tooltipTopIn forwards;
    animation: .3s tooltipTopIn forwards
}

#tooltip._hiding {
    -webkit-animation-name: tooltipTopOut;
    animation-name: tooltipTopOut
}

.guarantee-box {
    position: relative;
    padding: 30px 50px;
    border-radius: 10px;
    background: #eff3ff url(/local/templates/reBro/css/../img/guarantee-bg.svg) no-repeat center
}

.guarantee-box .hint-item {
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 20px;
    margin: 0
}

.guarantee-box__content {
    text-align: center;
    font-weight: 600;
    font-size: 20px
}

.product .guarantee-box {
    margin-top: 50px
}

.product-tabs__wrap {
    padding-top: 25px;
    background: #f6f6f6
}

.product-tabs__wrap .tabs__btns-wrap:after {
    display: none
}

.product-tabs__row {
    margin-bottom: 70px;
    padding-bottom: 75px;
    border-bottom: 5px solid #f5f5f5
}

.product-tabs__row:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.more-box-btn {
    display: none;
    position: relative;
    z-index: 10;
    -webkit-transition: .4s;
    transition: .4s
}

.more-box-btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 160px;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(90%,#fff));
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 90%);
    -webkit-transition: opacity .2s,visibility .2s;
    transition: opacity .2s,visibility .2s
}

.more-box-btn__wrap {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    padding: 0 15px;
    height: 50px;
    border-radius: 8px;
    background: #000;
    font-size: 15px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.more-box-btn__wrap>* {
    display: inline-block
}

.more-box-btn__wrap span {
    font-size: 13px
}

.more-box-btn__wrap:hover {
    background-color: #262626
}

.more-box-btn__wrap._light {
    background: #fff;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.07);
    box-shadow: 0 0 40px rgba(0,0,0,.07);
    color: #000
}

.more-box-btn__wrap._light:hover {
    background-color: #e6e6e6;
    -webkit-box-shadow: none;
    box-shadow: none
}

.more-box-btn.active {
    padding-top: 20px
}

.more-box-btn.active:after {
    opacity: 0;
    visibility: hidden
}

.more-box-btn.active .more-box-btn__wrap .ic-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.specs .more-box {
    overflow: hidden;
    height: 640px
}

.store-avail {
    padding: 30px 30px 35px;
    border-radius: 10px;
    background: #f6f6f6
}

.store-avail__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

.store-avail__row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.store-avail__row._head {
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 13px;
    color: #999
}

.store-avail__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding-right: 25px
}

.store-avail__col:last-child {
    padding-right: 0
}

.store-avail__col._title>* {
    margin-bottom: 5px
}

.store-avail__col._title>:last-child {
    margin-bottom: 0
}

.store-avail__col._title .h6,.store-avail__col._title h6 {
    font-weight: 500;
    font-size: 1em
}

.store-avail__col._title p {
    opacity: .5;
    font-size: 13px
}

.store-avail__col._avail {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 225px
}

.store-avail__col._clock {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 26%
}

.store-avail__col._last {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 180px
}

.product-line {
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .5s,-webkit-box-shadow .5s;
    transition: -webkit-transform .5s,-webkit-box-shadow .5s;
    transition: transform .5s,box-shadow .5s;
    transition: transform .5s,box-shadow .5s,-webkit-transform .5s,-webkit-box-shadow .5s
}

.product-line._show {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-box-shadow: 0 4px 25px rgba(0,0,0,.05);
    box-shadow: 0 4px 25px rgba(0,0,0,.05)
}

.product-line._menu {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-box-shadow: none;
    box-shadow: none
}

.product-line__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 70px
}

.product-line .tabs {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.product-line .tabs__btns {
    margin: 0
}

.product-line .tabs__btns-wrap:after {
    display: none
}

.product-line__info {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 365px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.product-line__info-img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 35px;
    height: 35px
}

.product-line__info-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.product-line__info-head {
    position: relative;
    margin: 0;
    line-height: 1;
    height: 1em;
    font-weight: 500;
    font-size: 13px
}

.product-line__info-head span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.product-line__info .price {
    margin: 4px 0 0;
    font-size: 12px
}

.favorite-btn {
    display: inline-block;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 8px;
    width: 55px;
    height: 55px;
    line-height: 53px;
    text-align: center;
    font-size: 22px;
    color: #a6a6a6;
    -webkit-transition: .3s;
    transition: .3s
}

.favorite-btn:hover {
    color: #000
}

.favorite-btn.added {
    color: var(--main-color)
}

.favorite-btn.added.ic-heart:before {
    content: "\e91a"
}

.mob-product-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.mob-product-action__btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.mob-product-action .favorite-btn {
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 20px
}

.info-box._icon-none {
    padding: 24px
}

.info-box._icon-none:before {
    display: none
}

.product-descr-container {
    max-width: 800px;
    margin: 0 auto
}

.product__top-specs {
    margin-top: 40px
}

.product__top-specs h6 {
    margin-bottom: 20px
}

.product__top-specs table {
    width: 100%;
    font-size: 13px
}

.product__top-specs td {
    padding: 11px 10px;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

.product__top-specs td:first-child {
    padding-left: 0;
    opacity: .5
}

.product__top-specs td:last-child {
    padding-right: 0
}

.product__top-specs tr:first-child td {
    padding-top: 0
}

.product__top-specs tr:last-child td {
    padding-bottom: 0;
    border-bottom: none
}

.header__phone {
    position: relative;
    display: inline-block;
    margin-right: 28px;
    padding-right: 29px;
    font-weight: 500
}

.header__phone:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    height: 20px;
    border-right: 1px solid rgba(255,255,255,.25)
}

.header__phone a {
    cursor: default;
    color: inherit
}

.quantity {
    position: relative;
    width: 70px
}

.quantity__field input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: 0 30px 0 12px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: #f6f6f6;
    text-align: center;
    height: 40px;
    line-height: 38px;
    font-weight: 500;
    font-size: 13px;
    color: #000;
    -webkit-transition: .3s;
    transition: .3s
}

.quantity__field input:hover {
    border-color: rgba(0,0,0,.1)
}

.quantity__field input:focus {
    border-color: #000;
    background-color: #fff
}

.quantity__field input[disabled] {
    opacity: 1;
    border-color: transparent
}

.quantity__descr {
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -.5em;
    opacity: .35;
    line-height: 1;
    font-size: 13px;
    color: #000
}

.cart-item__head {
    margin-bottom: 20px
}

.cart-item__links {
    margin: 0;
    padding: 0;
    list-style: none
}

.cart-item__links._bot {
    margin-top: 15px
}

.cart-item__links._mob {
    display: none
}

.cart-item__links li:nth-child(n+2) {
    margin-top: 10px
}

.cart-item__boxes {
    margin-top: 25px;
    width: 100%
}

.cart-item__boxes-wrap {
    max-width: 430px
}

.cart-item__boxes-wrap>:nth-child(n+2) {
    margin-top: 8px
}

.cart-item__guarantee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border-radius: 8px;
    background: rgba(40,113,219,.05)
}

.cart-item__guarantee-icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 24px;
    max-height: 24px
}

.cart-item__guarantee-descr {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    font-weight: 600;
    font-size: 13px
}

.cart-item__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 10px;
    margin-left: 65px;
    width: 230px
}

.cart-item__action .quantity {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.cart-item__action-top>:last-child {
    margin-bottom: 0
}

.cart-item__price {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: -ms-grid;
    display: grid;
    gap: 3px;
    text-align: right;
    font-size: 15px
}

.cart-item__price>* {
    display: block
}

.cart-item__price s,.cart-item__price span {
    font-size: 12px;
    opacity: .35
}

.cart-item__del {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: inline-block;
    margin-left: 15px;
    opacity: .4;
    font-size: 15px;
    color: #000;
    -webkit-transition: .3s;
    transition: .3s
}

.cart-item__del:hover {
    opacity: 1;
    color: #000
}

.promocode-form__head {
    margin-bottom: 10px;
    font-weight: 600
}

.promocode-form__wrap {
    position: relative
}

.promocode-form__wrap .form-field {
    padding-right: 60px
}

.promocode-form__wrap .form-field._success {
    padding-right: 10px
}

.promocode-form__btn {
    position: absolute;
    z-index: 5;
    top: 50%;
    right: 8px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    padding: 0;
    border: none;
    border-radius: 6px;
    background: #f5f5f7;
    font-size: 12px;
    color: #000;
    -webkit-transition: .3s;
    transition: .3s
}

.promocode-form__btn:hover {
    background-color: #e9e9ea
}

.promocode-form__reset {
    cursor: pointer;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s
}

.promocode-form__reset .ic {
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -.5em;
    font-size: 10px
}

.promocode-form__reset:hover {
    opacity: .7
}

.promocode-form__bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    letter-spacing: normal;
    font-size: 13px
}

.promocode-form__bot .reset-btn {
    opacity: 1
}

.promocode-form__bot .reset-btn .ic {
    font-size: 1em
}

.promocode-form__bot .reset-btn:hover {
    opacity: .7
}

.promocode-form__descr {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.promocode-form__descr._error {
    color: #ff5d5d
}

.catalog-item._accessory {
    padding: 0;
    font-size: 13px
}

.catalog-item._accessory:before {
    display: none
}

.catalog-item._accessory .price b {
    font-size: 15px
}

.catalog-item._accessory .catalog-item__img {
    max-height: 110px
}

a.catalog-item._accessory {
    color: inherit
}

a.catalog-item._accessory .catalog-item__head {
    -webkit-transition: color .3s;
    transition: color .3s
}

a.catalog-item._accessory:hover .catalog-item__head {
    color: var(--main-color)
}

.catalog-item__head._3 {
    height: 3.6em
}

.catalog-item__head._3 .link-head {
    max-height: 3.6em;
    -webkit-line-clamp: 3
}

.catalog-accessories-small.row {
    --bs-gutter-y: 50px
}

.popup .link-more-bottom:last-child {
    padding-bottom: 0
}

.checkout-choice__option {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    -webkit-transition: .15s;
    transition: .15s
}

.product-choice._colors .product-choice__grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px
}

.product-choice__color {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 50%
}

.product-choice__color span {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: inherit;
    -webkit-transition: .15s;
    transition: .15s
}

.product-choice__color span i {
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: inherit;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
    background: no-repeat center/cover
}

.product-choice__color span:hover {
    -webkit-box-shadow: inset 0 0 0 1px #ededed;
    box-shadow: inset 0 0 0 1px #ededed
}

.product-choice__color.active span {
    -webkit-box-shadow: inset 0 0 0 2px #000;
    box-shadow: inset 0 0 0 2px #000
}

.metro._small {
    font-size: 13px
}

.metro._small .ic {
    font-size: 18px
}

.shop-choice__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 23px 0;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.shop-choice__item:first-child {
    border-top: 1px solid rgba(0,0,0,.1)
}

.shop-choice__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.shop-choice__main>* {
    margin-bottom: 12px
}

.shop-choice__main>:last-child {
    margin-bottom: 0
}

.shop-choice__head {
    display: block;
    font-weight: 600
}

.shop-choice__head span {
    display: block;
    margin-top: 7px;
    font-weight: 400
}

.shop-choice__content {
    display: block;
    line-height: 1.35;
    font-size: 13px;
    opacity: .5
}

.shop-choice__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-left: 40px
}

.shop-choice__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px
}

.shop-choice__links>* {
    max-width: 100%
}

.checkout-back {
    display: none;
    padding: 24px 0
}

.checkout-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    margin: 32px 0 26px;
    padding-bottom: 26px;
    border-bottom: 1px solid #e5e5e6
}

.checkout-option>* {
    max-width: 100%
}

.checkout-total__head {
    font-weight: 600;
    font-size: 17px
}

.checkout-total .cart-aside__total li {
    margin-bottom: 17px
}

.checkout-total .cart-aside__total li:last-child {
    margin-bottom: 0
}

.checkout-total .cart-aside__total li._last {
    padding-top: 17px;
    border-top: 1px solid #e5e5e6;
    font-size: 20px
}

.checkout-total .btn {
    margin-top: 20px
}

.checkout-cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    font-size: 13px
}

.checkout-cart-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.checkout-cart-item__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.checkout-cart-item__main>* {
    margin-bottom: 12px
}

.checkout-cart-item__main>:last-child {
    margin-bottom: 0
}

.checkout-cart-item .cart-item__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 1em
}

.address-chosen {
    padding: 25px 30px 30px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 8px
}

.address-chosen .shop-choice__content {
    max-width: 400px
}

.address-chosen__action {
    margin-top: 25px
}

.mob-cart-action {
    position: fixed;
    z-index: 40;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px var(--app-gutter);
    background: #fff;
    -webkit-box-shadow: 0 -2px 20px 0 rgba(0,0,0,.15);
    box-shadow: 0 -2px 20px 0 rgba(0,0,0,.15);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s
}

.mob-cart-action._hide {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%)
}

.mob-cart-action .cart-aside__sum {
    margin: 0 0 12px;
    padding: 0;
    border: none
}

.credit-popup .title {
    margin-bottom: 0
}

.credit-popup .popup__bottom-wrap,.credit-popup .popup__wrap {
    padding-bottom: 0!important
}

.credit-main {
    padding-bottom: 45px
}

.credit-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 45px
}

.credit-top__descr {
    opacity: .9;
    margin-top: 20px;
    max-width: 660px;
    font-size: 17px
}

.credit-top .banks-logos {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.banks-logos__head {
    margin-bottom: 15px
}

.banks-logos__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 3px 0 0 3px
}

.banks-logos__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: -3px 0 0 -3px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: no-repeat center/cover;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff
}

.credit-item,.credit-item__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 24px
}

.credit-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0;
    border-top: 1px solid rgba(0,0,0,.05)
}

.credit-item:last-child {
    padding-bottom: 0
}

.credit-item__title {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 320px
}

.credit-item__head {
    margin-bottom: 0
}

.credit-item__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.credit-item__info {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 120px
}

.credit-item__info._pay {
    width: 200px
}

.credit-item__info-head {
    margin-bottom: 3px;
    opacity: .5
}

.credit-item__info-descr {
    font-weight: 500
}

.popup-bottom-content {
    padding: 45px 0;
    background: #f6f6f6
}

.popup-bottom-content .row {
    --bs-gutter-y: 16px
}

.popup-bottom-content .content {
    line-height: 1.35;
    font-size: 12px;
    opacity: .5
}

.popup-bottom-content__more {
    margin-top: 20px;
    font-size: 13px
}

.popup__bottom-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.popup__bottom-col._main {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
    padding-right: 115px
}

.popup__bottom-col._side {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
    position: relative
}

.trade-popup .popup__bottom-wrap,.trade-popup .popup__wrap {
    padding-bottom: 0!important
}

.trade-main {
    padding-bottom: 65px
}

.trade-main__subtitle {
    margin-bottom: 40px;
    max-width: 660px;
    opacity: .9;
    font-size: 17px
}

.trade-main__step-head {
    margin-bottom: 30px;
    opacity: .5;
    font-size: 13px
}

.trade-dropdown {
    position: relative;
    margin-bottom: 25px
}

.trade-dropdown__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .2em;
    line-height: 1.2
}

.trade-dropdown__head>* {
    display: inline-block
}

.trade-dropdown__head>a {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    position: relative;
    height: 1.2em
}

.trade-dropdown__head>a span {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    padding-right: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.trade-dropdown__head>a span:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.5em;
    content: "\e906";
    font-family: icomoon;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-size: .7em
}

.trade-dropdown__wrap {
    display: none;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    right: 0;
    margin: 20px 0 0;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.1);
    box-shadow: 0 0 40px rgba(0,0,0,.1)
}

.trade-dropdown__wrap:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom: 10px solid #fff
}

.trade-dropdown__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    padding: 30px
}

.trade-dropdown__tab {
    cursor: pointer;
    display: inline-block;
    padding: 12px 15px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    font-size: 13px;
    -webkit-transition: .3s;
    transition: .3s
}

.trade-dropdown__tab:hover {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.25);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.25)
}

.trade-dropdown__tab.active {
    -webkit-box-shadow: inset 0 0 0 2px #000;
    box-shadow: inset 0 0 0 2px #000
}

.trade-dropdown__lists {
    overflow: auto;
    max-height: 250px;
    font-size: 15px
}

.trade-dropdown__lists ul {
    margin: 0;
    padding: 0 30px 30px;
    list-style: none
}

.trade-dropdown__lists ul:nth-child(n+2) {
    display: none
}

.trade-dropdown__lists li {
    margin-bottom: 17px
}

.trade-dropdown__lists li:last-child {
    margin-bottom: 0
}

.trade-dropdown__lists span {
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.trade-dropdown__lists span:hover {
    color: var(--main-color)
}

.trade-dropdown__link {
    display: block;
    margin-top: 25px;
    padding: 15px 20px;
    border-radius: 8px;
    background: #f4f8fd;
    font-size: 13px
}

.trade-main__choices-row {
    --bs-gutter-y: 30px
}

.trade-main__choices-row .form-item:last-child {
    margin-bottom: 0
}

.trade-popup__step:nth-child(n+2) {
    display: none
}

.popup-aside {
    margin-bottom: 15px;
    padding: 30px;
    border-radius: 8px;
    background: #f6f6f6
}

.popup-aside:last-child {
    margin-bottom: 0
}

.popup-aside__product-img {
    height: 75px;
    margin-bottom: 20px
}

.popup-aside__product-img img {
    right: auto
}

.popup-aside__product-head {
    margin-bottom: 18px
}

.popup-aside__product-descr {
    margin: 18px 0 0;
    opacity: .3;
    line-height: 1.35;
    font-size: 12px
}

.popup-aside .cart-aside__total {
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid rgba(0,0,0,.05)
}

.popup-address-chosen {
    padding: 25px;
    border-radius: 8px;
    background: #f6f6f6
}

.popup-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 50px
}

.popup-action .btn._main {
    min-width: 205px
}

.popup-action__policy {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    max-width: 400px;
    margin-left: 45px;
    line-height: 1.35;
    font-size: 13px;
    opacity: .6
}

.preorder-popup .info-box {
    margin-bottom: 40px
}

.trade-main__choices-head {
    margin-bottom: 20px
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px!important;
    -webkit-transition: left .3s,opacity .15s,-webkit-transform .3s!important;
    transition: left .3s,opacity .15s,-webkit-transform .3s!important;
    transition: left .3s,transform .3s,opacity .15s!important;
    transition: left .3s,transform .3s,opacity .15s,-webkit-transform .3s!important
}

.header__user-box,.menu__cart {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.header__user-box._show {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
    opacity: 1;
    visibility: visible
}

.menu__cart._show {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
    opacity: 1;
    visibility: visible
}

.menu__cart.loading {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden
}

.popup._medium .popup__wrap {
    padding: 0
}

.popup__medium-wrap {
    padding: 35px 40px 40px
}

.popup__medium-bottom {
    padding: 35px 40px;
    background: #f6f6f6;
    border-radius: 0 0 10px 10px
}

.popup .option-video {
    margin-top: 35px
}

.popup__medium-supp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup__medium-supp-phone {
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid #ededed;
    font-size: 13px
}

.popup__medium-supp-phone p {
    margin-bottom: 4px
}

.popup__medium-supp-phone a {
    font-weight: 600;
    font-size: 15px;
    color: inherit
}

.option-video {
    padding-bottom: 15px
}

.option-video img {
    display: block;
    width: 100%;
    border-radius: 10px
}

.option-video__box {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background: #eee;
    height: 300px
}

.option-video__descr {
    margin-top: 20px;
    opacity: .5;
    text-align: center;
    font-size: 13px
}

.popup__title {
    font-size: 17px
}

.popup__title>* {
    margin-bottom: 25px
}

.popup__title>:last-child {
    margin-bottom: 0
}

.popup._medium-form .form-policy {
    margin-top: 25px;
    text-align: center
}

.menu__cart {
    position: absolute;
    z-index: 19;
    right: -22px;
    top: 100%;
    width: 430px
}

.menu__cart:before {
    content: "";
    position: absolute;
    z-index: 2;
    right: 25px;
    bottom: 100%;
    border: 10px solid transparent;
    border-bottom: 8px solid #fff
}

.menu__cart-wrapper {
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.1);
    box-shadow: 0 0 35px rgba(0,0,0,.1);
    color: #000
}

.menu__cart-head {
    margin: 0;
    padding: 22px 30px 20px
}

.menu__cart-items {
    overflow: auto;
    max-height: 310px;
    padding: 0 30px 30px
}

.menu__cart-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 20px 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    box-shadow: 0 0 15px rgba(0,0,0,.1)
}

.menu__cart-total {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.menu__cart-total .price {
    font-size: 12px
}

.menu__cart-total .price b {
    font-size: 18px
}

.menu__cart-total-head {
    opacity: .5;
    margin-bottom: 2px;
    font-size: 13px
}

.menu__cart-empty {
    position: relative;
    padding: 45px 60px 55px;
    text-align: center
}

.menu__cart-empty-img {
    pointer-events: none;
    position: absolute;
    right: -20px;
    bottom: -10px;
    -webkit-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    transform: rotate(-17deg)
}

.menu__cart-empty-content>* {
    margin-bottom: 10px
}

.menu__cart-empty-content>:last-child {
    margin-bottom: 0
}

.menu__cart-empty-content p {
    opacity: .5;
    line-height: 1.35;
    font-size: 13px
}

.menu__cart-empty .btn {
    margin-top: 20px
}

.sm-cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.sm-cart-item:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ededed
}

.sm-cart-item__img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60px;
    height: 45px
}

.sm-cart-item__head {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    font-weight: 500;
    font-size: 13px
}

.sm-cart-item__del {
    cursor: pointer;
    font-size: 12px;
    opacity: .3;
    -webkit-transition: .3s;
    transition: .3s
}

.sm-cart-item__del:hover {
    opacity: 1
}

.bg-dark .breadcrumbs li:after,.bg-dark .breadcrumbs li:last-child {
    opacity: .5
}

.pr-big-gallery {
    display: none;
    overflow: hidden;
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--app-height);
    background: #fff
}

.pr-big-gallery__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: var(--app-height);
    padding-bottom: 6.9vh
}

.pr-big-gallery__top {
    position: relative;
    padding: 17px 50px;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

.pr-big-gallery__top-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px 30px
}

.pr-big-gallery__top .price._big b {
    font-size: 24px
}

.pr-big-gallery__close {
    position: absolute;
    z-index: 5;
    top: 50%;
    right: 28px;
    margin-top: -.5em;
    padding: 0;
    border: none;
    background: 0 0;
    font-size: 22px;
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.pr-big-gallery__close:hover {
    color: var(--main-color)
}

.pr-big-gallery__head {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin: 0
}

.pr-big-gallery__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 1115px;
    width: 100%;
    margin: 8.3vh auto;
    padding: 0 70px
}

.pr-big-gallery__thumbs {
    margin: 0 auto;
    width: 100%;
    max-width: 545px
}

.delivery-aside-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 20px
}

.delivery-aside-title__hint {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.delivery-aside-title__hint .hint-item {
    margin: 0
}

.delivery-aside__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

.delivery-aside__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.delivery-aside__item-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.delivery-aside__item-main>* {
    margin-bottom: 5px
}

.delivery-aside__item-main>:last-child {
    margin-bottom: 0
}

.delivery-aside__item-content {
    font-size: 13px;
    color: #7f7f7f
}

.advants-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px 0;
    margin: 0 -12px
}

.advants-grid__col {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 16.66%;
    padding: 0 12px
}

.advants-grid__col .advant-item {
    width: 100%
}

.advant-item {
    padding: 26px 22px 18px;
    border-radius: 10px;
    background: #fff
}

.advant-item__img {
    width: 45px;
    height: 45px;
    margin-bottom: 15px
}

.advant-item__img img {
    right: auto
}

.advant-item__head {
    margin-bottom: 15px
}

.advant-item__content {
    opacity: .5;
    font-size: 13px
}

.cats-slider .swiper-slide {
    margin-right: 5px;
    width: auto
}

.cats-slider__btn {
    cursor: pointer;
    display: inline-block;
    padding: 16px 20px;
    border-radius: 8px;
    background: #f6f6f6;
    white-space: nowrap;
    text-decoration: none;
    color: #000;
    -webkit-transition: .3s;
    transition: .3s
}

.cats-slider__btn:hover {
    background-color: #eaeaea;
    color: #000
}

.cats-slider__next,.cats-slider__prev {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    width: 50px;
    height: 100%;
    background: #fff;
    -webkit-transition: opacity .15s,visibility .15s;
    transition: opacity .15s,visibility .15s
}

.cats-slider__next:before,.cats-slider__prev:before {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 100px;
    height: 100%
}

.cats-slider__next>div,.cats-slider__prev>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #000;
    text-align: center;
    font-size: 12px;
    color: #fff;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.cats-slider__next>div .ic,.cats-slider__prev>div .ic {
    position: absolute;
    top: 50%;
    margin-top: -.5em
}

.cats-slider__next:hover>div,.cats-slider__prev:hover>div {
    background-color: #262626
}

.cats-slider__next.swiper-button-disabled,.cats-slider__prev.swiper-button-disabled {
    opacity: 0;
    visibility: hidden
}

.cats-slider__next.swiper-button-lock,.cats-slider__prev.swiper-button-lock {
    display: none!important
}

.cats-slider__prev {
    left: 0
}

.cats-slider__prev:before {
    left: 100%;
    background: -webkit-gradient(linear,left top,right top,from(#fff),to(rgba(255,255,255,0)));
    background: linear-gradient(to right,#fff,rgba(255,255,255,0))
}

.cats-slider__prev .ic {
    left: 0;
    right: 2px
}

.cats-slider__next {
    right: 0
}

.cats-slider__next:before {
    right: 100%;
    background: -webkit-gradient(linear,right top,left top,from(#fff),to(rgba(255,255,255,0)));
    background: linear-gradient(to left,#fff,rgba(255,255,255,0))
}

.cats-slider__next .ic {
    left: 2px;
    right: 0
}

.swiper-initialized .cats-slider__next,.swiper-initialized .cats-slider__prev {
    display: block
}

.big-cats {
    margin-bottom: 100px
}

.big-cats__row {
    gap: 24px 0
}

.big-cat-item {
    overflow: hidden;
    position: relative;
    padding: 60px 25px 250px;
    border-radius: 10px;
    background: #f5f5f5;
    text-align: center;
    color: #000
}

.big-cat-item__head {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 24px
}

.big-cat-item__head span {
    -webkit-transition: color .3s;
    transition: color .3s
}

.big-cat-item__head span:hover {
    color: var(--main-color)
}

.big-cat-item__descr {
    opacity: .6
}

.big-cat-item__img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
    max-width: 80%;
    max-height: 220px;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s,-webkit-transform .6s
}

.big-cat-item:hover {
    color: #000
}

.big-cat-item:hover .big-cat-item__img {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

.big-cat-item._small {
    padding: 40px 25px 175px
}

.big-cat-item._small .big-cat-item__img {
    bottom: -10px;
    max-height: 150px
}

.big-cat-item._small:hover .big-cat-item__img {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.category-item._big {
    padding: 35px;
    -webkit-transition: .3s;
    transition: .3s
}

.category-item._big .category-item__img {
    max-width: 200px;
    height: 110px;
    margin-bottom: 25px
}

.category-item._big .category-item__head {
    font-size: 17px;
    color: #000
}

.category-item._big:hover {
    -webkit-box-shadow: 0 4px 45px rgba(0,0,0,.07);
    box-shadow: 0 4px 45px rgba(0,0,0,.07)
}

.category-item._sub {
    padding: 40px 24px;
    -webkit-transition: opacity .2s,-webkit-box-shadow .3s;
    transition: opacity .2s,-webkit-box-shadow .3s;
    transition: box-shadow .3s,opacity .2s;
    transition: box-shadow .3s,opacity .2s,-webkit-box-shadow .3s
}

.category-item._sub .category-item__img {
    height: 70px;
    margin-bottom: 20px
}

.category-item._sub .category-item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 2.4em;
    line-height: 1.2;
    color: #000
}

.category-item._sub:hover {
    -webkit-box-shadow: 0 4px 45px rgba(0,0,0,.07);
    box-shadow: 0 4px 45px rgba(0,0,0,.07)
}

.inn-cats__row {
    gap: 35px 0
}

.inn-cats__issue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    padding: 25px 25px 30px;
    border-radius: 10px;
    background: #fafafa
}

.inn-cats__issue-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.inn-cats__issue-content>* {
    margin-bottom: 5px
}

.inn-cats__issue-content>:last-child {
    margin-bottom: 0
}

.inn-cats__issue-content h6 {
    font-weight: 500;
    font-size: 17px
}

.inn-cats__issue-content p {
    opacity: .6;
    font-size: 13px
}

.acc-bann {
    background: #fafafa
}

.acc-bann__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 40px
}

.acc-bann__main {
    max-width: 495px;
    padding: 60px 0;
    min-height: 385px
}

.acc-bann__main .breadcrumbs {
    margin-bottom: 60px
}

.acc-bann__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 3.3em;
    line-height: 1.1
}

.acc-bann__head h1 {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 1.1
}

.acc-bann__head strong {
    font-weight: inherit;
    color: #7c7c7c
}

.acc-bann__img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -ms-flex-item-align: end;
    align-self: flex-end;
    max-width: 600px;
    padding-top: 30px
}

.acc-bann__img img {
    display: block
}

.sub-categories-slider {
    overflow: visible
}

.sub-categories-slider .category-item {
    pointer-events: none;
    opacity: .5
}

.sub-categories-slider .swiper-slide-visible .category-item,.sub-categories-slider.is-destroy .category-item {
    pointer-events: auto;
    opacity: 1
}

.filter-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px
}

.filter-option {
    display: block;
    cursor: pointer;
    width: 100%;
    border-radius: 8px
}

.filter-option input {
    display: none
}

.filter-option input:checked~span {
    background-color: #f6f6f6
}

.filter-option input:checked~span:after {
    opacity: 1
}

.filter-option span {
    display: block;
    position: relative;
    padding: 13px 40px 13px 15px;
    border-radius: 8px;
    -webkit-transition: .3s;
    transition: .3s
}

.filter-option span:after {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -.5em;
    content: "\e917";
    font-family: icomoon;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.filter-option span:hover {
    background-color: #f6f6f6
}

.filter-option.disabled {
    pointer-events: none;
    opacity: .3
}

.product-credit .title {
    margin-bottom: 25px
}

.product-credit__subhead {
    max-width: 680px;
    margin-bottom: 50px;
    line-height: 1.3;
    font-size: 17px
}

.popup._filter .popup__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.popup._filter .popup__title {
    margin-bottom: 0;
    padding-bottom: 35px;
    border-bottom: 1px solid #ededed
}

.popup__filter {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative
}

.popup__filter:after {
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: -webkit-gradient(linear,left bottom,left top,from(#fff),to(rgba(255,255,255,0)));
    background: linear-gradient(to top,#fff,rgba(255,255,255,0))
}

.popup__filter>.scrollbar-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: -30px;
    height: 100%
}

.popup__filter-wrap {
    padding: 20px 30px 40px 0
}

.scrollbar-inner>.scroll-element {
    z-index: 100
}

.scrollbar-inner>.scroll-element.scroll-x {
    bottom: 0;
    height: 4px
}

.scrollbar-inner>.scroll-element.scroll-y {
    right: 0;
    width: 4px
}

.scrollbar-inner>.scroll-element .scroll-element_track {
    opacity: 0;
    background: currentColor
}

.scrollbar-inner>.scroll-element .scroll-bar {
    opacity: .1;
    background: currentColor!important
}

.scroll-element .scroll-arrow,.scroll-element .scroll-bar {
    cursor: pointer
}

.price .hint-item.ic {
    position: relative;
    top: -.15em;
    font-size: 13px
}

.hint-modal._price {
    padding: 16px;
    width: 170px;
    background-color: #fff;
    color: #000
}

.hint-price {
    font-weight: 500;
    font-size: 11px;
    color: #7f7f7f
}

.hint-price__descr {
    margin-bottom: 12px
}

.hint-price__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.hint-price__list li:nth-child(n+2) {
    margin-top: 4px
}

.hint-price__list span {
    display: inline-block;
    color: #000
}

.product-icons .ic {
    font-size: 22px
}

.product-icons .ic-heart.added {
    color: var(--main-color)
}

.catalog-item__head {
    margin-bottom: 10px
}

.product-price,.product-price__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px 8px
}

.product-price__top {
    width: 100%;
    font-size: 13px;
    color: #7d7d7d
}

.product-price__main {
    margin-right: auto
}

.product-price__price {
    font-weight: 700;
    font-size: 32px
}

.product-price__sale {
    display: inline-block;
    position: relative;
    top: .2em;
    font-size: 18px;
    color: #9a9d9e
}

.product-price__sale:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -1px;
    border-bottom: 2px solid currentColor;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

.product-price__sale-label {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 5px 0 12px;
    height: 24px;
    line-height: 24px;
    font-weight: 500;
    font-size: 12px;
    color: #fff
}

.product-price__sale-label:after,.product-price__sale-label:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%
}

.product-price__sale-label:before {
    top: 0;
    left: 0;
    width: 10px;
    background: url(/local/templates/reBro/css/../img/sale-label.svg) no-repeat
}

.product-price__sale-label:after {
    left: 9px;
    right: 0;
    border-radius: 0 4px 4px 0;
    background: #ff5a00
}

.product-price__points {
    color: #a2a2a2
}

.other-prices {
    margin-top: 12px
}

.other-prices__head {
    margin-bottom: 8px;
    font-size: 13px;
    color: #a2a2a2
}

.other-prices__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px
}

.other-price {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    min-width: 40%;
    padding: 10px 12px;
    border-radius: 8px;
    background: #fff;
    line-height: 24px;
    color: #191a1a
}

.other-price._cost {
    font-weight: 700;
    font-size: 20px;
    color: #7f7f7f
}

.other-price._cost:first-child:last-child {
    padding: 0;
    background: 0 0
}

.other-price._point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    font-size: 13px
}

.other-price__img {
    max-width: 24px;
    max-height: 24px
}

.other-price__txt {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin-left: 5px
}

.other-price .ic {
    margin: 0 5px;
    font-size: 12px;
    color: #9a9d9e
}

a.other-price {
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}

.product-price-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px
}

.product-price-action .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.aside-credit-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px
}

.aside-credit-btn {
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s
}

.aside-credit-btn._credit span {
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
    color: var(--main-color)
}

.aside-credit-btn._icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.aside-credit-btn._icon .ic {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 17px
}

a.aside-credit-btn {
    color: inherit
}

a.aside-credit-btn:hover {
    opacity: .8
}

.product-prevideo {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    max-width: 432px;
    min-height: 138px;
    margin: 20px auto 0;
    border-radius: 12px;
    background: no-repeat center/cover;
    color: #fff
}

.product-prevideo:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background: #000;
    opacity: .25
}

.product-prevideo__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 250px
}

.product-prevideo__icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 15px;
    padding-left: .2em;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.25);
    width: 62px;
    height: 62px;
    line-height: 58px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.product-prevideo__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    font-weight: 500;
    font-size: 17px
}

.product-prevideo:hover {
    color: #fff
}

.product-prevideo:hover .product-prevideo__icon {
    background-color: #fff;
    color: #000
}

.cert-popup .title._grid {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 75%;
    padding-right: 115px
}

.cert-popup .title._grid .title__head {
    max-width: none
}

.cert-popup .info-box {
    margin-bottom: 25px
}

.cert-popup .info-box:last-child {
    margin-bottom: 0
}

.cert-popup .gift-card-tabs {
    margin-bottom: 15px
}

.cert-popup .gift-card-tabs:last-child {
    margin-bottom: 0
}

.cert-popup__row {
    margin-bottom: 40px
}

.cert-popup__row:last-child {
    margin-bottom: 0
}

.cert-popup__row .row {
    --bs-gutter-y: 24px
}

.cert-popup__policy {
    margin-top: 20px;
    text-align: center
}

.cert-deliv-item {
    display: none
}

.cert-deliv-item .info-box a[href^=tel] {
    display: inline-block;
    font-weight: 600;
    color: inherit
}

.cert-popup-total .list li {
    margin-bottom: 15px
}

.cert-popup-total__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    border-top: 1px solid rgba(0,0,0,.05);
    padding-top: 15px;
    font-size: 15px
}

.cert-popup-total__price>* {
    display: inline-block
}

.cert-popup-total__price strong {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-weight: 700;
    font-size: 17px
}

.cert-popup-total__descr {
    margin-top: 15px;
    opacity: .3;
    line-height: 1.35;
    font-size: 12px
}

.toggle {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 48px;
    height: 28px;
    border-radius: 14px;
    background: #ececec;
    -webkit-transition: .3s;
    transition: .3s
}

.toggle:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.1);
    box-shadow: 0 2px 3px rgba(0,0,0,.1);
    -webkit-transition: .3s;
    transition: .3s
}

.toggle.active {
    background-color: var(--main-color)
}

.toggle.active:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px)
}

.pr-extra-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding: 19px 25px 19px 30px;
    border-radius: 12px;
    background-color: #fbf6f3;
    background-image: linear-gradient(65deg,#ffeef0,#f9f9f9)
}

.pr-extra-toggle__icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 25px;
    color: var(--main-color)
}

.pr-extra-toggle__head {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin: 0;
    font-weight: 500;
    font-size: 15px
}

.pr-extra-toggle__head a.ic {
    display: inline-block;
    vertical-align: middle;
    margin: -.1em 0 0 .2em;
    font-size: 16px;
    color: #bfbfbf;
    -webkit-transition: .3s;
    transition: .3s
}

.pr-extra-toggle__head a.ic:hover {
    color: var(--main-color)
}

.pr-extra-toggle .toggle {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.pr-extra-toggle._aside {
    margin-top: 10px
}

.pr-extra-toggle._cart {
    gap: 15px;
    padding: 14px 20px 14px 15px;
    border-radius: 8px
}

.pr-extra-toggle._cart .pr-extra-toggle__icon {
    min-width: 24px;
    text-align: center;
    font-size: 20px
}

.pr-extra-toggle._cart .pr-extra-toggle__head {
    font-size: 13px
}

.gift-card__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 45px
}

.gift-card__head {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin: 0
}

.gift-card__subhead {
    margin: 0;
    max-width: 420px;
    text-align: right
}

.gift-card__img {
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-height: 475px;
    background: url(/local/templates/reBro/css/../img/gift-card/gcard.jpg) center/cover;
    -webkit-transition: -webkit-transform .1s;
    transition: -webkit-transform .1s;
    transition: transform .1s;
    transition: transform .1s,-webkit-transform .1s
}

.gift-card__img:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 40%
}

.gift-card__img video {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.title._gift {
    margin-bottom: 30px
}

.gift-pay .row {
    gap: 24px 0
}

.gift-pay-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 35px;
    border-radius: 16px;
    background: #f6f6f6
}

.gift-pay-item__icon {
    width: 65px;
    height: 65px;
    margin-bottom: 20px
}

.gift-pay-item__head {
    margin-bottom: 10px
}

.gift-pay-item__descr {
    min-height: 70px;
    margin-bottom: 25px;
    font-size: 17px
}

.gift-pay-item__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 56px;
    margin-top: auto
}

.gift-pay-item__action .link-more {
    font-size: 1.15rem
}

.faq__wrap._big {
    max-width: none
}

.faq-item._big {
    padding: 24px 0
}

.faq-item._big:first-child {
    padding-top: 0;
    border-top: none
}

.faq-item._big .faq-item__btn {
    padding: 0 26px 0 0;
    font-weight: 400;
    font-size: 24px
}

.faq-item._big .faq-item__btn .ic {
    font-size: 16px
}

.faq-item._big .faq-item__hidden {
    padding: 15px 0 0
}

.faq-item._big .faq-item__hidden .content {
    max-width: 660px;
    line-height: 1.4;
    font-size: 17px
}

.faq-item._big .faq-item__hidden .content ol,.faq-item._big .faq-item__hidden .content p,.faq-item._big .faq-item__hidden .content ul {
    opacity: .75
}

.faq-item._medium {
    padding: 19px 0
}

.faq-item._medium:first-child {
    padding-top: 0;
    border-top: none
}

.faq-item._medium:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.faq-item._medium .faq-item__btn {
    padding: 0 26px 0 0;
    font-weight: 500;
    font-size: 20px
}

.faq-item._medium .faq-item__btn .ic {
    font-size: 16px
}

.faq-item._medium .faq-item__hidden {
    padding: 15px 0 0
}

.gift-content {
    background: #f5f5f5
}

.gift-content__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    line-height: 1.45;
    font-size: 13px
}

.gift-content__wrap>* {
    margin-bottom: 0
}

.gift-content__wrap p {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    min-width: 40%;
    opacity: .5
}

.gift-content__more {
    margin-top: 24px
}

.gift-content__more .link-more {
    font-size: 1.15rem
}

.split-popup .popup__wrap {
    width: 565px;
    padding: 0
}

.split-popup__top {
    padding: 32px 32px 0;
    border-radius: 10px 10px 0 0;
    background: #f5f5f7;
    text-align: center
}

.split-popup__logo {
    margin-bottom: 32px
}

.split-popup__logo img {
    max-height: 40px
}

.split-popup__head {
    max-width: 360px;
    margin: 0 auto 12px;
    font-weight: 500;
    font-size: 28px
}

.split-popup__subhead {
    margin-bottom: 35px;
    opacity: .5
}

.split-popup__logo2 img {
    display: block;
    margin: 0 auto
}

.split-popup__main {
    padding: 32px
}

.split-popup__action {
    margin-top: 32px
}

.split-widget {
    margin-bottom: 35px
}

.split-widget__first-pay {
    margin-top: 12px;
    padding: 16px;
    border-radius: 12px;
    background: #f5f5f7;
    font-size: 14px
}

.split-widget__first-pay>* {
    display: inline-block;
    margin-right: .4em
}

.split-widget__first-pay span {
    color: #7f7f7f
}

.split-scheme {
    overflow: hidden;
    margin-bottom: 35px;
    text-align: center
}

.split-scheme__head {
    margin-bottom: 30px
}

.split-scheme__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -20px -30px
}

.split-scheme__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    width: 33.33%;
    padding: 0 20px 30px
}

.split-scheme__item:after {
    content: "";
    position: absolute;
    top: 14px;
    right: -50px;
    width: 100px;
    border-bottom: 1px solid #ededed
}

.split-scheme__item:last-child:after,.split-scheme__item:nth-child(3n):after {
    display: none
}

.split-scheme__item .img-box {
    width: 30px;
    height: 28px;
    margin: 0 auto 12px
}

.split-scheme__item p {
    margin-bottom: 0;
    font-size: 13px
}

.split-faq {
    margin-bottom: 34px
}

.split-content {
    margin-bottom: 0;
    font-size: 13px;
    color: #7f7f7f
}

.split-content>:last-child {
    margin-bottom: 0
}

.cart-item__price._gift {
    font-weight: 700;
    font-size: 17px;
    color: var(--main-color)
}

.popup__form-title {
    margin-bottom: 24px
}

.popup__form-action {
    margin-top: 24px;
    text-align: center
}

.popup__form-policy {
    margin-top: 24px;
    letter-spacing: .01em;
    font-size: 13px;
    color: #7d7d82
}

.popup__form-policy a {
    text-decoration: underline;
    color: inherit
}

.popup__form-policy a:hover {
    text-decoration: none
}

.rules-content p {
    color: #3e3e41
}

.shops__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px 30px;
    margin-bottom: 48px
}

.shops__head {
    margin: 0
}

.shop-contact {
    margin-bottom: 15px;
    font-size: 17px
}

.shop-contact:last-child {
    margin-bottom: 0
}

.shop-contact>* {
    margin-bottom: 7px
}

.shop-contact>:last-child {
    margin-bottom: 0
}

.shop-contact__head {
    opacity: .5;
    font-size: 13px
}

.shop-contact__main a[href^=tel] {
    color: inherit
}

.shop-contact__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 15px
}

.shop-contact._big {
    font-size: 17px
}

.bot-content {
    border: none;
    background: #fff
}

.big-services {
    overflow: visible
}

.big-services .swiper-slide {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s,visibility .2s;
    transition: opacity .2s,visibility .2s
}

.big-services .swiper-slide-visible {
    opacity: 1;
    visibility: visible
}

.new-shop-catalog .title__head {
    max-width: 16em
}

.new-shop-catalog .tabs__btns-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.inn-bann._liquid {
    min-height: 815px;
    background-image: url(/local/templates/reBro/css/../img/bann/liquid.jpg)
}

.inn-bann._liquid:before {
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    max-height: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.35)),to(rgba(0,0,0,0)));
    background: linear-gradient(to bottom,rgba(0,0,0,.35),rgba(0,0,0,0))
}

.marquee._blue {
    background: #1865f3
}

.services-slider {
    overflow: visible
}

.services-slider .liquid-img {
    pointer-events: none;
    opacity: .35;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.services-slider .swiper-slide-visible .liquid-img {
    pointer-events: auto;
    opacity: 1
}

.liquid-img {
    display: block;
    overflow: hidden;
    width: 100%;
    border-radius: 15px;
    background: no-repeat center/cover
}

.liquid-img:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 144.6%
}

.liq-items:nth-child(n+2) {
    display: none
}

.top-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 28px
}

.bann-slider {
    position: relative;
    background: #f5f5f5
}

.bann-slider__wrap {
    position: relative;
    height: 685px
}

.bann-slider__next,.bann-slider__prev {
    cursor: none;
    position: absolute;
    z-index: 20;
    top: 0;
    width: calc(50% - 582px);
    height: 100%;
    -webkit-transition: color .3s;
    transition: color .3s
}

.bann-slider__next .ic,.bann-slider__prev .ic {
    pointer-events: none;
    position: absolute;
    width: 1em;
    margin: -.5em 0 0 -.5em;
    font-size: 26px;
    -webkit-transition: opacity .15s;
    transition: opacity .15s;
    opacity: 0
}

.bann-slider__next:hover .ic,.bann-slider__prev:hover .ic {
    opacity: 1
}

.bann-slider__prev {
    left: 0
}

.bann-slider__next {
    right: 0
}

.bann-slider__pagination {
    pointer-events: none;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 105px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 auto;
    width: 1164px
}

.bann-slider__pagination span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: .1;
    background: currentColor;
    -webkit-transition: .15s;
    transition: .15s
}

.bann-slider__pagination span.active {
    opacity: 1
}

.bann-slider[data-theme=dark] .bann-slider__next,.bann-slider[data-theme=dark] .bann-slider__pagination,.bann-slider[data-theme=dark] .bann-slider__prev {
    color: #fff
}

.bann-slider._init .bann-item {
    opacity: 0
}

.bann-slider._init .bann-item._next,.bann-slider._init .bann-item._prev,.bann-slider._init .bann-item.active {
    opacity: 1
}

.bann-slider._prev .bann-item._prev {
    z-index: 1
}

.bann-slider._prev .bann-item._next {
    z-index: 2
}

.bann-slider._next .bann-item._prev {
    z-index: 2
}

.bann-slider._next .bann-item._next {
    z-index: 1
}

a.bann-item {
    display: block;
    color: #000
}

.bann-item {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    -webkit-transition: -webkit-transform .7s;
    transition: -webkit-transform .7s;
    transition: transform .7s;
    transition: transform .7s,-webkit-transform .7s
}

.bann-item:first-child {
    z-index: 1
}

.bann-item._prev {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.bann-item._next {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.bann-item.active {
    z-index: 3;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.bann-item__container {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    max-width: 1164px
}

.bann-item__full-link {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.bann-item__wrap {
    padding-top: 90px;
    max-width: 490px
}

.bann-item__head {
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.05;
    font-size: 48px
}

.bann-item__descr {
    line-height: 1.3;
    font-size: 20px
}

.bann-item__action {
    margin-top: 25px
}

.bann-item[data-theme=dark] {
    background-color: #000;
    color: #fff
}

.bann-item__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bann-item__bg>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center/cover
}

.bann-item__bg>div._mob {
    display: none
}

.bann-item__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bann-item__video>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.bann-item__img {
    display: block;
    margin: 0 0 20px
}

.cart-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px 24px;
    margin-bottom: 40px
}

.cart-title._sub {
    margin-bottom: 30px
}

.cart-title__head {
    margin: 0
}

.cart-title__count {
    opacity: .5
}

.cart-row__head._icon {
    position: relative;
    padding-left: 2.25em
}

.cart-row__head._icon .ic {
    position: absolute;
    top: -.15em;
    left: 0;
    font-size: 1.5em;
    color: var(--main-color)
}

.checkout-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px 24px;
    margin-bottom: 30px
}

.checkout-header__head {
    margin: 0
}

.checkout-header .city-link {
    margin-top: 4px
}

.checkout-foot {
    padding: 40px 0
}

.checkout-foot .content {
    opacity: .35;
    line-height: 1.4;
    font-size: 13px
}

.shops-sect {
    background: #f5f5f5
}

.shops-sect__grid {
    overflow: hidden
}

.shops-sect__grid-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px -56px
}

.shops-sect__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
    margin: 0 0 28px;
    padding: 0 20px 28px;
    border-bottom: 1px solid #e5e5e6
}

.shops-sect__item>:last-child {
    margin-bottom: 0
}

.shops-sect__item .more-shop__title {
    padding: 0
}

.share-box._right .share-box__links {
    left: auto;
    right: 0
}

.share-box._right .share-box__links:after {
    left: auto;
    right: 25px
}

.offers__bd {
    display: block;
    margin-bottom: 36px;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.offers .tabs__btns {
    margin-bottom: 36px
}

.offers .pagination {
    margin-top: var(--sect-offset)
}

.offers-row {
    --bs-gutter-y: 40px
}

.offer-label {
    display: inline-block;
    padding: .6em .8em;
    background: rgba(224,13,45,.1);
    color: #e00d2d
}

a.offer-item {
    display: block;
    color: inherit
}

.offer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.offer-item__img {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
    background: #f6f6f6
}

.offer-item__img:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 52.08%
}

.offer-item__img span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center/cover;
    -webkit-transition: .4s;
    transition: .4s
}

.offer-item__head {
    margin-bottom: 12px
}

.offer-item__descr {
    overflow: hidden;
    max-height: 2.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    opacity: .5;
    line-height: 1.4
}

.offer-item__label {
    margin-top: auto;
    padding-top: 5px
}

.offer-item>:last-child {
    margin-bottom: 0
}

.offer-item:hover .offer-item__img span {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07)
}

.offers-content {
    padding: 48px 0 60px;
    background: #f5f5f5
}

.offers-content__wrap {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    opacity: .5;
    line-height: 1.4;
    font-size: 13px
}

.offer__title {
    margin-bottom: 45px
}

.offer__label {
    margin-bottom: 24px
}

.offer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.offer__main {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66%
}

.offer__main .content {
    padding: 0 90px;
    font-size: 17px
}

.offer__bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-top: 48px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,.1)
}

.offer__date {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin: 0;
    color: #7f7f7f
}

.offer__img {
    margin-bottom: 35px
}

.offer__img img {
    display: block;
    width: 100%
}

.offer__aside {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding-left: 70px
}

.offer-aside__title {
    margin-bottom: 20px
}

.offer-aside__title h3 {
    font-size: 24px
}

.offer-aside__item {
    padding-top: 24px;
    border-top: 1px solid rgba(0,0,0,.1)
}

.offer-aside__item:nth-child(n+2) {
    margin-top: 28px
}

.offer-aside__item>:last-child {
    margin-bottom: 0
}

.offer-aside__more {
    margin-top: 35px
}

.h2._big,h2._big {
    font-size: 36px
}

.h3._big,h3._big {
    font-size: 24px
}

.inn-title .cats-slider {
    margin-top: 28px
}

.title._trade {
    max-width: 700px;
    margin: 0 auto 45px;
    text-align: center;
    line-height: 1.4;
    font-size: 24px
}

.trade-dropdown._field .trade-dropdown__head>a {
    border: 1px solid #ededed;
    border-radius: 8px;
    width: 100%;
    height: 56px;
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.trade-dropdown._field .trade-dropdown__head>a:hover {
    border-color: #000
}

.trade-dropdown._field .trade-dropdown__head>a span {
    top: 50%;
    left: 19px;
    right: 19px;
    margin: -.5em 0 0;
    line-height: 1;
    font-size: 17px
}

.trade-dropdown._field .trade-dropdown__wrap {
    margin-top: 8px
}

.trade-dropdown._field .trade-dropdown__wrap:before {
    display: none
}

.gift-content._big .gift-content__wrap {
    font-size: 15px
}

.new-scheme-row,.trade-advants-row {
    --bs-gutter-y: 24px
}

.row .new-scheme-item {
    height: 100%
}

.new-scheme-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 36px 36px 44px;
    border-radius: 15px;
    background: #f6f6f6
}

.new-scheme-item__step {
    margin-bottom: 20px;
    color: #7f7f7f
}

.new-scheme-item__descr {
    opacity: .75;
    margin-bottom: 32px;
    line-height: 1.4;
    font-size: 1.15rem
}

.new-scheme-item__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 48px;
    margin-top: auto
}

.new-scheme-item__action .link-more {
    font-size: 1.15rem
}

.trade-calc__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 48px;
    border-radius: 16px;
    background: #fff
}

.trade-calc__form {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.trade-calc__form-title {
    margin-bottom: 20px
}

.trade-calc__form-title p {
    line-height: 1.4;
    font-size: 17px;
    color: #7f7f7f
}

.trade-calc__form .trade-dropdown {
    margin-bottom: 32px
}

.trade-calc__box {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    overflow: hidden;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 384px;
    min-height: 380px;
    margin-left: 72px;
    padding: 28px 32px 32px;
    border-radius: 12px;
    background: #000;
    line-height: 1.4;
    color: #fff
}

.trade-calc__box:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -133px;
    left: -88px;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%,#434343 0,#000 100%)
}

.trade-calc__box-top {
    width: 100%;
    max-width: 240px;
    opacity: .9
}

.trade-calc__box-head {
    margin-bottom: 30px;
    line-height: 1;
    font-weight: 500;
    font-size: 48px
}

.trade-calc__box-btn {
    margin-bottom: 24px
}

.trade-calc__box-descr {
    opacity: .5;
    margin: auto 0 0;
    font-size: 13px
}

.row .trade-advant {
    height: 100%
}

.trade-advant {
    padding: 32px 28px;
    border-radius: 15px;
    background: #f6f6f6
}

.trade-advant__img {
    width: 48px;
    height: 48px;
    margin: 0 0 20px
}

.trade-advant__head {
    margin-bottom: 12px
}

.trade-advant__descr {
    opacity: .75;
    line-height: 1.4;
    font-size: 15px
}

.trade-advant>:last-child {
    margin-bottom: 0
}

.products {
    padding: 45px 0 48px;
    border-top: 1px solid #ededed
}

.products__tags {
    margin-top: 40px;
    padding-top: 48px;
    border-top: 1px solid #ededed
}

.products__tags-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px
}

.products__tags-list a {
    color: #7f7f7f;
    -webkit-transition: .3s;
    transition: .3s
}

.products__tags-list a:hover {
    color: #000
}

.self-deliv-tabs {
    margin-bottom: 16px
}

.ch-deliv-popup__action {
    margin-top: 32px
}

.self-deliv-map {
    overflow: hidden;
    height: 415px;
    border-radius: 8px;
    background: #f5f5f5
}

.shop-mark {
    position: relative
}

.shop-mark__box {
    position: absolute;
    top: -24px;
    left: -24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.15);
    box-shadow: 0 4px 4px rgba(0,0,0,.15);
    background: #000;
    text-align: center
}

.shop-mark__box .ic {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -.5em;
    font-size: 18px;
    color: #fff
}

.shop-mark__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.shop-mark.active .shop-mark__box {
    background: var(--main-color)
}

.shop-mark.active._check .shop-mark__logo {
    display: none
}

.shop-mark.active._check .shop-mark__box .ic {
    display: block
}

.shop-balloon {
    position: absolute;
    width: 270px;
    padding: 24px;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.15);
    box-shadow: 0 4px 4px rgba(0,0,0,.15);
    font-size: 15px
}

.shop-balloon__arrow {
    display: none
}

.shop-balloon__close {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    opacity: .35;
    -webkit-transition: .3s;
    transition: .3s
}

.shop-balloon__close:hover {
    opacity: 1
}

#popup-self-deliv-list {
    display: none
}

.deliv-courier {
    font-size: 15px
}

.deliv-courier .info-box {
    margin-bottom: 24px
}

.deliv-courier .checkout-choice {
    margin-bottom: 16px
}

.deliv-courier .checkout-choice:last-child {
    margin-bottom: 0
}

.deliv-courier__row {
    margin-bottom: 24px
}

.deliv-courier__row:last-child {
    margin-bottom: 0
}

.deliv-courier__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px
}

.deliv-courier__address .form-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin: 0
}

.deliv-courier__address .form-item._apartment {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 180px
}

.deliv-courier__comment {
    margin-top: 12px
}

.deliv-courier__comment .form-item {
    display: none
}

.shop-popup__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px 32px
}

.shop-popup__phone {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 31%;
    line-height: 1.2;
    font-size: 26px
}

.shop-popup__phone a {
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.shop-popup__phone a:hover {
    color: var(--main-color)
}

.shop-popup__contacts {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.shop-popup__contacts._main {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 23%
}

.shop-popup__action {
    min-width: 224px
}

.shop-popup__action .btn {
    width: 100%
}

.shop-popup__map {
    margin-top: 42px;
    background: #f5f5f5
}

.shop-popup__map>div {
    height: 475px
}

@media (max-width: 1399px) {
    .about-bann__images {
        top:50px;
        margin-left: 170px;
        width: 600px
    }

    .about-bann__bot-year {
        width: 300px
    }

    .about-serv__item {
        padding: 30px
    }

    .about-serv__item-more {
        bottom: 40px;
        left: 30px
    }

    .ab-contacts__head {
        font-size: 76px
    }

    .catalog-item._sale {
        padding: 20px 17px
    }

    .catalog-item-sale__logo {
        max-height: 16px
    }

    .catalog-item-sale__price {
        font-size: 14px
    }

    .catalog-item-sale__price strong {
        font-size: 18px
    }

    .big-service__main {
        padding: 27px 30px
    }

    .shop-stand-big__main,.shop-stand-item__main {
        padding: 40px
    }

    .inn-bann._liquid {
        min-height: 50vw
    }

    .bann-item__container,.bann-slider__pagination {
        width: 1050px
    }

    .bann-slider__next,.bann-slider__prev {
        width: calc(50% - 525px)
    }

    .service-item {
        padding: 30px 30px 0
    }

    .service-item__action {
        margin-top: 20px
    }

    .product-descr__top {
        margin-bottom: 45px
    }

    .product-descr__video {
        width: 50%;
        margin-right: 45px
    }

    .specs__list>li>._head {
        width: 45%
    }

    .catalog-item._small {
        padding-left: 6px;
        padding-right: 6px
    }

    .cart__aside {
        padding-left: 40px
    }

    .receipt-popup .popup__wrap {
        background-position: 98% 100%
    }

    .sm-cab-order {
        min-height: 200px;
        padding: 19px
    }

    .cabinet__menu._big {
        margin-bottom: 50px;
        font-size: 28px
    }

    .cab-user__img {
        margin-right: 15px;
        width: 80px;
        height: 80px
    }

    .cab-advant {
        padding: 19px
    }

    .cab-advant>* {
        margin-bottom: 10px
    }

    .cab-advant__img {
        margin-bottom: 15px
    }

    .catalog-item._compare-small .catalog-item__img {
        width: 45px;
        height: 30px
    }

    .catalog-item._compare-small .catalog-item__head {
        font-size: 10px
    }

    .cr-terms__col._sum {
        width: 220px
    }

    .cr-terms__col._percent {
        width: 160px
    }

    .bonus-sect__head {
        width: 470px
    }

    .bonus-sect__img-descr {
        left: auto;
        right: 0
    }

    .steps-row>* .step-item {
        max-width: 320px
    }

    .steps-row>:after {
        right: 20px
    }

    .shops__box {
        min-height: 560px
    }

    .deliv-item__info {
        margin-right: 30px;
        width: 255px
    }

    .deliv-item__clock,.deliv-item__logos {
        margin-right: 30px;
        width: 220px
    }

    .gift-choice._sum label {
        min-width: 118px
    }

    .doc-item {
        padding: 30px 25px
    }

    .contact-row__contacts {
        margin-left: 45px
    }

    .product__col._sticky {
        width: 600px
    }

    .product__col._main {
        margin-left: 640px
    }

    .service-item._offer {
        padding: 27px 30px 0;
        height: 550px
    }

    .service-item._offer .service-item__top {
        margin-bottom: 10px
    }

    .news-home__slider .nav-arrow-next,.news-home__slider .nav-arrow-prev {
        top: 100px
    }

    .foot-bot__main,.foot-main__menus {
        gap: 40px
    }

    .foot-bot__first,.foot-main__first {
        width: 41%;
        padding-right: 100px
    }

    .cart-item__wrap {
        padding-left: 155px
    }

    .cart-item__action {
        margin-left: 40px
    }

    .popup__bottom-col._main {
        width: 72%;
        padding-right: 60px
    }

    .popup__bottom-col._side {
        width: 28%
    }

    .popup-action__policy {
        margin-left: 14px
    }

    .preorder-popup .info-box {
        margin-bottom: 30px
    }

    .popup__title {
        font-size: 1rem
    }

    .popup__title>* {
        margin-bottom: 15px
    }

    .advants-grid__col {
        width: 25%
    }

    .product-price__price {
        font-size: 26px
    }

    .product-price__sale {
        font-size: 15px
    }

    .other-price._cost {
        font-size: 18px
    }

    .cert-popup .title._grid {
        width: 72%;
        padding-right: 60px
    }

    .shop-item__head {
        width: 34%
    }

    .shop-popup__phone {
        width: 25%
    }
}

@media (max-width: 1199px) {
    .swiper-pagination-bullets {
        margin-top:20px
    }

    .about-title {
        margin: 0 0 45px;
        max-width: 800px
    }

    .about-title h2 {
        font-size: 32px
    }

    .about-title h2._big {
        font-size: 34px
    }

    .about-bann {
        margin-bottom: 100px
    }

    .about-bann__content {
        min-height: 320px
    }

    .about-bann__content-wrap {
        max-width: 470px
    }

    .about-bann__content h1 {
        line-height: 1;
        font-size: 48px
    }

    .about-bann__images {
        margin-left: 100px;
        width: 420px
    }

    .about-bann__content {
        margin-bottom: 40px
    }

    .about-bann__bot-head {
        margin-bottom: 20px;
        font-size: 36px
    }

    .about-bann__bot-list {
        font-size: 1rem
    }

    .about-bann__bot-year {
        width: 260px;
        margin-right: 60px
    }

    .about-bann__bot-quote {
        font-size: 1.2rem
    }

    .about-new__slider .swiper-slide {
        max-width: 90%
    }

    .about-new__slider .swiper-pagination-bullets {
        margin-top: 40px
    }

    .about-serv__item {
        padding: 20px 20px 25px;
        min-height: 305px;
        font-size: 13px
    }

    .about-serv__item>* {
        max-width: 290px
    }

    .about-serv__item-head {
        margin-bottom: 100px;
        font-size: 24px
    }

    .about-serv__item-more {
        bottom: 30px;
        left: 20px
    }

    .about-serv__item:hover:before {
        -webkit-transform: translateY(-45px) skewY(7deg);
        -ms-transform: translateY(-45px) skewY(7deg);
        transform: translateY(-45px) skewY(7deg)
    }

    .about-serv__item:hover .about-serv__item-content {
        -webkit-transform: translateY(-90px);
        -ms-transform: translateY(-90px);
        transform: translateY(-90px)
    }

    .about-slider .about-title {
        margin-bottom: 25px
    }

    .about-slider__more {
        margin: 0 0 50px
    }

    .ab-contacts__grid {
        margin-left: 0
    }

    .registration__img {
        padding: 40px
    }

    .registration__logo {
        width: 120px
    }

    .cat-advant {
        padding: 25px
    }

    .cat-advant__action {
        margin-top: 25px
    }

    .supp-info-line {
        margin: 30px 0
    }

    .supp-info-line .info-box {
        margin: 20px 0 0;
        width: 100%
    }

    .supp-info-line__phone {
        margin-left: 25px;
        padding-left: 25px
    }

    .big-service__head {
        font-size: 28px
    }

    .big-bann {
        min-height: 550px
    }

    .big-bann__wrap {
        padding: 40px 0
    }

    .big-bann__content h1 {
        font-size: 40px
    }

    .shop-stand-item__main {
        padding: 30px
    }

    .shop-stand-item__head {
        margin-bottom: 15px;
        font-size: 26px
    }

    .shop-stand-item__descr {
        font-size: 16px
    }

    .new-shop-catalog .catalog-row {
        margin-top: -10px
    }

    .catalog-more-btn {
        margin-top: 40px
    }

    .shop-offer {
        padding: 45px 40px;
        height: 500px
    }

    .shop-offer__main .btn {
        margin-top: 10px
    }

    .bann-item__container,.bann-slider__pagination {
        width: 960px
    }

    .bann-slider__wrap {
        height: 500px
    }

    .bann-slider__next,.bann-slider__prev {
        display: none
    }

    .bann-slider__pagination {
        bottom: 70px
    }

    .bann-item__wrap {
        padding-top: 70px;
        max-width: 410px
    }

    .bann-item__head {
        font-size: 40px
    }

    .bann-item__descr {
        font-size: 18px
    }

    .h1._big,h1._big {
        font-size: 40px
    }

    .sect-m._tabs {
        margin-top: 35px
    }

    .sect-p._tabs {
        padding-top: 35px
    }

    .sect-p._tabs.bg-gray .tabs {
        padding-top: 20px
    }

    #tooltip {
        display: none!important
    }

    .close-btn {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 15px
    }

    .nav-arrow-next._pag,.nav-arrow-prev._pag {
        margin-top: -41px
    }

    .nav-arrow-prev {
        left: -15px
    }

    .nav-arrow-next {
        right: -15px
    }

    .tabs__btns-wrap {
        gap: 20px 25px
    }

    .tabs__btns-wrap .reset-btn {
        margin-bottom: 25px
    }

    .tab-btn,.tabs._anchors .tab-btn {
        padding-bottom: 20px
    }

    .logo._head {
        max-width: 80px
    }

    .logo._head img {
        max-height: 26px
    }

    .header {
        height: 60px
    }

    .header .row {
        height: 60px
    }

    .top-icons {
        gap: 20px
    }

    .top-icon {
        font-size: 22px
    }

    .menu {
        height: auto
    }

    .menu__scroll {
        position: relative;
        top: 0;
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important
    }

    .menu__list {
        gap: 0 20px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .menu__list>li._sep {
        padding-left: 21px
    }

    .menu__list>li._serv {
        display: none
    }

    .menu__list>li>a {
        height: 50px;
        line-height: 50px;
        letter-spacing: normal;
        font-size: 13px
    }

    .submenu-list li {
        margin-bottom: 10px
    }

    .services-slider .swiper-slide {
        width: 400px;
        max-width: 100%
    }

    .news-item-big__content {
        padding: 30px
    }

    .news-item__img {
        margin-bottom: 20px
    }

    .news-item__head {
        margin-bottom: 15px
    }

    .footer {
        padding: 50px 0
    }

    .search-top__first {
        padding: 35px 0 40px
    }

    .search-top__second {
        padding: 25px 0 35px
    }

    .note-item._show {
        -webkit-transform: translate3d(-50%,-25px,0);
        transform: translate3d(-50%,-25px,0)
    }

    .popup__wrap .close-btn {
        top: -25px
    }

    .submenu-catalog__head {
        margin-bottom: 15px
    }

    .product {
        margin-bottom: 75px
    }

    .product__col._sticky {
        float: none;
        width: auto;
        margin-bottom: 50px;
        padding: 0
    }

    .product__col._main {
        margin-left: 0
    }

    .pr-gallery {
        padding: 0 115px 48px
    }

    .pr-gallery__thumbs {
        left: 0
    }

    .product-descr__video {
        width: 40%;
        margin-right: 35px
    }

    .specs__title {
        width: 30%
    }

    .cart__grid {
        display: block
    }

    .cart__main {
        width: auto;
        margin: 0 0 45px
    }

    .cart__aside {
        width: auto;
        margin: 0;
        padding: 0
    }

    .receipt-popup .popup__wrap {
        background-image: none
    }

    .receipt-popup__form {
        max-width: none
    }

    .best-price__main {
        margin-right: 24px
    }

    .accessories-tabs .tabs__btns,.compare.tabs .tabs__btns {
        padding-top: 25px
    }

    .cabinet__menu {
        font-size: 17px
    }

    .cabinet__menu._big {
        margin-bottom: 35px;
        font-size: 22px
    }

    .cabinet__logout {
        font-size: 17px
    }

    .cab-user__img {
        margin-right: 10px;
        width: 60px;
        height: 60px
    }

    .ordered__bill-list li ._bigger {
        font-size: 26px
    }

    .ordered__bill-list li ._big {
        font-size: 17px
    }

    .compare__thumbs._show {
        -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
        transform: translateY(60px)
    }

    .cr-terms__row._head {
        font-size: 13px
    }

    .cr-terms__col._sum {
        width: 200px
    }

    .cr-terms__col._percent {
        width: 130px
    }

    .faq__wrap {
        max-width: none
    }

    .bonus-advants-row {
        --bs-gutter-y: 25px
    }

    .bonus-advant {
        max-width: none
    }

    .bonus-advant__head {
        margin-bottom: 15px
    }

    .bonus-sect__head {
        width: 415px
    }

    .bonus-sect__descr {
        margin-left: 35px
    }

    .bonus-sect__img-main {
        max-width: 630px
    }

    .bonus-sect__img-zoom {
        top: 35px;
        left: 460px
    }

    .bonus-sect__img-ellips {
        width: 280px;
        height: 280px
    }

    .bonus-sect__img-arrow._right {
        right: -25px;
        max-width: 150px
    }

    .steps-row {
        --bs-gutter-y: 35px
    }

    .steps-row>:after {
        right: 0;
        font-size: 16px
    }

    .steps-row>* .step-item:nth-child(n) {
        max-width: none
    }

    .step-item__numb {
        margin-bottom: 15px
    }

    .step-item__action,.step-item__contacts {
        margin-top: 25px
    }

    .shops__box {
        min-height: 440px
    }

    .more-shops .search-form {
        max-width: none
    }

    .deliv-item__grid {
        gap: 0 35px
    }

    .deliv-item__grid>* {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        margin: 0;
        width: auto;
        min-width: 40%
    }

    .deliv-item__grid .w-100 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        display: block;
        height: 25px
    }

    .deliv-item__grid .content {
        padding-right: 0;
        max-width: none
    }

    .docs__menu {
        padding-right: 45px
    }

    .docs__main {
        padding-left: 45px
    }

    .corp-advant {
        padding: 25px;
        min-height: 350px
    }

    .corp-advant__head {
        font-size: 22px
    }

    .doc-item {
        min-height: 0
    }

    .contact-row {
        display: block;
        margin-bottom: 25px;
        padding-top: 25px
    }

    .contact-row__head {
        margin-bottom: 25px
    }

    .contact-row__contacts {
        margin: 25px 0 0;
        width: auto
    }

    .blog__title:before {
        bottom: -200px
    }

    .blog-item-big {
        height: 400px
    }

    .blog-item-big__content {
        padding: 30px
    }

    .blog-item__img {
        height: 200px
    }

    .blog-item__main {
        min-height: 200px;
        padding: 17px 24px 20px
    }

    .blog-item__head {
        font-size: 17px
    }

    .blog-item._small .blog-item__img {
        height: 150px
    }

    .blog-item._small .blog-item__main {
        padding: 17px 20px 20px
    }

    .compare__spec-item {
        width: 25%
    }

    .catalog-top__col {
        gap: 0 24px
    }

    .catalog-top._filter .catalog-top__count {
        display: none
    }

    .catalog-top._filter .catalog-top__col._right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .more-shops__title {
        margin-bottom: 24px
    }

    .news-home__slider .nav-arrow-next,.news-home__slider .nav-arrow-prev {
        top: 82px
    }

    .news-home__slider .nav-arrow-prev {
        left: -3px
    }

    .news-home__slider .nav-arrow-next {
        right: -3px
    }

    .news-item-big__head {
        font-size: 20px
    }

    .swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
        margin-top: 40px
    }

    .foot-main__logo img {
        max-height: 36px
    }

    .foot-main__menu h6 {
        font-size: 17px
    }

    .foot-main__menu ul {
        font-size: 15px
    }

    .err-cats {
        margin-top: 40px
    }

    .err-cats__title {
        margin-bottom: 20px
    }

    .err-cats__grid {
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5,1fr)
    }

    .specs .more-box {
        height: 560px
    }

    .store-avail__col._avail,.store-avail__col._last {
        width: 140px
    }

    .product-tabs__wrap {
        padding-top: 20px
    }

    .product-line._show {
        -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
        transform: translateY(60px)
    }

    .product-line .tabs {
        display: none
    }

    .product-line__grid {
        height: 60px
    }

    .product-line__info {
        width: 100%
    }

    .product-descr-container {
        max-width: none
    }

    .address-chosen {
        padding: 19px
    }

    .address-chosen__action {
        margin-top: 20px
    }

    .credit-item__title {
        width: 270px
    }

    .popup__bottom-col._main {
        width: 67%
    }

    .popup__bottom-col._side {
        width: 33%
    }

    .trade-dropdown {
        margin-bottom: 20px
    }

    .popup-action {
        margin-top: 40px
    }

    .menu__cart,.menu__cart-note {
        display: none
    }

    .pr-big-gallery__top {
        padding: 15px 0
    }

    .pr-big-gallery__top-grid {
        padding-right: 35px;
        gap: 15px 24px
    }

    .pr-big-gallery__close {
        right: 20px;
        font-size: 20px
    }

    .pr-big-gallery__top .price._big {
        font-size: 13px
    }

    .pr-big-gallery__top .price._big b {
        font-size: 17px
    }

    .pr-big-gallery__wrapper {
        padding-bottom: 5vh
    }

    .pr-big-gallery__main {
        margin: 7vh auto;
        max-width: 960px
    }

    .pr-big-gallery__thumbs {
        max-width: 480px
    }

    .big-cat-item {
        padding: 30px 25px 165px
    }

    .big-cat-item .big-cat-item__img {
        bottom: -10px;
        max-height: 150px
    }

    .big-cat-item:hover .big-cat-item__img {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    .big-cat-item._small {
        padding: 30px 25px 165px
    }

    .big-cat-item__head {
        margin-bottom: 5px;
        font-size: 20px
    }

    .big-cat-item__descr {
        font-size: 13px
    }

    .category-item._big {
        padding: 30px
    }

    .category-item._big .category-item__head {
        font-size: 15px
    }

    .inn-cats__row {
        gap: 24px 0
    }

    .acc-bann__main {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        padding: 40px 0 60px;
        max-width: none;
        min-height: auto
    }

    .acc-bann__main .breadcrumbs {
        margin-bottom: 40px
    }

    .acc-bann__img {
        max-width: 50%
    }

    .product-credit__subhead {
        max-width: 600px;
        margin-bottom: 40px;
        font-size: 15px
    }

    .gift-choice._cert-sum span {
        padding: 16px
    }

    .gift-card__title {
        margin-bottom: 35px
    }

    .gift-card__img {
        width: 100%
    }

    .gift-pay-item__descr {
        min-height: auto;
        font-size: 15px
    }

    .faq-item._big {
        padding: 20px 0
    }

    .faq-item._big .faq-item__btn {
        font-size: 20px
    }

    .faq-item._big .faq-item__hidden .content {
        font-size: 15px
    }

    .shops__title {
        margin-bottom: 35px
    }

    .foot-bot__first,.foot-main__first {
        padding-right: 60px
    }

    .foot-main__phone {
        margin-top: 32px
    }

    .cart.sect-m {
        margin-top: 40px
    }

    .cert-popup .title._grid {
        width: 100%;
        padding-right: 0
    }

    .search-top-arrow {
        top: 60px
    }

    .search-top {
        top: 60px;
        max-height: calc(var(--app-height) - 60px)
    }

    .search-top__wrap {
        padding-top: 20px
    }

    .search-top__row {
        margin-bottom: 35px
    }

    .shops-sect__grid-wrap {
        margin: 0 -12px -48px
    }

    .shops-sect__item {
        margin: 0 0 24px;
        padding: 0 12px 24px
    }

    .offers-content__wrap {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    .offer__title {
        margin-bottom: 24px
    }

    .offer__aside {
        padding-left: 40px
    }

    .offer__main .content {
        padding: 0 60px;
        font-size: 15px
    }

    .gift-card__subhead {
        max-width: 350px
    }

    .h3._big,h3._big {
        font-size: 22px
    }

    .gift-content._big .gift-content__wrap {
        font-size: 13px
    }

    .title._trade {
        max-width: 580px;
        font-size: 20px
    }

    .new-scheme-item {
        padding: 25px
    }

    .trade-calc__form-title p {
        font-size: 15px
    }

    .trade-calc__wrap {
        padding: 40px
    }

    .trade-calc__box {
        margin-left: 40px
    }

    .trade-advant {
        padding: 25px
    }

    .checkout.sect-p,.ordered.sect-p {
        padding-top: 0
    }

    .checkout-back {
        display: block
    }

    .shop-contact {
        font-size: 15px
    }

    .shop-item__action,.shop-popup__action {
        min-width: 0
    }

    .shop-popup__phone {
        width: 22%;
        font-size: 20px
    }
}

@media (max-width: 991px) {
    :root {
        --app-gutter:25px
    }

    .container,.container-md,.container-sm {
        padding-left: var(--app-gutter);
        padding-right: var(--app-gutter)
    }

    .about-title {
        max-width: 700px
    }

    .about-title h2 {
        font-size: 28px
    }

    .about-title h2._big {
        font-size: 30px
    }

    .about-bann__content-wrap {
        max-width: 350px
    }

    .about-bann__bot-head {
        font-size: 32px
    }

    .about-bann__bot-quote {
        font-size: 1rem
    }

    .about-video {
        margin-bottom: 0
    }

    .about-video__box {
        margin: 0 calc(var(--app-gutter) * -1)
    }

    .about-serv__grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr)
    }

    .about-slider .swiper {
        margin: 0 calc(var(--app-gutter) * -1)
    }

    .ab-contacts__grid {
        gap: 40px
    }

    .ab-contacts__head {
        margin-bottom: 25px;
        font-size: 48px
    }

    .ab-contacts__descr {
        max-width: 380px;
        font-size: 1.15em
    }

    .registration__main {
        width: 60%;
        padding: 40px
    }

    .registration__logo {
        width: 108px
    }

    .registration__box .link-more {
        margin-bottom: 20px
    }

    .cat-advant__main {
        gap: 15px
    }

    .cat-advant__img {
        width: 50px;
        height: 50px
    }

    .pr-labels {
        font-size: 11px
    }

    .pr-labels__item[class*=_bg-],.pr-labels__item[class*=_gr-] {
        font-size: 10px
    }

    .inn-bann._sale {
        min-height: 445px
    }

    .inn-bann._sale .inn-bann__wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .inn-bann._sale .inn-bann__head {
        font-size: 36px
    }

    .category-item {
        padding: 20px 17px
    }

    .big-service__head {
        font-size: 22px
    }

    .big-bann__content h1 {
        font-size: 36px
    }

    .shop-stand-big__main {
        padding: 30px
    }

    .shop-stand-big__head {
        padding-right: 30px
    }

    .shop-stand-big__descr {
        margin-bottom: 20px;
        font-size: 1rem
    }

    .shop-stand-item__main {
        padding: 25px 20px
    }

    .shop-stand-item__head {
        font-size: 22px
    }

    .shop-stand-item__descr {
        font-size: 1rem
    }

    .shop-stand-slider.is-destroy .swiper-wrapper {
        margin: 0 -5px -10px
    }

    .shop-stand-slider.is-destroy .swiper-slide {
        padding: 0 5px 10px
    }

    .shop-offer {
        height: 400px
    }

    .shop-offer__main {
        max-width: 440px
    }

    .bann-item__container,.bann-slider__pagination {
        width: 100%;
        padding: 0 25px
    }

    .bann-item__wrap {
        max-width: 340px
    }

    .bann-item__head {
        font-size: 32px
    }

    .h1,h1 {
        font-size: 32px
    }

    .h1._big,h1._big {
        font-size: 36px
    }

    .h2,h2 {
        font-size: 26px
    }

    .h2._small,.h3,h2._small,h3 {
        font-size: 24px
    }

    .btn._big {
        padding: 14px 20px;
        font-size: 15px
    }

    .nav-arrow-next,.nav-arrow-prev {
        display: none
    }

    .tabs__btns {
        margin: 0 calc(var(--app-gutter) * -1) 35px;
        overflow: auto
    }

    .tabs__btns-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
        padding: 0 var(--app-gutter)
    }

    .tabs__btns-wrap:after {
        left: 0;
        right: 0;
        margin: 0;
        width: auto
    }

    .tabs._anchors .tabs__btns-wrap::after,.tabs._popup .tabs__btns-wrap:after {
        left: var(--app-gutter);
        right: var(--app-gutter)
    }

    .title._grid .link-more {
        margin-top: 12px
    }

    .title__head {
        max-width: 600px
    }

    .breadcrumbs {
        overflow: auto;
        margin: 0 calc(var(--app-gutter) * -1)
    }

    .breadcrumbs__wrap {
        display: inline-block;
        padding: 0 var(--app-gutter);
        min-width: 100%;
        white-space: nowrap
    }

    .inn-title {
        padding: 0!important
    }

    .inn-title .breadcrumbs {
        padding: 18px 0;
        border-bottom: 1px solid rgba(0,0,0,.05)
    }

    .inn-title.bg-gray .breadcrumbs:last-child {
        border-bottom: none
    }

    .inn-title__grid {
        display: block
    }

    .inn-title__content {
        padding: 15px 0 25px
    }

    .menu__scroll {
        overflow: auto
    }

    .menu__wrap {
        display: inline-block;
        min-width: 100%
    }

    .product-labels {
        font-size: 10px
    }

    .catalog-item {
        padding: 15px 10px 28px
    }

    .catalog-item__top {
        margin: 0 0 15px;
        padding: 0 5px
    }

    .catalog-item__top .product-icons {
        opacity: 1;
        visibility: visible
    }

    .catalog-item:hover:before {
        top: 0;
        bottom: 0
    }

    .services-slider .swiper-slide {
        width: 347px
    }

    .service-item {
        padding: 24px 24px 0;
        height: 500px
    }

    .search-top__hints {
        overflow: auto;
        margin-left: calc(var(--app-gutter) * -1);
        margin-right: calc(var(--app-gutter) * -1)
    }

    .search-top__hints-grid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0 var(--app-gutter)
    }

    .popup__wrapper {
        padding: 30px var(--app-gutter) 15px
    }

    .popup__wrap {
        padding: 30px 35px 35px;
        width: 100%
    }

    .popup__wrap .close-btn {
        right: 35px
    }

    .city-popup__list {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3
    }

    .product-descr__top {
        display: block
    }

    .product-descr__video {
        width: auto;
        margin: 0 0 35px
    }

    .specs__row {
        display: block
    }

    .specs__title {
        margin: 0 0 25px;
        padding: 0;
        width: auto
    }

    .specs__list>li {
        margin-bottom: 10px;
        padding-bottom: 10px
    }

    .best-price__main {
        width: 40%
    }

    .best-price__descr {
        margin-top: 25px
    }

    .ordered__bill {
        width: 360px
    }

    .ordered__bill-row {
        padding: 0 25px
    }

    .catalog-top {
        margin-bottom: 35px
    }

    .catalog-top__main {
        padding: 25px 0
    }

    .catalog-top .cats-slider {
        margin-top: 25px
    }

    .cabinet-rows {
        --bs-gutter-y: 10px
    }

    .sm-cab-order {
        min-height: 0
    }

    .bonus-card-info {
        padding: 16px 25px 18px;
        min-height: 170px
    }

    .cab-form-row {
        max-width: none
    }

    .cab-story__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 0
    }

    .cab-story__row._head {
        display: none
    }

    .cab-story__row._head+.cab-story__row {
        padding-top: 10px
    }

    .cab-story__col._date {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        width: auto;
        min-width: 0
    }

    .cab-story__col._title {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin: 10px 0 0;
        padding: 0
    }

    .cab-story__col._balance {
        width: auto;
        text-align: right
    }

    .cab-order {
        display: block;
        padding: 25px 0
    }

    .cab-order__right {
        margin: 25px 0 0;
        width: auto
    }

    .cab-order .price,.cab-order .sm-orders {
        margin-top: 25px
    }

    .order-page-bill {
        max-width: none
    }

    .inn-bann {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .inn-bann__container {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .inn-bann__wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 45px 0;
        width: 100%;
        max-width: 460px
    }

    .inn-bann__action {
        margin-top: auto
    }

    .cr-advant {
        line-height: 1.45;
        font-size: 1rem
    }

    .cr-advant__head {
        margin-bottom: 15px
    }

    .cr-terms__row {
        display: block;
        padding: 15px 0
    }

    .cr-terms__row._head {
        padding-bottom: 25px
    }

    .cr-terms__row._head .cr-terms__col {
        padding: 0
    }

    .cr-terms__row._head .cr-terms__col._main {
        display: none!important
    }

    .cr-terms__col:first-child {
        padding-left: 20px
    }

    .cr-terms__col:last-child {
        padding-right: 20px
    }

    .cr-terms__col:nth-child(n) {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        width: auto
    }

    .cr-terms__col._title {
        padding-bottom: 10px
    }

    .cr-terms__col._main {
        padding: 0
    }

    .cr-terms__col[data-title]:before {
        content: attr(data-title);
        display: block;
        margin-bottom: 5px;
        opacity: .6;
        font-size: 11px
    }

    .inn-bann._bonus .inn-bann__img {
        left: auto;
        right: 25px;
        margin: 0
    }

    .inn-bann._bonus .inn-bann__img img {
        max-height: 280px
    }

    .bonus-sect__title {
        display: block
    }

    .bonus-sect__head {
        width: auto
    }

    .bonus-sect__descr {
        margin: 25px 0 0;
        max-width: none
    }

    .bonus-sect__img {
        height: 350px
    }

    .bonus-sect__img-main {
        position: absolute;
        top: 0;
        right: 38%;
        max-width: none;
        height: 100%
    }

    .bonus-sect__img-zoom {
        left: auto;
        right: 25%
    }

    .steps-row>:after {
        display: none
    }

    .inn-head {
        padding: 35px 0 40px
    }

    .docs__main,.docs__menu {
        padding: 50px 0
    }

    .docs__menu {
        padding-right: 25px
    }

    .docs__main {
        padding-left: 25px
    }

    .docs__row {
        margin-bottom: 50px
    }

    .docs__menu {
        font-size: 13px
    }

    .docs__menu li {
        margin-bottom: 25px
    }

    .blog__title {
        padding: 30px 0 40px
    }

    .blog__row .blog-item,.blog__row .blog-item-big {
        margin-bottom: 0
    }

    .blog-item {
        font-size: 13px
    }

    .blog-item__img {
        height: auto!important
    }

    .blog-item__img:before {
        content: "";
        display: block;
        width: 100%;
        padding-bottom: 64.8%
    }

    .blog-item__main {
        min-height: 160px!important;
        padding: 17px 20px 20px!important
    }

    .blog-item__head {
        line-height: 1.4;
        font-size: 15px
    }

    .blog__more {
        margin-top: 50px
    }

    .post-content {
        padding: 0 60px
    }

    .post-content__img {
        margin: 35px -60px
    }

    .post-action {
        margin-top: 45px;
        padding: 35px 0
    }

    .categories-slider .swiper-slide {
        opacity: 1;
        visibility: visible
    }

    .catalog-item._bg-none {
        padding: 0
    }

    .catalog-item._bg-none:hover:before {
        display: none
    }

    .brand-item {
        height: 75px
    }

    .news-home__mob-item {
        display: block;
        margin: 0 0 20px
    }

    .news-home__slider .swiper {
        margin: 0 -7px
    }

    .news-home__slider .swiper-slide {
        width: 33.33%;
        padding: 0 7px;
        opacity: 1;
        visibility: visible
    }

    .news-home__slider .swiper-slide._big {
        display: none
    }

    .news-home__slider .swiper-scrollbar {
        display: none
    }

    .foot-main {
        display: block
    }

    .foot-main__first {
        width: 100%;
        padding: 0
    }

    .foot-main__menus {
        margin-top: 40px
    }

    .foot-bot {
        display: block
    }

    .foot-bot__first {
        width: auto;
        padding: 0
    }

    .foot-bot__main {
        margin-top: 20px
    }

    .foot-bot__links {
        width: 30%
    }

    .foot-bot__links li {
        margin-bottom: 8px
    }

    .err-cats__grid {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4,1fr)
    }

    .store-avail {
        padding: 25px;
        font-size: 13px
    }

    .store-avail__row {
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .store-avail__row._head {
        margin-bottom: 20px;
        font-size: 12px
    }

    .store-avail__col._avail,.store-avail__col._last {
        width: 120px
    }

    .store-avail__col._clock {
        width: 24%
    }

    .credit-top__descr {
        font-size: 1rem
    }

    .banks-logos__head {
        margin-bottom: 10px
    }

    .credit-item {
        padding: 20px 0
    }

    .credit-item__title {
        width: 100%
    }

    .trade-main__subtitle {
        font-size: 1rem
    }

    .popup__bottom-col._main {
        width: 62%;
        padding-right: 40px
    }

    .popup__bottom-col._side {
        width: 38%
    }

    .popup-aside {
        padding: 24px
    }

    .pr-big-gallery__main {
        padding: 0 25px;
        max-width: none
    }

    .advants-grid__col {
        width: 33.33%
    }

    .big-cats {
        margin-bottom: 50px
    }

    .acc-bann__img {
        max-width: 45%
    }

    .category-item._sub {
        padding: 20px 17px
    }

    .category-item._sub .category-item__img {
        margin-bottom: 15px
    }

    .sub-categories-slider .category-item {
        pointer-events: auto;
        opacity: 1
    }

    .gift-choice._cert-sum label {
        min-width: 30%
    }

    .gift-card .inn-title .breadcrumbs {
        border-bottom: none
    }

    .inn-title._mob-bd-none .breadcrumbs {
        border-bottom: none
    }

    .inn-title._mob-bd-none .inn-title__content {
        padding-top: 0
    }

    .gift-card__title {
        display: block;
        margin-bottom: 30px
    }

    .gift-card__subhead {
        margin: 12px 0 0;
        text-align: inherit;
        max-width: none
    }

    .gift-pay-item {
        padding: 28px
    }

    .gift-pay-item__action {
        min-height: 50px
    }

    .shops__title {
        margin-bottom: 24px
    }

    .checkout-foot {
        padding: 24px 0
    }

    .shops-sect__item {
        width: 33.33%
    }

    .offer__wrap {
        display: block
    }

    .offer__main {
        width: 100%
    }

    .offer__aside {
        padding: 0;
        margin: 50px 0 0
    }

    .offer__bot {
        margin-top: 24px
    }

    .cart-item__boxes-wrap {
        max-width: none
    }

    .h2._big,h2._big {
        font-size: 30px
    }

    .inn-title._cats {
        margin-bottom: 40px
    }

    .inn-title._cats .inn-title__content {
        padding-bottom: 0
    }

    .trade-calc__wrap {
        display: block;
        padding: 0;
        border-radius: 12px
    }

    .trade-calc__form {
        padding: 32px
    }

    .trade-calc__box {
        margin: 0;
        width: 100%;
        min-height: auto;
        border-radius: 0 0 12px 12px
    }

    .shop-popup__phone {
        width: 100%
    }

    .shop-popup__contacts._main {
        width: 32%
    }

    .shop-popup__map>div {
        height: 400px
    }
}

@media (max-width: 767px) {
    :root {
        --sect-offset:50px
    }

    .about-title {
        max-width: 600px
    }

    .about-title h2 {
        font-size: 24px
    }

    .about-title h2._big {
        font-size: 24px
    }

    .about-bann {
        margin-bottom: 65px
    }

    .about-bann__content {
        margin: 0;
        min-height: auto;
        text-align: center
    }

    .about-bann__content-wrap {
        max-width: none
    }

    .about-bann__images {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        margin: 0 0 40px
    }

    .about-bann__bot {
        display: block
    }

    .about-bann__bot-year {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        margin: 0 0 30px
    }

    .about-bann__bot-year .about-bann__bot-head {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin: 0 20px 0 0;
        width: 33%;
        max-width: 140px
    }

    .about-bann__bot-year .about-bann__bot-list {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0
    }

    .about-bann__bot-head {
        margin-bottom: 15px
    }

    .about-gallery {
        margin: 65px 0
    }

    .about-gallery__grid {
        gap: 1.2vw
    }

    .about-gallery__col {
        min-width: 100%
    }

    .about-gallery__col:nth-child(2) {
        width: 100%
    }

    .about-video {
        margin: 65px 0 0
    }

    .about-video__box-play {
        width: 66px;
        height: 66px
    }

    .about-video__box-play:after {
        margin: -10px 0 0 -6px;
        border: 10px solid transparent;
        border-left: 16px solid #fff
    }

    .about-new {
        padding: 65px 0 75px
    }

    .about-new__item-content {
        margin: 20px 0 0 30px
    }

    .about-serv__grid {
        gap: 15px
    }

    .about-serv {
        margin: 50px 0 60px
    }

    .about-slider {
        padding: 65px 0 75px
    }

    .ab-contacts {
        margin: 50px 0 55px
    }

    .ab-contacts__col {
        min-width: 100%
    }

    .ab-contacts__col:nth-child(n) {
        max-width: 100%
    }

    .checkout-pay-jur .info-box {
        margin-bottom: 25px
    }

    .registration {
        display: block;
        background: #f5f5f5
    }

    .registration__img {
        padding: 80px 0 0;
        height: 250px
    }

    .registration__img:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000;
        opacity: .2
    }

    .registration__logo {
        margin: 0 auto
    }

    .registration__main {
        padding: 1px 40px 40px;
        width: auto
    }

    .registration__box {
        margin-top: -60px;
        padding: 24px;
        max-width: none;
        border-radius: 10px;
        background: #fff
    }

    .title._grid .content {
        margin-top: 30px
    }

    .cat-advant {
        padding: 25px 20px
    }

    .cr-terms._bd .cr-terms__col:first-child {
        padding-left: 0
    }

    .supp-info._norm .supp-info__img {
        margin-right: 15px
    }

    .supp-info-line {
        display: block
    }

    .supp-info-line__phone {
        margin: 0;
        padding: 0 0 0 90px
    }

    .supp-info-line__phone:before {
        display: none
    }

    .cr-terms+.cr-terms,.tabs__item .title:nth-child(n+2) {
        margin-top: 50px
    }

    .product-labels {
        margin-bottom: 15px
    }

    .title__head._sm {
        max-width: none
    }

    .big-services .swiper-slide {
        width: 100%;
        max-width: 400px
    }

    .big-service__head {
        font-size: 24px
    }

    .shop-stand-big__main {
        display: block
    }

    .shop-stand-big__head {
        width: auto;
        margin-bottom: 20px;
        padding: 0
    }

    .shop-stand-big__links {
        gap: 5px 15px
    }

    .shop-stand-slider {
        overflow: visible
    }

    .shop-stand-slider .swiper-slide {
        width: 360px;
        max-width: 100%
    }

    .big-services .swiper-slide {
        opacity: 1;
        visibility: visible;
        width: 100%;
        max-width: 400px
    }

    .inn-bann._liquid {
        min-height: 60vw
    }

    .bann-slider__pagination {
        bottom: 210px
    }

    .bann-item[data-theme-mobile=dark] {
        background-color: #000;
        color: #fff
    }

    .bann-item[data-theme-mobile=dark] .btn {
        background-color: #fff;
        color: #000
    }

    .bann-item[data-theme-mobile=dark] .btn:hover {
        background-color: #e6e6e6
    }

    .bann-item__bg>div {
        display: none
    }

    .bann-item__bg>div._mob,.bann-item__bg>div:first-child:last-child {
        display: block
    }

    .bann-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .bann-item__wrap {
        padding: 0 0 35px;
        max-width: 320px
    }

    .bann-item__head {
        margin-bottom: 7px;
        font-size: 30px
    }

    .bann-item__descr {
        font-size: 15px
    }

    .bann-item__action {
        margin-top: 20px
    }

    .bann-item__img {
        margin-bottom: 10px;
        max-width: 200px;
        max-height: 30px
    }

    .h1,h1 {
        font-size: 30px
    }

    .h1._big,h1._big {
        font-size: 32px
    }

    .h2,h2 {
        font-size: 24px
    }

    .h2._small,.h3,h2._small,h3 {
        font-size: 22px
    }

    .sect-m._mob-t-0 {
        margin-top: 0
    }

    .sect-m._mob-b-0 {
        margin-bottom: 0
    }

    .sect-p._mob-t-0 {
        padding-top: 0
    }

    .sect-p._mob-b-0 {
        padding-bottom: 0
    }

    .product-labels {
        margin-bottom: 15px
    }

    .title {
        margin-bottom: 30px
    }

    .title__head {
        max-width: none
    }

    .title._grid {
        display: block
    }

    .title._grid .title__head {
        margin-bottom: 15px
    }

    .title._grid .link-more {
        margin-top: 0
    }

    .sort-box__btn {
        padding: 0;
        border: none
    }

    .sort-box__btn:hover {
        background: 0 0
    }

    .subtitle {
        margin-bottom: 15px
    }

    .tabs__btns-wrap .reset-btn {
        display: none
    }

    .link-icon ._count {
        padding: 0 3px;
        min-width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 11px
    }

    .sort-box__btn .ic {
        margin-left: 8px;
        font-size: 12px
    }

    .sort-box__list {
        margin-top: 15px
    }

    .popup-overlay {
        background: rgba(0,0,0,.5)
    }

    .popup__wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 70px 0 0
    }

    .popup__wrap {
        padding: 24px var(--app-gutter);
        border-radius: 0
    }

    .popup__wrap .close-btn {
        top: -50px;
        right: 10px;
        width: 35px;
        height: 35px;
        background: #000;
        line-height: 35px;
        font-size: 11px
    }

    .popup__tap {
        display: block
    }

    .popup._bottom .popup__wrap {
        padding-left: 0;
        padding-right: 0
    }

    .city-popup__list {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2
    }

    .product {
        margin: 35px 0 50px
    }

    .pr-gallery {
        padding: 0 0 48px 90px
    }

    .pr-gallery__thumbs {
        width: 75px
    }

    .product__accessories .catalog-item._line {
        padding-bottom: 0;
        border-bottom: none
    }

    .specs__row {
        margin-bottom: 35px
    }

    .specs__list>li>._head {
        width: 54%
    }

    .best-price {
        display: block
    }

    .best-price__main {
        width: auto;
        margin: 0 0 30px
    }

    .ordered__bill {
        width: auto
    }

    .catalog-top {
        font-size: 13px
    }

    .catalog-top__col {
        gap: 10px 20px
    }

    .cats-slider {
        margin: 0 calc(var(--app-gutter) * -1);
        padding: 0 var(--app-gutter)
    }

    .cats-slider__next,.cats-slider__prev {
        display: none!important
    }

    .cats-slider__btn {
        padding: 12px 15px
    }

    .filter-btn__main {
        padding: 0;
        border: none
    }

    .filter-btn__count {
        padding: 0 6px;
        min-width: 30px;
        height: 30px;
        line-height: 30px
    }

    .pagination-more {
        margin-top: 35px
    }

    .pagination__more {
        margin-bottom: 35px
    }

    .pagination__descr {
        margin-top: 35px
    }

    .pagination__wrap {
        padding-top: 35px
    }

    .pagination__arrow {
        display: none!important
    }

    .sm-cats__grid {
        gap: 10px
    }

    .sm-cats-item {
        padding: 7px 10px;
        border: none;
        font-size: 13px
    }

    .search-form__field input {
        height: 60px;
        line-height: 60px;
        font-size: 20px
    }

    .search-form__btn {
        width: 60px;
        font-size: 20px
    }

    .cab-user__main>* {
        margin-bottom: 10px
    }

    .cab-user__img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 0 0 15px;
        width: 80px;
        height: 80px
    }

    .cabinet {
        padding-top: 25px!important;
        background-color: #f5f5f5
    }

    .cabinet+.bg-gray {
        border-top: 1px solid rgba(0,0,0,.1)
    }

    .cabinet .cab-user {
        margin-bottom: 25px
    }

    .cabinet__row {
        margin: 0 calc(var(--app-gutter) * -1) 35px;
        padding: 24px var(--app-gutter);
        background: #fff
    }

    .cabinet__row._mob-box {
        margin-left: 0;
        margin-right: 0;
        border-radius: 8px
    }

    .cabinet__row._mob-gray {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        background: 0 0
    }

    .cabinet__menu._big {
        margin-bottom: 25px;
        font-size: 26px
    }

    .cabinet__logout {
        margin-bottom: 35px
    }

    .card-wallet {
        padding: 0;
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .cab-title {
        padding-top: 15px
    }

    .cab-form-row {
        margin-bottom: 35px
    }

    .cab-form-action .btn {
        padding-left: 15px;
        padding-right: 15px;
        min-width: 100%
    }

    .cabinet__tabs,.order-route {
        margin-bottom: 35px
    }

    .order-page-bill__action {
        margin-top: 35px
    }

    .note-item__btn {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        margin: 15px 0 0 90px;
        width: 100%
    }

    .compare__main {
        margin-bottom: 35px;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .compare__main .swiper-slide {
        padding-bottom: 0;
        border-bottom: none
    }

    .compare__option {
        margin: 0 calc(var(--app-gutter) * -1) 30px;
        padding: 0 var(--app-gutter) 30px;
        border-bottom: 1px solid rgba(0,0,0,.1);
        text-align: center
    }

    .err-search {
        margin: 50px 0
    }

    .err-search__head {
        margin-bottom: 35px
    }

    .err-search .search-form__field input {
        padding-left: 19px
    }

    .inn-bann._credit {
        background-position: 55% 50%
    }

    h1.inn-bann__head {
        font-size: 32px
    }

    .inn-bann._bonus .inn-bann__img {
        max-width: 235px
    }

    .bonus-sect__title {
        margin-bottom: 35px
    }

    .bonus-sect__img-descr {
        max-width: 180px;
        font-size: 13px
    }

    .bonus-sect__img-main {
        right: 42%
    }

    .steps__more {
        margin-top: 50px;
        padding-top: 50px
    }

    .steps-row {
        --bs-gutter-y: 15px
    }

    .step-item {
        padding: 19px 19px 24px;
        border: 1px solid rgba(0,0,0,.1);
        border-radius: 8px
    }

    .cab-return__title {
        margin-bottom: 25px
    }

    .cab-return-el {
        margin-bottom: 35px
    }

    .cab-return-el__title {
        margin-bottom: 15px
    }

    .deliv-item__grid {
        gap: 0 25px
    }

    .gift-card-address__box {
        padding: 24px
    }

    .gift-card-address__head {
        font-size: 1em
    }

    .docs__grid:before {
        display: none
    }

    .docs__menu {
        float: none;
        width: auto;
        padding: var(--app-gutter);
        margin: 0 calc(var(--app-gutter) * -1);
        background: #f5f5f5;
        font-size: 1rem
    }

    .docs__menu li {
        margin-bottom: 12px
    }

    .docs__menu li:nth-child(n+2) {
        padding-top: 12px;
        border-top: 1px solid rgba(0,0,0,.1)
    }

    .docs__main {
        margin: 0;
        padding: 25px 0 40px
    }

    .corp-advant {
        padding: 25px 20px;
        min-height: 255px
    }

    .corp-advant__head {
        margin-bottom: 25px;
        font-size: 16px
    }

    .corp-advant__img {
        width: 115px;
        min-height: 50px
    }

    .corp-advant__img img {
        max-height: 100px
    }

    .corp-advant .content {
        margin-top: 15px;
        font-size: 13px
    }

    .contact-row:first-child {
        padding-top: 0;
        border-top: none
    }

    .contact-row__head {
        margin-bottom: 15px
    }

    .blog__title:before {
        bottom: -60px
    }

    .blog-item-big {
        height: 320px
    }

    .blog__more {
        margin-top: 35px
    }

    .post-title {
        display: block;
        margin-bottom: 35px
    }

    .post-title .share-box {
        margin: 25px 0 0
    }

    .post-content {
        padding: 0
    }

    .post-content__img {
        margin: 35px calc(var(--app-gutter) * -1)
    }

    .post-content__img img {
        border-radius: 0
    }

    .post-action__grid {
        display: block
    }

    .post-action__grid .share-box {
        margin: 0 0 15px
    }

    .post-action__grid .share-box__btn {
        width: 100%
    }

    .post-action__btns .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        min-width: none
    }

    .post-popup .popup__wrap {
        padding-bottom: 0
    }

    .faq-item__btn {
        padding: 20px 2rem 20px 0;
        font-size: 1rem
    }

    .faq-item__btn .ic {
        font-size: 1rem
    }

    .faq-item__hidden {
        padding: 0 0 25px
    }

    .compare__spec-item {
        width: 33.33%
    }

    .cart-empty__icon {
        margin-bottom: 25px;
        max-height: 95px
    }

    .header__phone {
        display: none
    }

    .service-item._offer .service-item__head {
        max-width: 240px
    }

    .news-home__slider .swiper-slide {
        width: 50%
    }

    .foot-bot__links {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        width: auto;
        min-width: 40%
    }

    .foot-bot__dev {
        display: none
    }

    .err-cats__grid {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3,1fr)
    }

    .err-sect__icon {
        max-height: 95px;
        margin-bottom: 15px
    }

    .product-tabs__row {
        margin-bottom: 45px;
        padding-bottom: 50px
    }

    .store-avail-wrap {
        padding: 25px;
        border-radius: 8px;
        background: #f6f6f6
    }

    .store-avail-wrap .title {
        margin-bottom: 25px
    }

    .store-avail {
        padding: 0;
        background: 0 0;
        font-size: 1rem
    }

    .store-avail__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 8px 20px
    }

    .store-avail__row._head {
        display: none
    }

    .store-avail__col {
        padding: 0
    }

    .store-avail__col._avail {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: auto
    }

    .store-avail__col._clock {
        display: none
    }

    .store-avail__col._last {
        width: 100%
    }

    .store-avail__col._last:empty {
        display: none
    }

    .store-avail__col[data-title] {
        text-align: right
    }

    .store-avail__col[data-title]:before {
        float: left;
        content: attr(data-title);
        opacity: .5;
        margin: 0 15px 5px 0;
        min-height: 1em
    }

    .store-avail__col[data-title]:after {
        content: "";
        display: table;
        clear: both
    }

    .product__title {
        margin-bottom: 25px
    }

    .product__top-specs {
        margin-top: 30px
    }

    .cart-item {
        position: relative;
        margin-bottom: 24px;
        padding-top: 24px
    }

    .cart-item__head {
        margin-right: 40px
    }

    .cart-item__action {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 20px 0 0;
        width: 100%
    }

    .cart-item__del {
        position: absolute;
        z-index: 5;
        top: 5px;
        right: 0;
        margin: 0
    }

    .cart-item._out .cart-item__action {
        margin: 0
    }

    .cart-item._out .cart-item__links {
        padding-right: 100px
    }

    .catalog-accessories-small.row {
        --bs-gutter-y: 24px
    }

    .credit-top {
        display: block;
        margin-bottom: 30px
    }

    .credit-top .banks-logos {
        margin-top: 20px
    }

    .credit-main {
        padding-bottom: 35px
    }

    .credit-item {
        padding: 15px 0 25px
    }

    .credit-item .btn {
        margin-top: 5px;
        width: 100%
    }

    .credit-item__info {
        width: auto!important
    }

    .popup-bottom-content {
        padding: 25px 0
    }

    .popup__bottom-grid {
        display: block
    }

    .popup__bottom-col._main {
        width: auto;
        padding: 0
    }

    .trade-main {
        padding-bottom: 35px
    }

    .trade-main__subtitle {
        margin-bottom: 30px
    }

    .trade-main__step-head {
        margin-bottom: 20px
    }

    .popup__bottom-col._side {
        top: auto!important;
        width: auto;
        margin: 25px 0 0
    }

    .popup-aside .price b {
        font-size: 17px
    }

    .popup-action .btn {
        width: 100%
    }

    .popup-action__policy {
        margin: 10px 0 0;
        max-width: none
    }

    .popup__medium-wrap {
        padding: 24px var(--app-gutter)
    }

    .popup__medium-bottom {
        padding: 25px 18px;
        border-radius: 0
    }

    .popup__medium-supp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .popup__medium-supp>* {
        max-width: 100%
    }

    .popup__medium-supp .supp-info {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ededed
    }

    .popup__medium-supp-phone {
        margin: 0;
        padding: 0;
        border: none;
        list-style: none;
        text-align: center
    }

    .pr-big-gallery__top-grid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 0
    }

    .pr-big-gallery__close {
        top: 15px;
        right: 25px;
        margin: 0
    }

    .pr-big-gallery__top .price {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0
    }

    .pr-big-gallery__head {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
        padding-right: 40px
    }

    .advants-grid__col {
        width: 50%
    }

    .acc-bann__grid {
        display: block
    }

    .acc-bann__main {
        padding: 0 0 25px
    }

    .acc-bann__main .breadcrumbs {
        margin-bottom: 25px;
        padding: 18px 0;
        border-bottom: 1px solid rgba(0,0,0,.05)
    }

    .acc-bann__head {
        display: block;
        min-height: auto
    }

    .acc-bann__img {
        display: none
    }

    .popup._filter .popup__wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .popup._filter .popup__title {
        padding-bottom: 25px
    }

    .popup__filter>.scrollbar-inner {
        right: -14px
    }

    .popup__filter-wrap {
        padding-right: 14px
    }

    .guarantee-box {
        padding: 20px 30px
    }

    .guarantee-box .hint-item {
        top: 10px;
        right: 10px
    }

    .guarantee-box__content {
        font-size: 17px
    }

    .advants-row {
        --bs-gutter-y: 15px
    }

    .product-credit__subhead {
        margin-bottom: 30px;
        font-size: 14px
    }

    .faq-item._big .faq-item__btn {
        font-size: 17px
    }

    .gift-content__wrap p {
        min-width: 100%
    }

    .product-prevideo {
        margin-top: 24px;
        min-height: 100px
    }

    .product-prevideo__icon {
        width: 48px;
        height: 48px;
        line-height: 44px;
        font-size: 16px
    }

    .product-prevideo__content {
        font-size: 15px
    }

    .split-popup .popup__wrap {
        width: 100%
    }

    .split-popup__main,.split-popup__top {
        padding-left: var(--app-gutter);
        padding-right: var(--app-gutter)
    }

    .shops-sect__item {
        width: 50%
    }

    .offers-content {
        padding: 35px 0
    }

    .offers-content__wrap {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .offer__main .content {
        padding: 0 35px
    }

    .cart-item__action-top {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0
    }

    .cart-item__action .quantity._info {
        width: auto
    }

    .h2._big,h2._big {
        font-size: 26px
    }

    .title._trade {
        margin-bottom: 30px;
        font-size: 15px
    }

    .inn-title._cats {
        margin-bottom: 35px
    }

    .products {
        padding: 30px 0 35px
    }

    .products__tags {
        margin-top: 35px;
        padding-top: 35px
    }

    .products__tags-list {
        gap: 8px 16px;
        font-size: 12px
    }

    .form-popup__title .h3,.form-popup__title h3 {
        margin-bottom: 10px;
        font-size: 24px
    }

    .checkout-row {
        padding: 20px 24px 24px
    }

    .checkout-choice._row .checkout-choice__grid {
        gap: 8px
    }

    .ordered-content {
        margin-bottom: 24px;
        padding-bottom: 24px
    }

    .ordered-info__items {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr)
    }

    .ordered-items .cart-item__head {
        margin-right: 0
    }

    .ordered-items .cart-item__action {
        margin: 18px 0 0;
        width: 100%
    }

    .ch-deliv-popup__action {
        margin-top: 24px
    }

    .shop-item {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .shop-item:nth-child(n+2) {
        margin-top: 24px;
        padding-top: 20px
    }

    .shop-item__clock {
        margin-bottom: 16px
    }

    .shop-item__head {
        width: 100%
    }

    .shop-popup .popup__wrap {
        padding-bottom: 0
    }

    .shop-popup__grid {
        margin-bottom: 32px
    }

    .shop-popup__contacts._main {
        width: 46%
    }

    .shop-popup__map {
        margin: 0 calc(var(--app-gutter) * -1)
    }

    .shop-popup__action {
        margin-top: 5px;
        width: 100%
    }
}

@media (max-width: 575px) {
    :root {
        --sect-offset:35px;
        --app-gutter: 18px
    }

    .swiper-pagination-bullet {
        margin: 5px 2px 0!important;
        width: 5px;
        height: 5px
    }

    .about-new__slider .swiper-slide {
        width: 465px;
        max-width: none
    }

    .about-new__item-content {
        width: 82vw;
        max-width: 400px
    }

    .about-serv__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .form-file__box {
        gap: 14px;
        padding: 14px
    }

    .form-file__box .btn {
        padding-left: 14px;
        padding-right: 14px;
        min-width: 0
    }

    .info-box._star {
        padding-left: 55px
    }

    .info-box._star:before {
        top: 50%;
        left: 18px;
        margin-top: -.5em
    }

    .registration__img {
        padding: 55px 0 0;
        height: 175px
    }

    .registration__main {
        padding: 1px var(--app-gutter) 25px
    }

    .registration__box {
        margin-top: -40px;
        padding: 25px 20px
    }

    .catalog-item._mob-line-fav .catalog-item__top .pr-labels {
        display: none
    }

    .inn-bann._sale .inn-bann__head {
        margin-left: auto;
        margin-right: auto;
        font-size: 28px
    }

    .catalog-item {
        padding-bottom: 20px
    }

    .catalog-item .btn {
        padding: 11px 19px;
        min-width: 0;
        line-height: 1.25;
        font-size: 13px
    }

    .catalog-item-sale__price {
        font-size: 12px
    }

    .catalog-item-sale__price strong {
        font-size: 15px
    }

    .category-item {
        padding: 15px
    }

    .category-item__img {
        margin-bottom: 25px
    }

    .categories-slider .swiper-slide {
        width: 135px
    }

    .categories-slider .category-item__img {
        margin-bottom: 15px;
        height: 70px
    }

    .big-services {
        padding-right: 10px
    }

    .big-services .swiper-slide {
        max-width: 340px
    }

    .big-service__main {
        padding: 22px 25px 25px
    }

    .swiper-mobile-helper {
        display: block
    }

    .big-services .swiper-pagination {
        display: none
    }

    .big-bann__wrap {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: left
    }

    .big-bann__content h1 {
        font-size: 28px
    }

    .shop-stand-big {
        margin-bottom: 20px
    }

    .shop-stand-big__head {
        margin-bottom: 10px
    }

    .shop-stand-big__main {
        padding: 25px 20px
    }

    .shop-stand-big__links {
        font-size: 15px
    }

    .shop-stand-slider {
        padding-right: 20px
    }

    .shop-stand-slider .swiper-slide {
        width: 320px
    }

    .shop-stand-item__head {
        font-size: 18px
    }

    .catalog-more-btn {
        margin-top: 25px
    }

    .catalog-more-btn .btn {
        width: 100%
    }

    .shop-offer {
        padding: 45px 20px
    }

    .shop-offer__main {
        max-width: 320px
    }

    .shop-offer__main .btn {
        margin-top: 5px
    }

    .big-services .swiper-slide {
        max-width: 340px
    }

    .inn-bann._liquid {
        min-height: 70vw
    }

    .liquid-img {
        max-height: 425px
    }

    .bann-slider__pagination {
        gap: 5px;
        bottom: 200px
    }

    .bann-slider__pagination span {
        width: 5px;
        height: 5px
    }

    body,html {
        font-size: 13px
    }

    .h1,.h1._big,h1,h1._big {
        font-size: 26px
    }

    .h2,.h2._small,h2,h2._small {
        font-size: 20px
    }

    .h3,h3 {
        font-size: 18px
    }

    .h4,h4 {
        font-size: 17px
    }

    .h5,h5 {
        font-size: 15px
    }

    .sect-m._tabs {
        margin-top: 20px
    }

    .sect-p._tabs {
        padding-top: 20px
    }

    .breadcrumbs {
        font-size: 12px
    }

    .breadcrumbs .ic {
        font-size: 13px
    }

    .title {
        margin-bottom: 20px
    }

    .content img {
        margin: 25px 0
    }

    .btn._tab {
        padding: 11px 13px;
        font-size: 13px
    }

    .btn._mob-full {
        padding-left: 15px;
        padding-right: 15px;
        min-width: 100%
    }

    .form-row .form-action {
        margin-top: 10px
    }

    .form-action {
        margin-top: 25px
    }

    .form-action .btn {
        min-width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .form-option {
        font-size: 13px
    }

    .form-option span {
        padding-top: 2px
    }

    .form-range__info {
        margin-bottom: 10px
    }

    .form-images-btn {
        display: block;
        width: 100%
    }

    .form-images__grid,.form-images__wrap {
        gap: 15px
    }

    .tabs._mob-scroll .tabs__btns-wrap {
        padding: 0;
        display: block;
        white-space: normal
    }

    .tabs._mob-scroll .tabs__btns-wrap:after {
        display: none
    }

    .tabs._mob-scroll .tabs__item {
        display: block!important;
        margin-bottom: 35px
    }

    .tabs._mob-scroll .tabs__item:last-child {
        margin-bottom: 0
    }

    .tabs._mob-scroll .tab-btn {
        display: block;
        margin-bottom: 2px;
        padding: 14px 40px 14px 18px;
        width: 100%;
        border: none;
        background: #f7f7f7;
        opacity: 1
    }

    .tabs._mob-scroll .tab-btn:last-child {
        margin-bottom: 0
    }

    .tabs._mob-scroll .tab-btn:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 18px;
        margin-top: -.5em;
        content: "\e906";
        font-family: icomoon;
        text-transform: none;
        font-weight: 400;
        font-style: normal;
        line-height: 1;
        font-size: 12px;
        opacity: .4
    }

    .tabs._mob-scroll .tab-btn:last-child {
        border-bottom: none!important
    }

    .tab-btn ._count {
        margin-left: 3px;
        min-width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px
    }

    .price {
        font-size: 11px
    }

    .price b {
        font-size: 15px
    }

    .catalog-small-row {
        --bs-gutter-y: 15px
    }

    .catalog-item__img {
        max-width: 160px;
        margin: 0 auto 15px
    }

    .catalog-item__head {
        margin-bottom: 15px
    }

    .catalog-item__btn {
        margin-top: 17px
    }

    .catalog-item._mob-line {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0 15px;
        border-bottom: 1px solid #ededed;
        text-align: left
    }

    .catalog-item._mob-line .catalog-item__top,.catalog-item._mob-line:before {
        display: none
    }

    .catalog-item._mob-line .catalog-item__img {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        -ms-flex-item-align: start;
        align-self: flex-start;
        max-width: none;
        margin: 0 16px 0 0;
        width: 60px;
        height: 50px
    }

    .catalog-item._mob-line .catalog-item__img:before {
        display: none
    }

    .catalog-item._mob-line .catalog-item__main {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        width: auto;
        display: block
    }

    .catalog-item._mob-line .catalog-item__head {
        display: block;
        margin-bottom: 8px;
        height: auto!important;
        min-height: auto
    }

    .catalog-item._mob-line .catalog-item__btn {
        display: none!important
    }

    .catalog-item._mob-line .price b {
        font-size: 15px
    }

    .catalog-item._mob-line .price s {
        font-size: 13px
    }

    .catalog-item._mob-line-fav .catalog-item__top {
        position: absolute;
        right: 0;
        bottom: 0;
        display: block;
        margin: 0;
        width: auto
    }

    .catalog-item._mob-line-fav .catalog-item__top .product-labels {
        display: none
    }

    .catalog-item._mob-line-fav .catalog-item__top .product-icons {
        opacity: 1;
        visibility: visible
    }

    .catalog-item._mob-line-fav .catalog-item__img {
        margin-right: 20px;
        width: 65px
    }

    .catalog-item._mob-line-fav .price b {
        font-size: 16px
    }

    .catalog-item._mob-line-fav .catalog-item__btn {
        display: block
    }

    .catalog-item._line {
        padding: 15px 0
    }

    .catalog-item__top .product-icons .ic {
        font-size: 16px
    }

    .services-slider .swiper-slide {
        width: 300px
    }

    .service-item {
        padding: 24px 20px 0;
        height: 430px
    }

    h3.service-item__head {
        font-size: 20px
    }

    .catalog-grid-slider .swiper-slide,.catalog-slider .swiper-slide {
        width: 55%;
        min-width: 180px;
        max-width: 100%;
        opacity: 1;
        visibility: visible
    }

    .search-catalog-slider {
        overflow: visible
    }

    .search-catalog-slider .swiper-slide {
        width: 55%;
        min-width: 180px;
        max-width: 100%
    }

    .search-catalog-slider .swiper-pagination {
        display: none
    }

    .catalog-item._small .catalog-item__btn {
        display: block
    }

    .news-item-big {
        font-size: 12px
    }

    .news-item-big__content {
        padding: 22px
    }

    .news-item-big__head,.news-item__img {
        margin-bottom: 15px
    }

    .footer {
        padding: 35px 0 40px
    }

    .search-top-overlay {
        z-index: 149
    }

    .search-top-arrow {
        display: none!important
    }

    .search-top {
        top: 0;
        z-index: 150;
        max-height: none;
        height: var(--app-height)
    }

    .search-top__wrap {
        padding-top: 18px
    }

    .search-top__form {
        padding-right: 60px
    }

    .search-top__field {
        padding: 8px 82px 21px 0;
        font-size: 15px
    }

    .search-top__reset {
        right: 95px;
        padding-right: 12px
    }

    .search-top__btn {
        right: 60px;
        width: 30px;
        padding: 8px 0 20px;
        text-align: right;
        font-size: 22px
    }

    .search-top__btn span {
        display: none
    }

    .search-top__btn .ic {
        display: block
    }

    .search-top__close {
        display: block;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        width: 48px;
        height: 48px;
        border-radius: 8px;
        background: #f5f5f7;
        text-align: center;
        line-height: 48px;
        font-size: 18px;
        -webkit-transition: .3s;
        transition: .3s
    }

    .search-top__close:hover {
        background-color: #f2f2f2
    }

    .search-top__first {
        padding: 24px 0 35px
    }

    .search-top__row {
        margin-bottom: 24px
    }

    .search-top__title {
        gap: 10px 20px
    }

    .search-top__title._mb-25,.search-top__title._mb-35 {
        margin-bottom: 20px
    }

    .search-top__second {
        padding: 16px 0 35px
    }

    .search-top__hints {
        margin-bottom: 24px
    }

    .note-item {
        left: 0;
        width: 100%!important;
        max-width: none;
        padding: 20px 22px;
        border-radius: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    .note-item._show {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    .note-item__img {
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-right: 15px
    }

    .note-item__close {
        position: absolute;
        top: 12px;
        right: 12px;
        margin: 0
    }

    .note-item__content>* {
        margin-bottom: 10px
    }

    .note-item__cookie-close.btn {
        position: absolute;
        z-index: 15;
        top: 10px;
        right: 10px;
        margin: 0;
        padding: 0;
        border: none!important;
        background: 0 0!important;
        font-size: 0;
        color: #999
    }

    .note-item__cookie-close.btn:before {
        display: block;
        width: 25px;
        height: 25px;
        text-align: center;
        content: "\e902";
        font-family: icomoon;
        text-transform: none;
        font-weight: 400;
        font-style: normal;
        line-height: 25px;
        font-size: 12px
    }

    .note-item__cookie-close.btn:hover {
        color: #000
    }

    .popup__title {
        margin-bottom: 20px
    }

    .city-popup__examples {
        gap: 10px
    }

    .city-popup__list {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        margin-top: 10px;
        font-size: 15px
    }

    .submenu-catalog .swiper {
        margin-left: calc(var(--app-gutter) * -1);
        margin-right: calc(var(--app-gutter) * -1);
        padding: 0 var(--app-gutter)
    }

    .submenu-catalog .swiper-slide {
        width: 55%;
        min-width: 195px;
        max-width: 100%
    }

    .product {
        margin: 35px 0
    }

    .product__col._sticky {
        margin-bottom: 30px
    }

    .pr-gallery {
        padding: 0
    }

    .pr-gallery .swiper-pagination {
        display: block
    }

    .pr-gallery__thumbs {
        display: none
    }

    .pr-gallery__main .nav-arrow-next,.pr-gallery__main .nav-arrow-prev {
        display: none
    }

    .product-choice__wrap {
        overflow: auto;
        margin: 0 calc(var(--app-gutter) * -1)
    }

    .product-choice__grid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0 var(--app-gutter);
        white-space: nowrap
    }

    .product__accessories {
        margin-top: 35px
    }

    .product__accessories-title {
        margin-bottom: 15px
    }

    .product__accessories .row {
        --bs-gutter-y: 15px
    }

    .product-descr__top {
        margin: 0 0 35px
    }

    .product-descr__video {
        margin: 0 0 25px
    }

    .specs__row {
        margin-bottom: 25px
    }

    .info-box {
        padding: 15px 15px 15px 54px
    }

    .info-box:before {
        left: 15px
    }

    .info-box .close-btn {
        top: 15px;
        right: 15px;
        margin: 0
    }

    .info-box .close-btn+.info-box__content {
        padding-right: 40px
    }

    .checkout-title {
        margin-bottom: 15px
    }

    .checkout-subtitle {
        margin-bottom: 15px
    }

    .checkout-subtitle h4 {
        font-size: 16px
    }

    .checkout-cert__box {
        padding: 24px 19px
    }

    .checkout-cert__toggle {
        display: inline-block;
        margin-bottom: 10px
    }

    .sm-orders {
        gap: 20px
    }

    .sm-order-item {
        width: 66px;
        height: 50px
    }

    .sm-order-item[data-count]:after {
        top: -8px;
        right: -12px;
        padding: 0 6px;
        min-width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 10px
    }

    .sm-order-item._more {
        line-height: 48px;
        font-size: 16px
    }

    .best-price__descr {
        max-width: none
    }

    .ordered__bill-row:nth-child(n+2) {
        margin-top: 15px;
        padding-top: 15px
    }

    .catalog-top {
        margin-bottom: 25px
    }

    .catalog-top .cats-slider {
        margin-top: 20px
    }

    .catalog-top__count {
        font-size: 13px
    }

    .catalog-top__grid {
        gap: 15px 18px
    }

    .catalog-top__col .reset-btn {
        display: none
    }

    .catalog-top__col .sort-box__btn span {
        max-width: 115px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .pagination,.pagination-more {
        margin-top: 35px
    }

    .pagination__more {
        margin-bottom: 25px
    }

    .pagination__more .btn {
        width: 100%
    }

    .pagination__list {
        gap: 8px
    }

    .pagination__list a {
        padding: 0 9px;
        min-width: 40px;
        height: 40px;
        line-height: 40px
    }

    .pagination__descr {
        margin-top: 25px;
        font-size: 12px
    }

    .accessories-tabs .sm-cats {
        padding-top: 25px
    }

    .pagination__wrap {
        padding-top: 0;
        border-top: none
    }

    .sm-cats:not(._show) .sm-cats-item:nth-child(n+9) {
        display: none
    }

    .sm-cats__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .search .catalog-top {
        margin: 25px 0
    }

    .search-form__field input {
        font-size: 18px
    }

    .wallet-btn {
        padding: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        border: none;
        border-radius: 8px
    }

    .wallet-btn>img {
        margin-right: 10px;
        max-height: 20px
    }

    .wallet-btn>span {
        font-size: 1rem
    }

    .wallet-btn>span>span {
        display: inline-block;
        font-size: 1rem
    }

    .cabinet__menu {
        margin: 0 calc(var(--app-gutter) * -1) 25px;
        padding: 0 var(--app-gutter);
        background: #fff;
        font-size: 16px
    }

    .cabinet__menu._big {
        margin-bottom: 0;
        font-size: 16px
    }

    .cabinet__menu li {
        margin-bottom: 0;
        border-bottom: 1px solid rgba(0,0,0,.1)
    }

    .cabinet__menu li:last-child {
        border-bottom: none
    }

    .cabinet__menu a {
        display: block;
        padding: 13px 0
    }

    .cabinet__menu+.cabinet__menu li:first-child {
        border-top: 1px solid rgba(0,0,0,.1)
    }

    .cabinet__row {
        margin-bottom: 25px
    }

    .cabinet__row._mob-box {
        padding-left: 20px;
        padding-right: 20px
    }

    .card-wallet {
        width: 100%
    }

    .card-wallet__action {
        margin-top: 15px
    }

    .card-wallet__action .btn {
        width: 100%
    }

    .cab-title {
        margin-bottom: 15px
    }

    .cab-title__head {
        font-size: 16px
    }

    .sm-cab-order {
        padding-right: 75px;
        border: none
    }

    .sm-cab-order__head {
        font-size: 15px
    }

    .sm-cab-order__date {
        display: none
    }

    .sm-cab-order__action {
        margin: 0
    }

    .sm-cab-order__action .btn {
        position: absolute;
        top: 50%;
        right: 19px;
        margin-top: -17px;
        padding: 0;
        height: 35px;
        min-width: 35px!important;
        border-radius: 50%;
        background: #000!important;
        font-size: 0;
        color: #fff!important
    }

    .sm-cab-order__action .btn:after {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin-top: -.5em;
        content: "\e904";
        font-family: icomoon;
        text-transform: none;
        font-weight: 400;
        font-style: normal;
        line-height: 1;
        font-size: 10px
    }

    .sm-cab-order__action .btn:hover {
        background-color: #3a3a3a!important
    }

    .cab-form-row {
        margin-bottom: 25px
    }

    .cabinet__tabs {
        margin-bottom: 25px
    }

    .cabinet__tabs .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0
    }

    .cab-order {
        padding: 20px 0
    }

    .cab-order__title {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        margin-right: 20px
    }

    .cab-order__title h4 {
        font-size: 16px
    }

    .cab-order__top .order-status {
        margin-top: 2px
    }

    .cab-order__right {
        margin-top: 15px
    }

    .cab-order .price,.cab-order .sm-orders {
        margin-top: 15px
    }

    .cab-order__right .btn {
        width: 100%
    }

    .cab-order:last-child {
        padding-bottom: 0;
        border-bottom: none
    }

    .order-route {
        display: block;
        margin-bottom: 25px
    }

    .order-route li {
        margin: 0 0 25px;
        padding: 0 0 0 35px;
        min-height: 15px
    }

    .order-route li:last-child {
        margin-bottom: 0;
        text-align: inherit
    }

    .order-route__icon {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-box-shadow: 0 0 0 5px #fff;
        box-shadow: 0 0 0 5px #fff
    }

    .order-route__head {
        margin-bottom: 2px
    }

    .order-route li.active:before {
        top: auto;
        right: auto;
        left: 7px;
        bottom: 100%;
        width: 1px;
        height: 100vh
    }

    .order-route li.active:after {
        top: 5px;
        right: auto;
        left: 7px;
        width: 1px;
        height: 100vh
    }

    .order-page .cart-row__wrap {
        padding-bottom: 15px
    }

    .order-page-bill .ordered__bill-list:nth-child(n+2) {
        margin-top: 15px;
        padding-top: 15px
    }

    .order-page-bill__action {
        margin-top: 25px
    }

    .tabs._buttons .tabs__btns-wrap {
        gap: 8px
    }

    .form-popup .form-options {
        margin: 15px 0 25px
    }

    .compare__main .swiper {
        padding-top: 30px
    }

    .compare__main .catalog-item._small .catalog-item__btn {
        padding: 0 35px 0 0
    }

    .compare__main .catalog-item__close {
        position: absolute;
        top: auto;
        bottom: -4px;
        right: 50%;
        margin-right: -65px
    }

    .compare__thumbs {
        padding: 10px 0 20px
    }

    .catalog-item._compare-small {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .catalog-item._compare-small .catalog-item__img {
        width: 70px;
        height: 50px;
        margin: 0 0 15px
    }

    .catalog-item._compare-small .catalog-item__main {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .catalog-item._compare-small .catalog-item__head {
        margin: 0 0 5px
    }

    .catalog-item._compare-small .catalog-item__btn {
        margin: 5px 0 0
    }

    .cart-empty {
        padding: 35px 0
    }

    .cart-empty__head {
        margin-bottom: 15px
    }

    .cart-empty__content {
        max-width: 400px
    }

    .err-search {
        margin: 35px 0
    }

    .err-search__head {
        margin-bottom: 25px
    }

    .cert-form__grid {
        display: block
    }

    .cert-form__grid .form-item {
        margin: 0 0 15px
    }

    .cert-form__grid .btn {
        min-width: 100%
    }

    .address-field__dropdown li {
        padding: 10px 15px
    }

    .bonus-card,.bonus-card-info {
        width: 100%
    }

    .inn-bann._credit {
        background-position: 59% 50%
    }

    .inn-bann__wrap {
        padding: 25px 0 40px
    }

    .inn-bann__head {
        max-width: 350px;
        margin-bottom: 1rem
    }

    .inn-bann .content {
        max-width: 280px;
        margin-bottom: 25px
    }

    .inn-bann .content li {
        margin-bottom: 3px
    }

    .cr-advant {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: none;
        padding-top: 15px;
        border-top: 1px solid rgba(0,0,0,.1)
    }

    .cr-advant__head {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 170px;
        margin: 0 15px 0 0
    }

    .cr-advant__content {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0
    }

    .cr-categories-slider {
        margin: 0 calc(var(--app-gutter) * -1);
        padding: 0 var(--app-gutter)
    }

    .cr-categories-slider .swiper-pagination {
        display: none
    }

    .cr-categories-slider .swiper-slide {
        width: 60%;
        min-width: 245px;
        max-width: 100%;
        opacity: 1;
        visibility: visible
    }

    .cr-terms__row {
        padding: 0;
        border-bottom: 1px solid rgba(0,0,0,.1)
    }

    .cr-terms__row:nth-child(n) {
        background: 0 0
    }

    .cr-terms__col:nth-child(n) {
        padding: 0
    }

    .cr-terms__col._title {
        cursor: pointer;
        position: relative;
        padding: 15px 24px 15px 0;
        font-size: 17px
    }

    .cr-terms__col._title:after {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -.5em;
        content: "\e906";
        font-family: icomoon;
        text-transform: none;
        font-weight: 400;
        font-style: normal;
        line-height: 1;
        font-size: 12px;
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s,-webkit-transform .4s
    }

    .cr-terms__col._title._show:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .cr-terms__col._main {
        display: none;
        padding: 0 0 12px
    }

    .cr-terms__col._main>* {
        margin-bottom: 8px
    }

    .cr-terms__col[data-title] {
        margin-bottom: 3px;
        text-align: right
    }

    .cr-terms__col[data-title]:before {
        float: left;
        margin: 0 15px 5px 0;
        min-height: 1.2em;
        font-size: 1em
    }

    .cr-terms__col[data-title]:after {
        content: "";
        display: table;
        clear: both
    }

    .cr-terms__row._head .cr-terms__col._title {
        cursor: auto;
        font-size: 20px
    }

    .cr-terms__row._head .cr-terms__col._title:after {
        display: none
    }

    .banks-row {
        --bs-gutter-y: 15px
    }

    .bank-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 24px 20px;
        border-radius: 8px;
        border: 1px solid rgba(0,0,0,.1)
    }

    .bank-item__img {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin: 0 20px 0 0;
        width: 47%
    }

    .bank-item__descr {
        max-width: none
    }

    .inn-bann._bonus .inn-bann__action {
        margin-top: 0
    }

    .inn-bann._bonus .inn-bann__img {
        left: 10px;
        right: 10px;
        max-width: 280px;
        max-height: 210px;
        margin: 0 auto
    }

    .inn-bann._bonus .inn-bann__img img {
        max-height: none
    }

    .bonus-advants-row {
        --bs-gutter-y: 17px
    }

    .bonus-advant {
        padding-top: 15px;
        border-top: 1px solid rgba(0,0,0,.1)
    }

    .bonus-advant>* {
        margin-bottom: 10px
    }

    .bonus-sect__img-main {
        right: 95px;
        height: 285px
    }

    .bonus-sect__img-ellips {
        width: 210px;
        height: 210px
    }

    .bonus-sect__img-zoom {
        right: 10px
    }

    .bonus-sect__img-arrow._right {
        display: none
    }

    .bonus-sect__img-arrow._bot {
        display: block;
        right: 60px;
        bottom: -82px
    }

    .bonus-sect__img-descr {
        top: auto;
        right: 140px;
        bottom: 0
    }

    .steps__more {
        margin-top: 35px;
        padding-top: 25px
    }

    .shops__box {
        margin: 0 calc(var(--app-gutter) * -1)
    }

    .more-shops .search-form {
        margin-bottom: 25px
    }

    .more-shops__row-wrap {
        overflow: hidden
    }

    .more-shops__row {
        --bs-gutter-y: 28px;
        margin-bottom: -28px
    }

    .more-shop {
        position: relative;
        padding-bottom: 28px;
        border-bottom: 1px solid rgba(0,0,0,.1);
        font-size: 15px
    }

    .more-shop__title {
        padding-right: 55px
    }

    .more-shop__phone {
        position: absolute;
        z-index: 3;
        top: 0;
        right: 0;
        margin: 0;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: #f6f6f6;
        font-size: 0;
        color: #000
    }

    .more-shop__phone:hover {
        background-color: #eaeaea;
        color: #000
    }

    .more-shop__phone:after {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin-top: -.5em;
        content: "\e924";
        font-family: icomoon;
        text-transform: none;
        font-weight: 400;
        font-style: normal;
        line-height: 1;
        text-align: center;
        font-size: 14px
    }

    .more-shops__action {
        margin-top: 25px
    }

    .more-shops__action .btn {
        width: 100%
    }

    .cab-return__title {
        margin-bottom: 15px
    }

    .cart-item._return {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .cart-item._return .cart-item__img {
        display: none
    }

    .cab-return {
        margin-bottom: 35px
    }

    .deliv-item {
        margin-bottom: 15px;
        padding: 0 20px;
        border-radius: 8px;
        background: #fff
    }

    .deliv-item__grid {
        display: block;
        padding: 18px 0 25px
    }

    .deliv-item__grid .content {
        margin-bottom: 15px
    }

    .deliv-item__grid .content+.w-100 {
        height: 0
    }

    .deliv-item__grid .w-100 {
        height: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(0,0,0,.1)
    }

    .deliv-item__head {
        margin-bottom: 0;
        padding: 20px 0
    }

    .deliv-item__logos {
        gap: 15px 20px
    }

    .deliv-item__logos img {
        max-width: 80px;
        max-height: 20px
    }

    .deliv-item__info {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0,0,0,.1)
    }

    .deliv-item__info li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 20px
    }

    .deliv-item__info li>* {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0
    }

    .deliv-item__info h4 {
        margin: 0 10px 0 0;
        font-size: 15px
    }

    .deliv-item__list li {
        margin-bottom: 6px
    }

    .deliv-item .more-shop {
        padding-top: 0;
        border-top: none
    }

    .deliv-item .more-shop__phone {
        top: 0
    }

    .gift-card-tabs label>span {
        padding: 12px
    }

    .gift-choice label {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        min-width: 40%!important
    }

    .gift-choice span {
        padding: 12px
    }

    .gift-card-row {
        margin-bottom: 25px
    }

    .gift-card-aside__action {
        margin-top: 15px
    }

    .another-person__option {
        margin-left: 20px
    }

    .another-person__wrap {
        margin-top: 35px
    }

    .gift-card-address__box {
        padding: 19px
    }

    .gift-card-address .reset-btn .ic {
        margin: 0;
        font-size: 15px
    }

    .gift-card-address .reset-btn span {
        display: none
    }

    .docs__row {
        margin-bottom: 35px
    }

    .docs__row>* {
        margin-bottom: 20px
    }

    .doc-items-row {
        --bs-gutter-y: 15px
    }

    .blog-item-big {
        margin: 0 calc(var(--app-gutter) * -1);
        border-radius: 0;
        height: 285px
    }

    .blog-item-big__content {
        padding: 24px
    }

    .blog-item-big__head,.post-info {
        margin-bottom: 15px
    }

    .post-title .share-box {
        margin-top: 15px
    }

    .post-content {
        padding: 0 11px
    }

    .post-content__img {
        margin: 25px -24px
    }

    .post-action {
        margin-top: 35px;
        padding: 25px 0
    }

    .post-action .btn {
        padding: 11px;
        font-size: 13px
    }

    .corp-advants-row {
        --bs-gutter-y: 15px
    }

    .compare__spec-item {
        width: 100%
    }

    .compare__main-slider .nav-arrow-next,.compare__main-slider .nav-arrow-prev {
        margin-top: -20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .compare__main-slider .nav-arrow-prev {
        left: -10px
    }

    .compare__main-slider .nav-arrow-next {
        right: -10px
    }

    .compare__thumbs-slider {
        padding-bottom: 10px
    }

    .compare__thumbs-slider .nav-arrow-next,.compare__thumbs-slider .nav-arrow-prev {
        top: auto;
        margin: 0;
        bottom: -40px
    }

    .compare__thumbs-slider .nav-arrow-prev {
        left: 50%;
        margin-left: -45px
    }

    .compare__thumbs-slider .nav-arrow-next {
        right: 50%;
        margin-right: -45px
    }

    .btn._mob-big {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .link-more._back {
        padding-left: 1.3em
    }

    .link-more._back:after {
        bottom: .15em;
        font-size: .9em
    }

    .hint-modal {
        width: 300px
    }

    .service-item._offer {
        padding: 20px 25px 0;
        height: 425px
    }

    .brands-slider .swiper-slide {
        width: 175px
    }

    .news-item-info {
        gap: 10px 17px;
        font-size: 12px
    }

    .news-home__mob-item {
        margin: 0 calc(var(--app-gutter) * -1) 20px
    }

    .news-home__mob-item .news-item-big {
        border-radius: 0
    }

    .news-home__slider .swiper-slide {
        width: 250px
    }

    .news-item-big:before {
        padding-bottom: 72%
    }

    .news-item-big__head {
        font-size: 15px
    }

    .news-item__head {
        font-size: 13px
    }

    .foot-main__menus {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 30px
    }

    .foot-main__menu h6 {
        margin-bottom: 12px
    }

    .foot-main__menu ul {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr);
        gap: 8px 20px
    }

    .foot-bot {
        margin-top: 25px;
        padding-top: 25px
    }

    .foot-bot__main {
        gap: 20px
    }

    .err-sect__head {
        margin-bottom: 15px
    }

    .err-cats__grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr)
    }

    .more-box-btn:after {
        height: 130px
    }

    .more-box-btn__wrap {
        height: 40px
    }

    .more-box-btn__wrap span {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0
    }

    .more-box-btn__wrap .ic-chevron-down {
        font-size: 12px
    }

    .more-box-btn.active {
        padding-top: 15px
    }

    .product-descr .more-box {
        overflow: hidden;
        height: 415px
    }

    .product-tabs__row {
        margin-bottom: 30px;
        padding-bottom: 35px
    }

    .product-tabs__row .link-more-bottom:last-child {
        padding-bottom: 0
    }

    .specs__title {
        margin-bottom: 15px
    }

    .specs__title .h4,.specs__title .h5,.specs__title h4,.specs__title h5 {
        font-size: 13px
    }

    .specs__list {
        font-size: 12px
    }

    .specs__list>li>._head {
        padding-right: 15px
    }

    .specs .more-box {
        height: 370px
    }

    .store-avail-wrap {
        padding: 20px
    }

    .store-avail-wrap .title {
        margin-bottom: 20px
    }

    .product-icons._mob-buttons {
        gap: 5px
    }

    .product-icons._mob-buttons .ic {
        border-radius: 8px;
        border: 1px solid rgba(0,0,0,.05);
        width: 40px;
        height: 40px;
        line-height: 38px;
        text-align: center;
        font-size: 16px
    }

    .product__col._main {
        position: relative;
        padding-top: 20px
    }

    .product__col._main:before {
        content: "";
        position: absolute;
        z-index: -10;
        top: 0;
        left: calc(var(--app-gutter) * -1);
        right: calc(var(--app-gutter) * -1);
        height: 175px;
        max-height: 100%;
        background: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#fff));
        background: linear-gradient(to bottom,#f5f5f5,#fff)
    }

    .product__top {
        margin-bottom: 15px
    }

    .product__title {
        margin-bottom: 20px
    }

    .product__main {
        margin-bottom: 24px
    }

    .product-aside {
        padding: 19px
    }

    .product-price,.product-price__main {
        gap: 6px 8px
    }

    .product-price__top {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
        width: auto
    }

    .product-price__points {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .product-price__points .hint-item.ic {
        font-size: 14px
    }

    .product-price__main {
        width: 100%
    }

    .product-price-action {
        display: none
    }

    .product-tabs__wrap {
        padding: 0;
        background: 0 0
    }

    .product-line__grid {
        height: 50px
    }

    .product-line__info {
        gap: 10px
    }

    .product-line__info .btn,.product-line__info .price {
        display: none
    }

    .product-line__info-img {
        width: 25px;
        height: 25px
    }

    .product__top-specs td {
        padding: 8px
    }

    .other-price {
        min-width: 100%
    }

    .product-aside._credit {
        padding: 0
    }

    .aside-credit-buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 8px
    }

    .aside-credit-btn {
        padding: 15px;
        width: 100%;
        border: 1px solid #ededed;
        border-radius: 8px;
        text-align: center;
        font-size: 15px
    }

    .aside-credit-btn._icon {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .cart.sect-m {
        margin-top: 0
    }

    .cart-title {
        padding: 18px 0;
        margin-bottom: 0
    }

    .cart-title._sub {
        margin: 0 calc(var(--app-gutter) * -1);
        padding: 20px var(--app-gutter);
        background: #f5f5f7
    }

    .cart-row {
        margin: 0 calc(var(--app-gutter) * -1);
        padding: 22px var(--app-gutter);
        border-bottom: 5px solid #f5f5f7
    }

    .cart-row:last-child {
        padding-bottom: 0;
        border-bottom: none
    }

    .cart-row__title {
        margin-bottom: 22px
    }

    .cart-row__head._icon {
        padding-left: 1.75em
    }

    .cart-row__head._icon .ic {
        top: -.05em;
        font-size: 1.2em
    }

    .cart-item__img {
        width: 50px;
        height: 50px
    }

    .cart-item__wrap {
        padding: 0;
        min-height: auto
    }

    .cart-item__main {
        padding-left: 65px;
        min-height: 15px
    }

    .cart-item__head {
        margin-bottom: 15px
    }

    .cart-item__links._pc {
        display: none
    }

    .cart-item__links._mob {
        display: block;
        width: 100%;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid rgba(0,0,0,.05)
    }

    .cart-item__links li:nth-child(n+2) {
        margin-top: 15px
    }

    .cart-row__wrap._spacers {
        margin: 0 calc(var(--app-gutter) * -1)
    }

    .cart-row__wrap._spacers .cart-item {
        margin: 0 0 22px;
        padding: 0 var(--app-gutter) 22px;
        border: none;
        border-bottom: 5px solid #f5f5f7
    }

    .cart-row__wrap._spacers .cart-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none
    }

    .cart-item__boxes {
        margin-top: 20px
    }

    .cart-item__action {
        padding-left: 65px;
        margin-top: 20px
    }

    .cart__main {
        margin-bottom: 22px
    }

    .cart__aside {
        gap: 22px
    }

    .cart-aside {
        margin: 0 calc(var(--app-gutter) * -1);
        padding: 22px var(--app-gutter) 0;
        border-top: 5px solid #f5f5f7
    }

    .cart-aside._mob-last {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .cart-aside__box {
        margin: 0 calc(var(--app-gutter) * -1);
        padding: 0 var(--app-gutter);
        border-radius: 0;
        background: 0 0
    }

    .cart-aside__box:nth-child(n+2) {
        margin-top: 22px;
        padding-top: 22px;
        border-top: 5px solid #f5f5f7
    }

    h5.cart-aside__head {
        font-size: 17px
    }

    .cart-aside__btn {
        margin-top: 20px
    }

    .shop-choice__item {
        display: block;
        padding: 18px 0 25px
    }

    .shop-choice__action {
        margin: 25px 0 0
    }

    .shop-choice__action .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .credit-top__descr {
        margin-top: 15px
    }

    .credit-item__info-head {
        font-size: 12px
    }

    .trade-dropdown__wrap {
        margin-top: 15px
    }

    .trade-dropdown__tabs {
        padding: 24px 24px 20px
    }

    .trade-dropdown__lists ul {
        padding: 0 24px 24px
    }

    .popup-action {
        margin-top: 25px
    }

    .visibility-slider .swiper-slide {
        opacity: 1;
        visibility: visible
    }

    .popup .option-video {
        margin-top: 25px
    }

    .popup .option-video__box {
        margin: 0 calc(var(--app-gutter) * -1);
        border-radius: 0;
        height: 275px
    }

    .popup .option-video__descr {
        margin-top: 15px
    }

    .pr-big-gallery__thumbs {
        max-width: none;
        padding: 0 24px
    }

    .pr-big-gallery__close {
        right: var(--app-gutter)
    }

    .product__top .link-icon {
        display: none
    }

    .advants-grid {
        gap: 15px 0
    }

    .advants-grid__col {
        width: 100%
    }

    .advant-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px
    }

    .advant-item__img {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin: 0 25px 0 0
    }

    .advant-item__img img {
        right: 0
    }

    .advant-item__head {
        font-weight: 600;
        font-size: 17px
    }

    .big-cats {
        margin-bottom: 35px
    }

    .big-cats__row,.inn-cats__row {
        gap: 15px 0
    }

    .category-item._big .category-item__img {
        height: 92px
    }

    .inn-cats__issue {
        min-height: 195px
    }

    .acc-bann__main {
        padding-bottom: 25px
    }

    .acc-bann__main .breadcrumbs {
        margin-bottom: 15px
    }

    .sub-categories-slider.is-destroy .swiper-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px 0;
        width: auto;
        height: auto
    }

    .sub-categories-slider.is-destroy .swiper-slide {
        width: 100%;
        height: auto
    }

    .category-item._sub {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 17px;
        text-align: left
    }

    .category-item._sub .category-item__img {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 32px;
        height: 32px;
        margin: 0 17px 0 0
    }

    .category-item._sub .category-item__head {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        display: block;
        min-height: auto;
        font-size: 15px
    }

    .filter-item__wrap {
        padding-top: 15px
    }

    .popup._filter .popup__wrap {
        padding-top: 20px
    }

    .popup._filter .popup__title {
        padding-bottom: 20px
    }

    .filter-item__head {
        font-size: 15px
    }

    .filter-action .reset-btn {
        margin-top: 20px
    }

    .form-range__field .form-field {
        padding: 12px 15px;
        font-size: 13px
    }

    .form-range__field._from:before {
        left: 15px
    }

    .form-range__field._from .form-field {
        padding-left: 33px
    }

    .form-range__field._to:before {
        left: 15px
    }

    .form-range__field._to .form-field {
        padding-left: 35px
    }

    .guarantee-box__content {
        font-size: 14px
    }

    .product .guarantee-box {
        margin-top: 25px
    }

    .cert-popup__row {
        margin-bottom: 24px
    }

    .cert-popup .info-box {
        margin-bottom: 15px
    }

    .gift-choice._cert-sum label {
        min-width: 30%!important
    }

    .gift-choice._cert-sum span {
        padding: 12px
    }

    .pr-extra-toggle {
        padding: 15px 20px
    }

    .gift-pay .row {
        gap: 12px 0
    }

    .title._gift {
        margin-bottom: 20px
    }

    .product-prevideo {
        max-width: none
    }

    .checkout-option {
        padding-bottom: 20px;
        margin: 24px 0 20px
    }

    .checkout-total .cart-aside__total li {
        margin-bottom: 8px
    }

    .checkout-total .cart-aside__total li._last {
        margin-top: 10px;
        padding-top: 12px;
        font-size: 17px
    }

    .split-popup__logo img {
        max-height: 30px
    }

    .split-popup__top {
        padding-top: 22px
    }

    .split-popup__head {
        max-width: 300px;
        font-size: 24px
    }

    .split-popup__main {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .split-scheme,.split-widget {
        margin-bottom: 28px
    }

    .split-scheme__head {
        margin-bottom: 18px
    }

    .split-scheme__grid {
        margin: 0 -12px -24px
    }

    .split-scheme__item {
        padding: 0 12px 24px
    }

    .split-scheme__item:after {
        right: -28px;
        width: 56px
    }

    .split-scheme__item .img-box {
        margin-bottom: 10px
    }

    .split-scheme__item p {
        font-size: 11px
    }

    .faq-item._medium {
        padding: 17px 0
    }

    .faq-item._medium .faq-item__btn {
        font-size: 17px
    }

    .split-popup__action {
        margin-top: 28px
    }

    .shops-sect__grid-wrap {
        margin: 0 -8px -32px
    }

    .shops-sect__item {
        margin: 0 0 16px;
        padding: 0 8px 16px
    }

    .shops-sect__item .more-shop__title {
        margin-bottom: 8px
    }

    .offers__bd {
        margin-bottom: 28px
    }

    .offers .tabs__btns {
        margin-bottom: 20px
    }

    .offers-row {
        --bs-gutter-y: 24px
    }

    .offer-item__img {
        margin-bottom: 20px
    }

    .offer-item__label {
        padding-top: 0
    }

    .offers-content {
        padding: 24px 0
    }

    .offers-content__wrap {
        font-size: 12px
    }

    .offer__title {
        margin-bottom: 16px
    }

    .offer__img {
        margin: 0 -18px 24px
    }

    .offer__main .content {
        padding: 0
    }

    .offer__aside {
        margin-top: 36px
    }

    .offer-aside__more .link-more {
        font-size: 15px
    }

    .h2._big,h2._big {
        font-size: 24px
    }

    .h3._big,h3._big {
        font-size: 20px
    }

    .title._trade {
        margin-bottom: 24px
    }

    .new-scheme-row,.trade-advants-row {
        --bs-gutter-y: 12px
    }

    .new-scheme-item {
        min-height: 315px
    }

    .new-scheme-item__step {
        margin-bottom: 15px
    }

    .new-scheme-item__descr {
        margin-bottom: 25px
    }

    .trade-calc__form {
        --app-gutter: 24px;
        padding: 32px 24px
    }

    .trade-calc__form .trade-dropdown {
        margin-bottom: 24px
    }

    .trade-calc__box {
        padding: 32px 24px
    }

    .trade-calc__box-top {
        margin-bottom: 20px;
        font-size: 15px
    }

    .trade-calc__box-head {
        margin-bottom: 34px;
        font-size: 36px
    }

    .inn-title .cats-slider {
        margin-top: 16px
    }

    .inn-title._cats {
        margin-bottom: 24px
    }

    .products {
        padding: 16px 0 32px
    }

    .products__tags {
        margin-top: 32px;
        padding-top: 32px
    }

    .checkout-back {
        padding: 18px 0
    }

    .checkout-header {
        margin: 0 calc(var(--app-gutter) * -1) 6px;
        padding: 16px var(--app-gutter);
        background: #fff
    }

    .checkout-header__head {
        font-size: 24px
    }

    .checkout-row {
        margin: 0 calc(var(--app-gutter) * -1) 6px;
        padding: 18px var(--app-gutter) 22px;
        border-radius: 0
    }

    .checkout-form-action__descr {
        margin-bottom: 18px
    }

    .checkout-row.disabled {
        padding-bottom: 18px
    }

    .checkout-row.disabled .checkout-title {
        margin-top: 0
    }

    .checkout-choice__head span {
        margin-top: 2px
    }

    .checkout-choice__box {
        padding: 15px
    }

    .checkout-choice._row {
        overflow: auto;
        margin-left: calc(var(--app-gutter) * -1);
        margin-right: calc(var(--app-gutter) * -1)
    }

    .checkout-choice._row .checkout-choice__grid {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0 var(--app-gutter);
        white-space: nowrap
    }

    .ordered.sect-p {
        padding-bottom: 0
    }

    .ordered-info__title {
        margin-bottom: 12px
    }

    .ordered-info__items {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .ordered-items .cart-item {
        padding-top: 18px;
        margin-bottom: 18px
    }

    .ordered-items .cart-item__head {
        font-size: 13px
    }

    .ordered-items .cart-item__img {
        width: 50px;
        height: 50px
    }

    .ordered-items .cart-item__wrap {
        padding-left: 0;
        min-height: 50px
    }

    .ordered-total {
        margin: 0 calc(var(--app-gutter) * -1);
        padding: 18px var(--app-gutter) 22px;
        background: #fff
    }

    .ordered-total .checkout-row {
        margin: 0;
        padding: 0;
        background: 0 0
    }

    .ordered-total .btn {
        margin-top: 20px
    }

    .self-deliv-map {
        margin-left: calc(var(--app-gutter) * -1);
        margin-right: calc(var(--app-gutter) * -1);
        border-radius: 0
    }

    .checkout-choice._date .checkout-choice__item {
        min-width: 0
    }

    .deliv-courier__address {
        gap: 8px
    }

    .deliv-courier__address .form-item._apartment {
        width: 100%
    }

    .shops__items {
        margin-bottom: 24px
    }

    .shop-item {
        gap: 15px 24px;
        font-size: 15px
    }

    .shop-item__action {
        width: 100%;
        margin-top: 5px
    }

    .shop-popup__phone {
        margin-bottom: 5px;
        font-size: 17px
    }

    .shop-popup__contacts._main {
        width: 100%
    }

    .shop-popup__map>div {
        height: 375px
    }
}

@media (max-width: 374px) {
    .top-icons {
        gap:14px
    }

    .top-icon {
        font-size: 20px
    }
}

@media (min-width: 576px) {
    .form-action._grid {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .form-action._grid .btn {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .form-action._grid .form-policy {
        margin: 0 0 0 24px;
        max-width: 440px
    }

    .cr-terms__col._main {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .info-box._small {
        padding: 25px 20px 25px 55px;
        font-size: 13px
    }

    .info-box._small:before {
        top: 25px;
        left: 20px;
        margin: 0
    }

    .info-box._small .close-btn {
        top: 15px;
        right: 15px;
        margin: 0
    }

    .info-box._small .close-btn+.info-box__content {
        padding-right: 45px
    }

    .compare__main .swiper-pagination {
        display: none
    }
}

@media (min-width: 768px) {
    .container._little {
        max-width:660px;
        padding-left: 0;
        padding-right: 0
    }

    .popup._left,.popup._right {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .popup._left .popup__wrapper,.popup._right .popup__wrapper {
        padding: 0
    }

    .popup._left .popup__wrap,.popup._right .popup__wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: 505px;
        padding: 60px 45px 45px;
        border-radius: 0;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s,-webkit-transform .5s
    }

    .popup._left .popup__wrap .close-btn,.popup._right .popup__wrap .close-btn {
        top: 35px
    }

    .popup._left._show .popup__wrap,.popup._right._show .popup__wrap {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .popup._left .popup__wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .popup._left .popup__wrap {
        -webkit-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
        transform: translateX(-110%)
    }

    .popup._left .popup__wrap .close-btn {
        right: -25px
    }

    .popup._right .popup__wrapper {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .popup._right .popup__wrap {
        -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
        transform: translateX(110%)
    }

    .popup._right .popup__wrap .close-btn {
        left: -25px
    }

    .popup._bottom {
        overflow: hidden
    }

    .popup._bottom .popup__wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 40px 0 0
    }

    .popup._bottom .popup__wrap {
        width: 100%;
        padding: 45px 0 0;
        border-radius: 0
    }

    .popup._bottom .popup__wrap .close-btn {
        right: 25px
    }

    .popup__bottom-wrapper {
        overflow: auto
    }

    .popup__bottom-wrap {
        overflow: hidden;
        padding-bottom: 45px
    }

    .popup._small .popup__wrap {
        width: 432px;
        padding: 36px
    }

    .popup._small .popup__wrap .close-btn {
        top: 20px;
        right: 20px;
        background: 0 0;
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 20px;
        color: inherit;
        opacity: .4
    }

    .popup._small .popup__wrap .close-btn:hover {
        opacity: 1
    }

    .post-popup .popup__wrap {
        padding: 0!important
    }

    .post-popup .popup__bottom-wrap {
        padding: 45px 0 0!important
    }

    .bonus-sect__descr div {
        display: inline;
        margin: 0
    }

    .popup._medium .popup__wrap {
        width: 660px
    }

    .popup._medium-form .popup__wrap {
        padding: 35px 35px 40px;
        width: 480px
    }

    .popup__wrap .close-btn._medium {
        top: 30px;
        right: 30px;
        background: 0 0;
        width: auto;
        height: auto;
        line-height: 1;
        font-size: 20px;
        color: inherit;
        opacity: .35
    }

    .popup__wrap .close-btn._medium:hover {
        opacity: 1
    }

    .acc-bann__main .breadcrumbs__wrap {
        white-space: wrap
    }

    .popup._filter {
        overflow: hidden;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .popup._filter .close-btn._medium {
        top: 40px;
        right: 40px
    }

    .popup._filter .popup__wrapper {
        display: block;
        padding: 0
    }

    .popup._filter .popup__wrap {
        overflow: hidden;
        position: absolute;
        top: 30px;
        left: 30px;
        bottom: 30px;
        width: 505px;
        padding: 35px 40px;
        -webkit-transform: translateX(-535px);
        -ms-transform: translateX(-535px);
        transform: translateX(-535px);
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s,-webkit-transform .5s
    }

    .popup._filter._show .popup__wrap {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .cart-item._return,.order-page .cart-item {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

@media (min-width: 992px) {
    .popup._bottom .popup__wrap .close-btn {
        right:32px
    }

    .cr-terms__col._main {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .product-credit .credit-item__title {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        width: auto
    }

    .product-credit .credit-item__main {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

@media (min-width: 1200px) {
    .cr-terms._bd .cr-terms__row {
        padding:34px 0
    }

    .cr-terms._bd .cr-terms__row._head {
        padding-top: 0
    }

    .title._big {
        margin-bottom: 65px
    }

    .title._big .title__head {
        font-size: 40px
    }

    .new-shop-catalog .title {
        margin-bottom: 45px
    }

    .catalog-item .catalog-item__btn {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin: -10px 0 0;
        padding: 0 24px;
        opacity: 0;
        visibility: hidden
    }

    .catalog-item._bg-none {
        padding-bottom: 0
    }

    .catalog-item._bg-none .catalog-item__btn {
        margin-top: 0;
        padding-top: 20px
    }

    .catalog-item:hover:before {
        bottom: -70px
    }

    .catalog-item._bg-none:hover:before {
        bottom: -100px
    }

    .catalog-item:hover .catalog-item__btn {
        opacity: 1;
        visibility: visible
    }

    .popup._left .popup__wrap .close-btn {
        right: -35px
    }

    .popup._right .popup__wrap .close-btn {
        left: -35px
    }

    .popup._bottom .popup__wrapper {
        padding: 50px 0 0
    }

    .popup._bottom .popup__wrap .close-btn {
        right: 50%;
        margin-right: -576px
    }

    .catalog-item._accessory .catalog-item__head {
        margin-bottom: 22px
    }

    .catalog-item._accessory .catalog-item__btn {
        position: relative;
        top: 0;
        padding: 0;
        margin: 24px 0 0;
        opacity: 1;
        visibility: visible
    }

    #accessories-popup .title {
        margin-bottom: 55px
    }

    #accessories-popup .popup__bottom-wrap {
        padding-bottom: 60px
    }

    .gift-card__head {
        font-size: 48px
    }

    .gift-card__subhead {
        font-size: 24px
    }

    .gift-pay-item__head {
        font-size: 28px
    }
}

@media (min-width: 1400px) {
    .popup._bottom .popup__wrap .close-btn {
        margin-right:-672px
    }

    .container._gift {
        max-width: 1138px
    }
}

/* End */


/* Start:/bitrix/templates/.default/ajax/ajax.min.css?1738340353420*/
iframe.waitwindowlocal{position:absolute;border:0;z-index:9999}div.waitwindowlocal{position:absolute;width:25px;height:25px;padding:0;z-index:10000;background-color:#fcf7d1;border:1px solid #e1b52d;background-image:url(/bitrix/templates/.default/ajax/images/wait.gif);background-position:center center;background-repeat:no-repeat}div.waitwindowlocalshadow{position:absolute;z-index:9998;background-image:url(/bitrix/templates/.default/ajax/images/shadow.gif);border:1px solid #808080}
/* End */


/* Start:/local/templates/reBro/components/ammina/regions.selector/main/style.css?17532936044396*/

/*
.bam-regions .bam-regions-link {
  border-bottom: 1px dashed; }
  .bam-regions .bam-regions-link:hover {
    border-bottom: 1px none transparent; }

.bam-regions-confirm {
  display: none;
  position: static;
  background-color: #f8e7b1;
  border: 0 none;
  padding: 10px;
  color: #000000; }
  .bam-regions-confirm .bam-regions-confirm-content {
    width: 100%;
    display: flex;
    align-items: center; }
    .bam-regions-confirm .bam-regions-confirm-content .bam-regions-confirm-button {
      display: inline-block;
      padding: 0 14px;
      background-color: #db7e13;
      color: #ffffff;
      text-align: center;
      margin-left: 10px;
      border-radius: 5px; }
      .bam-regions-confirm .bam-regions-confirm-content .bam-regions-confirm-button.bam-regions-confirm-button-no {
        background-color: transparent;
        border-radius: 0;
        color: #b05c00;
        text-decoration: underline;
        margin-left: 5px; }

.bam-regions-popup {
  display: none;
  position: absolute; }
  .bam-regions-popup .regions-popup-window {
    background-color: #ffffff;
    margin: auto;
    padding: 20px;
    z-index: 1800;
    position: fixed;
    max-width: 90%;
    max-height: 90%;
    width: 800px;
    height: 400px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .bam-regions-popup .regions-popup-window .bam-regions-popup-title {
      font-weight: bold;
      display: block;
      border-bottom: 1px dotted #cccccc;
      padding: 0 0 10px 0;
      margin: 0 0 10px 0;
      font-size: 16px;
      position: relative; }
      .bam-regions-popup .egions-popup-window .bam-regions-popup-title h3 {
        padding: 0;
        margin: 0;
        font-size: 16px;
        font-weight: bold; }
      .bam-regions-popup .regions-popup-window .bam-regions-popup-title .bam-regions-popup-close {
        background-image: url(/local/templates/reBro/components/ammina/regions.selector/main/images/close.svg);
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 16px;
        height: 16px;
        background-size: contain; }
    .bam-regions-popup .regions-popup-window .bam-regions-popup-content .bam-regions-popup-content-search {
      width: 100%;
      padding: 10px; }
    .bam-regions-popup .regions-popup-window .bam-regions-popup-content .bam-regions-popup-content-list {
      display: block;
      overflow: auto;
      max-height: 100%;
      margin-top: 10px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-content: flex-start; }
      .bam-regions-popup .regions-popup-window .bam-regions-popup-content .bam-regions-popup-content-list .bam-regions-popup-content-item {
        padding: 5px 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; }
        @media (max-width: 991.98px) {
          .bam-regions-popup .regions-popup-window .bam-regions-popup-content .bam-regions-popup-content-list .bam-regions-popup-content-item {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%; } }
        @media (max-width: 575.98px) {
          .bam-regions-popup .regions-popup-window .bam-regions-popup-content .bam-regions-popup-content-list .bam-regions-popup-content-item {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%; } }
        .bam-regions-popup .regions-popup-window .bam-regions-popup-content .bam-regions-popup-content-list .bam-regions-popup-content-item .bam-regions-popup-content-item-link span {
          display: block;
          font-size: 0.9em;
          color: #888888; }
        .bam-regions-popup .regions-popup-window .bam-regions-popup-content .bam-regions-popup-content-list .bam-regions-popup-content-item .bam-regions-popup-content-item-link strong {
          color: #94002b; }
        .bam-regions-popup .regions-popup-window .bam-regions-popup-content .bam-regions-popup-content-list .bam-regions-popup-content-item .bam-regions-popup-content-item-link.bam-regions-popup-content-item-link-current {
          font-weight: bold; }


.bam-regions-popupbg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #777777;
  opacity: 0.7;
  z-index: 1000; }

         */




/* End */


/* Start:/local/templates/reBro/components/arturgolubev/search.title/fixed/style.css?1753293604155*/
.title-search-result {
    z-index: 200;
    max-height: var(--app-height);
}

.title-search-result.fix, .search-top.fix {
    display: block !important;
}
/* End */


/* Start:/local/templates/reBro/template_styles.css?1753298608561*/
/* убираем кнопку при ajax отправки */
div[id^=wait_comp], .bx-core-waitwindow{display:none;}

/*эффект при открытие popup окон*/
.loadings{background:url('/local/templates/reBro/img/loaders/preloader.gif') no-repeat scroll center center rgba(0, 0, 0, 0);border-color:rgba(0, 0, 0, 0);color:rgba(0, 0, 0, 0);cursor:default;}
.loadings *{background:rgba(0, 0, 0, 0);border-color:rgba(0, 0, 0, 0);color:rgba(0, 0, 0, 0);cursor:default;visibility:hidden;}

/* Убираем гугл капчу */
div.grecaptcha-badge {
    display: none;
}

/* End */
/* /local/templates/reBro/libs/scrollbar/jquery.scrollbar.css?175329360322216 */
/* /local/templates/reBro/css/jquery.mCustomScrollbar.min.css?175329360342839 */
/* /local/templates/reBro/css/ripple.min.css?1753293603607 */
/* /local/templates/reBro/libs/icomoon/style.css?17532936033255 */
/* /local/templates/reBro/libs/bootstrap-custom.min.css?175329360383406 */
/* /local/templates/reBro/libs/swiper/swiper-bundle.min.css?175329360316470 */
/* /local/templates/reBro/libs/range-slider/ion.rangeSlider.min.css?175329360311084 */
/* /local/templates/reBro/libs/sumoselect/sumoselect.min.css?17532936037402 */
/* /local/templates/reBro/libs/air-datepicker/air-datepicker.css?175329360319579 */
/* /local/templates/reBro/css/custom.css?17533520107800 */
/* /local/templates/reBro/css/bann.css?17532936035505 */
/* /local/templates/reBro/css/main.css?1753293603400971 */
/* /bitrix/templates/.default/ajax/ajax.min.css?1738340353420 */
/* /local/templates/reBro/components/ammina/regions.selector/main/style.css?17532936044396 */
/* /local/templates/reBro/components/arturgolubev/search.title/fixed/style.css?1753293604155 */
/* /local/templates/reBro/template_styles.css?1753298608561 */
