

/* Start:/local/templates/nisp2/css/jquery.scrollbar.css?174809065022618*/
/*************** 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; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* 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-outer > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* 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-chrome > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e;
}

/* 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/nisp2/css/jquery.fancybox.css?174809065017412*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* End */


/* Start:/local/templates/nisp2/css/purple.css?1750515822203015*/
/*!
 * Bootstrap Reboot v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  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: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 2rem !important;
}

.mt-4,
.my-4 {
  margin-top: 2rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 2rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 2rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 4rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 2rem !important;
}

.pt-4,
.py-4 {
  padding-top: 2rem !important;
}

.pr-4,
.px-4 {
  padding-right: 2rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 2rem !important;
}

.pl-4,
.px-4 {
  padding-left: 2rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 4rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -2rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -2rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -2rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -2rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -2rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-n6 {
  margin: -4rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 2rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 2rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 2rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 2rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-6 {
    margin: 4rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 2rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 2rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 2rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 2rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 4rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -2rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -2rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -2rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -2rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n6 {
    margin: -4rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 2rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 2rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 2rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 2rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 4rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 2rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 2rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 2rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 2rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 4rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -2rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -2rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -2rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -2rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n6 {
    margin: -4rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 2rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 2rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 2rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 2rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 4rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 2rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 2rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 2rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 2rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 4rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -2rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -2rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -2rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -2rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n6 {
    margin: -4rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 2rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 2rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 2rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 2rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 4rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 2rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 2rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 2rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 2rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 4rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -2rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -2rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -2rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -2rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n6 {
    margin: -4rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.upload-wrap {
  width: 300px;
  height: 344px;
  margin: 0 auto;
  display: none;
}

.upload-msg {
  display: block;
  text-align: center;
  padding: 50px;
  font-size: 22px;
  color: #aaa;
  width: 260px;
  margin: 50px auto;
  border: 1px solid #aaa;
}

.upload-result {
  display: none;
  margin: 0 auto;
}

.ready .upload-result {
  display: block;
}

.ready .upload-msg {
  display: none;
}

.ready .upload-wrap {
  display: block;
}

.uploader-body {
  min-height: 480px;
}

.uploader-body .in-progress {
  position: absolute;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  user-select: none;
}

.uploader-body.progress .in-progress {
  display: flex;
}

.uploader-body .file-btn {
  padding: 10px 0;
}

.uploader-body .effect-btns {
  display: flex;
  justify-content: space-between;
}

.uploader-body .effect-btn {
  font-size: 12px;
  display: flex;
  padding: 10px;
  align-items: center;
  border: 1px solid green;
  color: green;
  border-radius: 4px;
}

.croppier-preview {
  position: relative;
  width: 140px;
  /* height: 100px; */
  display: inline-block;
  overflow: hidden;
}

.croppier-preview .cr-image {
  height: 100%;
  width: 100%;
  position: absolute;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  top: 0;
}

#cr-image {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  margin-left: -70px;
  margin-top: -95px;
  height: 190px;
  width: 140px;
}

.croppier-preview .cr-image.chb {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.croppier-preview .cr-image.sepia {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}

.croppier-preview .cr-border {
  position: relative;
  z-index: 2;
  /* width: 100px;
	   height: 100px;
	   position: absolute;
	   top: 50%;
	   margin-top: -50px;
	   left: 50%;
	   margin-left: -50px;
	   z-index: 2;
	   background-position: 50%;
    	background-size: contain;
    	background-repeat: no-repeat; */
}

.croppier-preview .cr-border img {
  max-width: 100%;
}

.croppie-container .cr-boundary {
  height: 300px;
}

.fixed-top,
.fixed-bottom,
.scroll-to-items {
  display: none;
}

.canvas-container {
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 0;
}

.canvas-back-image {
  max-width: 400px;
  max-height: 600px;
  position: absolute;
  z-index: -1;
  top: 30px;
  left: 50% !important;
  transform: translateX(-50%);
}

@media all and (max-width: 768px) {
  .fixed-top,
  .fixed-bottom,
  .scroll-to-items {
    display: inline-block;
  }
  .fixed-top {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 10000;
  }
  .fixed-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10000;
  }
  .buttons {
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .canvas-back-image {
    transform: translateX(-40%);
  }
  .stoneBg {
    left: 40px !important;
  }
}

body.open-constructor-select::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}

body.constructor-select-open {
  position: relative;
}

.constructor-select-overflow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.05);
  z-index: 998;
}

.constructor-select {
  position: relative;
  margin-bottom: 15px;
}

.constructor-select_field {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  padding: 13px 60px 13px 24px;
  font-size: 14px;
  line-height: 1;
  position: relative;
  cursor: pointer;
}

.constructor-select_field:hover, .constructor-select_field:focus,
.open .constructor-select_field {
  background-color: #fff;
  z-index: 999;
}

.constructor-select_title {
  overflow: hidden;
  white-space: nowrap;
}

.constructor-select_arrow {
  position: absolute;
  width: 45px;
  height: 100%;
  background-image: url(/local/templates/nisp2/css/../img/dropdown.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: 1;
  right: 0;
  top: 0;
}

.constructor-select_arrow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 20px;
  border-left: 1px solid #dedede;
}

.constructor-select_list {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 50px rgba(17, 17, 17, 0.05);
  z-index: 999;
  width: 100%;
  right: 0;
  top: calc(100% + 10px);
  line-height: 1;
}

.constructor-select_list.scroll {
  max-height: 480px;
  height: 480px;
}

.open .constructor-select_list {
  display: block;
}

.constructor-select_list .card-body {
  height: 100%;
  padding-right: 15px;
}

.fonts {
  /* color: white; */
  font-size: 18px;
  white-space: nowrap;
  margin-bottom: 10px;
}

.fonts:hover {
  cursor: pointer;
  color: gold;
}

.fonts.current {
  color: gold;
}

.block__stone {
  position: relative;
}

.article__stone {
  position: absolute;
  top: 0;
  left: 0;
}

.article__stone.render {
  left: 50%;
  transform: translateX(-50%);
}

.construct_reload {
  background: #fff;
  border: 1px solid #dedede;
  line-height: 1;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.construct_reload:hover, .construct_reload:focus {
  border: 1px solid #969696;
}

.stone-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}

.stone-list .stone {
  height: 90px;
  width: 85px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #dedede;
  padding: 10px;
  margin-bottom: 15px;
}

.stone-list .stone:hover, .stone-list .stone:focus {
  border: 1px solid #969696;
}

.stone-list .stone.active {
  border: 1px solid #88118F;
}

.stone-list .stone img {
  max-height: 100%;
  max-width: 100%;
}

.construct-text {
  margin-top: 70px;
  border-top: 1px solid #dedede;
  padding-top: 70px;
  font-size: 16px;
}

@media (max-width: 480px) {
  .construct-text {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.construct-text h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.img-list {
  padding-left: 0;
  list-style: none;
}

.img-blk {
  display: block;
  background-color: #111;
  border-radius: 10px;
  width: 90px;
  height: 100px;
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
  cursor: pointer;
  border: 2px solid #111;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
}

.img-blk:hover, .img-blk:focus {
  border: 2px solid #88118F;
}

.img-blk.uploader .addImg {
  height: 80%;
}

.img-blk .addImg {
  max-height: 100%;
  max-width: 100%;
}

.img-blk span {
  margin-top: 5px;
  font-size: 8px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.construct-popup {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 510px;
  padding: 30px 50px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 50px rgba(17, 17, 17, 0.4);
  transition: top 0.3s;
}

.construct-popup.d-none {
  top: -50%;
}

.construct-popup.uploader-popup {
  width: 650px;
  z-index: 9999;
}

.construct-popup_close {
  right: -40px;
  top: 0px;
}

.construct-popup_title {
  font-weight: 700;
  font-size: 21px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #f2f2f2;
}

.construct-popup_body {
  padding-top: 30px;
}

.printWrapper {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.mobile-header {
  background: linear-gradient(90deg, #11ca6e 2.08%, #118e33 47.4%, #1a7311 95.83%);
  color: #fff;
  line-height: 1;
  font-size: 14px;
}

.mobile-header a {
  color: #fff;
}

.mobile-header a:hover, .mobile-header a:focus {
  text-decoration: none;
}

.mobile-header .main-line {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mobile-header .top-search {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.mobile-header .top-search-wrap {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  width: 50px;
  transition: width 0.3s;
}

.mobile-header .top-search-wrap:hover, .mobile-header .top-search-wrap:focus {
  border: 1px solid white;
}

.mobile-header .top-search.open {
  width: 100%;
  background: linear-gradient(90deg, #11ca6e 2.08%, #118e33 47.4%, #1a7311 95.83%);
}

.mobile-header .top-search.open .top-search-wrap {
  width: 100%;
}

.mobile-header .top-search.open .top-search-container {
  display: block;
}

.mobile-header .top-search-button {
  transition: all 0.3s;
  padding: 15px;
  border: none;
  width: 50px;
}

.mobile-header .top-search-button .icon {
  background-image: url(/local/templates/nisp2/css/../img/top_search.svg);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 20px;
  display: block;
}

.mobile-header .top-search-container {
  display: none;
}

.mobile-header .top-search-form {
  width: 100%;
}

.mobile-header .top-search-submit {
  display: none;
}

.mobile-header .top-search-input {
  background-color: transparent;
  width: 100%;
  font-size: 15px;
  padding: 16px;
  border: 0;
  color: #fff;
  font-weight: 500;
}

.mobile-header .top-search-input:focus {
  outline: none;
}

.mobile-header .top-logo {
  text-align: center;
}

.mobile-header .top-logo img {
  max-height: 100%;
}

.mobile-header .top-favorites_button {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  display: flex;
  transition: all 0.3s;
  width: 51px;
  position: relative;
}

.mobile-header .top-favorites_button .icon {
  background-image: url(/local/templates/nisp2/css/../img/top_favorite.svg);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 20px;
}

.mobile-header .top-favorites_button:hover, .mobile-header .top-favorites_button:focus {
  border: 1px solid white;
}

.mobile-header .top-favorites_count {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #88118f;
  color: #fff;
  position: absolute;
  top: -10px;
  right: -10px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.mobile-header .bottom-line {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
  border-radius: 30px 30px 0 0;
}

.mobile-header .addition-menus {
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(17, 17, 17, 0.1);
  border-radius: 50px;
  overflow-x: auto;
  overflow-y: hidden;
  width: calc(100% - 20px);
  margin: 0 auto;
}

.mobile-header .addition-menus .dividor {
  width: 0;
  border-left: 1px solid #dedede;
  height: 40px;
  margin-right: 20px;
  margin-left: 20px;
}

.mobile-header .addition-menu a {
  display: block;
  color: #111;
  padding: 12px 15px;
  border-radius: 30px;
  text-align: center;
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  margin-right: 10px;
  white-space: nowrap;
}

.mobile-header .addition-menu a:last-child {
  margin-right: 0;
}

.mobile-header .addition-menu a:hover, .mobile-header .addition-menu a:focus {
  background-color: transparent;
  border: 1px solid #969696;
}

.mobile-header .addition-menu a.virtual {
  background-color: #fff;
  border: 2px solid #88118F;
  font-weight: 600;
}

.mobile-header .addition-menu a.virtual:hover, .mobile-header .addition-menu a.virtual:focus {
  background-color: #88118F;
  color: #fff;
  border: 2px solid #88118F;
}

.mobile-header .addition-menu a.construct {
  background-color: #fff;
  border: 1px solid #dedede;
}

.mobile-header .addition-menu a.construct:hover, .mobile-header .addition-menu a.construct:focus {
  border: 1px solid #969696;
}

.mobile-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.mobile-panel_body {
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  box-shadow: -15px 0px 50px rgba(17, 17, 17, 0.1);
  padding: 12px 20px 10px;
}

.mobile-panel_catalog .catalog-button {
  width: 50px;
  height: 50px;
  text-align: center;
}

.mobile-panel_catalog .catalog-button .icon {
  margin-bottom: 8px;
}

.mobile-panel_catalog .catalog-button .title {
  font-size: 12px;
  line-height: 1;
}

.mobile-panel_cart {
  text-align: center;
}

.mobile-panel_cart .cart-button {
  display: inline-flex;
  align-items: center;
  padding: 15px 24px;
  border-radius: 10px;
  transition: all 0.3s;
  background: linear-gradient(90deg, #118e33 0%, #1a7311 100%);
}

.mobile-panel_cart .cart-button .icon {
  background-image: url(/local/templates/nisp2/css/../img/top_cart.svg);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 20px;
  margin-right: 16px;
}

.mobile-panel_cart .cart-button .text {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.mobile-panel_menu .menu-button {
  width: 50px;
  height: 50px;
  text-align: center;
  margin-left: auto;
}

.mobile-panel_menu .menu-button .icon {
  margin-bottom: 8px;
}

.mobile-panel_menu .menu-button .title {
  font-size: 12px;
  line-height: 1;
}

.open .mobile-top-menu_nav {
  left: 0;
  box-shadow: 0px 0px 50px rgba(17, 17, 17, 0.05);
}

.mobile-top-menu .switcher-text {
  font-size: 12px;
}

.mobile-top-menu_wrap.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.05);
  z-index: 100;
}

.mobile-top-menu_nav {
  background-color: #fff;
  width: calc(100% - 50px);
  max-width: 500px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: calc(50px - 150%);
  transition: left 0.3s;
  z-index: 100;
  border-radius: 0 30px 30px 0;
  padding: 30px 10px 30px 20px;
}

.mobile-top-menu_nav a {
  color: #111;
}

.mobile-top-menu_nav-container {
  overflow-y: auto;
  height: 100%;
  padding-right: 15px !important;
}

.mobile-top-menu_header {
  position: relative;
}

.mobile-top-menu_header-title {
  font-size: 14px;
  font-weight: bold;
  color: #88118F;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
}

.mobile-top-menu_link {
  display: block;
  padding: 10px 0;
  border-radius: 10px;
}

.mobile-top-menu_close {
  position: absolute;
  cursor: pointer;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 10px;
  background-color: #fff;
  right: 0px;
  top: 10px;
  transition: left 0.3s;
  box-shadow: 0px 0px 50px rgba(17, 17, 17, 0.05);
}

.open .mobile-top-menu_close {
  right: -40px;
}

.mobile-top-menu_contacts {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid #dedede;
}

.mobile-top-menu_contacts .phone {
  display: block;
  font-weight: 700;
  font-size: 13px;
  line-height: 0.9;
  margin-bottom: 20px;
}

.mobile-top-menu_contacts .messegers {
  margin-bottom: 30px;
}

.mobile-top-menu_contacts .messegers a {
  border: 1px solid #dedede;
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  margin-right: 24px;
  transition: all 0.3s;
  color: #111;
}

.mobile-top-menu_contacts .messegers a:last-child {
  margin-right: 0;
}

.mobile-top-menu_contacts .messegers a:hover, .mobile-top-menu_contacts .messegers a:focus {
  opacity: 1;
}

.mobile-top-menu_contacts .messegers a img {
  width: 30px;
}

.mobile-top-menu_contacts .links {
  border-top: 1px solid #dedede;
  padding-top: 20px;
}

.mobile-top-menu_contacts .email {
  color: #111;
  text-decoration: underline;
}

.mobile-top-menu_contacts .callback-link {
  color: #88118F;
  text-decoration: underline;
}

.open .mobile-top-catalog_nav {
  left: 0;
  box-shadow: 0px 0px 50px rgba(17, 17, 17, 0.05);
}

.mobile-top-catalog_wrap.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.05);
  z-index: 100;
}

.mobile-top-catalog_nav {
  background-color: #fff;
  width: calc(100% - 50px);
  max-width: 500px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: calc(50px - 150%);
  transition: left 0.3s;
  z-index: 100;
  border-radius: 0 30px 30px 0;
  padding: 30px 10px 30px 20px;
}

.mobile-top-catalog_nav a {
  color: #111;
}

.mobile-top-catalog_nav-container {
  overflow-y: auto;
  height: 100%;
  padding-right: 15px !important;
}

.mobile-top-catalog_header {
  position: relative;
}

.mobile-top-catalog_header-title {
  font-size: 14px;
  font-weight: bold;
  color: #88118F;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.mobile-top-catalog_menu-link {
  display: block;
  padding: 15px 0px;
  border-radius: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #f2f2f2;
  font-weight: 500;
}

.mobile-top-catalog_menu-link .wrap {
  display: flex;
  align-items: center;
}

.mobile-top-catalog_menu-link .icon {
  margin-left: 5px;
  width: 10px;
  height: 10px;
}

.mobile-top-catalog_menu-link:focus, .mobile-top-catalog_menu-link:active {
  color: #88118F;
}

.mobile-top-catalog_close {
  position: absolute;
  cursor: pointer;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 10px;
  background-color: #fff;
  right: 0px;
  top: 10px;
  transition: left 0.3s;
  box-shadow: 0px 0px 50px rgba(17, 17, 17, 0.05);
}

.open .mobile-top-catalog_close {
  right: -40px;
}

.mobile-top-catalog_close.sub {
  right: -800px;
}

.mobile-top-catalog_submenu {
  position: absolute;
  background-color: #fff;
  border-radius: 0 30px 30px 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99;
  left: calc(50px - 150%);
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 0px 50px rgba(17, 17, 17, 0.05);
  transition: left 0.3s;
  overflow-y: auto;
}

.mobile-top-catalog_submenu.open {
  left: 0;
}

.mobile-top-catalog_submenu-back {
  display: inline-flex;
  align-items: center;
  border: 2px solid #dedede;
  border-radius: 10px;
  padding: 8px 10px;
  line-height: 1;
}

.mobile-top-catalog_submenu-back:focus {
  border-color: #969696;
}

.mobile-top-catalog_submenu-back .icon {
  padding-right: 5px;
  width: 12px;
  height: 10px;
}

.mobile-top-catalog_submenu-title {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

.mobile-top-catalog_submenu-container {
  overflow-y: auto;
}

.mobile-top-catalog_submenu-link {
  display: block;
  border-radius: 10px;
  color: #969696;
  padding: 10px 0;
}

.mobile-top-catalog_submenu-link:hover, .mobile-top-catalog_submenu-link:focus, .mobile-top-catalog_submenu-link:active {
  color: #88118F;
}

.mobile-top-catalog_submenu-item {
  border-bottom: 1px solid #f2f2f2;
}

.mobile-top-catalog_submenu-item:hover .top-catalog-submenu_image, .mobile-top-catalog_submenu-itemfocus .top-catalog-submenu_image {
  opacity: 1;
}

.mobile-top-catalog_section-title {
  font-size: 16px;
  padding: 15px 0;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.mobile-top-catalog_section-title .icon {
  margin-left: 5px;
  width: 10px;
  height: 10px;
}

.mobile-top-catalog_section-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s;
}

.mobile-top-catalog_section-list .menu-link {
  display: block;
  margin-left: 10px;
  padding: 10px 0 10px 10px;
  border-top: 1px dashed #f2f2f2;
}

.mobile-top-catalog_section-list .menu-link:focus, .mobile-top-catalog_section-list .menu-link:active {
  color: #88118F;
}

.mobile-top-catalog_submenu-item.open .mobile-top-catalog_section-title .icon {
  transform: rotate(90deg);
}

.mobile-top-catalog_submenu-item.open .mobile-top-catalog_section-list {
  max-height: 1000vh;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 15px;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  letter-spacing: 0.02em;
}

@media (min-width: 992px) {
  body.fixed-header {
    padding-top: 80px;
  }
}

body.fixed-header .top-contact {
  display: block;
}

a {
  color: #88118F;
}

a:hover, a:focus {
  text-decoration: none;
  color: #5d0c61;
}

img {
  max-width: 100%;
}

hr {
  height: 0;
  border: 0;
  border-bottom: 1px solid #dedede;
}

.container {
  max-width: 1320px;
}

.slick-arrow {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  overflow: hidden;
  text-indent: -9999em;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-arrow:hover, .slick-arrow:focus {
  border: 1px solid #969696;
}

.slick-arrow .icon {
  width: 6px;
  height: 10px;
}

.slick-slide:focus {
  outline: none;
}

.popup-close {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 10px;
  background-color: #fff;
  transition: left 0.3s;
  box-shadow: 0px 0px 50px rgba(17, 17, 17, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-close .icon {
  width: 11px;
  height: 11px;
}

.form-input {
  display: block;
  width: 100%;
  padding: 12px 24px;
  background-color: #f2f2f2;
  border: 2px solid #f2f2f2;
  border-radius: 10px;
  font-size: 15px;
}

@media (max-width: 1200px) {
  .form-input {
    padding: 10px 15px;
  }
}

@media (max-width: 480px) {
  .form-input {
    padding: 10px 15px;
    font-size: 14px;
  }
}

.form-input:focus {
  background-color: #fff;
  outline: none;
}

.button-outline {
  user-select: none;
  border: 1px solid #dedede;
  background-color: transparent;
  text-align: center;
  padding: 12px 29px;
  border-radius: 10px;
  display: block;
  width: 100%;
  color: #111;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
  transition: all 0.3s;
}

@media (max-width: 1200px) {
  .button-outline {
    padding: 12px 20px;
  }
}

@media (max-width: 480px) {
  .button-outline {
    padding: 10px 15px;
    font-size: 14px;
  }
}

.button-outline:hover, .button-outline:focus {
  border: 1px solid #969696;
  color: #111;
}

.button-outline:active {
  background-color: #f2f2f2;
}

.button-outline.disabled, .button-outline:disabled {
  opacity: 0.65;
  cursor: inherit;
}

.button-primary-outline {
  user-select: none;
  border: 2px solid #88118F;
  background-color: #fff;
  color: #111;
  text-align: center;
  padding: 12px 29px;
  border-radius: 10px;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .button-primary-outline {
    padding: 12px 20px;
  }
}

@media (max-width: 480px) {
  .button-primary-outline {
    padding: 10px 15px;
    font-size: 14px;
  }
}

.button-primary-outline:hover, .button-primary-outline:focus {
  background-color: #88118F;
  color: #fff;
}

.button-primary-outline.disabled, .button-primary-outline:disabled {
  opacity: 0.65;
  cursor: inherit;
}

.button-primary {
  user-select: none;
  white-space: nowrap;
  border: 2px solid #88118F;
  background-color: #88118F;
  color: #fff;
  text-align: center;
  padding: 12px 29px;
  border-radius: 10px;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .button-primary {
    padding: 12px 20px;
  }
}

@media (max-width: 480px) {
  .button-primary {
    padding: 10px 15px;
    font-size: 14px;
  }
}

.button-primary:hover, .button-primary:focus {
  background-color: #720e78;
  border: 2px solid #720e78;
  color: #fff;
}

.button-primary.disabled, .button-primary:disabled {
  opacity: 0.65;
  cursor: inherit;
}

.notice {
  border-radius: 10px;
  border: 1px solid #dedede;
  padding: 30px;
  text-align: center;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #88118F;
  background-color: #88118F;
}

.custom-control-label::after,
.custom-control-label::before {
  width: 16px;
  height: 16px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-20 {
  border-radius: 20px;
}

.radius-30 {
  border-radius: 30px;
}

.bx-breadcrumb {
  margin-bottom: 15px;
}

.bx-breadcrumb-item {
  font-size: 11px;
  text-transform: uppercase;
  color: #969696;
}

.bx-breadcrumb-item a {
  color: #969696;
}

.bx-breadcrumb-arrow {
  margin: 0 5px;
}

@media (max-width: 500px) {
  .bx-breadcrumb {
    display: flex;
    padding-bottom: 10px;
    overflow-x: auto;
  }
  .bx-breadcrumb-item {
    white-space: nowrap;
  }
}

/*site-header*/
.site-header {
  background: linear-gradient(90deg, #11ca6e 2.08%, #118e33 47.4%, #1a7311 95.83%);
  color: #fff;
  line-height: 1;
  font-size: 14px;
}

.site-header.fixed .main-line {
  position: fixed;
  width: 100%;
  background: linear-gradient(90deg, #11ca6e 2.08%, #118e33 47.4%, #1a7311 95.83%);
  z-index: 98;
  top: 0;
  padding-bottom: 16px;
}

.site-header.fixed .top-catalog-menu-wrap {
  top: 16px;
}

.site-header a {
  color: #fff;
}

.site-header a:hover, .site-header a:focus {
  text-decoration: none;
}

.site-header .top-line {
  padding-top: 25px;
  padding-bottom: 15px;
}

.site-header .bottom-line {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
  border-radius: 30px 30px 0 0;
}

.site-header .top-logo {
  margin-right: 30px;
}

.site-header .top-logo img {
  height: 40px;
}

.site-header .top-menu {
  margin-right: 20px;
}

.site-header .top-menu_link {
  text-transform: uppercase;
  display: block;
  margin-right: 25px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
  opacity: 0.6;
  transition: all 0.3s;
  color: #fff;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .site-header .top-menu_link {
    margin-right: 20px;
  }
}

.site-header .top-menu_link:last-child {
  margin-right: 0;
}

.site-header .top-menu_link:hover, .site-header .top-menu_link:focus {
  opacity: 1;
}

.site-header .contacts-link {
  text-transform: uppercase;
  display: block;
  margin-right: 30px;
  font-size: 11px;
  font-weight: 500;
  opacity: 0.6;
  transition: all 0.3s;
  line-height: 60px;
}

.site-header .contacts-link:hover, .site-header .contacts-link:focus {
  opacity: 1;
}

.site-header .top-phones {
  position: relative;
  margin-left: auto;
}

.site-header .top-phones_button {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.site-header .top-phones_button .phone {
  font-size: 13px;
  line-height: 40px;
  font-weight: 700;
  white-space: nowrap;
}

.site-header .top-phones_button .arrow {
  width: 10px;
  height: 7px;
  margin-left: 5px;
  transition: transform 0.3s;
}

.site-header .top-phones_button:hover .top-phones_popup, .site-header .top-phones_button:focus .top-phones_popup {
  display: block;
}

.site-header .top-phones_button:hover .arrow, .site-header .top-phones_button:focus .arrow {
  transform: rotate(180deg);
}

.site-header .main-line {
  padding-top: 10px;
  padding-bottom: 30px;
}

.site-header .top-buttons {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
}

.site-header .top-contact {
  display: none;
}

.site-header .top-contact-button {
  display: flex;
  transition: all 0.3s;
  padding: 10px;
  border: none;
  width: 40px;
  margin-left: 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.site-header .top-contact-button:hover, .site-header .top-contact-button:focus {
  border: 1px solid white;
}

.site-header .top-contact-button .icon {
  width: 19px;
  height: 20px;
}

.site-header .top-search-wrap {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  width: 40px;
  transition: width 0.3s;
}

.site-header .top-search.open .top-search-wrap {
  width: 100%;
}

.site-header .top-search.open .top-search-container {
  display: block;
}

.site-header .top-search-button {
  display: flex;
  transition: all 0.3s;
  padding: 10px;
  border: none;
  width: 40px;
  margin-left: 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.site-header .top-search-button:hover, .site-header .top-search-button:focus {
  border: 1px solid white;
}

.site-header .top-search-button .icon {
  width: 19px;
  height: 20px;
}

.site-header .top-search-container {
  display: none;
  flex-grow: 1;
}

.site-header .top-search-form {
  width: 100%;
}

.site-header .top-search-submit {
  display: none;
}

.site-header .top-search-input {
  background-color: transparent;
  width: 100%;
  font-size: 15px;
  padding: 16px;
  border: 0;
  color: #fff;
  font-weight: 500;
}

.site-header .top-search-input:focus {
  outline: none;
}

.site-header .top-favorites_button {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  display: flex;
  transition: all 0.3s;
  width: 40px;
  margin-left: 16px;
  position: relative;
}

.site-header .top-favorites_button .icon {
  width: 19px;
  height: 20px;
}

.site-header .top-favorites_button:hover, .site-header .top-favorites_button:focus {
  border: 1px solid white;
}

.site-header .top-favorites_count {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #88118f;
  color: #fff;
  position: absolute;
  top: -10px;
  right: -10px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.site-header .addition-menus {
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(17, 17, 17, 0.1);
  border-radius: 50px;
}

.site-header .addition-menus .dividor {
  width: 0;
  border-left: 1px solid #dedede;
  height: 40px;
  position: absolute;
  left: 0;
}

.addition-menu a {
  display: block;
  color: #111;
  padding: 12px 24px;
  border-radius: 30px;
  text-align: center;
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  margin-right: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.addition-menu a:last-child {
  margin-right: 0;
}

.addition-menu a:hover, .addition-menu a:focus {
  background-color: transparent;
  border: 1px solid #969696;
}

.addition-menu a.virtual {
  background-color: #fff;
  border: 2px solid #88118F;
  font-weight: 600;
}

.addition-menu a.virtual:hover, .addition-menu a.virtual:focus {
  background-color: #88118F;
  color: #fff;
  border: 2px solid #88118F;
}

.addition-menu a.construct {
  background-color: #fff;
  border: 1px solid #dedede;
}

.addition-menu a.construct:hover, .addition-menu a.construct:focus {
  border: 1px solid #969696;
}

.top-catalog-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  overflow: hidden;
  position: relative;
}

.top-catalog-nav:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270.04deg, #1a7311 0.03%, #11ca6e 99.48%);
}

.top-catalog-nav .nav-item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  padding: 12px 25px;
  height: 40px;
  transition: background 0.3s;
}

.top-catalog-nav .nav-item a {
  display: flex;
  align-items: center;
}

.top-catalog-nav .nav-item .arrow {
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  transition: transform .3s;
}

.top-catalog-nav .nav-item:hover, .top-catalog-nav .nav-item:focus {
  background: #88118f;
}

.top-catalog-nav .nav-item.active {
  background: #88118f;
}

.top-catalog-nav .nav-item.active .arrow {
  transform: rotate(180deg);
}

@media (max-width: 1100px) {
  .top-catalog-nav .nav-item {
    padding: 12px 10px;
  }
  .top-catalog-nav .nav-item .name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
  }
}

.top-catalog-menu {
  position: absolute;
  width: 100%;
  left: 0;
}

.top-catalog-menu-wrap {
  display: none;
  background: #fff;
  padding: 50px;
  border-radius: 0 0 30px 30px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 100;
  min-height: 650px;
  max-height: 650px;
}

.top-catalog-menu-wrap.open {
  display: flex;
}

.top-catalog-menu-wrap .sections-col {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #c2c2c2 #e0e0e0;
}

.top-catalog-menu-wrap .sections-col::-webkit-scrollbar {
  width: 8px;
  border-radius: 8px;
}

.top-catalog-menu-wrap .sections-col::-webkit-scrollbar-track {
  background: #e0e0e0;
}

.top-catalog-menu-wrap .sections-col::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
  border-radius: 8px;
  border: none;
}

.top-catalog-menu-wrap .images-col {
  margin-left: auto;
  max-width: 480px;
  width: 30%;
}

.top-catalog-menu-wrap .subsection-wrap {
  margin-bottom: 40px;
  width: 33.33%;
}

.top-catalog-menu-wrap .subsection-name {
  font-weight: 600;
  font-size: 18px;
  color: #88118F;
  line-height: 1;
  display: inline-block;
  border-bottom: 1px solid #88118F;
  margin-bottom: 20px;
}

.top-catalog-menu-wrap .subsection-list .menu-item {
  padding-bottom: 10px;
}

.top-catalog-menu-wrap .subsection-list .menu-link {
  font-size: 15px;
  color: #111;
  line-height: 18px;
}

.top-catalog-menu-wrap .subsection-list .menu-link:hover, .top-catalog-menu-wrap .subsection-list .menu-link:focus {
  color: #88118F;
}

.top-catalog-menu-wrap .subsection-list.show .more-items {
  max-height: 100vh;
}

.top-catalog-menu-wrap .subsection-list.show .menu-more .icon {
  transform: rotate(180deg);
}

.top-catalog-menu-wrap .menu-more {
  display: inline-flex;
  align-items: center;
  color: #88118F;
  font-size: 15px;
  cursor: pointer;
}

.top-catalog-menu-wrap .menu-more .icon {
  margin-left: 5px;
  width: 10px;
  height: 15px;
}

.top-catalog-menu-wrap .more-items {
  max-height: 0;
  overflow: hidden;
}

.top-cart_button {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  transition: all 0.3s;
  width: 40px;
  margin-left: 16px;
  position: relative;
}

.top-cart_button:hover, .top-cart_button:focus {
  border: 1px solid white;
}

.top-cart_button .icon {
  width: 23px;
  height: 20px;
}

.top-cart_button .text {
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}

.top-cart-button-counter {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #88118f;
  color: #fff;
  position: absolute;
  top: -10px;
  right: -10px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.top-cart_popup {
  background-color: #fff;
  width: 390px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -390px;
  transition: right 0.3s;
  z-index: 100;
  border-radius: 30px 0 0 30px;
  padding: 30px 10px 30px 20px;
}

@media (max-width: 480px) {
  .top-cart_popup {
    width: calc(100% - 50px);
  }
}

.top-cart_popup.open {
  right: 0;
  box-shadow: 30px 0px 50px 50px rgba(17, 17, 17, 0.05);
}

.top-cart_close {
  position: absolute;
  cursor: pointer;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 10px;
  background-color: #fff;
  left: 0px;
  top: 10px;
  transition: left 0.3s;
  box-shadow: 0px 0px 50px rgba(17, 17, 17, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-cart_close .icon {
  width: 11px;
  height: 11px;
}

.open .top-cart_close {
  left: -40px;
}

.top-cart_wrapper {
  height: 100%;
  padding-right: 15px !important;
  position: relative;
}

.top-cart_wrapper.preload {
  position: relative;
}

.top-cart_wrapper.preload::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.4);
  top: 0;
  left: 0;
}

.top-cart_wrapper.preload:after {
  content: "";
  border: 0;
  display: block;
  background: transparent;
  margin-left: auto !important;
  margin-right: auto !important;
  background-image: url(/local/templates/nisp2/css/../img/oval.svg);
  background-repeat: repeat;
  background-size: contain;
  background-position: 50%;
  overflow: hidden;
  text-indent: -9999em;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.top-cart_delete {
  line-height: 1;
  padding: 10px 11px;
  border-radius: 10px;
  border: 1px solid #dedede;
  cursor: pointer;
}

.top-cart_header {
  text-align: center;
  font-weight: 700;
  line-height: 1;
  font-size: 21px;
  margin-bottom: 30px;
}

.top-cart_list {
  height: calc(100% - 180px);
}

.top-cart_list-item {
  border-top: 1px solid #dedede;
  padding: 30px 0;
  margin-left: 20px;
}

.top-cart_list-item .title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.top-cart_list-item .prices {
  margin-bottom: 15px;
}

.top-cart_list-item .price {
  font-size: 18px;
}

.top-cart_list-item .price_old {
  font-size: 15px;
  color: #969696;
  text-decoration: line-through;
}

.top-cart_list-item .controls {
  line-height: 1;
  margin-bottom: 15px;
}

.top-cart_list .scrollbar-inner {
  height: 100%;
  overflow: hidden;
  padding-right: 15px;
}

.top-cart_list .scroll-y {
  left: 0;
}

.top-cart_footer {
  position: absolute;
  padding-left: 20px;
  padding-right: 15px;
  left: 0;
  bottom: 0;
  padding-bottom: 40px;
  width: 100%;
  background-color: #fff;
}

.top-cart_summ {
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 20px;
}

.top-cart_summ .label {
  font-weight: 600;
}

.delete-button {
  display: inline-block;
  width: 33px;
  line-height: 1;
  padding: 10px 11px;
  border-radius: 10px;
  border: 1px solid #dedede;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.delete-button .icon {
  width: 11px;
  height: 11px;
}

.quantity-control {
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #dedede;
  line-height: 1;
  user-select: none;
}

.quantity-control_minus {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity-control_minus .icon {
  width: 10px;
  height: 10px;
}

.quantity-control_plus {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity-control_plus .icon {
  width: 10px;
  height: 10px;
}

.quantity-control_input {
  height: 20px;
  line-height: 30px;
  border: none;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  width: 40px;
  background: transparent;
  font-weight: 600;
  text-align: center;
}

.quantity-control_input:focus {
  outline: none;
}

.site-footer {
  color: #fff;
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
  background: linear-gradient(90deg, #118e33 0%, #1a7311 100%);
  line-height: 1;
}

.site-footer:before {
  content: "";
  display: block;
  height: 30px;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
}

.site-footer a {
  color: #fff;
}

.site-footer a:hover {
  text-decoration: none;
}

.site-footer .footer-wrap {
  background: linear-gradient(90deg, #118e33 0%, #1a7311 100%);
  border-radius: 0 0 30px 30px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.site-footer .footer-top {
  padding-top: 50px;
  padding-bottom: 50px;
}

.site-footer .footer-middle {
  padding-top: 25px;
  padding-bottom: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-footer .footer-creater {
  font-size: 13px;
  opacity: 0.6;
}

.site-footer .footer-creater a:hover,
.site-footer .footer-creater a:focus {
  opacity: 1;
}

.footer-black-line {
  background-color: #111;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 50px;
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #969696;
}

.bottom-cta {
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 1px solid #dedede;
}

.bottom-cta_title {
  font-weight: bold;
  font-size: 24px;
}

.bottom-cta_button {
  border: 2px solid #88118F;
  background-color: #fff;
  text-align: center;
  padding: 12px 29px;
  border-radius: 10px;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 15px;
}

.bottom-cta_result .result-title {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  margin-left: 24px;
}

.footer-menu_title {
  text-transform: uppercase;
  font-weight: 700;
}

.footer-menu_link {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0.6;
  transition: all 0.3s;
  margin-top: 28px;
  font-size: 12px;
}

.footer-menu_link:hover, .footer-menu_link:focus {
  opacity: 1;
}

.footer-contacts_title {
  text-transform: uppercase;
  font-weight: 700;
}

.footer-phones {
  margin-top: 28px;
}

.footer-phones .phone {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .footer-phones .phone {
    font-size: 16px;
  }
}

.footer-messegers {
  margin-top: 30px;
}

.footer-messegers a {
  background-color: #fff;
  border: 1px solid #fff;
  display: block;
  padding: 10px;
  opacity: 0.4;
  text-align: center;
  border-radius: 10px;
  margin-right: 24px;
  transition: all 0.3s;
}

.footer-messegers a:last-child {
  margin-right: 0;
}

.footer-messegers a:hover, .footer-messegers a:focus {
  opacity: 1;
}

.footer-messegers img {
  width: 30px;
}

.footer-social a {
  border: 1px solid #fff;
  display: block;
  padding: 10px;
  opacity: 0.4;
  text-align: center;
  border-radius: 10px;
  margin-right: 24px;
  transition: all 0.3s;
}

.footer-social a:last-child {
  margin-right: 0;
}

.footer-social a:hover, .footer-social a:focus {
  opacity: 1;
}

.footer-copyright {
  line-height: 1.4;
}

.footer-policy {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0.6;
  transition: all 0.3s;
  font-size: 12px;
  line-height: 1.8;
}

.footer-policy:hover, .footer-policy:focus {
  opacity: 1;
}

.page-body {
  padding-top: 50px;
  padding-bottom: 60px;
}

@media (max-width: 480px) {
  .page-body {
    overflow-x: auto;
  }
}

.page-title {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 480px) {
  .page-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.page-title.title-oplata {
  margin-bottom: 30px;
}

.main-slider {
  position: relative;
  margin-bottom: 30px;
}

.main-slider .slick-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
}

.main-slider .slick-prev {
  left: 30px;
}

.main-slider .slick-next {
  right: 30px;
}

.main-slider_item {
  height: 380px;
  border-radius: 20px;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 30px 48px 30px;
  position: relative;
}

.main-slider_label {
  background: linear-gradient(90deg, #c72cc9 3.68%, #8d188f 100%), #c4c4c4;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: 15px 24px;
}

.main-slider_content {
  position: absolute;
  bottom: 48px;
  left: 30px;
  color: #fff;
  line-height: 1;
}

.main-slider_title {
  font-weight: 700;
  font-size: 24px;
}

.main-slider_subtitle {
  font-size: 15px;
  margin-top: 24px;
  font-weight: 500;
}

.catalog-item {
  border-radius: 20px;
  height: 380px !important;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 480px) {
  .catalog-item {
    height: auto !important;
  }
}

.catalog-item:hover, .catalog-item:focus {
  box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.05);
}

.catalog-item_labels {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
}

.catalog-item_label {
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 10px;
  background-color: #88118F;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 10px 15px;
  line-height: 1;
}

@media (max-width: 480px) {
  .catalog-item_label {
    font-size: 10px;
  }
}

.catalog-item_price {
  border: 1px solid #dedede;
  text-align: center;
  border-radius: 10px;
  line-height: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}

.catalog-item_price .prices-text {
  opacity: 1;
  transition: all 0.3s;
  height: 100%;
}

.catalog-item_price .detail-link {
  opacity: 0;
  transition: all 0.3s;
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  font-size: 15px;
  color: #111;
}

@media (min-width: 550px) {
  .catalog-item_price:hover .prices-text, .catalog-item_price:focus .prices-text {
    opacity: 0;
  }
  .catalog-item_price:hover .detail-link, .catalog-item_price:focus .detail-link {
    opacity: 1;
  }
}

.catalog-item .product-item-price-current {
  font-size: 18px;
}

.catalog-item .product-item-image-wrapper {
  display: block;
  padding: 10px;
  height: 290px;
}

.catalog-item .product-item-image-original {
  display: block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.catalog-item .product-item-title {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  font-size: 15px;
  color: #111;
  font-weight: 700;
}

@media (max-width: 480px) {
  .catalog-item .product-item-title {
    height: 70px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.catalog-item .product-item-title a {
  color: #111;
}

.catalog-item_favorite-remove {
  background-color: #fff;
  padding: 2px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #dedede;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 3;
}

.catalog-item_favorite-remove:hover, .catalog-item_favorite-remove:focus {
  border-color: #969696;
}

.main-links {
  margin-top: 90px;
  margin-bottom: 40px;
}

.main-links_item {
  background-color: #f2f2f2;
  height: 410px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.main-links_item.height_wide {
  height: 290px;
}

@media (max-width: 992px) {
  .main-links_item.height_wide {
    height: 410px;
  }
}

.main-links_image {
  border-radius: 20px;
  height: 320px;
  background-position: 50%;
  background-size: cover;
  background-repeat: repeat;
}

@media (max-width: 500px) {
  .main-links_image {
    height: 280px;
  }
}

.height_wide .main-links_image {
  height: 230px;
}

@media (max-width: 992px) {
  .height_wide .main-links_image {
    height: 320px;
  }
}

@media (max-width: 500px) {
  .height_wide .main-links_image {
    height: 280px;
  }
}

.main-links_content {
  padding: 10px 20px;
  overflow: hidden;
  height: 85px;
}

@media (max-width: 1200px) {
  .main-links_content {
    padding: 10px;
  }
}

@media (max-width: 500px) {
  .main-links_content {
    height: auto;
  }
}

.main-links_title {
  color: #111;
  font-weight: 700;
  font-size: 14px;
}

@media (max-width: 1200px) {
  .main-links_title {
    font-size: 14px;
  }
}

.main-texts {
  border-top: 1px solid #f2f2f2;
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-texts_item {
  position: relative;
}

.main-texts_title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 54px;
  line-height: 44px;
}

@media (max-width: 480px) {
  .main-texts_title {
    font-size: 28px;
  }
}

.main-texts_subtitle {
  color: #dedede;
  font-size: 24px;
  margin-top: 24px;
}

@media (max-width: 480px) {
  .main-texts_subtitle {
    font-size: 20px;
  }
}

.main-texts_text {
  font-size: 18px;
  line-height: 26px;
}

.main-texts .slick-arrow {
  position: absolute;
  z-index: 3;
}

.main-texts .slick-prev {
  left: 0;
  top: 0;
}

.main-texts .slick-next {
  top: 0;
  left: 50px;
}

.top-phones_popup {
  display: none;
  padding: 30px;
  width: 410px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.05);
  position: absolute;
  right: 0;
  top: 35px;
  z-index: 12;
}

.top-phones .popup-phones {
  margin-bottom: 30px;
}

.top-phones .popup-phone {
  color: #111;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.top-phones .popup-messegers {
  margin-bottom: 30px;
}

.top-phones .popup-messegers a {
  border: 1px solid #88118F;
  display: block;
  padding: 10px;
  opacity: 0.5;
  text-align: center;
  border-radius: 10px;
  margin-right: 24px;
  transition: all 0.3s;
  color: #111;
}

.top-phones .popup-messegers a:last-child {
  margin-right: 0;
}

.top-phones .popup-messegers a:hover, .top-phones .popup-messegers a:focus {
  opacity: 1;
}

.top-phones .popup-messegers img {
  width: 30px;
}

.top-phones .popup-links {
  border-top: 1px solid #f2f2f2;
  padding-top: 30px;
}

.top-phones .popup-email {
  color: #111;
  text-decoration: underline;
}

.top-phones .popup-callback-link {
  color: #88118F;
  text-decoration: underline;
}

.popup {
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 410px;
  padding: 30px 50px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 50px rgba(17, 17, 17, 0.4);
  transition: top 0.3s;
}

.popup.d-none {
  top: -50%;
}

.popup-close {
  right: -40px;
  top: 0px;
}

.popup-title {
  font-weight: 700;
  font-size: 21px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #f2f2f2;
}

.popup-body {
  padding-top: 30px;
}

@media (max-width: 500px) {
  .popup {
    width: 90%;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 16px;
    padding: 30px 20px;
  }
  .popup-close {
    right: 15px;
    top: 15px;
    box-shadow: none;
    border: 1px solid #f2f2f2;
  }
}

.popup-result {
  position: absolute;
  z-index: 9;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 30px 50px;
  background: #fff;
  border-radius: 30px;
}

.popup-result_header {
  text-align: center;
}

.popup-result_header img {
  margin-bottom: 30px;
}

.popup-result_title {
  font-weight: 700;
  font-size: 21px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #f2f2f2;
}

.popup-result_body {
  padding-top: 30px;
  text-align: center;
}

.callback-popup_icon {
  text-align: center;
  margin-bottom: 30px;
}

.callback-popup_result {
  text-align: center;
  margin-bottom: 20px;
}

.catalog-sections_item {
  border: 1px solid #dedede;
  padding: 10px 20px;
  border-radius: 10px;
  height: 100%;
  color: #111;
  transition: all 0.3s;
  font-size: 14px;
  white-space: nowrap;
}

.catalog-sections_item:hover, .catalog-sections_item:focus, .catalog-sections_item.active {
  border: 1px solid #88118F;
  color: #111;
}

@media (max-width: 992px) {
  .catalog-sections {
    display: flex;
    overflow-y: hidden;
    overflow-y: auto;
  }
}

.show-more_preloader {
  border: 0;
  display: block;
  background: transparent;
  margin-left: auto !important;
  margin-right: auto !important;
  background-image: url(/local/templates/nisp2/css/../img/oval.svg);
  background-repeat: repeat;
  background-size: contain;
  background-position: 50%;
  overflow: hidden;
  text-indent: -9999em;
  width: 30px;
  height: 30px;
}

.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span {
  background: #88118F;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
  background: #88118F;
}

.catalog-section-description {
  padding-top: 50px;
}

.catalog-panel {
  margin-bottom: 40px;
  padding-top: 20px;
  border-top: 1px solid #dedede;
  line-height: 1;
  margin-top: 15px;
}

.catalog-panel .catalog-filter_button {
  padding: 10px 0;
  margin-right: 30px;
  cursor: pointer;
  align-items: center;
}

.catalog-panel .catalog-filter_button .icon {
  width: 20px;
  height: 15px;
  margin-right: 16px;
  margin-left: 2px;
}

@media (max-width: 480px) {
  .catalog-panel .catalog-filter_button {
    margin-right: 0;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 12px 15px;
    align-items: center;
  }
}

.catalog-panel_count {
  padding-left: 30px;
  border-left: 1px solid #dedede;
}

.catalog-panel_sort.left .catalog-sort_menu {
  right: inherit;
  left: 0;
}

.catalog-panel .catalog-sort {
  position: relative;
}

.catalog-panel .catalog-sort_button {
  padding: 10px 0;
  cursor: pointer;
}

.catalog-panel .catalog-sort_button .arrow {
  width: 11px;
  height: 7px;
}

@media (max-width: 480px) {
  .catalog-panel .catalog-sort_button {
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 10px 15px;
    align-items: center;
    height: 42px;
  }
}

.catalog-panel .catalog-sort_button-text {
  margin-right: 10px;
  white-space: nowrap;
}

.catalog-panel .catalog-sort_menu {
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.05);
  border-radius: 10px;
  padding: 20px 30px;
  z-index: 3;
  right: 10px;
}

.catalog-panel .catalog-sort_link {
  display: block;
  color: #111;
  padding: 10px 20px;
  white-space: nowrap;
  border-radius: 10px;
}

.catalog-panel .catalog-sort_link:hover, .catalog-panel .catalog-sort_link:focus {
  background-color: #f2f2f2;
}

/* filter */
.catalog-filter {
  background-color: #fff;
  width: 390px;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -390px;
  transition: left 0.3s;
  z-index: 100;
  box-shadow: 0px 0px 50px rgba(17, 17, 17, 0.05);
  border-radius: 0 30px 30px 0;
  padding: 30px 10px 30px 20px;
}

@media (max-width: 480px) {
  .catalog-filter {
    width: calc(100% - 50px);
  }
}

.catalog-filter a {
  color: #111;
}

.catalog-filter.open {
  left: 0;
}

.catalog-filter_container {
  overflow: hidden;
  height: 100%;
  padding-right: 15px !important;
}

.catalog-filter-header {
  position: relative;
}

.catalog-filter-header_title {
  font-size: 21px;
  font-weight: bold;
  color: #111;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px;
}

.catalog-filter-close {
  position: absolute;
  cursor: pointer;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 10px;
  background-color: #fff;
  right: 0px;
  top: 10px;
  transition: left 0.3s;
  box-shadow: 0px 0px 50px rgba(17, 17, 17, 0.05);
}

.open .catalog-filter-close {
  right: -40px;
}

.catalog-filter-close.sub {
  right: -800px;
}

.catalog-filter .smart-filter-button-box {
  border-top: 1px solid #f2f2f2;
  padding-top: 30px;
  margin-top: 10px;
}

.catalog-filter .smart-filter-checkbox-text {
  padding-top: 1px;
}

.catalog-element_back-button {
  display: inline-flex;
  align-items: center;
  border: 2px solid #dedede;
  border-radius: 10px;
  padding: 8px 10px;
  line-height: 1;
  color: #111;
  font-size: 13px;
}

.catalog-element_back-button:focus {
  border-color: #969696;
}

.catalog-element_back-button .icon {
  padding-right: 5px;
}

.catalog-element .constructor_button {
  font-weight: bold;
}

.catalog-element_title {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .catalog-element_title {
    font-size: 28px;
    line-height: 1.2;
  }
}

.catalog-element_header {
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede;
}

@media (min-width: 1200px) {
  .catalog-element_header {
    margin-right: 30px;
  }
}

@media (max-width: 480px) {
  .catalog-element_header {
    padding-bottom: 20px;
  }
}

.catalog-element_product {
  margin-top: 35px;
}

.catalog-element_photo {
  height: 380px;
  cursor: pointer;
}

@media (max-width: 992px) {
  .catalog-element_photo {
    max-height: inherit;
    height: inherit;
  }
}

@media (max-width: 480px) {
  .catalog-element_photo {
    max-height: 300px;
    height: 300px;
  }
}

.catalog-element_img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.catalog-element_gallery {
  position: relative;
  margin-bottom: 30px;
}

@media (min-width: 922px) {
  .catalog-element_gallery {
    position: sticky;
    top: 90px;
  }
}

.catalog-element_favorite {
  position: absolute;
  top: 0;
  right: 0;
}

.catalog-element_favorite .favorite_button {
  display: inline-block;
  padding: 12px 13px;
  background-color: #fff;
}

.catalog-element_favorite .favorite_button svg {
  width: 20px;
  height: 20px;
}

.catalog-element_favorite .favorite_button.active {
  border-color: #88118F;
  background-color: #88118F;
}

.catalog-element_favorite .favorite_button.active svg {
  -webkit-filter: grayscale(1) brightness(0) invert(1);
  filter: grayscale(1) brightness(0) invert(1);
}

.catalog-element_discounts {
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 30px;
  background: #fff;
}

.catalog-element_discounts .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

.catalog-element_discounts .footer {
  border-top: 1px solid #dedede;
  padding-top: 20px;
  line-height: 1;
}

.catalog-element_discounts .footer-label {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

.catalog-element_discounts .catalog-element-summ {
  font-size: 18px;
}

.catalog-element_discounts .list {
  padding-bottom: 10px;
}

.catalog-element_discounts .custom-checkbox {
  margin-bottom: 5px;
}

.catalog-element_request {
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 30px;
  background: #fff;
}

.catalog-element_request .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

.catalog-element_request .text {
  padding-bottom: 10px;
  font-size: 14px;
}

.catalog-element_request .footer {
  border-top: 1px solid #dedede;
  padding-top: 20px;
  line-height: 1;
}

.catalog-element_to-cart {
  margin-top: 20px;
}

.catalog-element_block-title {
  font-size: 24px;
  line-height: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .catalog-element_info {
    margin-right: 30px;
  }
}

.catalog-element_info-text {
  margin-top: 30px;
}

.catalog-element_art {
  margin-bottom: 30px;
}

.catalog-element_tsvetnik {
  margin-bottom: 30px;
}

.catalog-element_tsvetnik .catalog-element_block-title {
  margin-bottom: 40px;
}

.catalog-element_choice {
  border: 1px solid #dedede;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
}

.catalog-element_choice .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

.catalog-element_choice .footer {
  border-top: 1px solid #dedede;
  padding-top: 20px;
  line-height: 1;
}

.catalog-element_choice .footer-label {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

.catalog-element_choice .catalog-element-summ {
  font-size: 18px;
}

.catalog-element-3d {
  background: #dedede;
  margin-top: 20px;
}

.catalog-element-3d .mainStyle {
  width: 100%;
  max-width: 1000px;
  height: 400px;
  margin: auto;
}

.catalog-element-3d .logo {
  position: absolute;
  right: 0%;
  bottom: 0%;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 130px;
}

.catalog-element-3d .container {
  width: 100%;
}

.element-calculator_cross {
  font-size: 18px;
  margin-top: 35px;
  padding: 0 10px;
}

.element-calculator .button-outline {
  padding: 15px 29px;
}

@media (max-width: 1200px) {
  .element-calculator .button-outline {
    padding: 15px;
  }
}

.element-calculator_mess {
  font-size: 13px;
  margin-bottom: 20px;
  color: #969696;
  line-height: 1.4;
}

.element-info_row {
  line-height: 0.9;
  margin-bottom: 20px;
}

.element-info_row .label {
  font-weight: 600;
}

.element-info_row .value {
  text-align: right;
}

.element-decor {
  margin-bottom: 70px;
}

.element-decor .decor-block + .decor-block {
  border-top: 1px solid #dedede;
  padding-top: 20px;
}

.element-install_item {
  padding: 10px 10px 10px 20px;
  line-height: 1.5rem;
  cursor: pointer;
  border-radius: 10px;
}

.element-install_item.active, .element-install_item:hover {
  border-radius: 10px;
  background-color: #f2f2f2;
}

.element-install_item label {
  line-height: 1.5rem;
  margin-bottom: 0;
}

.element-beton_item {
  padding: 10px 10px 10px 20px;
  line-height: 1.5rem;
  cursor: pointer;
  border-radius: 10px;
}

.element-beton_item.active, .element-beton_item:hover {
  border-radius: 10px;
  background-color: #f2f2f2;
}

.element-beton_item label {
  line-height: 1.5rem;
  margin-bottom: 0;
}

.element-radio_item {
  padding: 10px 10px 10px 20px;
  line-height: 1.5rem;
  cursor: pointer;
  border-radius: 10px;
}

.element-radio_item.active, .element-radio_item:hover {
  border-radius: 10px;
  background-color: #f2f2f2;
}

.element-radio_item label {
  line-height: 1.5rem;
  margin-bottom: 0;
}

.element-sku {
  line-height: 1;
  margin-bottom: 40px;
}

.element-sku_title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

.element-sku_list {
  font-size: 14px;
}

.element-sku_list-header {
  font-weight: 600;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.element-sku_item {
  padding: 10px 0;
  line-height: 1.5rem;
  cursor: pointer;
  font-size: 13px;
}

.element-sku_item.active, .element-sku_item:hover {
  border-radius: 10px;
  background-color: #f2f2f2;
}

.element-sku_item label {
  line-height: 1.5rem;
  margin-bottom: 0;
}

.element-sku_item .custom-radio {
  position: relative;
}

.element-sku_item .custom-radio:before {
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.element-sku-val-props {
  margin-bottom: 30px;
}

.element-sku-val-items {
  margin-bottom: 15px;
}

.element-sku-val-items .title {
  margin-bottom: 5px;
  font-size: 14px;
}

.sku-val-item {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 10px 15px;
}

.sku-val-input {
  opacity: 0;
}

.sku-val-label {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  border: 1px solid #dedede;
  border-radius: 6px;
  line-height: 33px;
  cursor: pointer;
}

.sku-val-input:disabled + label {
  background: #f2f2f2;
  color: #969696;
  cursor: default;
}

.sku-val-input:checked + label {
  background: #88118F;
  color: #fff;
  border-color: #88118F;
}

.sku-val-input:not(:disabled) + label:hover {
  border-color: #88118F;
}

.element-choice-list_item {
  margin-bottom: 15px;
}

.element-choice-list .label {
  font-weight: 700;
}

.element-discount-item {
  cursor: pointer;
}

.element-photo_popup-wrap.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.2);
  z-index: 100;
}

.element-photo_popup {
  background-color: #fff;
  width: calc(80% - 50px);
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: calc(20px - 100%);
  transition: left 0.3s;
  z-index: 100;
  box-shadow: 0px 0px 50px rgba(17, 17, 17, 0.05);
  border-radius: 0 30px 30px 0;
  padding: 30px 10px 30px 20px;
}

.open .element-photo_popup {
  left: 0;
}

.element-photo_popup_container {
  overflow: hidden;
  height: 100%;
  padding-right: 15px !important;
}

.element-photo_img {
  display: block;
  margin: 0 auto;
  max-height: 90vh;
}

.element-photo_close {
  position: absolute;
  cursor: pointer;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 10px;
  background-color: #fff;
  right: 0px;
  top: 10px;
  transition: left 0.3s;
  box-shadow: 0px 0px 50px rgba(17, 17, 17, 0.05);
}

.open .element-photo_close {
  right: -40px;
}

@media (max-width: 540px) {
  .element-photo_popup {
    width: calc(100% - 50px);
  }
}

.carousel {
  border-top: 1px solid #dedede;
  margin-top: 45px;
}

.carousel-header {
  padding-top: 30px;
}

.carousel-title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 40px;
}

.catalog-decor_buttons {
  display: flex;
}

.catalog-decor_buttons .carousel-button.carousel-next {
  margin-left: 10px;
}

.catalog-decor_list {
  margin-left: -15px;
  margin-right: -15px;
}

.catalog-decor_item {
  background-color: #f2f2f2;
  border-radius: 20px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.catalog-decor .item-image {
  display: block;
  border-radius: 20px;
  height: 160px;
  background-position: 50%;
  background-size: cover;
  background-repeat: repeat;
}

.catalog-decor .item-content {
  display: block;
  padding: 20px 30px;
}

@media (max-width: 480px) {
  .catalog-decor .item-content {
    height: 84px;
  }
}

.catalog-decor .item-title {
  display: block;
  color: #111;
  font-weight: 700;
  font-size: 15px;
}

.element-decor_row {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .element-decor_check {
    margin-bottom: 10px;
  }
}

.element-decor .custom-control-label {
  font-size: 14px;
  font-weight: 600;
  padding-top: 2px;
}

.element-material_current {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
}

.element-material_notice {
  font-size: 14px;
  margin-bottom: 30px;
}

.element-material_list {
  width: 100%;
}

.element-material_item {
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  cursor: pointer;
}

.element-material_item-picture {
  height: 60px;
  border-radius: 10px 10px;
  width: 100%;
  border-left: 2px solid #dedede;
  border-top: 2px solid #dedede;
  border-right: 2px solid #dedede;
}

.element-material_item-title {
  height: 50px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
  border-left: 2px solid #dedede;
  border-right: 2px solid #dedede;
  border-bottom: 2px solid #dedede;
  border-radius: 0 0 10px 10px;
  margin-top: -10px;
}

.element-material_item.active .element-material_item-title,
.element-material_item.active .element-material_item-picture, .element-material_item:hover .element-material_item-title,
.element-material_item:hover .element-material_item-picture, .element-material_item:focus .element-material_item-title,
.element-material_item:focus .element-material_item-picture {
  border-color: #88118F;
}

body.open-element-select::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}

body.element-select-open {
  position: relative;
}

body:not(.fastview) .element-select-overflow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.05);
  z-index: 998;
}

.element-select {
  position: relative;
}

.element-select_field {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  padding: 13px 60px 13px 24px;
  font-size: 14px;
  line-height: 1;
  position: relative;
  cursor: pointer;
}

.element-select_field:hover, .element-select_field:focus,
.open .element-select_field {
  background-color: #fff;
  z-index: 999;
}

.element-select_title {
  overflow: hidden;
  white-space: nowrap;
}

.element-select_arrow {
  position: absolute;
  width: 45px;
  height: 100%;
  background-image: url(/local/templates/nisp2/css/../img/dropdown.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: 1;
  right: 0;
  top: 0;
}

.element-select_arrow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 20px;
  border-left: 1px solid #dedede;
}

.element-select_list {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 50px rgba(17, 17, 17, 0.05);
  z-index: 999;
  width: 490px;
  right: 0;
  top: calc(100% + 10px);
  line-height: 1;
}

@media (max-width: 480px) {
  .element-select_list {
    width: calc(100vw - 30px);
  }
}

.open .element-select_list {
  display: block;
}

.element-select_list-header {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 15px;
}

.element-select_list-picture {
  margin-bottom: 20px;
}

.element-select_list-img {
  border-radius: 10px;
}

.element-select_list-item {
  padding: 16px 20px;
  border-radius: 10px;
  cursor: pointer;
}

.element-select_list-item:hover, .element-select_list-item:focus {
  background-color: #f2f2f2;
}

/*About*/
.about-ban {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
}

@media (max-width: 480px) {
  .about-ban {
    height: 420px;
  }
}

.about-ban:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.4) 100%);
}

.about-ban_header {
  bottom: 80px;
  width: 100%;
  z-index: 2;
  padding-bottom: 50px;
}

.about-ban_title {
  font-size: 44px;
  color: #fff;
  line-height: 1.2;
}

@media (max-width: 480px) {
  .about-ban_title {
    font-size: 30px;
  }
}

.about-ban_title span {
  color: #88118F;
}

.about-panel {
  padding-right: 50px;
}

.about-panel h3 {
  font-size: 24px;
  font-weight: bold;
}

.about-panel p {
  font-size: 24px;
}

.about-photo {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

.about-teazers {
  margin-top: 70px;
  border-top: 1px solid #dedede;
}

.about-teazers .header {
  padding-top: 70px;
  margin-bottom: 80px;
}

.about-teazers .title {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
}

@media (max-width: 480px) {
  .about-teazers .title {
    font-size: 28px;
  }
}

.about-teazers .item {
  padding-right: 45px;
  margin-bottom: 50px;
}

.about-teazers .item-icon {
  margin-bottom: 30px;
}

.about-teazers .item-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.about-teazers .item-text {
  font-size: 18px;
}

/*portfolio*/
.portfolio-subtitle {
  font-size: 36px;
  margin-bottom: 60px;
  line-height: 1.2;
  font-weight: 400;
}

@media (max-width: 480px) {
  .portfolio-subtitle {
    font-size: 24px;
  }
}

.portfolio-text {
  font-size: 18px;
}

@media (max-width: 480px) {
  .portfolio-text {
    font-size: 16px;
  }
}

.portfolio-text p {
  margin-bottom: 24px;
}

.portfolio-item {
  margin-bottom: 30px;
}

.portfolio-img {
  border-radius: 20px;
}

.portfolio-img_big {
  border-radius: 30px;
}

.portfolio-caption {
  font-size: 16px;
  margin-top: 20px;
}

.portfolio-hr {
  margin-top: 40px;
  margin-bottom: 70px;
}

/*delivery*/
.delivery-text {
  font-size: 16px;
  margin-bottom: 30px;
}

.delivery-text_grey {
  color: #969696;
  padding-top: 30px;
  border-top: 1px solid #dedede;
  margin-bottom: 30px;
}

.delivery-hr {
  margin-bottom: 40px;
}

.jss5 {
  box-shadow: none !important;
}

.jss55 {
  font-family: inherit !important;
  font-size: 24px !important;
  font-weight: bold !important;
}

.jss132.jss133 {
  background-color: transparent !important;
}

.jss130 {
  font-family: inherit !important;
  font-size: 14px !important;
}

.jss130 th {
  font-weight: 700;
  color: #111;
  font-size: 14px;
}

.jss130 td {
  font-size: 15px;
}

.jss138 {
  font-size: 14px !important;
}

.jss137 {
  padding: 30px 20px 30px 0 !important;
}

.jss35 {
  padding-left: 0px !important;
}

.jss110 {
  display: none !important;
}

.jss86 {
  display: block !important;
  width: 100% !important;
  padding: 12px 24px !important;
  background-color: #f2f2f2 !important;
  border: 2px solid #f2f2f2 !important;
  border-radius: 10px !important;
  font-size: 15px !important;
}

.jss86:focus {
  background-color: #fff !important;
  outline: none !important;
}

@media (min-width: 1280px) {
  .jss86 {
    width: 630px !important;
  }
}

.jss82:before {
  display: none !important;
}

.jss82:after {
  display: none !important;
}

@media (max-width: 740px) {
  .jss28 {
    display: block !important;
    padding-right: 0 !important;
  }
  .jss86 {
    box-sizing: border-box !important;
  }
  .jss91 {
    display: block !important;
  }
  .jss74 {
    display: block !important;
    padding-left: 0 !important;
  }
  .jss171,
  .jss175 {
    display: none !important;
  }
  .jss168 {
    float: none !important;
    display: block !important;
    padding: 0 !important;
    padding-top: 20px !important;
    text-align: center !important;
  }
  .jss169 {
    display: inline-flex !important;
  }
}

/*oplata*/
.oplata-hr {
  margin-bottom: 70px;
}

.oplata-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
}

.oplata-card {
  border: 1px solid #dedede;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 30px;
}

.oplata-card_grey {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.oplata-card .title {
  margin-top: 30px;
  line-height: 0.9;
  font-size: 18px;
  font-weight: bold;
}

.oplata-card .text {
  margin-top: 20px;
}

.oplata-methods {
  margin-top: 40px;
  border-top: 1px solid #dedede;
  padding-top: 40px;
}

/*sale*/
.sale-card {
  border-radius: 20px;
  padding: 40px 50px;
  width: 100%;
  margin-bottom: 30px;
}

.sale-card_bg {
  background: linear-gradient(90deg, #c72cc9 3.68%, #8d188f 100%), #c4c4c4;
  color: #fff;
  position: relative;
}

@media (max-width: 480px) {
  .sale-card_bg {
    height: 280px;
  }
}

.sale-card_bg .label {
  display: inline-block;
  background-color: #fff;
  color: #111;
  padding: 9px 16px;
  text-align: center;
  margin-top: 16px;
  font-size: 13px;
  border-radius: 10px;
}

.sale-card_bg .title {
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 480px) {
  .sale-card_bg .title {
    font-size: 20px;
    font-weight: 600;
  }
}

.sale-card_bg .text {
  margin-top: 16px;
  max-width: 330px;
}

@media (max-width: 480px) {
  .sale-card_bg .text {
    font-size: 14px;
  }
}

.sale-card_bg .sale-icon {
  position: absolute;
  top: 25px;
  right: 35px;
}

@media (max-width: 480px) {
  .sale-card_bg .sale-icon {
    bottom: 20px;
    top: auto;
  }
}

.sale-card_white {
  border: 1px solid #dedede;
}

.sale-card_white .title {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

@media (max-width: 480px) {
  .sale-card_white .title {
    font-size: 20px;
  }
}

.sale-card_white .text {
  font-size: 18px;
  margin-top: 20px;
}

@media (max-width: 480px) {
  .sale-card_white .text {
    font-size: 16px;
  }
}

.sale-list {
  border-top: 1px solid #dedede;
  margin-top: 40px;
}

.sale-list_item {
  border-bottom: 1px solid #dedede;
  padding-top: 70px;
  padding-bottom: 60px;
}

@media (max-width: 480px) {
  .sale-list_item {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

.sale-list_item .title {
  font-size: 36px;
  line-height: 1.2;
}

@media (max-width: 480px) {
  .sale-list_item .title {
    font-size: 28px;
  }
}

.sale-list_item .subtitle {
  font-size: 24px;
  color: #dedede;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sale-list_item .text {
  font-size: 16px;
}

.sale-list_item .text p {
  margin-bottom: 24px;
}

.sale-list_item .text ul {
  list-style: none;
  padding-left: 0;
}

.sale-list_item .text ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px;
}

.sale-list_item .text ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #88118F;
}

.sale-warning {
  font-size: 24px;
  font-weight: 700;
  max-width: 850px;
  margin-top: 70px;
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .sale-warning {
    margin-top: 50px;
  }
}

/*help*/
.left-menu {
  position: sticky;
  top: 90px;
}

.left-menu_item {
  display: block;
}

.left-menu_link {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
  color: #969696;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
}

.left-menu_link:hover, .left-menu_link:focus, .left-menu_link.active {
  color: #111;
  border-bottom: 2px solid;
  font-weight: 700;
}

.help-text {
  font-size: 16px;
}

.help-text h3 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 24px;
}

@media (max-width: 480px) {
  .help-text h3 {
    font-size: 20px;
  }
}

.help-text p {
  font-size: 16px;
  margin-bottom: 40px;
}

.help-text a {
  color: #111;
  text-decoration: underline;
}

.help-text a:hover, .help-text a:focus {
  color: #111;
  text-decoration: none;
}

.help-hr {
  margin-top: 40px;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .help-step {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
}

.help-step .title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .help-step .title {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.help-step .subtitle {
  line-height: 1;
  color: #969696;
}

/*contacts*/
.contacts-notice {
  border: 1px solid #dedede;
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 70px;
}

.contacts-notice .text {
  text-transform: uppercase;
  margin-left: 20px;
}

.contacts-tabs {
  position: relative;
  margin-bottom: 70px;
}

@media (max-width: 480px) {
  .contacts-tabs {
    margin-bottom: 50px;
  }
}

.contacts-tabs_links {
  padding-bottom: 40px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 15px;
  z-index: 3;
}

@media (max-width: 480px) {
  .contacts-tabs_links {
    position: relative;
    padding-bottom: 20px;
    left: 0;
  }
}

.contacts-tabs .tab-link {
  display: inline-block;
  color: #969696;
  font-size: 18px;
  margin-right: 24px;
  cursor: pointer;
}

@media (max-width: 480px) {
  .contacts-tabs .tab-link {
    font-size: 16px;
  }
}

.contacts-tabs .tab-link:hover, .contacts-tabs .tab-link:focus, .contacts-tabs .tab-link.active {
  color: #111;
  border-bottom: 2px solid;
  font-weight: bold;
}

.contacts-tabs .tab-item {
  display: none;
}

.contacts-tabs .tab-item.active {
  display: block;
}

.contacts-tabs .tab-item_media {
  padding-top: 60px;
}

.contacts-item {
  margin-bottom: 30px;
}

.contacts-item a {
  color: #111;
  text-decoration: underline;
}

.contacts-item a:hover, .contacts-item a:focus {
  color: #111;
  text-decoration: none;
}

.contacts-map {
  border-radius: 20px;
  overflow: hidden;
}

.contacts-text {
  font-size: 16px;
}

.contacts-hr {
  margin-bottom: 70px;
  margin-top: 0;
}

@media (max-width: 480px) {
  .contacts-hr {
    margin-bottom: 50px;
  }
}

.contacts-warning {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 70px;
}

@media (max-width: 480px) {
  .contacts-warning {
    font-size: 20px;
    margin-bottom: 50px;
  }
}

.contacts-manager {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  font-size: 16px;
}

.contacts-properties {
  padding-top: 30px;
  font-size: 16px;
}

.contacts-properties .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

.cart-table {
  margin-bottom: 70px;
}

.cart-table_header {
  font-weight: 700;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  line-height: 1;
}

.cart-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede;
}

.cart-item_photo {
  max-height: 160px;
  text-align: center;
}

.cart-item_name {
  font-weight: bold;
  font-size: 18px;
}

.cart-item_name a {
  color: #111;
}

.cart-item_props {
  font-size: 14px;
}

.cart-item_price {
  font-size: 18px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .cart-item_price {
    margin-bottom: 0;
  }
}

.cart-item_price .old {
  font-size: 15px;
  color: #969696;
  text-decoration: line-through;
}

.cart-delivery {
  margin-bottom: 30px;
}

.cart-delivery_title {
  font-weight: bold;
  font-size: 24px;
  line-height: 0.9;
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
}

.cart-payment {
  margin-bottom: 30px;
}

.cart-payment_title {
  font-weight: bold;
  font-size: 24px;
  line-height: 0.9;
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
}

.radio-item {
  padding: 10px 10px 10px 20px;
  line-height: 1.5rem;
  cursor: pointer;
  border-radius: 10px;
}

.radio-item.active, .radio-item:hover {
  border-radius: 10px;
  background-color: #f2f2f2;
}

.radio-item label {
  line-height: 1.5rem;
  margin-bottom: 0;
}

.cart-total {
  border-radius: 10px;
  border: 1px solid #dedede;
  padding: 30px;
}

.cart-total_summ .label {
  font-size: 18px;
  font-weight: bold;
}

.cart-total_summ .value {
  font-size: 18px;
}

.cart-total_discount {
  position: relative;
}

.cart-total_discount:before {
  content: "";
  position: absolute;
  width: 0;
  height: 20px;
  border-left: 1px solid #dedede;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

.cart-total_discount .value {
  color: #969696;
  text-decoration: line-through;
}

.cart-form {
  margin-top: 70px;
}

.cart-form_title {
  font-size: 36px;
  font-weight: bold;
  line-height: 0.9;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede;
}

@media (max-width: 480px) {
  .cart-form_title {
    font-size: 28px;
  }
}

.cart-form_field {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .cart-form_field {
    margin-bottom: 15px;
  }
}

.cart-form_textarea {
  width: 100%;
}

.cart-form_textarea textarea {
  height: 100%;
}

.fastview-popup {
  position: absolute;
  z-index: 100;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 1050px;
  padding: 30px 50px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 50px rgba(17, 17, 17, 0.4);
  transition: top 0.3s;
  min-height: 400px;
}

@media (max-width: 1150px) {
  .fastview-popup {
    width: calc(100% - 100px);
  }
}

.fastview-popup_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}

.fastview-popup.d-none {
  top: -50%;
}

.fastview-popup_close {
  right: -40px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fastview-popup_close .icon {
  width: 11px;
  height: 11px;
}

@media (max-width: 992px) {
  .fastview-popup {
    padding: 15px;
    border-radius: 16px;
  }
}

@media (max-width: 500px) {
  .fastview-popup {
    width: 100%;
  }
  .fastview-popup_close {
    right: 15px;
    top: 15px;
    box-shadow: none;
    border: 1px solid #f2f2f2;
  }
}

.virtual-panel {
  border-radius: 30px;
  border: 1px solid #dedede;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.virtual-panel a {
  color: #111;
  display: flex;
  flex-direction: column;
  max-width: 410px;
}

.virtual-panel .icon {
  margin-bottom: 20px;
}

.virtual-panel .title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
}

.vbutton {
  display: inline-block;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 10px 15px;
  color: #111;
  font-weight: bold;
  font-size: 18px;
  margin-right: 10px;
}

.vbutton-text {
  display: inline-block;
  margin-right: 15px;
}

.virtual-grid {
  line-height: 1;
  font-size: 16px;
}

.virtual-grid a {
  display: block;
}

.virtual-grid img {
  width: 100%;
  border-radius: 30px;
}

.shops-map,
.contacts_map {
  overflow: hidden;
  border-radius: 30px;
}

.shops-list_block {
  margin-bottom: 30px;
}

.shops-list .block-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 24px;
  line-height: 1;
}

.shops-list_item {
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px solid #dedede;
}

.shops-list_item a {
  color: #111;
}

.shops-list_item .image {
  display: block;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cities-sections,
.template-sections {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.cities-sections.template-sections,
.template-sections.template-sections {
  border: none !important;
  margin-top: 30px;
}

.cities-sections.template-sections .section-item_image,
.template-sections.template-sections .section-item_image {
  height: 190px;
}

.cities-sections.materials .section-item_image,
.template-sections.materials .section-item_image {
  height: 190px;
}

.cities-sections .section-item,
.template-sections .section-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  border-radius: 30px;
}

.cities-sections .section-item:hover, .cities-sections .section-item:focus,
.template-sections .section-item:hover,
.template-sections .section-item:focus {
  box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.05);
}

.cities-sections .section-item a,
.template-sections .section-item a {
  color: #111;
}

.cities-sections .section-item_image,
.template-sections .section-item_image {
  text-align: center;
  margin-bottom: 10px;
  height: 190px;
}

.cities-sections .section-item_image a,
.template-sections .section-item_image a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.cities-sections .section-item_image img,
.template-sections .section-item_image img {
  border-radius: 30px;
  max-height: 100%;
}

.cities-sections .section-item_title,
.template-sections .section-item_title {
  margin-top: auto;
  text-align: center;
  height: 60px;
  font-weight: bold;
}

.cities-sections .section-item_desc,
.template-sections .section-item_desc {
  font-size: 14px;
  color: #969696;
  margin-top: 20px;
}

.tiles-sections .section-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  border-radius: 30px;
}

.tiles-sections .section-item:hover, .tiles-sections .section-item:focus {
  box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.05);
}

.tiles-sections .section-item a {
  color: #111;
}

.tiles-sections .section-item_image {
  text-align: center;
  margin-bottom: 10px;
  height: 190px;
}

.tiles-sections .section-item_image a {
  height: 100%;
}

.tiles-sections .section-item_image img {
  border-radius: 30px;
  max-height: 100%;
  margin: 0 auto;
}

.tiles-sections .section-item_title {
  margin-top: auto;
  text-align: center;
  height: 60px;
  font-weight: bold;
}

.tiles-sections .section-item_desc {
  font-size: 14px;
  color: #969696;
  margin-top: 20px;
}

.theme-switcher {
  display: inline-block;
  border-radius: 20px;
  height: 20px;
  width: 40px;
  background-color: #118e33;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

.theme-switcher_toggler {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 20px;
  left: 4px;
  top: 4px;
  position: absolute;
}

.theme-switcher.purple {
  background-color: #88118f;
}

.theme-switcher.purple .theme-switcher_toggler {
  left: auto;
  right: 4px;
}

@media (max-width: 992px) {
  .photocatalog-sections {
    display: flex;
    overflow-y: hidden;
    overflow-y: auto;
  }
}

.photocatalog-items {
  display: none;
}

.photocatalog-items.active {
  display: block;
}

.photocatalog-item {
  position: relative;
  overflow: hidden;
  background-color: #f2f2f2;
  border-radius: 10px;
  margin-bottom: 30px;
}

.photocatalog-item::after {
  content: '';
  display: block;
  padding-top: 100%;
}

.photocatalog-item .name {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) 83%);
  padding: 15px 15px 30px;
  color: #fff;
  min-height: 140px;
  transition: 0.15s linear;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 992px) {
  .photocatalog-item .name {
    opacity: 1;
  }
}

.photocatalog-item:hover .name, .photocatalog-item:focus .name {
  opacity: 1;
}

.photocatalog-item-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photocatalog-item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.photocatalog-detail .info-block {
  position: sticky;
  top: 10px;
}

.photocatalog-detail .title {
  font-size: 18px;
  font-weight: 500;
}

.photocatalog-detail .description {
  margin-top: 15px;
}

.photocatalog-detail .cta {
  margin-top: 40px;
}

.photocatalog-detail .navigation {
  margin-top: 20px;
}

.photocatalog-detail .navigation svg path {
  fill: #88118F;
}

.photocatalog-detail .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.photocatalog-detail .slick-arrow.slick-next {
  right: 15px;
}

.photocatalog-detail .slick-arrow.slick-prev {
  left: 15px;
}

.photocatalog-detail .slider-for-item {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px !important;
  background: #efefef;
}

.photocatalog-detail .slider-for-item img {
  max-width: 100%;
  max-height: 100%;
}

.photocatalog-detail .slider-nav {
  margin-top: 30px;
}

.photocatalog-detail .slider-nav-item {
  display: block;
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  border-radius: 4px;
  margin: 0 8px;
}

@media (max-width: 992px) {
  .photocatalog-detail .slider {
    margin-bottom: 30px;
  }
  .photocatalog-detail .slider-nav-item {
    height: 100px;
  }
  .photocatalog-detail .cta {
    margin-top: 30px;
  }
}

@media (max-width: 500px) {
  .photocatalog-detail .slider-nav-item {
    height: 80px;
  }
}

.carousel-section .catalog-item {
  border-radius: 30px;
  padding: 30px;
  border: 1px solid #dedede;
}

@media (max-width: 992px) {
  .carousel-section .catalog-item {
    width: 300px;
  }
}

@media (max-width: 500px) {
  .carousel-section .catalog-item {
    width: 280px;
  }
}

.carousel-section-body {
  position: relative;
}

.carousel-section-body .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.carousel-section-body .slick-prev {
  left: 10px;
}

.carousel-section-body .slick-next {
  right: 10px;
}

.carousel-section-wrap {
  margin-left: -10px;
  margin-right: -10px;
}

.carousel-section-item {
  padding: 0 10px;
}

.carousel-sections .section-col {
  padding: 0 10px;
}

.carousel-sections .section-item {
  border: 1px solid #dedede;
}

@media (max-width: 992px) {
  .carousel-sections .section-item {
    width: 300px;
  }
}

@media (max-width: 500px) {
  .carousel-sections .section-item {
    width: 280px;
  }
}

.carousel-sections-wrap {
  margin-left: -10px;
  margin-right: -10px;
}

.carousel-sections-body {
  position: relative;
}

.carousel-sections-body .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.carousel-sections-body .slick-prev {
  left: 10px;
}

.carousel-sections-body .slick-next {
  right: 10px;
}

/* top search */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 90;
}

.searchtitle {
  background-color: #fff;
  padding-top: 42px;
  padding-bottom: 42px;
  border-bottom: 1px solid #dedede;
  position: fixed;
  top: -100vh;
  width: 100%;
  z-index: 99;
  transition: top 0.5s ease-in-out;
}

.searchtitle.active {
  top: 0;
}

.searchtitle .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.searchtitle .icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.searchtitle .field {
  flex-grow: 1;
  margin-left: 12px;
}

.searchtitle .input {
  border: none;
  background: #fff;
  width: 100%;
  font-size: 18px;
}

.searchtitle .input:focus {
  outline: none;
}

.searchtitle .close {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (max-width: 600px) {
  .searchtitle {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.title-search-result {
  background-color: #fff;
  z-index: 98;
  padding: 40px 0;
  top: 132px !important;
  position: fixed !important;
  box-shadow: 0px 25px 50px rgba(17, 17, 17, 0.07);
}

.title-search-result .search-title-result-item {
  margin-bottom: 12px;
}

.title-search-result .search-title-result-item-image {
  position: relative;
}

.title-search-result .search-title-result-item-image a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}

.title-search-result .search-title-result-item-link {
  color: #969696;
}

.title-search-result .search-title-result-item-link b {
  color: #111;
}

.title-search-result .search-title-result-item-current-price {
  font-weight: 500;
}

.title-search-result .search-title-result-item-old-price {
  color: #969696;
  text-decoration: line-through;
  margin-left: 12px;
}

@media (max-width: 600px) {
  .title-search-result {
    top: 96px !important;
  }
}

body.mf-select-open {
  position: relative;
}

body:not(.fastview) .mf-select-overflow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.05);
  z-index: 998;
}

.mf-select {
  position: relative;
}

.mf-select_field {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  padding: 13px 60px 13px 24px;
  font-size: 14px;
  line-height: 1;
  position: relative;
  cursor: pointer;
}

.mf-select_field:hover, .mf-select_field:focus,
.open .mf-select_field {
  background-color: #fff;
  z-index: 999;
}

.mf-select_title {
  overflow: hidden;
  white-space: nowrap;
}

.mf-select_arrow {
  position: absolute;
  width: 45px;
  height: 100%;
  background-image: url(/local/templates/nisp2/css/../img/dropdown.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: 1;
  right: 0;
  top: 0;
}

.mf-select_arrow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 20px;
  border-left: 1px solid #dedede;
}

.mf-select_list {
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 50px rgba(17, 17, 17, 0.05);
  z-index: 999;
  right: 0;
  top: calc(100% + 10px);
  line-height: 1;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 480px) {
  .mf-select_list {
    width: calc(100vw - 30px);
  }
}

.open .mf-select_list {
  display: block;
}

.mf-select_list-header {
  font-size: 14px;
  font-weight: 600;
  padding: 20px;
  border-bottom: 1px solid #dedede;
}

.mf-select_list-picture {
  margin-bottom: 20px;
}

.mf-select_list-img {
  border-radius: 10px;
}

.mf-select_list-item {
  padding: 10px 20px;
  cursor: pointer;
}

.mf-select_list-item:hover, .mf-select_list-item:focus, .mf-select_list-item.active {
  background-color: #f2f2f2;
}

/* wiki */
.search-form-button {
  display: inline-flex;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 15px;
}

.search-form-button .icon {
  width: 19px;
  height: 20px;
}

.wiki-sections {
  margin-top: 50px;
}

.wiki-sections .item-col {
  padding-bottom: 30px;
}

.wiki-sections .item {
  height: 100%;
  padding: 40px;
  border-radius: 30px;
  background-color: rgba(241, 248, 246, 0.95);
}

.wiki-sections .item-image {
  margin-right: 20px;
}

.wiki-sections .item-title {
  font-size: 20px;
  font-weight: 500;
}

.wiki-sections .item-title a {
  color: #111;
}

.wiki-sections .item-title a:hover,
.wiki-sections .item-title a:focus {
  color: #88118F;
}

.wiki-sections .item-list {
  margin-top: 25px;
}

.wiki-sections .item-list div {
  margin-bottom: 5px;
}

.wiki-sections .item-list a {
  color: #757575;
}

.wiki-sections .item-list a:hover,
.wiki-sections .item-list a:focus {
  color: #111;
}

.wiki-sections .item-list-more {
  line-height: 1;
  margin-top: 28px;
}

@media (max-width: 500px) {
  .wiki-sections {
    margin-top: 30px;
  }
  .wiki-sections .item-col {
    padding-bottom: 15px;
  }
  .wiki-sections .item {
    padding: 30px;
  }
}

.wiki-popular {
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dedede;
}

.wiki-popular .block-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
}

.wiki-popular .item-col {
  padding-bottom: 10px;
}

@media (max-width: 500px) {
  .wiki-popular {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .wiki-popular .block-title {
    margin-bottom: 15px;
  }
}

.wiki-tags.search-tags-cloud {
  margin-top: 30px;
}

.wiki-tags .tag-item {
  display: inline-block;
  white-space: nowrap;
  border: 1px solid rgba(241, 248, 246, 0.95);
  background-color: rgba(241, 248, 246, 0.95);
  border-radius: 17px;
  padding: 10px 15px;
  line-height: 1;
  color: #757575;
  font-weight: 300;
  margin-bottom: 10px;
}

.wiki-tags .tag-item:hover,
.wiki-tags .tag-item:focus {
  background-color: #fff;
  border-color: #88118F;
  color: #88118F;
}

.wiki-menu {
  position: sticky;
  top: 90px;
}

.wiki-menu .menu-item {
  margin-bottom: 20px;
}

.wiki-menu .menu-item.active .menu-item-header,
.wiki-menu .menu-item.open .menu-item-header {
  color: #88118F;
}

.wiki-menu .menu-item.open .menu-item-submenu {
  max-height: 100vh;
}

.wiki-menu .menu-item-header {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #323232;
}

.wiki-menu .menu-item-header:hover,
.wiki-menu .menu-item-header:focus {
  color: #88118F;
}

.wiki-menu .menu-item-header .arrow {
  width: 11px;
  height: 7px;
  margin-left: 5px;
}

.wiki-menu .menu-item-submenu {
  padding-top: 10px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
}

.wiki-menu .submenu-item {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}

.wiki-menu .submenu-item a {
  color: #757575;
}

.wiki-menu .submenu-item a:hover,
.wiki-menu .submenu-item a:focus {
  color: #111;
}

.wiki-menu .submenu-more {
  margin-top: 10px;
}

.wiki-section {
  margin-top: 50px;
}

.wiki-section .item-col {
  padding-bottom: 30px;
}

.wiki-section .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px;
  border-radius: 30px;
  background: rgba(241, 248, 246, 0.95);
}

.wiki-section .item:hover {
  filter: drop-shadow(0px 15px 30px rgba(17, 142, 51, 0.25));
}

.wiki-section .item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}

.wiki-section .item-title a {
  color: #515b4d;
}

.wiki-section .item-title a:hover,
.wiki-section .item-title a:focus {
  color: #111;
}

.wiki-section .item-text {
  color: #757575;
  margin-bottom: 20px;
}

.wiki-section .item-footer {
  border-top: 1px solid #dedede;
  padding-top: 15px;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  line-height: 16px;
  color: #c5cac7;
}

.wiki-section .item-counter {
  display: inline-flex;
  align-items: center;
}

.wiki-section .item-counter .icon {
  width: 18px;
  height: 16px;
  margin-right: 5px;
}

@media (max-width: 500px) {
  .wiki-section {
    margin-top: 30px;
  }
  .wiki-section .item-col {
    padding-bottom: 15px;
  }
  .wiki-section .item {
    padding: 30px;
  }
}

.wiki-detail {
  margin-top: 50px;
}

.wiki-detail .detail-header {
  padding: 15px 0;
  border-top: 1px solid #dedede;
}

.wiki-detail .detail-date {
  font-size: 13px;
  color: #c5cac7;
}

.wiki-detail .detail-counter {
  display: inline-flex;
  align-items: center;
  color: #c5cac7;
  font-size: 13px;
}

.wiki-detail .detail-counter .icon {
  width: 18px;
  height: 16px;
  margin-right: 5px;
}

.wiki-detail .detail-image {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 50px;
}

.wiki-detail .detail-preview-text {
  margin-bottom: 50px;
}

.wiki-detail .detail-block-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px;
}

.wiki-detail .detail-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.wiki-detail .detail-gallery .slick-prev {
  left: 10px;
}

.wiki-detail .detail-gallery .slick-next {
  right: 10px;
}

.wiki-detail .detail-gallery-wrap {
  margin-left: -10px;
  margin-right: -10px;
}

.wiki-detail .detail-gallery-col {
  padding: 0 10px;
}

.wiki-detail .detail-gallery-item {
  display: block;
  border-radius: 30px;
  overflow: hidden;
}

.wiki-detail .detail-gallery-item img {
  margin: auto;
  object-fit: contain;
}

.wiki-detail .detail-gallery-body {
  position: relative;
}

.wiki-detail .detail-text {
  margin-top: 50px;
}

.wiki-detail .detail-text h3 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
}

.wiki-detail .detail-text li {
  margin-bottom: 1rem;
}

.wiki-detail .detail-goods {
  margin-top: 50px;
}

.wiki-detail .detail-goods-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px;
}

.wiki-detail .detail-sections {
  margin-top: 50px;
}

.wiki-detail .wiki-tags {
  margin-top: 50px;
}

@media (max-width: 992px) {
  .wiki-detail .detail-gallery-item {
    width: 300px;
  }
}

@media (max-width: 500px) {
  .wiki-detail {
    margin-top: 30px;
  }
  .wiki-detail .wiki-tags {
    margin-top: 30px;
  }
  .wiki-detail .detail-image {
    margin-bottom: 30px;
  }
  .wiki-detail .detail-preview-text {
    margin-bottom: 30px;
  }
  .wiki-detail .detail-block-title {
    margin-bottom: 15px;
  }
  .wiki-detail .detail-text {
    margin-top: 30px;
  }
  .wiki-detail .detail-gallery-item {
    width: 280px;
  }
  .wiki-detail .detail-goods {
    margin-top: 30px;
  }
  .wiki-detail .detail-sections {
    margin-top: 30px;
  }
}

/* epitaph */
.search-form-button {
  display: inline-flex;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 15px;
}

.search-form-button .icon {
  width: 19px;
  height: 20px;
}

.epitaph-sections {
  margin-top: 50px;
}

.epitaph-sections .item-col {
  padding-bottom: 30px;
}

.epitaph-sections .item {
  height: 100%;
  padding: 40px;
  border-radius: 30px;
  background-color: rgba(241, 248, 246, 0.95);
}

.epitaph-sections .item-image {
  margin-right: 20px;
}

.epitaph-sections .item-title {
  font-size: 20px;
  font-weight: 500;
}

.epitaph-sections .item-title a {
  color: #111;
}

.epitaph-sections .item-title a:hover,
.epitaph-sections .item-title a:focus {
  color: #88118F;
}

.epitaph-sections .item-list {
  margin-top: 25px;
}

.epitaph-sections .item-list div {
  margin-bottom: 5px;
}

.epitaph-sections .item-list a {
  color: #757575;
}

.epitaph-sections .item-list a:hover,
.epitaph-sections .item-list a:focus {
  color: #111;
}

.epitaph-sections .item-list-more {
  line-height: 1;
  margin-top: 28px;
}

@media (max-width: 500px) {
  .epitaph-sections {
    margin-top: 30px;
  }
  .epitaph-sections .item-col {
    padding-bottom: 15px;
  }
  .epitaph-sections .item {
    padding: 30px;
  }
}

.epitaph-popular {
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dedede;
}

.epitaph-popular .block-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
}

.epitaph-popular .item-col {
  padding-bottom: 10px;
}

@media (max-width: 500px) {
  .epitaph-popular {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .epitaph-popular .block-title {
    margin-bottom: 15px;
  }
}

.epitaph-tags.search-tags-cloud {
  margin-top: 30px;
}

.epitaph-tags .tag-item {
  display: inline-block;
  white-space: nowrap;
  border: 1px solid rgba(241, 248, 246, 0.95);
  background-color: rgba(241, 248, 246, 0.95);
  border-radius: 17px;
  padding: 10px 15px;
  line-height: 1;
  color: #757575;
  font-weight: 300;
  margin-bottom: 10px;
}

.epitaph-tags .tag-item:hover,
.epitaph-tags .tag-item:focus {
  background-color: #fff;
  border-color: #88118F;
  color: #88118F;
}

.epitaph-menu {
  position: sticky;
  top: 90px;
}

.epitaph-menu .menu-item {
  margin-bottom: 20px;
}

.epitaph-menu .menu-item.active .menu-item-header,
.epitaph-menu .menu-item.open .menu-item-header {
  color: #88118F;
}

.epitaph-menu .menu-item.open .menu-item-submenu {
  max-height: 100vh;
}

.epitaph-menu .menu-item-header {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #323232;
}

.epitaph-menu .menu-item-header:hover,
.epitaph-menu .menu-item-header:focus {
  color: #88118F;
}

.epitaph-menu .menu-item-header .arrow {
  width: 11px;
  height: 7px;
  margin-left: 5px;
}

.epitaph-menu .menu-item-submenu {
  padding-top: 10px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
}

.epitaph-menu .submenu-item {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}

.epitaph-menu .submenu-item a {
  color: #757575;
}

.epitaph-menu .submenu-item a:hover,
.epitaph-menu .submenu-item a:focus {
  color: #111;
}

.epitaph-menu .submenu-more {
  margin-top: 10px;
}

.epitaph-section {
  margin-top: 50px;
}

.epitaph-section .item-col {
  padding-bottom: 30px;
}

.epitaph-section .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px;
  border-radius: 30px;
  background: rgba(241, 248, 246, 0.95);
  transition: filter .3s;
}

.epitaph-section .item:hover {
  filter: drop-shadow(0px 15px 30px rgba(15, 2, 12, 0.25));
}

.epitaph-section .item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
}

.epitaph-section .item-article {
  color: #969696;
}

.epitaph-section .price-block-spoiler {
  display: flex;
  justify-content: center;
}

.epitaph-section .price-block-toggle {
  display: inline-flex;
  align-items: center;
  padding-top: 24px;
  color: #88118F;
  cursor: pointer;
}

.epitaph-section .price-block-toggle .arrow {
  margin-left: 1rem;
  width: 12px;
  height: 12px;
}

.epitaph-section .price-block-toggle .arrow path {
  fill: #88118F;
}

.epitaph-section .price-block-toggle .text-open {
  display: block;
}

.epitaph-section .price-block-toggle .text-close {
  display: none;
}

.epitaph-section .price-block {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s;
}

.epitaph-section .item.open .price-block {
  max-height: 100vh;
}

.epitaph-section .item.open .price-block-toggle .text-open {
  display: none;
}

.epitaph-section .item.open .price-block-toggle .text-close {
  display: block;
}

.epitaph-section .item.open .price-block-toggle .arrow {
  transform: rotate(-180deg);
}

.epitaph-section .price-block-title {
  margin-top: 36px;
  font-weight: 500;
}

.epitaph-section .price-list {
  margin-top: 10px;
}

.epitaph-section .price-list-price {
  display: flex;
  gap: 15px;
  align-items: center;
}

.epitaph-section .price-list-row {
  max-width: 600px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #dedede;
}

.epitaph-section .price-list-button {
  padding: 10px;
}

.epitaph-section .price-list-button .icon {
  width: 23px;
  height: 20px;
}

@media (max-width: 500px) {
  .epitaph-section {
    margin-top: 30px;
  }
  .epitaph-section .item-col {
    padding-bottom: 15px;
  }
  .epitaph-section .item {
    padding: 30px;
  }
}

.site-header {
  background: linear-gradient(90deg, #CB11AB 2.08%, #88118F 47.4%, #481173 95.83%);
}

.site-header.fixed .main-line {
  background: linear-gradient(90deg, #CB11AB 2.08%, #88118F 47.4%, #481173 95.83%);
}

.site-header .top-favorites_count {
  background-color: #118E33;
}

.top-cart-button-counter {
  background-color: #118E33;
}

.site-footer {
  background: linear-gradient(90deg, #88118F 0%, #481173 100%);
}

.site-footer .footer-wrap {
  background: linear-gradient(90deg, #88118F 0%, #481173 100%);
}

.top-catalog-menu_link:hover, .top-catalog-menu_link:focus,
.active .top-catalog-menu_link {
  background: linear-gradient(90deg, #CB11AB 0%, #88118F 100%);
}

.top-catalog-menu_root-sub-link:hover, .top-catalog-menu_root-sub-link:focus,
.top-catalog-menu_root-sub-item.active .top-catalog-menu_root-sub-link {
  background: linear-gradient(90deg, #CB11AB 0%, #88118F 100%);
  color: #fff;
}

.top-catalog-menu_root-sub-link:hover .icon, .top-catalog-menu_root-sub-link:focus .icon,
.top-catalog-menu_root-sub-item.active .top-catalog-menu_root-sub-link .icon {
  color: #fff;
}

.top-catalog-nav:after {
  background: linear-gradient(270.04deg, #88118F 0.03%, #CA11AA 99.48%);
}

.main-slider_label {
  background: linear-gradient(90deg, #DBD630 3.68%, #A6A11C 100%), #C4C4C4;
}

.mobile-header {
  background: linear-gradient(90deg, #CB11AB 2.08%, #88118F 47.4%, #481173 95.83%);
}

.mobile-header .top-search.open {
  background: linear-gradient(90deg, #CB11AB 2.08%, #88118F 47.4%, #481173 95.83%);
}

.mobile-panel_cart .cart-button {
  background: linear-gradient(90deg, #88118F 0%, #481173 100%);
}

/* End */


/* Start:/local/components/wkuznet/cookies.notice/templates/.default/style.css?1748090836502*/
.wc-notice {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 100px;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	border: 2px solid #88118F;
	z-index: 10;
	max-width: 540px;
}
.wc-notice-wrap {
	display: flex;
	flex-direction: row;
	gap: 10px;
}
.wc-notice.show {
	display: block;
}

@media(max-width: 600px) {
	.wc-notice {
		width: calc(100% - 20px);
		left: 10px;
		right: 10px;
		bottom: 80px;
	}
	.wc-notice-wrap {
		flex-direction: column;
	}
}
/* End */
/* /local/templates/nisp2/css/jquery.scrollbar.css?174809065022618 */
/* /local/templates/nisp2/css/jquery.fancybox.css?174809065017412 */
/* /local/templates/nisp2/css/purple.css?1750515822203015 */
/* /local/components/wkuznet/cookies.notice/templates/.default/style.css?1748090836502 */
