

/* Start:/local/templates/melody/assets/stubMwi_css/stubMwi.css?17806545527271*/
@font-face
{
    font-family: 'Geometria';
    font-weight: normal;
    font-style: normal;

    font-display: swap;
    src: url('/local/templates/melody/assets/stubMwi_css/../stubMwi_fonts/Geometria.woff') format('woff'),
    url('/local/templates/melody/assets/stubMwi_css/../stubMwi_fonts/Geometria.ttf') format('truetype');
}

@font-face
{
    font-family: 'Geometria';
    font-weight: 500;
    font-style: normal;

    font-display: swap;
    src: url('/local/templates/melody/assets/stubMwi_css/../stubMwi_fonts/Geometria-Medium.woff') format('woff'),
    url('/local/templates/melody/assets/stubMwi_css/../stubMwi_fonts/Geometria-Medium.ttf') format('truetype');
}

@font-face
{
    font-family: 'Geometria';
    font-weight: 700;
    font-style: normal;

    font-display: swap;
    src: url('/local/templates/melody/assets/stubMwi_css/../stubMwi_fonts/Geometria-Bold.woff') format('woff'),
    url('/local/templates/melody/assets/stubMwi_css/../stubMwi_fonts/Geometria-Bold.ttf') format('truetype');
}


*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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

img
{
    border: none;
}

textarea
{
    overflow: auto;
}


input,
textarea,
input:active,
textarea:active
{
    -webkit-border-radius: 0;
            border-radius: 0;
         outline: none transparent !important;
    box-shadow: none;

    -webkit-appearance: none;
            appearance: none;
    -moz-outline: none !important;
}


input[type=submit],
button[type=submit],
input[type=reset],
button[type=reset]
{
    -webkit-border-radius: 0;

    -webkit-appearance: none;
}

:focus
{
    outline: none;
}

:hover,
:active
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}


::-ms-clear
{
    display: none;
}



/*---------------
    Main styles
---------------*/
html
{
    background: #e5e5e5;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


body
{
    color: #000;
    font: 18px/23px 'Geometria';

    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    text-decoration-skip: objects;
}

.cont_stub
{
    width: 100%;
    max-width: 1090px;
    margin: 0 auto;
    padding: 0 15px;
}


.heade_stub
{
    position: relative;

    padding: 32px 0;

    background: url(/local/templates/melody/assets/stubMwi_css/../stubMwi_img/bg_headStub.jpg) 50%/cover no-repeat;
}

.heade_stub:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(28, 27, 27, .96);
}

.heade_stub .cont_stub
{
    position: relative;

    display: flex;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.heade_stub .logo
{
    flex-shrink: 0;
}

.heade_stub .logo a,
.heade_stub .logo img
{
    display: block;

    max-width: 100%;
}

.heade_stub .sep
{
    width: 3px;
    height: 58px;
    margin: 0 55px;

    border-radius: 50px;
    background: #00b536;

    flex-shrink: 0;
}

.heade_stub .name_stub
{
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
}


.section_stub
{
    padding: 35px 0;
}

.section_stub .title
{
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}

.section_stub .info
{
    margin-bottom: 35px;
}

.section_stub .info .line
{
    display: flex;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
}

.section_stub .info .line + .line
{
    margin-top: 7px;
}

.section_stub .info .desc
{
    color: rgba(0,0,0,.6);

    width: 210px;
}

.section_stub .info .val
{
    width: calc(100% - 230px);
    margin-left: 20px;
}

.pages
{
    margin-top: 40px;
}

.pages .page
{
    color: #000;
    font-weight: 500;

    position: relative;

    display: block;
    display: flex;

    min-height: 72px;
    padding: 10px 80px 10px 108px;

    transition: .4s linear;
    text-decoration: none;

    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.pages .page:hover
{
    color: #00b536;
}

.pages .page + .page
{
    margin-top: 15px;
}

.pages .page:before
{
    position: absolute;
    top: 50%;
    left: 34px;

    width: 30px;
    height: 16px;
    margin-top: -8px;

    content: '';
    transition: .4s linear;

    background: url(/local/templates/melody/assets/stubMwi_css/../stubMwi_img/arrow_stub.svg) 0 0 no-repeat;
}

.pages .page:hover:before
{
    left: 60px;
}

.pages .page .copy
{
    position: absolute;
    top: 50%;
    right: 43px;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;

    cursor: pointer;
    transition: .2s linear;

    opacity: .3;
    border: none;
    background: url(/local/templates/melody/assets/stubMwi_css/../stubMwi_img/copy_stub.svg) 0 0 no-repeat;
}

.pages .page .copy:hover
{
    opacity: 1;
}

.pages .page .tooltip_text
{
    color: #000;
    font-size: 14px;
    line-height: 18px;

    position: absolute;
    z-index: 99;
    right: 0;
    bottom: calc(100% + 12px);

    display: block;
    visibility: hidden;

    width: 200px;
    padding: 15px 20px;

    transition: .2s linear;
    text-align: center;
    pointer-events: none;

    opacity: 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.25);
}

.pages .page .tooltip_text:before
{
    position: absolute;
    z-index: 1;
    right: 48px;
    bottom: -7px;

    display: block;

    width: 14px;
    height: 14px;

    content: '';
    transform: rotate(45deg);

    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.25);
}

.pages .page .tooltip_text:after
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 15px;

    content: '';

    background: #fff;
}

.pages .page.show .tooltip_text
{
    visibility: visible;

    opacity: 1;
}


@media (max-width: 767px)
{
    body
    {
        font-size: 16px;
        line-height: 20px;
    }


    .heade_stub
    {
        padding: 15px 0;
    }

    .heade_stub .logo
    {
        width: 100px;
    }

    .heade_stub .sep
    {
        margin: 0 20px;
    }

    .heade_stub .name_stub
    {
        font-size: 18px;
    }


    .section_stub .info .desc
    {
        width: 190px;
    }

    .section_stub .info .val
    {
        width: calc(100% - 210px);
        margin-left: 20px;
    }


    .pages .page
    {
        padding-right: 50px;
        padding-left: 70px;
    }

    .pages .page:before
    {
        left: 15px;
    }

    .pages .page:hover:before
    {
        left: 30px;
    }

    .pages .page .copy
    {
        right: 15px;
    }

    .pages .page .tooltip_text:before
    {
        right: 18px;
    }
}


@media (max-width: 479px)
{
    body
    {
        font-size: 14px;
        line-height: 18px;
    }


    .heade_stub
    {
        padding: 10px 0;
    }

    .heade_stub .cont_stub
    {
        flex-wrap: wrap;
    }

    .heade_stub .logo
    {
        margin: 0 auto;
    }

    .heade_stub .sep
    {
        display: none;
    }

    .heade_stub .name_stub
    {
        font-size: 16px;

        width: 100%;
        margin-top: 20px;

        text-align: center;
    }


    .section_stub .info .desc
    {
        width: auto;
    }

    .section_stub .info .val
    {
        width: auto;
    }


    .pages .page
    {
        min-height: 60px;
    }
}

/* End */


/* Start:/local/templates/melody/assets/css/jquery.scrollbar.css?178065455222618*/
/*************** 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/melody/assets/css/swiper-bundle.css?178065455219865*/
/**
 * Swiper 8.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 6, 2022
 */

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


/* Start:/local/templates/melody/assets/css/nouislider.min.css?17806545524220*/
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}
/* End */


/* Start:/local/templates/melody/assets/css/rateit.css?17806545523675*/
.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

    .rateit .rateit-range {
        position: relative;
        display: -moz-inline-box;
        display: inline-block;
        background: url(/local/templates/melody/assets/css/star.gif);
        height: 16px;
        outline: none;
    }

        .rateit .rateit-range * {
            display: block;
        }

    /* for IE 6 */
    * html .rateit, * html .rateit .rateit-range {
        display: inline;
    }

        /* for IE 7 */
        * + html .rateit, * + html .rateit .rateit-range {
            display: inline;
        }

            .rateit .rateit-hover, .rateit .rateit-selected {
                position: absolute;
                left: 0;
                top: 0;
                width: 0;
            }

            .rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl {
                left: auto;
                right: 0;
            }

            .rateit .rateit-hover {
                background: url(/local/templates/melody/assets/css/star.gif) left -32px;
                color: rgb(239, 197, 41);
            }

            .rateit .rateit-hover-rtl {
                background-position: right -32px;
            }

            .rateit .rateit-selected {
                background: url(/local/templates/melody/assets/css/star.gif) left -16px;
                color: rgb(191,66,66);
            }

            .rateit .rateit-selected-rtl {
                background-position: right -16px;
            }

            .rateit .rateit-preset {
                background: url(/local/templates/melody/assets/css/star.gif) left -48px;
                color: rgb(239, 107, 34);
            }

            .rateit .rateit-preset-rtl {
                background: url(/local/templates/melody/assets/css/star.gif) right -48px;
            }

            .rateit button.rateit-reset {
                background: url(/local/templates/melody/assets/css/delete.gif) 0 0;
                width: 16px;
                height: 16px;
                display: -moz-inline-box;
                display: inline-block;
                float: left;
                outline: none;
                border: none;
                padding: 0;
            }

            .rateit .rateit-reset span {
                display: none;
            }

            .rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus {
                background-position: 0 -16px;
            }


.rateit-font {
    font-size: 24px;
    line-height: 1em;
}

    .rateit-font .rateit-range {
        background: none;
        height: auto;
    }

    .rateit-font .rateit-empty {
        color: #ccc;
    }

    .rateit-font .rateit-range > div, .rateit-font .rateit-range > span {
        background: none;
        overflow: hidden;
        cursor: default;
    }

.rateit.rateit-font .rateit-reset {
    font-size: inherit;
    background: none;
    width: 0.6em;
    height: 0.6em;
    margin-top: 0.2em;
    background: gray;
    border-radius: 50%;
    position: relative;
}

    .rateit.rateit-font .rateit-reset span {
        display: block;
        font-weight: bold;
        color: white;
        height: calc(50% - 0.045em);
        top: 0;
        position: absolute;
        border-bottom: 0.09em solid white;
        width: 72%;
        margin-left: 14%;
    }


.rateit.rateit-font .rateit-reset:hover, .rateit.rateit-font button.rateit-reset:focus {
    background: #e6574b; /* Old browsers */
    background: radial-gradient(ellipse at center, #e6574b 55%,#f6836b 77%,#f9d3cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-position: 0 0;
}

/* End */


/* Start:/local/templates/melody/assets/css/jquery.fancybox.css?178065455217384*/
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/melody/assets/css/jquery.rating.css?17806545521005*/
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,
div.star-rating
{
    display: block;
    float: left;
    overflow: hidden;

    width: 25px;
    height: 16px;

    cursor: pointer;
    text-indent: -999em;

    background: transparent;;
}

div.rating-cancel
{
    display: none !important;
}
div.star-rating,
div.star-rating a
{
    background: url(/local/templates/melody/assets/css/../images/ic_star_off.svg) no-repeat 0 0;
}
div.rating-cancel a,
div.star-rating a
{
    display: block;

    width: 16px;
    height: 100%;

    border: 0;
    background-image: url(/local/templates/melody/assets/css/../images/star.svg);
}
div.star-rating-on a
{
    background-image: url(/local/templates/melody/assets/css/../images/star-red.svg)!important;
}
div.star-rating-hover a
{
    background-image: url(/local/templates/melody/assets/css/../images/star-red.svg);
}
/* Read Only CSS */
div.star-rating-readonly a
{
    cursor: default !important;
}
/* Partial Star CSS */
div.star-rating
{
    overflow: hidden!important;

    background: transparent!important;;
}
/* END jQuery.Rating Plugin CSS */

/* End */


/* Start:/local/templates/melody/assets/css/select2.min.css?178065455216264*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/local/templates/melody/assets/css/style.css?1780654552259429*/
html {
    background: #ffffff;
}

body {
    font: 16px 'Manrope', sans-serif;
    color: #1D1A1E;
    margin: 0;
}

img {
    max-width: 100%;
}

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

a,
button {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    cursor: pointer;
    padding: 0;
    border: 0;
}

a:focus,
button:focus {
    outline: none;
}

a:focus-within,
button:focus-within {
    outline: none;
}

button:active {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
}

h1,
.h1 {
    font-size: 52px;
    line-height: 60px;
    text-transform: uppercase;
    color: #1D1A1E;
    font-weight: 300;
}

h2,
.h2 {
    font-weight: 300;
    font-size: 48px;
    line-height: 1.25;
    text-transform: uppercase;
    color: #1D1A1E;
    margin-bottom: 40px;
}

.text-gray {
    color: #f2f2f2;
}

.text-red {
    color: #EF4044;
}

.text-black {
    color: #1D1A1E;
}

.col-100 {
    width: 100%;
}

.opacity-1 {
    opacity: 0.1;
}

.opacity-2 {
    opacity: 0.2;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-9 {
    opacity: 0.9;
}

.opacity-10 {
    opacity: 1;
}

.fz10 {
    font-size: 10px;
}

.fz11 {
    font-size: 11px;
}

.fz12 {
    font-size: 12px;
}

.fz13 {
    font-size: 13px;
}

.fz14 {
    font-size: 14px;
}

.fz15 {
    font-size: 15px;
}

.fz16 {
    font-size: 16px;
}

.fz17 {
    font-size: 17px;
}

.fz18 {
    font-size: 18px;
}

.fz19 {
    font-size: 19px;
}

.fz20 {
    font-size: 20px;
}

.fz21 {
    font-size: 21px;
}

.fz22 {
    font-size: 22px;
}

.fz24 {
    font-size: 24px;
}

.fz26 {
    font-size: 26px;
}

.fz28 {
    font-size: 28px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.abs-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.link {
    font: 20px 'Manrope', sans-serif;
    display: inline-block;
    -webkit-text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-decoration-line: underline;
    color: rgba(29, 26, 30, 0.4);
}

.btn {
    padding: 0 15px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    background: #EF4044;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    color: #f5f5f5;
    border: 0;
    cursor: pointer;
}

.btn.btn-min {
    height: 30px;
    font-size: 12px;
}

.btn.btn-gray {
    background: #f5f5f5;
    color: #1D1A1E;
}

.btn.btn-gray-border {
    background: #f5f5f5;
    border: 1px solid #1D1A1E;
    color: #1D1A1E;
}

.btn.btn-outline-red {
    background: #ffffff;
    border: 1px solid #EF4044;
    color: #EF4044;
}

.save-order__btn {
    width: 100%;
}

.page {
    min-height: -webkit-calc(100vh - 658px);
    min-height: -moz-calc(100vh - 658px);
    min-height: calc(100vh - 658px);
}

.form-group {
    margin-bottom: 10px;
}

.inp {
    font: 14px 'Manrope', sans-serif;
    background: #f5f5f5;
    padding: 5px 30px;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #E7E7E7;
    color: #1D1A1E;
}

.inp::-webkit-input-placeholder {
    color: rgba(29, 26, 30, 0.4);
}

.inp::-moz-placeholder {
    color: rgba(29, 26, 30, 0.4);
}

.inp:-moz-placeholder {
    color: rgba(29, 26, 30, 0.4);
}

.inp:-ms-input-placeholder {
    color: rgba(29, 26, 30, 0.4);
}

textarea.inp {
    font: 14px 'Manrope', sans-serif;
    color: #1D1A1E;
    height: 170px;
    padding-top: 15px;
    resize: none;
}

textarea.inp::-webkit-input-placeholder {
    font: 14px 'Manrope', sans-serif;
    color: rgba(29, 26, 30, 0.4);
}

textarea.inp:-moz-placeholder {
    font: 14px 'Manrope', sans-serif;
    color: rgba(29, 26, 30, 0.4);
}

textarea.inp::-moz-placeholder {
    font: 14px 'Manrope', sans-serif;
    color: rgba(29, 26, 30, 0.4);
}

textarea.inp:-ms-input-placeholder {
    font: 14px 'Manrope', sans-serif;
    color: rgba(29, 26, 30, 0.4);
}

textarea.inp::-ms-input-placeholder {
    font: 14px 'Manrope', sans-serif;
    color: rgba(29, 26, 30, 0.4);
}

textarea.inp::placeholder {
    font: 14px 'Manrope', sans-serif;
    color: rgba(29, 26, 30, 0.4);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

.checkbox {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    font-size: 14px;
    line-height: 120%;
    color: #1D1A1E;
    padding-left: 31px;
}

.checkbox input {
    display: none;
}

.checkbox input:checked + .checkbox__btn::before {
    opacity: 1;
}

.checkbox__btn {
    position: absolute;
    top: 0;
    left: 0;
    background: #f5f5f5;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.checkbox__btn::before {
    background: url("/local/templates/melody/assets/css/../images/check.svg") no-repeat center/contain;
    content: "";
    display: inline-block;
    width: 10px;
    height: 7px;
    opacity: 0;
}

.checkbox-line {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 120%;
    color: #1D1A1E;
    cursor: pointer;
}

.checkbox-line .tag {
    min-width: 47px;
    height: 30px;
    margin-right: 14px;
    background: #F5F5F5;
    border-radius: 5px;
    font-size: 12px;
    line-height: 120%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #1D1A1E;
    padding: 0;
    border: 0;
}

.checkbox-line input {
    display: none;
}

.checkbox-line input:checked + .checkbox-line__btn {
    background: #EF4044;
}

.checkbox-line input:checked + .checkbox-line__btn::before {
    left: 32px;
}

.checkbox-line__btn {
    position: relative;
    background: rgba(29, 26, 30, 0.4);
    border-radius: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 58px;
    height: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: auto;
}

.checkbox-line__btn::before {
    background: #f5f5f5;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    margin: auto;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.radio {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    font-size: 14px;
    line-height: 120%;
    color: #1D1A1E;
    padding-left: 31px;
}

.radio input {
    display: none;
}

.radio input:checked + .radio__btn {
    border: 5px solid #EF4044;
}

.radio__btn {
    position: absolute;
    top: -2px;
    left: 0;
    background: #ffffff;
    border: 1px solid rgba(29, 26, 30, 0.4);
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

#orderCart-hidden, #orderCart-cat-hidden, #orderSearch-cat-hidden, #select-city-hidden {
    display: none;
    max-width: 780px;
}

.modal-select-city{
    overflow:hidden
}

.modal-city-wrap{
    display: flex;
    flex-wrap:wrap
}

.modal-city-wrap>.modal-city-select{
    display: flex;
    flex-wrap:wrap;
    width: 45%;
    padding-left:20px
}

.modal-city-wrap>.modal-city-tags{
    display: flex;
    width: 55%;
    padding-right:20px;
    border-right:1px solid #cdcdcd
}

.modal-city-wrap>.modal-city-tags .tag{
    cursor:pointer;
    margin-bottom:10px
}

.modal-city-wrap>.modal-city-tags .tag.active,
.modal-city-wrap>.modal-city-tags .tag:hover{
    color:#fff;
    background: #EF4044;
}

.modal-city-select .btn{
    width: 210px;
}

.modal-city-select .btn:hover{
    background: #fff;
    color: #EF4044;
    border: 1px solid #EF4044
}

.pages {
    counter-reset: page-counter;
    display: flex;
    flex-direction: column;
}

.pages::after {
    content: "Количество страниц: " counter(page-counter);
    color: rgba(0, 0, 0, .6);
    margin-bottom: 20px;
    display: block;
    order: -1;
}

.page.tooltip {
    counter-increment: page-counter;
}

input:active,
textarea:active {
    border-radius: 5px;
}

.container {
    max-width: 1554px;
    padding: 0 15px;
    margin: auto;
}

.swiper-button-next,
.swiper-button-prev {
    background: #EF4044;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    margin: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    background: url("/local/templates/melody/assets/css/../images/arrow-white-right.svg") no-repeat center/contain;
    font-size: 0;
    width: 14px;
    height: 14px;
}

.swiper-button-prev {
    margin-right: 20px;
}

.swiper-button-prev::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tabs__content {
    display: none;
}

.tabs__content p {
    margin-bottom: 15px;
}

.tabs__content.tabs__content--active {
    display: block;
}

.count .inp {
    padding: 0;
}

.count .plus:active,
.count .minus:active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.header {
    position: relative;
}

.header .search {
    margin: 0 26px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header-top {
    background: #1D1A1E;
    position: relative;
    padding: 20px 0;
}

.header-top .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-top .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-top .mr-40 {
    margin-right: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top .mr-40 img {
    margin-right: 10px;
    max-width: 15px;
    max-height: 15px;
}

.city {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.city .fz14 {
    line-height: 1;
}

.city-box {
    position: absolute;
    top: 48px;
    right: 0;
    padding: 14px 22px 20px;
    background: #f5f5f5;
    border-radius: 5px;
    width: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1005;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 75% 0;
    -moz-transform-origin: 75% 0;
    -ms-transform-origin: 75% 0;
    transform-origin: 75% 0;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.city-box::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -12px;
    right: 30px;
    width: 40px;
    height: 42px;
    background: #f5f5f5;
    border-radius: 6px;
    -webkit-transform: rotate(45deg) skewX(15deg) skewY(15deg);
    -moz-transform: rotate(45deg) skewX(15deg) skewY(15deg);
    -ms-transform: rotate(45deg) skewX(15deg) skewY(15deg);
    transform: rotate(45deg) skewX(15deg) skewY(15deg);
}

.city-box .fz12 {
    width: 100%;
}

.city-box .fz14 {
    width: 100%;
}

.city-box .btn {
    width: 58px;
}

.city-box .btn:last-child {
    margin-left: auto;
}

.city-box.is-open {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.city-btn {
    background: transparent;
    border: 0;
    font-weight: 700;
    font-size: 12px;
    color: #f5f5f5;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.city-btn svg {
    margin-right: 5px;
    margin-left: 12px;
}

.city-btn:active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.catalog-btn-fix {
    display: none;
}

.social img {
    width: 16px;
    height: 16px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.social a {
    font-size: 0;
}

.social a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.logo {
    max-width:200px
}

.logo img{
    width: 100%;
}

.header-bottom {
    position: relative;
    padding-top: 37px;
    padding-bottom: 40px;
}

.header-bottom__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.header-bottom__top .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	align-items: center;
}

.header-bottom__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.subLogo {
    font-size: 14px;
    line-height: 120%;
    margin: 0 7px 0 18px;
    max-width: 180px;
}


.catalog-btn {
    position: relative;
    width: 200px;
}

.catalog-btn::before {
    background: url("/local/templates/melody/assets/css/../images/ham.svg") no-repeat center/contain;
    content: "";
    display: inline-block;
    width: 18px;
    height: 13px;
    margin-right: 13px;
    margin-bottom: 2px;
}

.nav-page {
    margin: auto auto auto 14%;
}

.nav-page ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav-page li::after {
    content: "/";
    display: inline-block;
    margin: 0 25px;
}

.nav-page li:last-child::after {
    display: none;
}

.nav-page a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 120%;
    color: #1D1A1E;
}
.nav-page a:hover{
    text-decoration:underline
}

.search {
    position: relative;
    margin: auto;
    display: inline-block;
    width: 43%;
}

.search .inp {
    border-radius: 25px;
    height: 40px;
    padding: 0 40px;
    border: 0;
}

.search .search-btn {
    background: transparent;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border: 0;
}

.contact-tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact-tel .tel {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #1D1A1E;
    margin-bottom: 8px;
}

.contact-tel .tel:last-child {
    margin-bottom: 0;
}

.btn-wrap {
    position: relative;
}

.nav-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav-btn .logo {
    display: none;
}

.nav-btn .btn {
    position: relative;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 7px;
    padding: 0;
}
.nav-btn .btn:hover,.catalog-btn:hover, .btn:hover{
    background:#b9090d;
    color: #fff
}

.nav-btn .btn .num {
    background: #1D1A1E;
    position: absolute;
    top: -3px;
    right: -8px;
    padding: 0 3px;
    font-size: 14px;
    color: #FFFFFF;
    min-width: 25px;
    height: 25px;
    border-radius: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav-btn .btn .num.hide {
    display: none;
}

.cart-popup {
    position: absolute;
    top: 100%;
    right: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    height: 500px;
    width: 510px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1005;
}

.cart-popup__body {
    height: -webkit-calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: calc(100% - 100px);
    overflow: auto;
}

.cart-popup__total {
    padding: 25px 30px 25px 20px;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-popup__total .btn {
    width: 250px;
    border-radius: 5px;
    height: 50px;
}

.cart-popup__total .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-popup.is-open {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.cart-popup-hover:hover .cart-popup {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.product-popup {
    position: relative;
    padding: 20px 20px 20px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 5px;
}

.product-popup .product-discount {
    font-size: 10px;
    width: 30px;
    line-height: 30px;
    top: 20px;
    right: 20px
}

.product-popup .img {
    width: 60px;
}

.product-popup .img img {
    max-height:85px
}

.product-popup .price {
    display: inline-block;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 5px;
    color: #1D1A1E;
    margin-right: 31px;
}

.product-popup .old-price {
    display: inline-block;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 5px;
    color: #1D1A1E;
    opacity: 0.4;
    text-decoration: line-through;
}

.product-popup__body {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    padding-left: 20px;
}

.product-popup__footer {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 6;
}

.product-popup__footer .count .plus svg,
.product-popup__footer .count .minus svg {
    width: 9px;
    height: 9px;
}

.product-popup .name {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 5px;
    color: #1D1A1E;
}

.product-popup .total-price {
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    color: #1D1A1E;
    margin-left: auto;
}

.product-popup .delete {
    background: #1D1A1E;
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 7px;
}

.product-popup .delete::before {
    background: url("/local/templates/melody/assets/css/../images/close.svg") no-repeat center/contain;
    content: "";
    width: 13px;
    height: 13px;
}

.count {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.count .minus,
.count .plus {
    background: #ddd;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #1D1A1E;
    font-size: 20px;
    cursor: pointer;
    border: 0;
}

.count .inp {
    background: transparent;
    font-size: 14px;
    width: 37px;
    height: 25px;
    text-align: center;
    border: 0;
}

.count .inp::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.footer {
    position: relative;
    padding: 96px 0 46px;
    background: #1D1A1E;
}

.footer a {
    text-decoration: none;
}

.footer .logo {
    font-weight: 900;
    font-size: 26px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 14px;
    color: #f2f2f2;
}

.footer a.logo:hover {
    color: #EF4044;
}

.footer .subLogo {
    font-size: 16px;
    margin-bottom: 20px;
    color: #F2F2F2;
    margin-left: 0;
    margin-right: 0;
    max-width: 180px;
}

.footer .social a {
    font-size: 16px;
    color: #f2f2f2;
}

.footer .social img {
    margin-right: 10px;
    width: 21px;
    height: 21px;
    vertical-align: middle;
}

.footer .title-btn {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}

.footer__creator{
    display: flex;
    align-items:center;
    color: #fff;
    margin-top: 20px;
    font-size:12px
}

.footer__creator span{
    margin-right: 10px;
}

.footer-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-top .column {
    margin-bottom: 25px;
    margin-right: 15px;
}

.footer-top .column:last-child {
    margin-top:20px;
    margin-right: 0;
    border-bottom:0;
    margin-top: 0;
}
.footer-top .column:last-child .title-btn:after{
    display: none;
}
.footer-top .column:last-child .link-dropdown.column-count{
    margin-top:5px;
    display: block;
}


.footer-top .column:first-child .right {
    display: none;
}

.footer-bottom {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-right: 50px;
    margin-top: 50px;
    border-top: 2px solid rgba(242, 242, 242, 0.5);
}

.footer-bottom .mr-15 {
    margin-right: 15px;
}

.link-dropdown {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.link-dropdown button {
    background-color: transparent;
    text-decoration: none;
}

.link-dropdown button:active {
    transform: scale(1);
}

.link-dropdown.column-count {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.link-dropdown .link {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
    color: #f2f2f2;
}

.link-dropdown .link:hover {
    color: #EF4044;
}

.menu {
    background: #ffffff;
    position: absolute;
    top: -webkit-calc(100% - 20px);
    top: -moz-calc(100% - 20px);
    top: calc(100% - 20px);
    left: 0;
    width: 100%;
    padding-left: -webkit-calc((100% - 1524px) / 2);
    padding-left: -moz-calc((100% - 1524px) / 2);
    padding-left: calc((100% - 1524px) / 2);
    min-height: 500px;
    z-index: 1000;
    border-top: 15px solid #f5f5f5;
    max-height: -webkit-calc(100vh - 400px);
    max-height: -moz-calc(100vh - 400px);
    max-height: calc(100vh - 400px);
    height: 100vh;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
}

.menu::before {
    background: #ffffff;
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: -webkit-calc((100% - 1524px) / 2);
    width: -moz-calc((100% - 1524px) / 2);
    width: calc((100% - 1524px) / 2);
    height: 15px;
}

.menu.is-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.menu-one {
    background: #f5f5f5;
    padding-left: 0;
    list-style: none;
    margin: 0;
    width: 360px;
    height: 100%;
    overflow: auto;
}

.menu-one__link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 50px;
    min-height: 50px;
    font-size: 16px;
    line-height: 120%;
    color: #1D1A1E;
}

.menu-one__link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    background: #EF4044;
    width: 3px;
    height: 100%;
    border-radius: 5px;
    opacity: 0;
}

.menu-one__li.hover .menu-one__link {
    background: #ffffff;
}

.menu-one__li.hover .menu-one__link::after {
    opacity: 1;
}

.menu-one__li.hover .menu-one__scroll {
    visibility: visible;
    opacity: 1;
}

.menu-one__scroll {
    background: #ffffff;
    position: absolute;
    left: -webkit-calc(50% - 402px);
    left: -moz-calc(50% - 402px);
    left: calc(50% - 402px);
    top: 0;
    height: 100%;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
}

.menu-one__scroll.scroll-content {
    height: 100% !important;
    width: 100% !important;
    scrollbar-width: none;
}

.menu-one__panel {
    padding: 36px 0 0 56px;
    width: 100%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
}

.menu-one__link-wrap {
    position: relative;
}

.menu-one__btn {
    background: #f5f5f5;
    width: 30px;
    height: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    border-radius: 5px;
    display: none;
}

.menu-one.scroll-content.scroll-scrolly_visible {
    height: 100% !important;
    width: 100% !important;
    scrollbar-width: none;
}

.scroll-wrapper .menu-one__scroll.scroll-content {
    height: 100% !important;
    width: 100% !important;
    scrollbar-width: none;
}

.menu-two {
    padding-left: 0;
    list-style: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    line-height: 24px;
    margin-bottom: 40px;
    width: 100%;
}

.menu-two .menu-one__btn {
    display: none;
}

.menu-two__name {
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: #1D1A1E;
    margin-bottom: 15px;
}

.menu-two__link {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000000;
    display: inline-block;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
}

.menu-two__link:hover {
    color: rgba(29, 26, 30, 0.4);
}

.menu-two__btn {
    display: none;
}

.menu-title-wrap {
    display: none;
}


header .menu.overflow .scroll-wrapper{
    overflow: hidden !important;
}

.theBests-swiper_simple .swiper-slide{
    height:auto !important
}

.scroll-wrapper {
    overflow: visible !important;
    padding: 0 !important;
    position: initial !important;
}

.scroll-wrapper .menu-one__scroll {
    position: absolute !important;
}

.scroll-wrapper .menu-one__scroll .scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-wrapper .menu-one__scroll .scroll-element.scroll-y.scroll-scrolly_visible {
    left: auto;
    right: 0;
    pointer-events: auto;
}

.cart-popup__body .scroll-element.scroll-x.scroll-scrollx_visible,
.cart-popup__body .scroll-element.scroll-y.scroll-scrolly_visible {
    pointer-events: auto;
    left: auto;
    right: 0;
    height: -webkit-calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: calc(100% - 100px);
}

.scroll-wrapper .cart-popup__body.scroll-content {
    scrollbar-width: none;
    width: 100% !important;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !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: initial !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 {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
    width: 10px;
    pointer-events: none;
}

.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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
}

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

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

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

.scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    left: -webkit-calc((100% - 824px) / 2);
    left: -moz-calc((100% - 824px) / 2);
    left: calc((100% - 824px) / 2);
}

.scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scroll-element .scroll-element_outer,
.scroll-element .scroll-element_track,
.scroll-element .scroll-bar {
    border-radius: 8px;
}

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

.scroll-element .scroll-element_track {
    background: #e0e0e0;
}

.scroll-element .scroll-bar {
    background: rgba(29, 26, 30, 0.7);
}

.scroll-element:hover .scroll-bar {
    background: #919191;
}

.scroll-element.scroll-draggable .scroll-bar {
    background: #919191;
}

.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
}

.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
}

.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px;
}

.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px;
}

.banner-section {
    position: relative;
    margin-bottom: 70px;
}

.banner-swiper {
    border-radius: 5px;
}

.banner-swiper .swiper-button-next,
.banner-swiper .swiper-button-prev {
    background: #f5f5f5;
    font-size: 0;
}

.banner-swiper .swiper-button-next:active,
.banner-swiper .swiper-button-prev:active {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.banner-swiper .swiper-button-next::after,
.banner-swiper .swiper-button-prev::after {
    background: url("/local/templates/melody/assets/css/../images/arrow-red-right.svg") no-repeat center/contain;
}

.banner-swiper .swiper-button-next {
    right: 30px;
}

.banner-swiper .swiper-button-prev {
    left: 30px;
}

.banner-swiper .swiper-button-prev:active {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.banner-swiper .swiper-banner-pagination {
    position: absolute;
    bottom: 30px;
    text-align: center;
    z-index: 2;
    font-size: 0;
}

.banner-swiper .swiper-banner-pagination .swiper-pagination-bullet {
    background: #ffffff;
    position: relative;
    width: 38px;
    height: 3px;
    border-radius: 5px;
    opacity: 1;
    margin: 0 9px;
}

.banner-swiper .swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #EF4044;
}

.banner-item {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 155px 97px 155px 142px;
    border-radius: 5px;
    z-index: 1;
}

.banner-item img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 100%;
}

.banner-item .title {
    font-weight: 300;
    font-size: 48px;
    line-height: 1.25;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.banner-item .subtitle {
    font-size: 20px;
    line-height: 1.48;
    color: #FFFFFF;
    max-width: 750px;
}

.feature-section {
    margin-bottom: 120px;
}

.features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    scrollbar-width: none;
}

.feature {
    position: relative;
    width: -webkit-calc((100% - 120px) / 4);
    width: -moz-calc((100% - 120px) / 4);
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.feature:last-child {
    margin-right: 0;
}

.feature img {
    margin-top: 25px;
    max-width: 60px;
    max-height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
}

.feature .body {
    padding-left: 30px;
}

.feature .name {
    font-size: 20px;
    line-height: 25px;
    color: #1D1A1E;
    margin-bottom: 10px;
    max-width: 200px;
}

.feature .desc {
    font-size: 16px;
    line-height: 24px;
    color: #1D1A1E;
    opacity: 0.4;
}

.categories-section {
    margin-bottom: 100px;
}

.categories {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -11px 0;
}

.category {
    position: relative;
    padding: 55px 32px 40px;
    margin: 0 11px 22px 11px;
    background: #F5F5F5;
    border-radius: 5px;
    z-index: 1;
    width: 364px;
    height: 483px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.category-fon {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 120%;
    height: 120%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
}

.category::before {
    background: url("/local/templates/melody/assets/css/../images/category-fon.jpg") no-repeat center/cover;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.category:hover .category-fon {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.category__name {
    font-weight: 600;
    font-size: 24.4162px;
    line-height: 1;
    color: #1D1A1E;
    margin-bottom: 20px;
    margin-top: auto;
    text-transform: uppercase;
    position:relative;
    z-index:1
}
.category__name:before {
    /* background: #f5f5f5; */
    border-radius: 34px;
    padding: 10px;
    margin: -10px;
    opacity: 0.6;
    display: block;
    content: ' ';
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.category .category-buttons {
    max-width: 500px;
}

.category__image {
    position: absolute;
    z-index: -1;
    -o-object-fit: contain;
    object-fit: contain;
    pointer-events: none;
}

.category__image1 {
    position: absolute;
    z-index: -1;
    -o-object-fit: contain;
    object-fit: contain;
    pointer-events: none;
}

.category:nth-child(6n+1) {
    width: -webkit-calc(100% - 795px);
    width: -moz-calc(100% - 795px);
    width: calc(100% - 795px);
}

.category:nth-child(6n+1) .category__name {
    margin-top: 0;
}

.category:nth-child(6n+1) .category__image {
    right: -8%;
    bottom: -10%;
}

.category:nth-child(6n) {
    width: -webkit-calc(100% - 795px);
    width: -moz-calc(100% - 795px);
    width: calc(100% - 795px);
}

.category:nth-child(6n) .category__name {
    margin-top: auto;
}

.category:nth-child(6n) .category__image {
    top: -24px;
    left: 24px;
}

.category:nth-child(6n) .category__image1 {
    right: 0;
    bottom: 15%;
}

.category:nth-child(2) .category__name {
    margin-bottom: 0;
}

.category:nth-child(2) .category__image {
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
}

.category:nth-child(3) .category__name {
    margin-bottom: 0;
}

.category:nth-child(3) .category__image {
    top: 20px;
    right: 0;
}

.category:nth-child(4) .category__name {
    margin-top: auto;
}

.category:nth-child(4) .category__image {
    top: -50px;
    right: -12px;
}

.category:nth-child(5) .category__image {
    top: 54px;
    left: 0;
    right: 0;
    margin: auto;
}

.category-buttons {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 6;
    overflow:auto
}

.subcategory {
    position: relative;
    padding: 8px 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    border-radius: 34px;
    font-size: 16px;
    line-height: 31px;
    color: #1D1A1E;
    margin: 0 5px 5px 0;
}

.subcategory:hover {
    background: #EF4044;
    color: #ffffff;
}

.brands {
    margin-bottom: 120px;
}

.brands .wrap-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.brand {
    position: relative;
    padding: 5px;
    background: #f5f5f5;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.brand img {
    max-width: 100px;
    max-height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
}

.brand::after {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 40px;
    height: 100%;
    -webkit-transform: skewX(-35deg);
    -moz-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    transform: skewX(-35deg);
    -webkit-box-shadow: 0 0 9px 6px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 9px 6px rgba(255, 255, 255, 0.5);
}

.brand:hover::after {
    -webkit-animation: glare 1s 1 linear;
    -moz-animation: glare 1s 1 linear;
    animation: glare 1s 1 linear;
}

@-webkit-keyframes glare {
    100% {
        left: 110%;
    }
}

@-moz-keyframes glare {
    100% {
        left: 110%;
    }
}

@keyframes glare {
    100% {
        left: 110%;
    }
}

.swiper-brands {
    width: 100%;
    height: 176px;
}

.swiper-brands .swiper-slide {
    height: -webkit-calc((100% - 20px) / 2) !important;
    height: -moz-calc((100% - 20px) / 2) !important;
    height: calc((100% - 20px) / 2) !important;
}

.wrap-swiper-button {
    position: relative;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.wrap-swiper-button .swiper-button-next,
.wrap-swiper-button .swiper-button-prev {
    background: #EF4044;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.wrap-swiper-button .swiper-button-next::after,
.wrap-swiper-button .swiper-button-prev::after {
    background: url("/local/templates/melody/assets/css/../images/arrow-white-right.svg") no-repeat center/contain;
    font-size: 0;
}

.brands-page {
    position: relative;
    margin-bottom: 85px;
}

.brands-page .search {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    max-width: 940px;
}

.brands-page .search .inp {
    padding-left: 90px;
}

.brands-page .search__btn {
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    margin: auto;
}

.brand-sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.brand-sort .title {
    font: 400 18px/30px 'Manrope', sans-serif;
    color: #1D1A1E;
    margin-right: 20px;
}

.alphabet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.alphabet a {
    font: 400 18px/30px 'Manrope', sans-serif;
    display: inline-block;
    margin-right: 10px;
    -webkit-text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1D1A1E;
}

.alphabet a:hover {
    color: #EF4044;
}

.alphabet a.active {
    color: #EF4044;
}

.brand-search {
    margin-top: 20px;
}

.brand-list-wrap .name {
    font: 300 48px/60px 'Manrope', sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #1D1A1E;
}

.brand-list {
    margin: 0 -12px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.brand-item {
    position: relative;
    width: -webkit-calc((100% - 120px) / 5);
    width: -moz-calc((100% - 120px) / 5);
    width: calc((100% - 120px) / 5);
    height: 150px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    margin: 0 12px 25px;
    padding: 5px;
}

.brand-item img {
    max-width: 100%;
    max-height: 100%;
}

.brand-item:hover {
    -webkit-box-shadow: 0 8px 24px rgba(189, 129, 151, 0.15);
    box-shadow: 0 8px 24px rgba(189, 129, 151, 0.15);
}

.brand-page {
    margin-bottom: 120px;
}

.brand-page .wrap-title {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.brand-page .wrap-title h1 {
    margin-right: auto;
}

.brand-page .wrap-title .brand-logo {
    display: none;
}

.brand-page .catalog-sort {
    margin-bottom: 20px;
}

.brand-page .catalog-sort .left {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.brand-inf {
    position: relative;
    padding: 33px 42px;
    background: #F5F5F5;
    border-radius: 5px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.brand-inf .brand-logo {
    width: 228px;
    margin-right: 40px;
}

.brand-inf .brand-logo img {
    width: 100%;
    height: auto;
}

.brand-inf__column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
}

.brand-inf__column p {
    font: 400 18px/30px 'Manrope', sans-serif;
    color: rgba(29, 26, 30, 0.8);
}

.product {
    position: relative;
    padding: 60px 30px 30px;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    -webkit-box-shadow: 0 11px 25px rgba(223, 223, 223, 0.16);
    box-shadow: 0 11px 25px rgba(223, 223, 223, 0.16);
    border-radius: 5px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.brand-page .product{
    height: 100%;
}

.theBests-section.products .product,
.similar-section.products .product {
    min-height: 100%;
}

.product .heart {
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 20px;
}

.product .quickview {
    position: absolute;
    top: -30px;
    right: 30px;
    font-size: 20px;
}

.product .tags {
    position: absolute;
    top: -40px;
    left: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 6;
}


.product__image {
    position: relative;
    padding-top: 91%;
    width: 100%;
    height: 267px;
    margin-bottom: 32px;
}

.product__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product__name {
    font-size: 20px;
    line-height: 25px;
    color: #1D1A1E;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.product__text {
    font-size: 14px;
    line-height: 19px;
    color: rgba(29, 26, 30, 0.4);
    margin-top: auto;
    display: none;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.product__article {
    font-size: 12px;
    color: rgba(29, 26, 30, 0.5);
    margin-bottom: 5px;
    display: none;
}

.product__footer {
    width: 100%;
    margin-top: auto;
}

.product__footer .btn {
    position: relative;
    z-index: 6;
}

.product .have {
    font-size: 16px;
    line-height: 1.9;
    color: #1D1A1E;
    margin-bottom: 10px;
}

.product .have img {
    width: 10px;
    height: 8px;
    margin-right: 10px;
}

.product .btn {
    width: 100%;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
}

.product .btn svg {
    width: 20px;
    height: 20px;
    margin-right: 17px;
}

.product.product__line {
    padding: 35px 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    border-top: 0;
}

.product.product__line:first-child {
    border-top: 1px solid #E7E7E7;
}

.product.product__line .tags {
    top: 0;
    left: 0;
}

.product.product__line .heart {
    top: 0;
}

.product.product__line .quickview {
    top: 0;
}

.product.product__line .product__article,
.product.product__line .product__text {
    display: block;
    display: -webkit-box;
}

.product.product__line .product__image {
    padding-top: 0;
    width: 28%;
    height: auto;
    margin-bottom: 0;
}

.product.product__line .product__image img {
    position: relative;
    width: 178px;
    height: 178px;
    margin: 0 40px 0 auto;
    display: block;
}

.product.product__line .product__footer {
    width: 294px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
}

.product.product__line .product__footer .btn {
    margin-top: auto;
    margin-bottom: 20px;
}

.product.product__line .product__body {
    max-width: 370px;
    width: -webkit-calc(72% - 294px);
    width: -moz-calc(72% - 294px);
    width: calc(72% - 294px);
    padding: 0 10px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.prises {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.prises .prise {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #1D1A1E;
    margin-right: 10px;
}

.prises .old-prise {
    font-size: 18px;
    line-height: 120%;
    color: #1D1A1E;
    opacity: 0.5;
    text-decoration: line-through;
}

.tag {
    background: rgba(255, 255, 255, 0.6);
    padding: 5px 27px;
    font-size: 14px;
    line-height: 20px;
    color: #EF4044;
    border: 1px solid #EF4044;
    border-radius: 55px;
    display: inline-block;
    margin-bottom: 5px;
    text-align: center;
}

.catalog .tags-scroll .tag.active {
    color: #fff;
    background: #EF4044;
}

.tag.manufacturer {
    float: right;
    border: 0;
    font-weight: 800;
}

.heart {
    background: transparent;
    font-size: 20px;
    cursor: pointer;
    border: none;
    z-index: 6;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
}

.heart path {
    stroke: #1D1A1E;
}

.heart.active path {
    stroke: #EF4044;
    fill: #EF4044;
}

.quickview {
    background: transparent;
    font-size: 20px;
    cursor: pointer;
    border: none;
    z-index: 6;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
}

.quickview path {
    fill: #1D1A1E;
}

.quickview:hover {
    transform: scale(1.2);
}

.product-page .tabs {
    width: 100%;
    max-width: 800px;
    margin-bottom: 120px;
}

.product-page .tabs p {
    font-size: 18px;
    line-height: 1.68;
    color: #1D1A1E;
}

.product-page .tabs__list {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid rgba(239, 64, 68, 0.4);
}

.product-page .tabs__item {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
}

.product-page .tabs__item:first-child .tabs__btn {
    text-align: left;
}

.product-page .tabs__item:last-child .tabs__btn {
    text-align: right;
}

.product-page .tabs__btn {
    background: transparent;
    position: relative;
    width: 100%;
    font-size: 20px;
    line-height: 120%;
    color: #1D1A1E;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.product-page .tabs__btn:active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.product-page .tabs__btn::after {
    background: #EF4044;
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -2px;
    border-radius: 10px;
    left: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.product-page .tabs__btn.tabs__btn--active::after {
    width: 100%;
}

.product-page .tabs__btn .comment-num {
    pointer-events: none;
}

.product-page .tabs__btn .rateit-num {
    display: none;
}

.product-page .tabs__content {
    width: 100%;
    padding-top: 35px;
}

.parameters {
    height: 265px;
    overflow: hidden;
}

.parameters.auto-height {
    height: auto;
}

.parameter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.parameter .name {
    font-size: 18px;
    line-height: 1.68;
    color: rgba(29, 26, 30, 0.6);
    max-width: 300px;
}

.parameter .dashed {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    margin: 0 5px 6px;
}

.parameter .option {
    font-size: 18px;
    line-height: 1.68;
    color: #1D1A1E;
}

.parameters-btn {
    display: inline-block;
    font-size: 20px;
    line-height: 1.68;
    color: #EF4044;
    cursor: pointer;
    border-bottom: 1px solid rgba(239, 64, 68, 0.4);
}

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

.product-image {
    position: relative;
    width: 52%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-discount {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    background: #EF4044;
    color: #fff;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold
}

.product-inf {
    position: relative;
    width: 48%;
    padding-left: 40px;
}

.product-inf .top {
    margin-bottom: 15px;
}

.product-inf .top .tags {
    margin-bottom: 20px;
}

.product-inf .name {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #1D1A1E;
}

.product-inf .have {
    font-size: 14px;
    line-height: 120%;
    color: #1D1A1E;
    margin-bottom: 25px;
}

.product-inf .have img {
    margin-right: 10px;
}

.product-inf .article {
    font-size: 14px;
    opacity: 0.5;
    display: inline-block;
    margin-right: 35px;
}

.product-inf .title-desc {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 25px;
    color: #1D1A1E;
    text-transform: uppercase
}

.product-inf .desc {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-inf .desc ul {
    list-style: none;
    columns: 2;
    max-width: 100%;
}

.product-inf .desc ul li {
    margin-bottom: 10px;
}

.product-inf .desc ul .bold {
    font-weight: bold
}

.product-inf .desc li {
    width: 100%;
    font-size: 18px;
}

.product-inf .desc li:first-child {
    width: 280px;
    margin-right: 32px;
    max-width: calc(100% - 32px);
}

.product-inf .count {
    width: 280px;
    background: #F5F5F5;
    border-radius: 5px;
    margin-right: 32px;
}

.product-inf .count .minus {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.product-inf .count .plus {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.product-inf .count .minus,
.product-inf .count .plus {
    font: 100 40px 'Manrope', sans-serif;
    background: transparent;
    width: 25%;
    height: 50px;
    opacity: 0.5;
}

.product-inf .count .minus:active,
.product-inf .count .plus:active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.product-inf .count .inp {
    height: 50px;
    width: 50%;
    font-size: 18px;
}

.product-inf .price-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.product-inf .prises {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: -webkit-calc(100% - 316px);
    width: -moz-calc(100% - 316px);
    width: calc(100% - 316px);
    margin-bottom: 0;
}

.product-inf .prises .prise {
    margin-right: 15px;
    font-size: 32px;
}

.product-inf .bottom {
    width: 340px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-inf .heart {
    width: 50px;
    height: 50px;
    background: #F5F5F5;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
}

.product-inf .heart path {
    stroke: #EF4044;
}

.product-inf .btn {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
}

.product-inf .btn svg {
    margin-right: 15px;
}

.product-inf .btn.btn-gray {
    width: 100%;
    margin-top: 15px;
}

.product-inf .btn-link {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #1D1A1E;
    text-decoration: underline;
    margin-bottom: 20px
}

.product-inf .btn-link:hover {
    color: #000;
}

.product-inf .rateit button.rateit-reset {
    display: none !important;
}

.product-inf .rating .link {
    display: none;
}

.swiper-product {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
}

.swiper-product .swiper-slide {
    position: relative;
    height: auto;
    padding-top: 78%;
}

.swiper-similar .swiper-slide {
    height: auto;
}

.swiper-product .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-product .swiper-button-product-main-next,
.swiper-product .swiper-button-product-main-prev,
.swiper-product .swiper-pagination-product {
    display: none;
}

.swiper-product-btn {
    width: 80px;
    height: 410px;
    padding: 40px 0;
}

.swiper-product-btn::before,
.swiper-product-btn::after {
    background: #ffffff;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 5;
}

.swiper-product-btn::after {
    top: auto;
    bottom: 0;
}

.swiper-product-btn .swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-product-btn .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.swiper-product-btn .swiper-button-next {
    bottom: 0;
    top: auto;
}

.swiper-product-btn .swiper-button-prev {
    top: 0;
    bottom: auto;
}

.swiper-product-btn .swiper-button-next,
.swiper-product-btn .swiper-button-prev {
    background: transparent;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 0;
    right: 0;
    margin: auto;
}

.swiper-product-btn .swiper-button-next::after,
.swiper-product-btn .swiper-button-prev::after {
    background: url("/local/templates/melody/assets/css/../images/arrow-red-right.svg") no-repeat center/contain;
}

.desc-btn {
    display: none;
}

.common-rating {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.common-rating__name {
    display: none;
}

.rateit-num {
    pointer-events: none;
    display: inline-block;
    font-size: 32.5px;
    line-height: 120%;
    margin-left: 20px;
    color: #EF4044;
}

.comment {
    display: none;
    padding: 25px 0;
    border-bottom: 1px solid rgba(29, 26, 30, 0.4);
}

.comment:first-child {
    padding-top: 0;
}

.comment__rateit {
    width: 100%;
    margin-bottom: 15px;
}

.comment__name {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.68;
    color: #1D1A1E;
    margin-bottom: 15px;
    display: inline-block;
}

.comment__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.68;
    color: #1D1A1E;
    margin-bottom: 2px;
}

.comment__date {
    display: inline-block;
    font-size: 18px;
    line-height: 1.68;
    color: rgba(29, 26, 30, 0.5);
    margin: 0 0 15px 15px;
}

.comment__text {
    width: 100%;
    max-width: 482px;
    display: block;
    font-size: 18px;
    line-height: 1.68;
    color: rgba(29, 26, 30, 0.8);
    margin-bottom: 15px;
}

.comment__text:last-child {
    margin-bottom: 0;
}

.comment .rateit {
    display: inline-block;
}

.comment .rateit-num {
    font-size: 20px;
}

.progress-comm {
    display: none;
}

.similar-section {
    margin-bottom: 120px;
}

.similar-section .wrap-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.similar-section .wrap-swiper-button {
    margin-left: auto;
}

.theBests-section {
    margin-bottom: 120px;
}

.theBests-section .wrap-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.theBests-section .wrap-title .wrap-swiper-button {
    position: relative;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.theBests-section .wrap-title .wrap-swiper-button .swiper-button-next,
.theBests-section .wrap-title .wrap-swiper-button .swiper-button-prev {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.theBests-swiper {
    width: 100%;
    height: 1400px;
}

.theBests-swiper .swiper-slide {
    height: -webkit-calc((100% - 35px) / 2) !important;
    height: -moz-calc((100% - 35px) / 2) !important;
    height: calc((100% - 35px) / 2) !important;
}

.theBests-swiper .swiper-button-next::after,
.theBests-swiper .swiper-button-prev::after {
    background: url("/local/templates/melody/assets/css/../images/arrow-white-right.svg") no-repeat center/contain;
}

.theBests-swiper .product {
    width: 100%;
}

.sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.sort__btn, .sort-new__btn {
    font: 16px/31px 'Manrope', sans-serif;
    background: #ffffff;
    padding: 2px 22px;
    height: 50px;
    border: 1px solid #1D1A1E;
    border-radius: 63px;
    color: #1D1A1E;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 0 10px 10px 0;
}

.sort__btn:last-child, .sort-new__btn:last-child {
    margin-right: 0;
}

.sort__btn.active, .sort-new__btn.active{
    background: #EF4044;
    border-color: #EF4044;
    color: #ffffff;
}

.sort__btn span, .sort-new__btn span {
    margin-left: 5px;
}

.infoBox-section {
    margin-bottom: 120px;
}

.infoBox-section h2 {
    margin-bottom: 35px;
    max-width: 1100px;
}

.infoBox {
    position: relative;
    padding: 75px;
    background: #F5F5F5;
    border-radius: 5px;
}

.infoBox p {
    font: 18px/30px 'Manrope', sans-serif;
    color: #1D1A1E;
    margin-bottom: 15px;
}

.infoBox-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 8%;
    -moz-column-gap: 8%;
    column-gap: 8%;
}

.bred {
    position: relative;
    margin-bottom: 35px;
    list-style: none;
    padding-left: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bred li {
    font: 14px 'Manrope', sans-serif;
    position: relative;
    color: #1D1A1E;
}

.bred li::after {
    content: "/";
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    color: rgba(29, 26, 30, 0.4);
}

.bred li:last-child:after {
    display: none;
}

.bred li:nth-last-child(2):after {
    color: #1D1A1E;
}

.bred a {
    color: rgba(29, 26, 30, 0.4);
}

.bred a:hover {
    color: #1D1A1E;
}

.aside {
    width: 280px;
}

.aside-title {
    font: 600 24px 'Manrope', sans-serif;
    text-transform: uppercase;
    color: #1D1A1E;
    margin-bottom: 25px;
}

.aside .btn {
    width: 100%;
}

.range-wrap {
    margin: 0 -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.range-wrap .inp {
    background: transparent;
    height: auto;
    border: 0;
    max-width: 60px;
    font-size: 14px;
    margin-left: 5px;
    padding: 0;
}

.noUi-horizontal {
    padding-right: 16px;
    height: 2px;
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    margin: 0 auto 24px;
    background: #F5F5F5;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    top: -9px;
    border-radius: 50%;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #EF4044;
}

.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
    display: none;
}

.noUi-connect {
    height: 100%;
    background: #EF4044;
}

.range-inp {
    height: 40px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f5f5f5;
    text-align: center;
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 0 5px;
    border-radius: 5px;
    font-size: 14px;
    color: rgba(29, 26, 30, 0.4);
}

.aside-box {
    display: block;
    margin-bottom: 25px;
}

.aside-box .checkbox-line {
    width: 230px;
}

.aside-box .title {
    font: 18px 'Manrope', sans-serif;
    margin-bottom: 15px;
    color: #1D1A1E;
}

.checkbox-column {
    /* -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; */
    max-height: 285px;
    overflow-y: auto;
    scrollbar-color: #EF4044 #F2F2F2;
    scrollbar-width: thin;
}

.bx-filter .bx-filter-popup-result{
    border-color: #EF4044;
}

.bx-filter .bx-filter-popup-result a{
    font-weight: 600;
    color: #000;
}

.catalog-page .wrap-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog-sort {
    margin-left: auto;
    margin-bottom: 50px;
}

.catalog-sort span {
    margin-right: 5px;
}

.catalog-sort .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sort-btn {
    font: 14px 'Manrope', sans-serif;
    color: #1D1A1E;
    opacity: 0.4;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 24px;
    cursor: pointer;
}

.sort-btn img {
    margin-right: 5px;
}

.sort-btn:active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sort-btn.active {
    opacity: 1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.sort-btn.active-flip {
    opacity: 1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.sort-btn.active-flip svg {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.sort-btn:last-child {
    margin-bottom: 0;
}

.sort-btn svg {
    width: 17px;
    margin-right: 15px;
}

.sort-btn:hover {
    opacity: 1;
}

.sort-btn-open {
    background: transparent;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.view {
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.view a {
    background: transparent;
    border: 0;
    margin-left: 12px;
    opacity: 0.4;
    font-size: 0;
}

.view a:first-child {
    margin-left: 25px;
}

.view a.active {
    opacity: 1;
}

.catalog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 120px;
}

.catalog .tags-scroll .tags {
    position: relative;
}

.catalog .tags-scroll .tag {
    background: #f5f5f5;
    border: 0;
    color: #1D1A1E;
}

.content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 8%;
}

.content .product {
    width: -webkit-calc((100% - 90px) / 3);
    width: -moz-calc((100% - 90px) / 3);
    width: calc((100% - 90px) / 3);
    margin: 0 15px 30px;
}

.content .product__image {
    position: relative;
    height: auto;
    min-height: 100px;
}

.product__discount {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 35px;
    line-height: 35px;
    background: #EF4044;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
}

.content .product__line {
    width: 100%;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.content .products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 70px -15px;
}

.filters-open {
    position: relative;
    font-size: 14px;
    color: #1D1A1E;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.filters-open img {
    margin-right: 9px;
}

.filters-open .num {
    font: 400 10px/16px 'Manrope', sans-serif;
    background: #EF4044;
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    margin: auto;
    color: #FFFFFF;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.reset-filters {
    padding: 3px 9px;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    margin: 0 10px 0 0;
    height: 30px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #1D1A1E;
}

.reset-filters img {
    margin-right: 5px;
}

.filters-btn-wrap {
    display: none;
}

.close-aside {
    background: url("/local/templates/melody/assets/css/../images/close-black.svg") no-repeat center/contain transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    border: 0;
    display: none;
}

.overlay-modal {
    position: fixed;
    top: 0;
    right: 0;
    width: 200vw;
    height: 200vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%);
    background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0.6) 0%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal {
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*margin: auto;*/
    /*width: auto;*/
    /*height: 100%;*/
    /*!*opacity: 0;*!*/
    /*!*visibility: hidden;*!*/
    /*-webkit-transition: all 0.3s;*/
    /*-o-transition: all 0.3s;*/
    /*-moz-transition: all 0.3s;*/
    /*transition: all 0.3s;*/
    /*border-radius: 2px;*/
    /*overflow: auto;*/
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -moz-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*-moz-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*-webkit-box-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*-moz-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*z-index: -100;*/
}

.modal-one-click {
    display: none;
}

.fancybox-content {
    padding: 30px 40px;
    background-color: transparent;
    max-width: 550px;
    width: 100%;
}

.fancybox-slide--html .fancybox-close-small {
    top: 0;
    right: 0;
    padding: 0;
}

.fancybox-slide--html .fancybox-close-small path {
    fill: #ffffff;
}

.fancybox-slide--html .fancybox-close-small svg {
    width: 40px;
    height: 40px;
}

.modal-child {
    background: #ffffff;
    position: relative;
    padding: 40px;
    width: 100%;
    border-radius: 5px;
}

.modal-child .form-group {
    margin-bottom: 15px;
}

.modal-child .title {
    font: 300 24.4162px/25px 'Manrope', sans-serif;
    text-transform: uppercase;
    color: #1D1A1E;
    margin-bottom: 35px;
    text-align: center;
}

.modal-child .wrap-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.modal-child .wrap-btn .btn {
    width: -webkit-calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: calc(50% - 5px);
}

.modal-child .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-child .bottom .form-group {
    margin-right: auto;
    margin-bottom: 0;
}

.modal-child .bottom .checkbox-line {
    font: 400 14px/1.4 'Manrope', sans-serif;
    color: rgba(29, 26, 30, 0.6);
}

.modal-child .bottom .checkbox-line__btn {
    margin-right: 10px;
    width: 37px;
    height: 20px;
}

.modal-child .bottom .checkbox-line__btn::before {
    width: 14px;
    height: 14px;
}

.modal-child .bottom .checkbox-line input:checked + .checkbox-line__btn::before {
    left: 19px;
}

.modal-child .bottom .text {
    font: 400 14px/1.4 'Manrope', sans-serif;
    color: rgba(29, 26, 30, 0.4);
}

.modal-child .bottom a.text {
    margin-left: 3px;
}

.modal-child textarea.inp {
    height: 120px;
}

.modal.active {
    z-index: 1100;
    opacity: 1;
    visibility: visible;
}

.modal.active .modal-child {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.overlay-modal.active {
    opacity: 1;
    visibility: visible;
}

.modalClose {
    background: transparent;
    position: absolute;
    top: -25px;
    right: -40px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
}

.modalClose svg {
    width: 30px;
    height: 30px;
    opacity: 1;
}

.modalClose:hover svg {
    opacity: 1;
}

.modal-contactUs .modal-child .title {
    margin-bottom: 5px;
}

.modal-contactUs .modal-child .subtitle {
    font: 400 14px 'Manrope', sans-serif;
    color: rgba(29, 26, 30, 0.4);
    margin-bottom: 25px;
    text-align: center;
}

.modal-contactUs .modal-child .wrap-btn {
    margin-bottom: 15px;
}

.modal-contactUs .modal-child .wrap-btn .btn {
    width: 100%;
}

.modal-contactUs .modal-child .checkbox,
.modal-one-click .modal-child .checkbox,
.modal-query .modal-child .checkbox,
.modal-order .modal-child .checkbox {
    font: 400 12px 'Manrope', sans-serif;
    color: rgba(29, 26, 30, 0.5);
}

.modal-contactUs .modal-child .checkbox__btn {
    background: #ffffff;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 1px;
    width: 21px;
    height: 21px;
}

.modal-close {
    cursor: pointer;
}

.modal-order-add .modal-child {
    padding: 30px 40px;
}

.modal-order-add .modal-child .wrap-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.modal-order-add .modal-child .wrap-title .modal-close {
    font: 400 16px 'Manrope', sans-serif;
    color: #1D1A1E;
    border-bottom: 1px solid #1D1A1E;
}

.modal-order-add .modal-child .title {
    font: 400 16px 'Manrope', sans-serif;
    margin-right: auto;
    margin-bottom: 0;
    color: #1D1A1E;
    text-align: left;
}

.modal-order-add__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-order-add__body .btn {
    width: 35%;
}

.card-modal {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
    margin-right: auto;
}

.card-modal img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 20px;
}

.card-modal__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.card-modal .name {
    font: 400 14px/120% 'Manrope', sans-serif;
    color: #1D1A1E;
    margin-bottom: 5px;
    width: 100%;
    display: block;
}

.card-modal .prices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-modal .price {
    font: 600 14px/120% 'Manrope', sans-serif;
    color: #1D1A1E;
    margin-bottom: 5px;
    margin-right: 35px;
}

.card-modal .old-price {
    font: 400 14px/120% 'Manrope', sans-serif;
    color: rgba(29, 26, 30, 0.4);
    margin-bottom: 5px;
    text-decoration: line-through;
}

.card-modal .art {
    font: 400 12px/16px 'Manrope', sans-serif;
    color: rgba(29, 26, 30, 0.5);
}

.modal-login .form-group {
    position: relative;
}

.modal-login .password-oko {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    height: 21px;
    cursor: pointer;
    margin: auto;
}

.modal-login .password-oko .oko-open {
    display: none;
}

.modal-login .password-oko .oko-close {
    display: block;
    opacity: 0.4;
}

.modal-login .password-oko svg {
    width: 21px;
    height: 21px;
}

.modal-login .password-oko.active .oko-open {
    display: block;
}

.modal-login .password-oko.active .oko-close {
    display: none;
}



.product__image[data-fancybox] {
    cursor: pointer;
    z-index: 5;
}

.product__image[data-fancybox]::before {
    content: "";
    display: block;
    position: absolute;
    top: -19px;
    right: 0;
    width: 40px;
    height: 48px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 11C4 7.13401 7.13401 4 11 4C14.866 4 18 7.13401 18 11C18 14.866 14.866 18 11 18C7.13401 18 4 14.866 4 11ZM11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C13.125 20 15.078 19.2635 16.6177 18.0319L20.2929 21.7071C20.6834 22.0976 21.3166 22.0976 21.7071 21.7071C22.0976 21.3166 22.0976 20.6834 21.7071 20.2929L18.0319 16.6177C19.2635 15.078 20 13.125 20 11C20 6.02944 15.9706 2 11 2Z' fill='%23000000'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14C10 14.5523 10.4477 15 11 15C11.5523 15 12 14.5523 12 14V12H14C14.5523 12 15 11.5523 15 11C15 10.4477 14.5523 10 14 10H12V8C12 7.44772 11.5523 7 11 7C10.4477 7 10 7.44772 10 8V10H8C7.44772 10 7 10.4477 7 11C7 11.5523 7.44772 12 8 12H10V14Z' fill='%231D1A1E'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 1;
    transition: all 0.1s;
    z-index: 1;
}

.product__image[data-fancybox]:hover::before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
}

.product__image[data-fancybox] img {
    transition: all 0.2s;
}

.product__image[data-fancybox]:hover img {
   /* filter: blur(3px); */
    opacity: 0.6;
}

@media screen and (max-width: 1440px) {
    .product__image[data-fancybox]::before {
        top: 10px;
        right: 5px;
        width: 32px;
        height: 32px;
    }
}

@media screen and (max-width: 480px) {
    .product__image[data-fancybox]::before {
        top: 7px;
        right: 4px;
        width: 22px;
        height: 22px;
    }
}

.product-popup {
    display: inline-block;
    max-width: 100%;
}

.product-popup .wrap-product-inf {
    background: #FFFFFF;
    border-radius: 5px;
}

.product-popup .wrap-product-inf {
    margin-bottom: 0;
}

.product-popup .product-inf .prises {
    width: 100%;
}

.product-popup .product-image .heart {
    display: none;
}

.swiper-product:not(.swiper-initialized) .swiper-button-product-main-prev,
.swiper-product:not(.swiper-initialized) .swiper-button-product-main-next {
    display: none!important;
}

@media (min-width: 1440.02px) {
    .product-popup {
        width: 1530px;
    }

    .product-popup .wrap-product-inf {
        padding: 48px 70px;
    }

    .product-popup .product-image {
        width: 55%;
    }

    .product-popup .product-inf {
        width: 45%;
        padding-left: 44px;
    }

    .product-popup .product-inf .name {
        margin-bottom: 10px;
    }

    .product-popup .product-inf .price-wrap {
        margin-bottom: 30px;
        margin-top: 37px;
    }

    .product-popup .product-inf .count {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 1440px) and (min-width: 992.02px) {
    .product-popup {
        width: 1246px;
    }

    .product-popup .wrap-product-inf {
        padding: 45px;
    }

    .product-popup .product-image {
        width: 45%;
    }

    .product-popup .product-inf {
        width: 55%;
        padding-left: 45px;
    }

    .product-popup .product-inf .name {
        margin-bottom: 10px;
    }

    .product-popup .product-inf .price-wrap {
        margin-bottom: 30px;
        margin-top: 37px;
    }

    .product-popup .product-inf .count {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .product-popup .product-inf .bottom {
        width: 100%;
    }
}

@media (max-width: 992px) and (min-width: 576.02px) {
    .product-popup {
        width: 740px;
    }

    .product-popup .wrap-product-inf {
        padding: 24px;
    }

    .product-popup .product-image {
        width: 50%;
        margin-bottom: 20px;
        display: flex;
        flex-direction: row;
        align-items: stretch;
    }

    .product-popup .product-inf {
        width: 50%;
        padding-left: 40px;
    }

    .product-popup .product-inf .name {
        margin-bottom: 10px;
    }

    .product-popup .product-inf .price-wrap {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .product-popup .product-inf .count {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .product-popup .product-inf .center {
        width: 100%;
        display: block;
        margin-bottom: 0;
    }

    .product-popup .product-inf .bottom {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .product-popup {
        width: 480px;
    }

    .product-popup .product-image {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        flex-direction: row;
        align-items: stretch;
    }

    .product-popup .product-image .heart {
        background: #F5F5F5;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
    }
    .product-popup .product-image .heart svg {
        width: 11px;
    }

    .product-popup .wrap-product-inf .bottom .heart {
        display: none;
    }

    .product-popup .swiper-product .swiper-pagination-product {
        margin-top: 0;
        position: absolute;
        bottom: 0;
        z-index: 1;
    }

    .product-popup .wrap-product-inf {
        padding: 12px 10px;
    }

    .product-popup .product-inf .center {
        margin-bottom: 0;
    }

    .product-popup .product-inf .name {
        margin-bottom: 1px;
    }

    .product-popup .product-inf .article,
    .product-popup .product-inf .rating {
        width: 100%;
        margin: 0;
        padding-right: 40%;
        font-size: 10px;
    }

    .product-popup .product-inf .article {
        -webkit-order: 3;
        order: 3;
    }

    .product-popup .product-inf .rating {
        height: 16px;
    }

    .product-popup .product-inf .rateit {
        transform: scale(0.7);
        transform-origin: 0 0;
        margin-top: 4px;
    }

    .product-popup .product-inf .text-box {
        -webkit-order: 1;
        order: 1;
        margin-left: 50%;
        width: 50%;
        text-align: right;
        margin-top: -28px;
    }

    .product-popup .product-inf .have, .product-inf .title-desc {
        font-size: 10px;
    }

    .product-popup .product-inf .desc-wrap {
        -webkit-order: 10;
        order: 10;
        margin-top: 20px;
        width: 100%;
    }

    .product-popup .product-inf .desc-wrap .desc-btn {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 480px) {
    .fancybox-slide--html .product-popup {
        padding-top: 46px;
        padding-bottom: 50px;
    }

    .fancybox-slide--html .product-popup .fancybox-close-small {
        display: block;
    }
}


.pagination-mob {
    display: none;
    padding: 0;
    list-style: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.pagination-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 120%;
    color: #1D1A1E;
}

.pagination-link span {
    margin-left: 5px;
}

.pagination-li.bx-pag-next {
    margin-left: 10px;
}

.pagination-li.bx-pag-prev {
    margin-right: 10px;
}

.pagination-li.bx-pag-next .pagination-link img {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.pagination-li.bx-pag-prev .pagination-link img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.pagination-link.active {
    background: #EF4044;
    color: #ffffff;
}

.pagination-li {
    display: inline-block;
    font-size: 18px;
    line-height: 120%;
    color: #1D1A1E;
}

.pagination-li.bx-pag-next .pagination-link,
.pagination-li.bx-pag-prev .pagination-link {
    width: auto;
    height: auto;
}

.rating {
    display: inline-block;
}

.rateit {
    font-size: 0;
}

.rateit button.rateit-reset {
    background: url("/node_modules/jquery.rateit/scripts/delete.gif");
}

.rateit .rateit-range {
    background: url("/local/templates/melody/assets/css/../images/star.svg") left center/16px;
}

.rateit .rateit-selected {
    background: url("/local/templates/melody/assets/css/../images/star-red.svg") left center/16px;
}

.rateit .rateit-hover {
    background: url("/local/templates/melody/assets/css/../images/star-red.svg") left center/16px;
}

.rateit.rateit-common .rateit-range {
    background-size: 26px;
}

.rateit.rateit-common .rateit-selected {
    background-size: 26px;
}

.rateit.rateit-common .rateit-hover {
    background-size: 26px;
}

.rateit.rateit-comment .rateit-range {
    background-size: 19px;
}

.rateit.rateit-comment .rateit-selected {
    background-size: 19px;
}

.rateit.rateit-comment .rateit-hover {
    background-size: 19px;
}

.about-text-wrap {
    margin-bottom: 40px;
}

.about-text-wrap .link {
    background: transparent;
    cursor: pointer;
    display: none;
    font-size: 20px;
    line-height: 1.3;
    color: rgba(29, 26, 30, 0.4);
    text-decoration: none;
    border: 0;
    margin-top: 25px;
}

.about-text-wrap .link:active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.about-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
}

.about-text p {
    font-size: 18px;
    line-height: 1.68;
    color: rgba(29, 26, 30, 0.8);
}

.about-img {
    margin-bottom: 120px;
}

.about-img img {
    border-radius: 5px;
}

.certificates-section {
    margin-bottom: 120px;
}

.certificates-section .wrap-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.certificates-section .wrap-swiper-button {
    margin-left: auto;
}

.swiper-certificates .swiper-slide {
    width: auto;
}

.swiper-gallery .swiper-slide {
    width: auto;
}

.swiper-gallery .swiper-slide img {
    border-radius: 5px;
}

.gallery-section {
    margin-bottom: 120px;
}

.gallery-section .wrap-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallery-section h2 {
    margin-right: auto;
}

.contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 120px;
}

.contacts > div:first-child {
    width: 52%;
}

form[name="CHANGE_PASSWORD"] .form-group,
form[name="REGISTER"] .form-group,
.contacts .form-group {
    margin-bottom: 20px;
}

.contacts .inp,
form[name="FORGOT_PASSWORD"] .inp,
form[name="REGISTER"] .inp,
form[name="CHANGE_PASSWORD"] .inp {
    background: #ffffff;
    height: 50px;
    padding: 5px 40px;
    border: 0;
}

.contacts textarea.inp {
    padding-top: 15px;
    min-height: 140px;
    max-height: 300px;
    resize: vertical;
}

form[name="CALLBACK"],
form[name="FORGOT_PASSWORD"],
form[name="REGISTER"],
form[name="CHANGE_PASSWORD"] {
    position: relative;
    padding: 60px;
    background: #F5F5F5;
    border-radius: 5px;
    width: 100%;
}

form[name="ORDER_CANCEL"] a {
    color: #000;
    font-weight: bold;
}


form[name="FORGOT_PASSWORD"],
form[name="REGISTER"],
form[name="CHANGE_PASSWORD"] {
    width: 50%;
    margin-bottom: 40px;
}

form[name="FORGOT_PASSWORD"] .form-group .btn,
form[name="REGISTER"] .form-group .btn {
    margin-top: 20px;
}

form[name="CALLBACK"] .inp,
form[name="FORGOT_PASSWORD"] .inp,
form[name="REGISTER"] .inp,
form[name="CHANGE_PASSWORD"] .inp {
    max-width: 560px;
}

form[name="CALLBACK"] .btn,
form[name="FORGOT_PASSWORD"] .btn,
form[name="REGISTER"] .btn,
form[name="CHANGE_PASSWORD"] .btn {
    width: 280px;
    border-radius: 5px;
}

form[name="CALLBACK"] .title,
form[name="FORGOT_PASSWORD"] .title,
form[name="REGISTER"] .title,
form[name="CHANGE_PASSWORD"] .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 25px;
    text-transform: uppercase;
    color: #1D1A1E;
    margin-bottom: 15px;
}

form[name="CALLBACK"] .subtitle,
form[name="FORGOT_PASSWORD"] .subtitle,
form[name="REGISTER"] .subtitle {
    font-size: 18px;
    line-height: 1.68;
    color: #333333;
    margin-bottom: 35px;
}

.contacts-inf {
    width: 48%;
    padding-left: 120px;
}

.contacts-inf__box {
    width: 50%;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contacts-inf__box .tel {
    margin-right: 20px;
}

.contacts-inf .vcard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contacts-inf .workhours {
    width: 50%;
}

.contacts-inf .workhours .text {
    display: block;
}

.contacts-inf .col {
    font-size: 0;
    width: 50%;
}

.contacts-inf .col .tel {
    margin-right: 5px;
    line-height: 1.3;
}

.contacts-inf .name {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #1D1A1E;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.contacts-inf .text {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1D1A1E;
}

.contacts-inf .text img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 10px;
}

.contacts-map {
    position: relative;
    margin-bottom: 120px;
    height: 400px;
}

.contacts-form-icon {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 100%;
    border-bottom: 1px solid #EF4044;
    border-left: 1px solid #EF4044;
    width: 157px;
    height: 128px;
}

.contacts-form-icon img {
    position: absolute;
    top: 43px;
    right: 43px;
    width: 38px;
    height: 34px;
    -o-object-fit: contain;
    object-fit: contain;
}

.cart-page {
    position: relative;
    margin-bottom: 120px;
}

.cart-page .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cart-content {
    width: -webkit-calc(100% - 477px);
    width: -moz-calc(100% - 477px);
    width: calc(100% - 477px);
}

.cart-total {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    padding: 25px;
    margin-left: 100px;
    width: 377px;
    background: #f5f5f5;
    border-radius: 5px;
}

.cart-total .title {
    font: normal 600 24.4162px/25px 'Manrope', sans-serif;
    text-transform: uppercase;
    color: #1D1A1E;
    margin-bottom: 20px;
}

.cart-total .line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 15px;
}

.cart-total .line-total {
    border-top: 1px solid rgba(29, 26, 30, 0.2);
    padding-top: 18px;
    margin-bottom: 30px;
}

.cart-total .dashed {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 10px 9px;
    border: 1px dashed rgba(29, 26, 30, 0.2);
}

.cart-total .text {
    font: normal 400 16px/30px 'Manrope', sans-serif;
    margin-right: auto;
    color: #1D1A1E;
}

.cart-total .text-total {
    font: 600 24.4162px/25px 'Manrope', sans-serif;
    margin-right: auto;
    text-transform: uppercase;
    color: #1D1A1E;
}

.cart-total .total-price {
    font: 600 24px/30px 'Manrope', sans-serif;
    color: #1D1A1E;
}

.cart-total .prices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.cart-total .price {
    font: 600 18px/30px 'Manrope', sans-serif;
    color: #1D1A1E;
}

.cart-total .old-price {
    font: 400 14px/1 'Manrope', sans-serif;
    color: rgba(29, 26, 30, 0.4);
    text-decoration: line-through;
}

.cart-total .btn {
    width: 100%;
}

.table-cart-scroll {
    position: relative !important;
    width: 100%;
    overflow: auto;
}

.table-cart-scroll .scroll-element.scroll-x.scroll-scrollx_visible,
.table-cart-scroll .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
    width: 100%;
    pointer-events: auto;
}

.table-cart-scroll.scrollbar-inner.scroll-content {
    scrollbar-width: none;
    width: 100% !important;
    height: 100% !important;
}

.table-cart {
    width: 100%;
    border-collapse: collapse;
}

.table-cart thead th {
    background: #f5f5f5;
}

.table-cart thead th:first-child {
    border-radius: 5px 0 0 5px;
    width: 100px;
}

.table-cart thead th:first-child .title {
    padding: 0;
}

.table-cart thead th:last-child {
    border-radius: 0 5px 5px 0;
}

.table-cart thead .title {
    font: 400 14px/120% 'Nunito', sans-serif;
    padding: 5px;
    min-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgba(29, 26, 30, 0.5);
}

.table-cart tbody td:first-child {
    min-width: 115px;
    width: 115px;
}

.table-cart tbody td:first-child .text {
    padding: 0 15px 0 0;
    position: relative
}

.table-cart tbody td:first-child .text .product-discount {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 999;
    background: #EF4044;
    color: #fff;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
}

.table-cart tbody td:nth-child(2) {
    width: 34%;
}

.table-cart tbody td:nth-child(2) .text {
    padding: 0 15px;
}

.table-cart tbody td:nth-child(3) {
    min-width: 148px;
}

.table-cart tbody td:nth-child(4) {
    min-width: 130px;
}

.table-cart tbody td:nth-child(4) .text {
    padding-right: 0;
}

.table-cart tbody td:nth-child(5) {
    min-width: 130px;
}

.table-cart tbody td:nth-child(5) .text {
    padding: 0;
}

.table-cart tbody td:nth-child(6) {
    min-width: auto;
}

.table-cart tbody td:nth-child(6) .text {
    padding: 0;
}

.table-cart tbody .text {
    font: 600 18px/30px 'Manrope', sans-serif;
    padding: 0 5px;
    min-height: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #1D1A1E;
}

.table-cart .count {
    width: 148px;
    background: #f5f5f5;
    border-radius: 5px;
    height: 50px;
    overflow: hidden;
    padding: 0;
}

.table-cart .count .inp {
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
}

.table-cart .count .plus,
.table-cart .count .minus {
    background: transparent;
    width: 45px;
    height: 100%;
    color: rgba(29, 26, 30, 0.4);
    border-radius: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.table-cart .count .plus path,
.table-cart .count .plus line,
.table-cart .count .minus path,
.table-cart .count .minus line {
    stroke: rgba(29, 26, 30, 0.4);
}

.table-cart .count .plus:hover,
.table-cart .count .minus:hover {
    background: #EF4044;
}

.table-cart .count .plus:hover path,
.table-cart .count .plus:hover line,
.table-cart .count .minus:hover path,
.table-cart .count .minus:hover line {
    stroke: #fff;
}

.table-cart .card-cart {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 230px;
    min-width: 230px;
}

.table-cart .card-cart .name {
    font: 400 20px/25px 'Manrope', sans-serif;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    color: #1D1A1E;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.table-cart .card-cart .name:hover {
    color: #EF4044;
}

.table-cart .card-cart .art {
    font: 400 14px/120% 'Manrope', sans-serif;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    color: rgba(29, 26, 30, 0.4);
    margin-right: auto;
    display: inline-block;
}

.table-cart .card-cart .have {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    line-height: 1;
    font-size: 14px;
}

.table-cart .card-cart .have img {
    margin-right: 5px;
}

.table-cart .btn-delete {
    background: #f5f5f5;
    padding: 0;
    font-size: 0;
    width: 21px;
    height: 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
}

.order-reg-page {
    position: relative;
    margin-bottom: 120px;
}

.order-reg-page .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.order-reg-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}

.order-reg-content .inf-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.order-reg-content .inf-box:first-child {
    margin-bottom: 0;
}

.order-reg-content .inf-box .form-group {
    width: 100%;
}

.order-reg-content .inf-box .form-group .desc-hover {
    display: none;
}

.order-reg-content .inf-box .title {
    font: 400 16px/30px 'Manrope', sans-serif;
    color: #1D1A1E;
    display: block;
    margin-bottom: 10px;
}

.order-reg-content .inf-box .column {
    max-width: 265px;
    margin-right: auto;
}

.order-reg-content .inf-box .radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.order-reg-content .inf-box .radio .desc {
    font: 400 12px/18px 'Manrope', sans-serif;
    color: rgba(29, 26, 30, 0.5);
}

.order-reg-content .inf-box .radio .text {
    display: none;
}

.order-reg-content .form-group-button {
    position: relative;
    margin-right: 15px;
    display: inline-block;
}

.order-reg-content .form-group-button input:checked + .radio {
    border: 1px solid #EF4044;
}

.order-reg-content .form-group-button input:checked + .radio .radio__btn {
    border: 5px solid #EF4044;
}

.order-reg-content .form-group-button .radio {
    border: 1px solid rgba(29, 26, 30, 0.4);
    border-radius: 5px;
    width: 200px;
    height: 50px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    padding-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.order-reg-content .form-group-button .radio__btn {
    position: relative;
    margin-right: 10px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.inf-box-total {
    position: relative;
    width: 100%;
}

.inf-box-total .line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 15px;
}

.inf-box-total .line:nth-last-child(1) .num {
    font: 600 24px 'Manrope', sans-serif;
}

.inf-box-total .dashed {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px dashed #E7E7E7;
    margin: 0 5px 8px;
}

.inf-box-total .text {
    font: 400 16px/30px 'Manrope', sans-serif;
    color: #1D1A1E;
}

.inf-box-total .num {
    font: 400 16px/30px 'Manrope', sans-serif;
    color: #1D1A1E;
}

.inf-box-total .right {
    width: 250px;
    margin-left: auto;
}

.inf-box-total .right .btn {
    width: 100%;
    margin-bottom: 15px;
}

.inf-box-total .right .checkbox {
    font: 400 12px/16px 'Manrope', sans-serif;
    color: rgba(29, 26, 30, 0.5);
}

.inf-box-total .right .checkbox__btn {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.order-reg-total {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    padding: 30px 66px 63px;
    width: 554px;
    margin-left: 189px;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    -webkit-box-shadow: 0 11px 25px rgba(168, 174, 234, 0.16);
    box-shadow: 0 11px 25px rgba(168, 174, 234, 0.16);
    border-radius: 5px;
}

.order-reg-total .title-line {
    padding: 20px 0 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid rgba(29, 26, 30, 0.2);
    margin-bottom: 35px
}

/*.order-reg-total .line:first-child {

  padding-bottom: 35px;
}*/

.order-reg-total .line .link {
    font: normal 400 16px/1.5 'Manrope', sans-serif;
    text-decoration: none;
    color: #1D1A1E;
    border-bottom: 1px solid rgba(29, 26, 30, 0.5);
}

.order-reg-total .line .link:hover {
    color: #F56126;
}

.order-reg-total .line:last-child {
    border-bottom: 0;
}

.order-reg-total .line:last-child .number {
    font: 600 24px/30px 'Manrope', sans-serif;
    color: #1D1A1E;
}

.order-reg-total .text-deliv {
    color: rgba(29, 26, 30, 0.5);
    font-size: 14px;
}

.order-reg-total .text {
    font: 400 16px/1.6 'Manrope', sans-serif;
    color: #1D1A1E;
    margin-right: auto;
}

.order-reg-total .number {
    font: normal 400 16px/30px 'Manrope', sans-serif;
    color: #1D1A1E;
}

.order-reg-card {
    position: relative;
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid rgba(29, 26, 30, 0.2);
}

.order-reg-card img {
    width: 60px;
    height: 75px;
    margin-right: 24px;
    -o-object-fit: contain;
    object-fit: contain;
}

.order-reg-card .name {
    font: 400 16px/22px 'Manrope', sans-serif;
    color: #1D1A1E;
    margin-right: auto;
    max-width: 185px;
}

.order-reg-card .number {
    font: 400 16px/30px 'Manrope', sans-serif;
    color: rgba(29, 26, 30, 0.4);
}

.order-reg-card:hover .name {
    color: #F56126;
}

.delivery-page {
    position: relative;
    margin-bottom: 120px;
}

.delivery-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
    margin-bottom: 80px;
}

.delivery-text .title {
    font: 600 20px/30px 'Manrope', sans-serif;
    color: #1D1A1E;
    margin-bottom: 15px;
    max-width: 570px;
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
}

.delivery-text p {
    font: 400 18px/30px 'Manrope', sans-serif;
    color: #1D1A1E;
    margin-right: 100px;
}

.delivery-banner {
    background: url("/local/templates/melody/assets/css/../images/delivery-banner-fon.jpg") no-repeat center/cover;
    position: relative;
    padding: 40px 120px;
    border-radius: 5px;
    margin-bottom: 120px;
}

.delivery-banner .title {
    font: 300 48px/60px 'Manrope', sans-serif;
    max-width: 600px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.delivery-banner .subtitle {
    font: 400 20px/30px 'Manrope', sans-serif;
    color: rgba(255, 255, 255, 0.8);
}

.delivery-banner .img {
    position: absolute;
    bottom: 0;
    right: 10%;
}

.delivery-inf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.delivery-inf .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 57%;
    height: 365px;
    border-radius: 5px;
    overflow: hidden;
}

.delivery-inf .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.delivery-inf .body {
    position: relative;
    padding-left: -webkit-calc(57% + 49px);
    padding-left: -moz-calc(57% + 49px);
    padding-left: calc(57% + 49px);
    min-height: 365px;
}

.delivery-inf .text {
    font: 400 18px/30px 'Manrope', sans-serif;
    color: #1D1A1E;
    margin-bottom: 25px;
}

.delivery-inf .text.mb-0 {
    margin-bottom: 0;
}

.delivery-inf .title {
    font: 600 20px/30px 'Manrope', sans-serif;
    color: #1D1A1E;
    max-width: 410px;
    margin-bottom: 20px;
}

.delivery-inf .check-point {
    font: 400 18px/30px 'Manrope', sans-serif;
    color: #1D1A1E;
    margin-bottom: 15px;
}

.delivery-inf .check-point img {
    margin-right: 13px;
}

.sale-page {
    position: relative;
    margin-bottom: 120px;
}

.search-page {
    margin-bottom: 40px;
}

.sale-page h1 {
    margin-bottom: 15px;
}

.sale-page .wrap-title {
    margin-bottom: 20px;
}

.sale-page .wrap-title .subtitle {
    font: 400 14px/120% 'Manrope', sans-serif;
    color: rgba(29, 26, 30, 0.5);
}

.sale-page .catalog-sort .left,
.favorites-page .catalog-sort .left {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.sale-page .content,
.favorites-page .content {
    padding-left: 0;
    margin: 0;
}

.sale-page .content .product,
.favorites-page .content .product {
    width: -webkit-calc((100% - 120px) / 4);
    width: -moz-calc((100% - 120px) / 4);
    width: calc((100% - 120px) / 4);
}

.sale-page .content .product.product__line,
.favorites-page .content .product.product__line {
    width: 100%;
}

.search-page .wrap-title {
    margin-bottom: 20px;
}

.search-page .search-language-guess {
    margin-top: 20px;
}

.search-page .wrap-title .title {
    font: 400 24.4162px/25px 'Manrope', sans-serif;
    text-transform: uppercase;
    color: #1D1A1E;
    margin-bottom: 15px;
}

.search-page .wrap-title .title .name {
    font-weight: 600;
}

.search-page .wrap-title .subtitle {
    font: 400 14px/120% 'Nunito', sans-serif;
    color: rgba(29, 26, 30, 0.5);
}

.search-page .catalog-sort .left {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.search-page .content {
    padding-left: 0;
    margin: 0;
}

.search-page .content .product {
    width: -webkit-calc((100% - 120px) / 4);
    width: -moz-calc((100% - 120px) / 4);
    width: calc((100% - 120px) / 4);
}

.search-page .content .product.product__line {
    width: 100%;
}

@media screen and (max-width: 1554px) {
    .menu {
        padding-left: 15px;
    }

    .menu-one__scroll {
        left: 375px;
    }

    .menu-one .scroll-element.scroll-y.scroll-scrolly_visible {
        left: 365px;
    }
}

@media screen and (max-width: 1440px) {
    .category:nth-child(6n) .category__image1 {
        display: none;
    }

    .category:nth-child(6n) .category__image {
        top: -12%;
        left: 0;
    }

    .brand-item {
        width: -webkit-calc((100% - 96px) / 4);
        width: -moz-calc((100% - 96px) / 4);
        width: calc((100% - 96px) / 4);
    }

    .brand-page .wrap-title .brand-logo {
        width: 160px;
        display: block;
    }

    .brand-page .wrap-title .brand-logo img {
        width: 100%;
        height: auto;
    }

    .brand-inf .brand-logo {
        display: none;
    }

    .product {
        padding: 30px 20px;
    }

    .product .tags {
        left: 0;
    }

    .product .heart,
    .product .quickview,
    .product .tags {
        top: 0;
    }

    .product-image {
        width: 45%;
    }

    .product-inf {
        width: 55%;
    }

    .swiper-product .swiper-slide {
        padding-top: 115%;
    }

    .product-page .tabs {
        max-width: 100%;
    }

    .product-page .tabs__content {
        max-width: 800px;
        width: 100%;
    }

    .theBests-swiper {
        height: 1250px;
    }

    .infoBox {
        padding: 75px 25px;
    }

    .gallery-section {
        margin-right: -webkit-calc((100vw - 1277px) / -2);
        margin-right: -moz-calc((100vw - 1277px) / -2);
        margin-right: calc((100vw - 1277px) / -2);
    }

    .gallery-section .wrap-swiper-button {
        display: none;
    }

    .about-text {
        -webkit-column-count: initial;
        -moz-column-count: initial;
        column-count: initial;
        width: 100%;
        max-width: 760px;
        height: 155px;
        overflow: hidden;
    }

    .about-text.open {
        height: auto;
    }

    .about-text-wrap .link {
        display: inline-block;
        border-bottom: 1px dashed rgba(29, 26, 30, 0.4);
    }

    .contacts-map {
        margin-left: -webkit-calc((100vw - 1278px) / -2);
        margin-left: -moz-calc((100vw - 1278px) / -2);
        margin-left: calc((100vw - 1278px) / -2);
        margin-right: -webkit-calc((100vw - 1278px) / -2);
        margin-right: -moz-calc((100vw - 1278px) / -2);
        margin-right: calc((100vw - 1278px) / -2);
    }

    .contacts-inf {
        padding-left: 56px;
    }

    .contacts-inf .col {
        width: auto;
    }

    .contacts-form-icon {
        width: 126px;
        height: 106px;
    }

    .contacts-form-icon img {
        top: 31px;
        right: 40px;
        width: 32px;
        height: 30px;
    }

    .cart-total {
        margin-left: 40px;
    }

    .table-cart tbody td:nth-child(3) .text {
        padding: 0;
    }

    .table-cart .count {
        width: 128px;
    }

    .table-cart .count .plus,
    .table-cart .count .minus {
        width: 35px;
    }

    .cart-content {
        width: -webkit-calc(100% - 417px);
        width: -moz-calc(100% - 417px);
        width: calc(100% - 417px);
    }

    .order-reg-total {
        margin-left: 50px;
    }

    .delivery-text {
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px;
    }

    .delivery-text p {
        margin-right: 0;
    }

    .container {
        max-width: 1290px;
    }

    .footer-bottom {
        border-top: 0;
        padding-right: 0;
    }

    .footer {
        padding: 71px 0;
    }

    .menu {
        padding-left: -webkit-calc((100% - 1260px) / 2);
        padding-left: -moz-calc((100% - 1260px) / 2);
        padding-left: calc((100% - 1260px) / 2);
    }

    .menu-one {
        width: 300px;
    }

    .menu-one .scroll-element.scroll-y.scroll-scrolly_visible {
        left: -webkit-calc((100% - 680px) / 2);
        left: -moz-calc((100% - 680px) / 2);
        left: calc((100% - 680px) / 2);
    }

    .menu-one__scroll {
        left: -webkit-calc(50% - 330px);
        left: -moz-calc(50% - 330px);
        left: calc(50% - 330px);
    }

    .menu-one__panel {
        padding: 36px 0 0 40px;
    }

    .nav-page {
        margin: auto auto auto 17%;
    }

    .features {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .feature {
        margin-right: 25px;
        width: -webkit-calc((100% - 5px) / 4);
        width: -moz-calc((100% - 5px) / 4);
        width: calc((100% - 5px) / 4);
    }

    .feature:last-child {
        width: 230px;
    }

    .feature .body {
        padding-left: 20px;
    }
}

@media screen and (max-width: 1290px) {
    .product__image {
        height: auto;
    }

    .theBests-swiper {
        height: auto;
        margin-right: -15px;
        margin-left: -15px;
        padding-left: 15px;
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
    }

    .theBests-swiper .swiper-slide {
        height: auto !important;
        max-width: 320px;
    }

    .infoBox {
        border-radius: 0;
        margin: 0 -15px;
    }

    .gallery-section {
        margin-right: -15px;
    }

    .contacts-map {
        margin-left: -15px;
        margin-right: -15px;
    }

    .menu {
        padding-left: 0;
    }

    .menu-one__scroll {
        left: 300px;
        width: -webkit-calc(100% - 300px);
        width: -moz-calc(100% - 300px);
        width: calc(100% - 300px);
    }

    .menu-one__link {
        padding: 10px 50px 10px 20px;
        background-color: #ffffff;
        border-top: 1px solid #f5f5f5;
        border-right: 1px solid #f5f5f5;
    }

    .menu-one__btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .menu-one .scroll-element.scroll-y.scroll-scrolly_visible {
        left: 290px;
    }

    .menu-two__name {
        font-size: 18px;
    }

    .menu-two__link {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .banner-item {
        padding: 8vw 100px 8vw;
        border-radius: 0;
    }

    .banner-swiper {
        border-radius: 0;
        margin: 0 -15px;
    }
}


@media screen and (max-width: 1288px) {
    .personal-page .sale-order-detail-payment-options-methods-container:before,
    div.payment-options-methods-row:before{
        display: none;
    }
    .personal-page .row.payment-options-methods-row{
        padding: 0;
        margin: 0;
    }
    .personal-page .row.sale-order-detail-payment-options-methods-information-block{
        flex-wrap:wrap
    }
    .personal-page .row.sale-order-detail-payment-options-methods-information-block>div{
        width: 100%;
    }
    .personal-page .sale-order-detail-payment-options-methods-image-container{
        display: none;
    }
    .personal-page div.payment-options-methods-row:last-child:after{
        display: none;
    }
    .sale-order-detail-payment-options-methods-button-container{
        margin-top: 20px;
        padding: 0;
    }
    .sale-order-detail-payment-options-methods-button-container .btn{
        width: 125px;
    }
}

@media screen and (max-width: 1200px) {
    .categories {
        margin: 0 -10px 0;
    }

    .subcategory {
        padding: 3px 15px;
    }

    .tag.manufacturer {
        float: none;
        border: 0;
        font-weight: 800;
        display: block;
        text-align: left;
        padding-left: 0;
        margin-top: 10px;
    }

    .contacts > div:first-child{
        width: 100%;
    }

    .category {
        padding: 30px 15px;
        width: -webkit-calc((100% - 60px) / 3);
        width: -moz-calc((100% - 60px) / 3);
        width: calc((100% - 60px) / 3);
        margin: 0 10px 20px;
    }

    .category:nth-child(6n+1) {
        width: -webkit-calc((100% - 60px) / 3);
        width: -moz-calc((100% - 60px) / 3);
        width: calc((100% - 60px) / 3);
    }

    .category:nth-child(6n) {
        width: -webkit-calc((100% - 60px) / 3);
        width: -moz-calc((100% - 60px) / 3);
        width: calc((100% - 60px) / 3);
    }

    .product-inf .have,
    .product-inf .title-desc {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .product-inf .title-desc {
        font-size: 16px;
    }

    .product-inf .desc {
        height: 98px;
        overflow: hidden;
        margin-bottom: 5px;
        position: relative;
    }

    .product-inf .desc::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 20px;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .product-inf .desc ul{
        columns:1
    }

    .product-inf .desc li {
        width: 100%;
        font-size: 14px;
    }

    .product-inf .desc.auto-height {
        height: auto;
    }

    .product-inf .desc.auto-height::before {
        display: none;
    }

    .product-inf .desc.auto-height + .desc-btn {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    .product-inf .desc-btn {
        cursor: pointer;
        width: 88px;
        height: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #F5F5F5;
        border-radius: 46px;
        background-image: url("/local/templates/melody/assets/css/../images/arrow-down-gray.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-size: 20%;
        margin-bottom: 20px;
    }

    .product-inf .count {
        width: 130px;
        margin-right: 20px;
    }

    .product-inf .count .minus,
    .product-inf .count .plus,
    .product-inf .count .inp {
        height: 40px;
        font-size: 18px;
    }

    .product-inf .count .inp {
        font-size: 14px;
    }

    .product-inf .prises {
        width: -webkit-calc(100% - 150px);
        width: -moz-calc(100% - 150px);
        width: calc(100% - 150px);
    }

    .product-inf .btn {
        width: -webkit-calc(100% - 50px);
        width: -moz-calc(100% - 50px);
        width: calc(100% - 50px);
        height: 40px;
        font-size: 14px;
    }

    .product-inf .heart {
        width: 40px;
        height: 40px;
    }

    .swiper-product {
        width: -webkit-calc(100% - 70px);
        width: -moz-calc(100% - 70px);
        width: calc(100% - 70px);
    }

    .swiper-product-btn {
        width: 50px;
        height: 320px;
        padding: 40px 0;
    }

    .content .product {
        width: -webkit-calc((100% - 60px) / 2);
        width: -moz-calc((100% - 60px) / 2);
        width: calc((100% - 60px) / 2);
    }

    .content .product__line {
        width: 100%;
    }

    .content .product__line .product__footer {
        width: 180px;
    }

    .content .product__line .product__body {
        width: -webkit-calc(72% - 180px);
        width: -moz-calc(72% - 180px);
        width: calc(72% - 180px);
    }

    .swiper-certificates .swiper-slide {
        position: relative;
        width: 21%;
        padding-top: 28%;
    }

    .swiper-certificates .swiper-slide img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .swiper-gallery .swiper-slide {
        position: relative;
        padding-top: 25%;
        width: 42%;
    }

    .swiper-gallery .swiper-slide img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    form[name="CALLBACK"] {
        width: 100%;
        margin-bottom: 40px;
    }

    .contacts-inf {
        width: 100%;
        padding-left: 0;
    }

    .order-reg-total {
        padding: 15px 20px;
        width: 450px;
    }

    .order-reg-content .inf-box .column {
        max-width: none;
        margin-right: 10px;
        width: 48%;
    }

    .delivery-banner .img {
        right: 5%;
    }

    .header-top .mr-40 {
        margin-right: 16px;
        font-size: 12px;
    }

    .feature-section {
        margin-bottom: 100px;
    }

    .features {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .feature {
        margin-right: 20px;
        width: auto;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .feature img {
        margin-top: 0;
    }

    .feature .desc {
        display: none;
    }

    .feature .name {
        margin-bottom: 0;
    }

    .nav-page {
        margin: auto;
    }
}

@media screen and (max-width: 1092px) {
    .personal-page .content{
        padding-left: 0;
    }
    .personal-page .aside{
        width: 100%;
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 1024px) {
    .category {
        height: 400px;
        width: -webkit-calc((100% - 40px) / 2);
        width: -moz-calc((100% - 40px) / 2);
        width: calc((100% - 40px) / 2);
    }

    .category:nth-child(6n+1) {
        width: -webkit-calc((100% - 40px) / 2);
        width: -moz-calc((100% - 40px) / 2);
        width: calc((100% - 40px) / 2);
    }

    .category:nth-child(6n+1) .category__image {
        right: -8%;
        bottom: -15%;
        height: 100%;
    }

    .category:nth-child(6n) {
        width: -webkit-calc((100% - 40px) / 2);
        width: -moz-calc((100% - 40px) / 2);
        width: calc((100% - 40px) / 2);
    }

    .category:nth-child(2) .category__image {
        top: 0;
    }

    .category:nth-child(3) .category__image {
        top: 0;
        right: 0;
        height: 90%;
        left: 0;
        margin: auto;
    }

    .category:nth-child(4) .category__image {
        top: 0;
        right: 0;
        height: 70%;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .categories-section {
        margin-bottom: 60px;
    }

    .wrap-swiper-button {
        margin-bottom: 30px;
    }

    .cart-page .wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cart-content {
        width: 100%;
        margin-bottom: 20px;
    }

    .cart-total {
        margin-left: 0;
        width: 100%;
        background-color: transparent;
        padding: 0;
    }

    .cart-total .btn {
        width: auto;
    }

    .cart-total .line-total {
        padding-top: 0;
        border-top: 0;
    }

    .order-reg-total {
        width: 100%;
        margin-left: 0;
    }

    .order-reg-content {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -moz-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .delivery-banner {
        padding: 40px;
    }

    .delivery-banner .title {
        font-size: 38px;
        line-height: 1.4;
    }

    .delivery-banner .img {
        width: 30%;
    }

    .sale-page .content .product,
    .search-page .content .product {
        width: -webkit-calc((100% - 90px) / 3);
        width: -moz-calc((100% - 90px) / 3);
        width: calc((100% - 90px) / 3);
    }

    .sale-page .content .product.product__line,
    .search-page .content .product.product__line {
        width: 100%;
    }

    h2,
    .h2 {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .header-bottom__top .left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .subLogo {
        max-width: 100%;
        margin: 0;
    }

    .header-top {
        display: none;
    }

    .header-bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header-bottom__top {
        display: contents;
    }

    .header-bottom__bottom {
        display: contents;
    }

    .nav-page {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 100%;
        margin: 20px 0;
    }

    .catalog-btn {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        height: 40px;
    }

    .header .search {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        margin: auto 0 auto auto;
        width: -webkit-calc(100% - 220px);
        width: -moz-calc(100% - 220px);
        width: calc(100% - 220px);
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -moz-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .search {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        margin: auto 0 auto auto;
        width: -webkit-calc(100% - 220px);
        width: -moz-calc(100% - 220px);
        width: calc(100% - 220px);
    }

    .search .inp {
        border-radius: 5px;
    }

    .nav-btn {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .contact-tel {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .contact-tel .tel {
        margin: 0 5px;
    }

    .menu-one__panel {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        padding: 15px 0 0 25px;
    }

    .page {
        min-height: -webkit-calc(100vh - 621px);
        min-height: -moz-calc(100vh - 621px);
        min-height: calc(100vh - 621px);
    }

    .banner-section {
        position: relative;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 992px) {
    .brand-list {
        margin: 0 -5px 15px;
    }

    .personal-page .order-list__item{
        padding: 20px;
    }

    .brand-item {
        width: -webkit-calc((100% - 40px) / 4);
        width: -moz-calc((100% - 40px) / 4);
        width: calc((100% - 40px) / 4);
        height: 100px;
        padding: 15px;
        margin: 0 5px 10px;
    }

    .brand-page {
        margin-bottom: 80px;
    }

    .brand-page .wrap-title {
        margin-bottom: 20px;
    }

    .brand-page .wrap-title .brand-logo {
        width: 100px;
    }

    .brand-inf__column p {
        font-size: 14px;
        line-height: 1.6;
    }

    .product {
        padding: 20px 15px;
    }

    .product__name {
        font-size: 18px;
        line-height: 1.3;
    }

    .product__image {
        position: relative;
        padding-top: 80%;
        width: 100%;
        margin-bottom: 20px;
    }

    .theBests-swiper .swiper-slide {
        max-width: 250px;
    }

    .theBests-section .wrap-title .wrap-swiper-button {
        display: none;
    }

    .sort__btn {
        height: 35px;
    }

    .infoBox {
        padding: 45px 25px;
    }

    .about-img,
    .certificates-section,
    .gallery-section {
        margin-bottom: 80px;
    }

    .contacts,
    .contacts-map {
        margin-bottom: 80px;
    }

    .cart-page {
        margin-bottom: 80px;
    }

    .order-reg-page {
        margin-bottom: 80px;
    }

    .delivery-inf .img {
        position: relative;
        width: 100%;
        margin-bottom: 15px;
    }

    .delivery-inf .body {
        min-height: auto;
        padding-left: 0;
    }

    .delivery-page {
        margin-bottom: 80px;
    }

    .sale-page {
        margin-bottom: 80px;
    }

    .banner-item .title {
        font-size: 38px;
    }

    .banner-item .subtitle {
        font-size: 18px;
    }

    .features {
        white-space: nowrap;
        overflow: auto;
        margin-right: -15px;
    }

    .features::-webkit-scrollbar {
        height: 0;
    }

    .feature .name {
        white-space: normal;
        min-width: 170px;
        font-size: 18px;
        display: inline;
    }

    .feature:nth-child(3) .name {
        display: block;
    }
}

@media screen and (max-width: 900px) {
    .sort-btn-open {
        display: block;
    }

    .sort-button {
        position: relative;
        width: auto;
        height: 25px;
        overflow: hidden;
        border-radius: 2px;
        z-index: 100;
        padding-right: 15px;
    }

    .personal-page .order-list__link{
        flex-wrap: wrap;
        justify-content: center;
    }

    .personal-page .order-list__block,
    .personal-page .order-list__info{
        width: 50%;
        margin: 0;
        text-align:center
    }

    .personal-page .order-list__arrow{
        margin-left: 0;
        margin-top: 10px;
    }

    .personal-page .order-cancel{
        margin-top: 10px;
    }

    .sort-button::after {
        content: "";
        position: absolute;
        opacity: 0.4;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0;
        width: 12px;
        height: 7px;
        background-image: url("/local/templates/melody/assets/css/../images/arrow-down-gray.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .sort-button.active {
        overflow: visible;
        border-bottom: 0;
    }

    .sort-button.active::after {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    .sort-button.active .sort-btn-open {
        display: none;
    }

    .sort-button.active .sort-btn-wrap {
        background-color: #ffffff;
    }

    .sort-button .sort-btn-wrap {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .catalog .aside {
        position: fixed;
        top: 0;
        left: -110%;
        width: 100%;
        height: 100%;
        overflow: auto;
        max-width: 300px;
        opacity: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        background-color: #ffffff;
        padding: 40px 15px;
        z-index: 2000;
    }

    .catalog .aside.active {
        opacity: 1;
        left: 0;
    }

    .personal-page .aside{
        width: 100%;
        margin-bottom: 20px;
    }

    .personal-page .content{
        margin: 0;
    }

    .content {
        padding-left: 0;
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -moz-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .content .product {
        width: -webkit-calc((100% - 90px) / 3);
        width: -moz-calc((100% - 90px) / 3);
        width: calc((100% - 90px) / 3);
    }

    .content .product__line {
        width: 100%;
    }

    .filters-btn-wrap {
        display: block;
    }

    .catalog-sort .sort-btn,
    .catalog-sort .sort-btn {
        margin: 2px 0;
    }

    .catalog-sort {
        margin-left: 0;
        margin-bottom: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .catalog-sort .left {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .sort-btn-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .view {
        width: 30px;
        height: 30px;
        background: #FFFFFF;
        border: 1px solid #E7E7E7;
        border-radius: 5px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 0 15px;
    }

    .view a {
        margin: 0;
    }

    .view a:first-child {
        margin: 0;
    }

    .view a.active {
        display: none;
    }

    .close-aside {
        display: block;
    }

    .catalog {
        margin-bottom: 80px;
    }

    .modalClose {
        display: none;
    }

    .sale-page .catalog-sort .left,
    .favorites-page .catalog-sort .left,
    .search-page .catalog-sort .left {
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .sale-page .catalog-sort .sort-btn,
    .search-page .catalog-sort .sort-btn {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .product-inf .prises .prise {
        font-size: 24px;
    }

    .modal-select-city.fancybox-content{
        display: block !important;
        top: -100%;
    }


    .modal-city-wrap>.modal-city-select{
        justify-content: center;
        text-align: center;
    }

    .modal-city-wrap>div{
        width:100% !important;
        border: 0 !important;
        padding:0 !important
    }

    .modal-city-select>div{
        width:100% !important;
    }

    .category {
        height: 225px;
    }

    .category .category-buttons {
        display: none;
    }

    .category__name {
        margin-top: auto;
        margin-bottom: 0;
        font-size: 20px;
    }

    .category:nth-child(6n+1) .category__image {
        right: 0;
        bottom: 0;
        height: 100%;
        width: auto;
    }

    .category:nth-child(6n+1) .category__name {
        margin-top: auto;
        margin-bottom: 0;
    }

    .category:nth-child(2) .category__image {
        top: 0;
        width: 100%;
        height: 70%;
    }

    .category:nth-child(4) .category__image {
        top: 0;
        right: 0;
        height: 80%;
        width: 50%;
    }

    .category:nth-child(5) .category__image {
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 65%;
    }

    .category:nth-child(6n) .category__image {
        top: 0;
        left: 0;
        width: 100%;
        height: 70%;
    }

    .categories-section {
        margin-bottom: 40px;
    }

    .brands {
        margin-bottom: 80px;
    }

    .brand-inf.open .brand-inf__column {
        height: auto;
    }

    .brand-inf.open .brand-inf__column::after {
        display: none;
    }

    .brand-inf.open .brand-inf__column-btn::after {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    .brand-inf {
        padding: 0;
        background-color: transparent;
    }

    .brand-inf__column {
        position: relative;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        overflow: hidden;
        height: 144px;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -moz-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .brand-inf__column::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30px;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .brand-inf__column-btn {
        background: #F5F5F5;
        border-radius: 46px;
        width: 55px;
        height: 20px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .brand-inf__column-btn::after {
        content: "";
        display: inline-block;
        background-image: url("/local/templates/melody/assets/css/../images/arrow-down-gray.svg");
        width: 13px;
        height: 7px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .similar-section {
        margin-bottom: 80px;
    }

    .product-inf {
        width: 100%;
        padding-left: 0;
    }

    .product-inf .text-box {
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }

    .product-inf .center {
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }

    .product-inf .bottom {
        width: 100%;
    }

    .product-image {
        width: 100%;
        margin-bottom: 20px;
    }

    .swiper-product .swiper-slide {
        padding-top: 60%;
    }

    .product-page .tabs {
        margin-bottom: 80px;
    }

    .theBests-section {
        margin-bottom: 80px;
    }

    .sort__btn {
        font-size: 14px;
    }

    .infoBox-section {
        margin-bottom: 80px;
    }

    .infoBox-section h2 {
        margin-bottom: 25px;
    }

    .infoBox p {
        font-size: 16px;
    }

    .catalog {
        margin-bottom: 60px;
    }

    .about-text {
        height: 120px;
    }

    .about-text p {
        font-size: 14px;
    }

    .about-text-wrap .link {
        font-size: 14px;
        margin-top: 10px;
    }

    .contacts-map {
        height: 200px;
    }

    .delivery-banner {
        margin-bottom: 80px;
        padding: 20px 15px;
    }

    .delivery-banner .title {
        font-size: 28px;
        max-width: 400px;
    }

    .delivery-banner .subtitle {
        font-size: 18px;
    }

    .delivery-text {
        margin-bottom: 40px;
    }

    .delivery-text .title {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.4;
    }

    .delivery-text p {
        font-size: 14px;
        line-height: 1.6;
    }

    .sale-page,
    .search-page {
        margin-bottom: 60px;
    }

    .sale-page .content .product,
    .favorites-page .content .product,
    .search-page .content .product {
        width: -webkit-calc((100% - 60px) / 2);
        width: -moz-calc((100% - 60px) / 2);
        width: calc((100% - 60px) / 2);
    }

    .sale-page .content .product.product__line,
    .search-page .content .product.product__line {
        width: 100%;
    }

    h2,
    .h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .swiper-button-prev {
        margin-right: 10px;
    }

    .contact-tel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -moz-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .contact-tel .tel {
        font-size: 14px;
        opacity: 0.5;
    }

    .logo {
        font-size: 19px;
    }

    .subLogo {
        font-size: 14px;
        max-width: 180px;
    }

    .nav-page li::after {
        margin: 0 10px;
    }

    .footer-bottom {
        margin-top: 10px;
    }

    .menu-one {
        width: 220px;
    }

    .menu-one__scroll {
        left: 220px;
        width: -webkit-calc(100% - 220px);
        width: -moz-calc(100% - 220px);
        width: calc(100% - 220px);
    }

    .menu-one__link {
        font-size: 14px;
    }

    .menu-one .scroll-element.scroll-y.scroll-scrolly_visible {
        left: 215px;
        width: 5px;
    }

    .menu-two {
        margin-bottom: 20px;
    }

    .menu-two__name {
        font-size: 14px;
        line-height: 1;
        margin-bottom: 8px;
    }

    .menu-two__link {
        font-size: 12px;
        line-height: 1.2;
    }

    .banner-item .title {
        font-size: 28px;
    }

    .banner-item .subtitle {
        font-size: 16px;
    }

    .feature-section {
        margin-bottom: 70px;
    }

    .link {
        font-size: 16px;
    }
}

@media screen and (max-width: 680px) {
    .categories {
        margin: 0 -5px 0;
    }

    .personal-page .order-list__block,
    .personal-page .order-list__info{
        width: 100%;
        margin-bottom: 20px;
    }


    .category {
        background: transparent;
        padding: 0;
        border-radius: 0;
        width: -webkit-calc((100% - 30px) / 3) !important;
        width: -moz-calc((100% - 30px) / 3) !important;
        width: calc((100% - 30px) / 3) !important;
        margin: 0 5px 25px;
        height: auto;
    }

    .category__image-wrap {
        position: relative;
        width: 100%;
        padding-top: 100%;
        background: #F5F5F5;
        border-radius: 5px;
        margin-bottom: 5px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        z-index: 1;
    }

    .category__name {
        text-align: center;
        font-size: 16px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .category__image {
        width: 100% !important;
        height: 100% !important;
    }

    .category:nth-child(6n+1) .category__image {
        -webkit-transform: rotate(-50deg);
        -moz-transform: rotate(-50deg);
        -ms-transform: rotate(-50deg);
        transform: rotate(-50deg);
    }

    .brands {
        margin-bottom: 60px;
    }

    .brand-page {
        margin-bottom: 40px;
    }

    .brands-page .search .inp {
        padding-left: 50px;
    }

    .brands-page .search__btn {
        left: 20px;
    }

    .similar-section {
        margin-bottom: 60px;
    }

    .product-inf .text-box {
        width: 100%;
    }

    .product-inf .center {
        width: 100%;
    }

    .product-inf .bottom {
        width: 100%;
    }

    .product-page .tabs__btn {
        font-size: 16px;
    }

    .product-page .tabs p {
        font-size: 14px;
    }

    .product-page .tabs {
        margin-bottom: 60px;
    }

    .parameter {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .parameter .name,
    .parameter .option {
        font-size: 14px;
    }

    .parameter .dashed {
        margin: 10px 0 0;
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -moz-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .parameters {
        height: auto;
    }

    .parameters-btn {
        display: none;
    }

    .wrap-product-inf {
        margin-bottom: 60px;
    }

    .theBests-section {
        margin-bottom: 60px;
    }

    .infoBox-section {
        margin-bottom: 60px;
    }

    .infoBox-text {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    .infoBox-text p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .content .product {
        width: -webkit-calc((100% - 40px) / 2);
        width: -moz-calc((100% - 40px) / 2);
        width: calc((100% - 40px) / 2);
        margin: 0 10px 20px;
    }

    .content .product__line {
        width: 100%;
    }

    .content .products {
        margin: 0 -10px;
    }

    .catalog, .personal-page .personal-wrap {
        margin-bottom: 40px;
    }

    .card-modal {
        width: 100%;
        margin-bottom: 20px;
    }

    .modal-order-add__body .btn {
        height: 30px;
        width: auto;
    }

    .pagination {
        margin-bottom: 30px;
    }

    .about-img,
    .certificates-section,
    .gallery-section {
        margin-bottom: 60px;
    }

    .contacts,
    .contacts-map {
        margin-bottom: 60px;
    }

    .cart-page {
        margin-bottom: 60px;
    }

    .order-reg-page {
        margin-bottom: 60px;
    }

    .delivery-page {
        margin-bottom: 40px;
    }

    .sale-page,
    .search-page {
        margin-bottom: 40px;
    }

    .sale-page .content .product,
    .search-page .content .product {
        width: -webkit-calc((100% - 40px) / 2);
        width: -moz-calc((100% - 40px) / 2);
        width: calc((100% - 40px) / 2);
    }

    .sale-page .content .product.product__line,
    .search-page .content .product.product__line {
        width: 100%;
    }

    .banner-item {
        padding: 40px;
    }

    .banner-swiper .swiper-banner-pagination {
        bottom: 10px;
    }

    .banner-swiper .swiper-banner-pagination .swiper-pagination-bullet {
        width: 13px;
        height: 2px;
        margin: 0 3px;
    }

    .banner-swiper .swiper-button-next,
    .banner-swiper .swiper-button-prev {
        display: none;
    }

    .feature img {
        max-width: 40px;
        max-height: 26px;
    }
}

@media(max-width: 650px){
    .pagination {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pagination .pagination-link {
        width: 27px;
        height: 27px;
        font-size: 10px;
    }


    .pagination-li.bx-pag-prev .pagination-link span,
    .pagination-li.bx-pag-next .pagination-link span{
        display: none;
    }

    .pagination-li.bx-pag-next .pagination-link:before{
        content: "";
        width: 26px;
        height: 21px;
        background: url('/local/templates/melody/assets/images/arrow-black-right.svg') no-repeat center top 5px;
        display: inline-block;
        vertical-align: middle;
    }

    .pagination-li.bx-pag-prev,
    .pagination-li.bx-pag-next,
    .pagination-li.bx-pag-prev .pagination-link{
        margin: 0 !important;
    }

    .pagination-li.bx-pag-prev span,
    .pagination-li.bx-pag-next span{
        display:none
    }


    .pagination-li.bx-pag-prev .pagination-link:after{
        content: "";
        width: 26px;
        height: 21px;
        background: url('/local/templates/melody/assets/images/arrow-black-left.svg') no-repeat center top 5px;
        display: inline-block;
        vertical-align: middle;
    }

    .pagination .pagination-li:nth-last-child(2) {
        margin: 0;
    }
}

@media screen and (max-width: 576px) {
    .category__name {
        font-size: 12px;
    }

    .table-cart tbody td:first-child .text .product-discount{
        top:auto;
        bottom:-50px;
        right:10px
    }

    .categories-section {
        margin-bottom: 15px;
    }

    .wrap-swiper-button {
        display: none;
    }

    .swiper-brands {
        padding: 13px 0;
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        height: 67px;
        margin: 0 -15px;
        background: #F5F5F5;
    }

    .personal-page .order-product{
        justify-content: center;
        text-align: center;
        padding: 20px 0;
    }

    .personal-page .order-info{
        padding-bottom:20px
    }

    .swiper-brands .swiper-slide {
        width: 80px;
        height: auto !important;
    }

    .brands {
        margin-bottom: 40px;
    }

    .brand {
        background-color: transparent;
        text-align: center;
    }

    .brand img {
        display: inline-block;
        max-width: 70px;
        max-height: 18px;
    }

    .brand-sort {
        margin-bottom: 25px;
    }

    .brand-sort .title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .alphabet a {
        font-size: 14px;
        line-height: 1.6;
    }

    .brand-item {
        height: 50px;
        padding: 10px;
    }

    .brand-list-wrap .name {
        font-size: 18px;
        line-height: 1;
    }

    .brand-page .wrap-title {
        margin-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .brand-page .wrap-title h1 {
        margin-bottom: 20px;
    }

    .brand-page .wrap-title .brand-logo {
        width: 80px;
        margin-bottom: 10px;
    }

    .product {
        padding: 15px 10px;
    }

    .product__name {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .product .btn {
        font-size: 14px;
        height: 40px;
    }

    .product .btn svg {
        width: 15px;
        height: 15px;
        margin-right: 10px;
    }

    .product .have {
        font-size: 12px;
    }

    .prises {
        margin-bottom: 7px;
    }

    .product__discount{
        width: 25px;
        line-height: 25px;
        font-size:8px;
        top:10px;
        left: 10px;
        right:auto;
        bottom: auto
    }

    .prises .prise {
        font-size: 16px;
    }

    .prises .old-prise {
        font-size: 12px;
    }

    .tag {
        padding: 1px 10px;
        font-size: 11px;
    }

    .swiper-product-btn {
        display: none !important;
    }

    .swiper-product {
        width: 100%;
    }

    .swiper-product .swiper-button-product-main-next {
        right: -10px;
    }

    .swiper-product .swiper-button-product-main-prev {
        left: -10px;
    }

    .swiper-product .swiper-button-product-main-next,
    .swiper-product .swiper-button-product-main-prev {
        background: transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .swiper-product .swiper-button-product-main-next::after,
    .swiper-product .swiper-button-product-main-prev::after {
        display: block;
        background-image: url("/local/templates/melody/assets/css/../images/arrow-black-right.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0.4;
    }

    .swiper-product .swiper-pagination-product {
        display: block;
        font-size: 0;
        text-align: center;
        margin-top: 20px;
    }

    .swiper-product .swiper-pagination-product .swiper-pagination-bullet {
        background: #1D1A1E;
        opacity: 0.4;
        margin: 0 2px;
    }

    .swiper-product .swiper-pagination-product .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
        background: #EF4044;
    }

    .product-image {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .product-inf {
        display: contents;
    }

    .product-inf .top {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .product-inf .top .tags {
        margin-bottom: 5px;
    }

    .product-inf .price-wrap {
        display: contents;
    }

    .product-inf .prises {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 10px;
    }

    .product-inf .prises .prise {
        font-size: 24px;
    }

    .product-inf .prises .old-prise {
        font-size: 14px;
    }

    .product-inf .count {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 10px;
    }

    .product-inf .btn {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: -webkit-calc(100% - 190px);
        width: -moz-calc(100% - 190px);
        width: calc(100% - 190px);
    }

    .product-inf .btn-link {
        order: 2;
        display: block;
        width: 100%;
        font-size: 16px;
        margin-bottom: 12px;
    }

    .product-inf .btn.btn-gray {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .product-inf .heart {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .product-inf .center {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .product-inf .bottom {
        display: contents;
    }

    .product-inf .text-box {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .product-inf .desc-btn {
        margin-bottom: 0;
    }

    .common-rating {
        display: none;
    }

    .product-page .tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-page .tabs__item {
        width: 100%;
    }

    .product-page .tabs__item:last-child .tabs__btn {
        text-align: left;
    }

    .product-page .tabs__item .tabs__btn {
        text-align: left;
        width: auto;
        font-weight: 600;
        font-size: 16px;
        color: #1D1A1E;
        text-transform: none;
    }

    .product-page .tabs__item .tabs__btn::after {
        display: none;
    }

    .product-page .tabs__item:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .product-page .tabs__item:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .product-page .tabs__item:nth-child(3) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .product-page .tabs__content {
        padding-top: 0;
        margin-bottom: 20px;
    }

    .product-page .tabs__content .btn {
        height: 40px;
        font-size: 12px;
    }

    .product-page .tabs__content .btn.mob-none {
        display: none;
    }

    .product-page .tabs__content.order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .product-page .tabs__content.order-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .product-page .tabs__content.order-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .product-page .tabs__btn .comment-num {
        display: none;
    }

    .product-page .tabs__btn .rateit-num {
        display: inline-block;
        font-size: 16px;
        color: #1D1A1E;
        margin: 0;
    }

    .product-page .tabs__list {
        display: contents;
    }

    .comments {
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin: 0 -15px 20px;
        padding-left: 15px;
        overflow: auto;
        white-space: nowrap;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .comments::-webkit-scrollbar {
        height: 0;
    }

    .comment {
        position: relative;
        padding: 20px;
        background: #F5F5F5;
        border-radius: 5px;
        margin-right: 10px;
        border-bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .comment:first-child {
        padding-top: 20px;
    }

    .comment__date {
        margin-left: auto;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .comment__name {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .comment__rateit {
        margin-bottom: 10px;
    }

    .comment__title {
        display: none;
    }

    .comment__text {
        display: none;
    }

    .comment__text.mob {
        display: block;
        font-size: 14px;
    }

    .wrap-product-inf {
        margin-bottom: 40px;
    }

    .similar-section .wrap-swiper-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .progress-comm {
        display: block;
        margin-bottom: 15px;
    }

    .progress-comm__box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: 'Manrope', sans-serif;
        font-weight: 400;
        font-size: 10px;
        line-height: 16px;
        color: rgba(29, 26, 30, 0.4);
        margin-bottom: 5px;
    }

    .progress-comm__line {
        position: relative;
        width: 116px;
        height: 3px;
        margin-right: 7px;
        background: rgba(239, 64, 68, 0.3);
        border-radius: 31px;
    }

    .progress-comm__scale {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: #ef4044;
        border-radius: 31px;
    }

    .theBests-section {
        margin-bottom: 40px;
    }

    .theBests-swiper .swiper-slide {
        max-width: 200px;
    }

    .sort {
        margin-bottom: 15px;
    }

    .sort__btn {
        padding: 2px 12px;
        margin-right: 7px;
        margin-bottom: 5px;
        height: 25px;
        font-size: 12px;
    }

    .sort__btn span {
        display: none;
    }

    .infoBox-section {
        margin-bottom: 40px;
    }

    .content .product__line {
        padding: 10px;
        width: 100%;
        display: block;
        border-top: 1px solid #E7E7E7;
        border-bottom: 1px solid #E7E7E7;
        border-left: 1px solid #E7E7E7;
        border-right: 1px solid #E7E7E7;
        -webkit-box-shadow: 0 11px 25px rgba(223, 223, 223, 0.16);
        box-shadow: 0 11px 25px rgba(223, 223, 223, 0.16);
        border-radius: 5px;
        margin-bottom: 9px;
    }

    .content .product__line .product__image {
        position: initial;
        float: left;
        width: auto;
        display: contents;
    }

    .content .product__line .product__image img {
        position: absolute;
        top: 10px;
        left: 10px;
        min-height: 180px;
        width: 160px;
        margin: 0;
    }

    .content .product__line .heart {
        right: 15px;
        top: 15px;
    }

    .content .product__line .tags {
        top: 10px;
        left: 10px;
    }

    .content .product__line .product__name {
        padding-right: 30px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .content .product__line .product__article {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .content .product__line .have {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .content .product__line .prises {
        margin-bottom: 20px;
    }

    .content .product__line .product__footer .btn {
        width: auto;
        margin-top: 0;
        margin-bottom: 0;
    }

    .content .product__line .product__text {
        display: none;
    }

    .content .product__line .product__body,
    .content .product__line .product__footer {
        padding: 0;
        width: 100%;
        padding-left: 170px;
        margin: 0;
    }

    .view {
        margin: 0;
    }

    .sort-btn {
        margin: 0 0 5px 0;
    }

    .catalog-sort {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .catalog-sort .left {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .filters-btn-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .reset-filters {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0;
    }

    .filters-open {
        margin: 0 0 10px 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .catalog .tags {
        white-space: nowrap;
    }

    .tags-scroll {
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        overflow: auto;
        margin: 0 -15px;
        padding-left: 15px;
    }

    .tags-scroll::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .sort-button {
        margin-bottom: 7px;
    }

    .modal-order-add .modal-child {
        padding: 15px 10px;
    }

    .modal-order-add .modal-child .title {
        font-size: 14px;
    }

    .modal-order-add .modal-child .wrap-title .modal-close {
        font-size: 12px;
    }


    .certificates-section .wrap-swiper-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .certificates-section .wrap-swiper-button .swiper-button-next,
    .certificates-section .wrap-swiper-button .swiper-button-prev {
        width: 16px;
        height: 16px;
    }

    .certificates-section .wrap-swiper-button .swiper-button-next::after,
    .certificates-section .wrap-swiper-button .swiper-button-prev::after {
        background-size: 20%;
    }

    .contacts-inf__box:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 50%;
    }

    .contacts-inf__box:nth-child(2) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: 100%;
    }

    .contacts-inf__box:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }

    .contacts-inf__box:nth-child(4) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }

    .contacts-inf__box:nth-child(5) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 50%;
    }

    .contacts-inf .vcard-right,
    .contacts-inf .vcard-left {
        display: contents;
    }

    .contacts-form-icon {
        width: 62px;
        height: 51px;
    }

    .contacts-form-icon img {
        top: 10px;
        right: 14px;
        width: 20px;
        height: 18px;
    }

    .table-cart {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .table-cart thead {
        display: none;
    }

    .table-cart tbody {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .table-cart tbody tr {
        position: relative;
        padding: 10px 10px 10px 70px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: #FFFFFF;
        border: 1px solid #E7E7E7;
        -webkit-box-shadow: 0 11px 25px rgba(223, 223, 223, 0.16);
        box-shadow: 0 11px 25px rgba(223, 223, 223, 0.16);
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .table-cart tbody td:first-child {
        min-width: auto;
        width: 50px;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .table-cart tbody td:first-child .text {
        padding: 0;
    }

    .table-cart tbody td:nth-child(2) {
        min-width: auto;
        width: auto;
    }

    .table-cart tbody td:nth-child(2) .text {
        padding: 0;
    }

    .table-cart tbody td:nth-child(3) {
        min-width: auto;
    }

    .table-cart tbody td:nth-child(4) {
        display: none;
    }

    .table-cart tbody td:nth-child(5) {
        min-width: auto;
    }

    .table-cart tbody td:nth-child(6) {
        position: absolute;
        top: 10px;
        right: 10px;
        min-width: auto;
    }

    .table-cart tbody .text {
        padding: 0;
        min-height: auto;
        font-size: 14px;
    }

    .table-cart .card-cart {
        max-width: 100%;
        min-width: auto;
        margin-bottom: 10px;
    }

    .table-cart .card-cart .art {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        font-size: 12px;
    }

    .table-cart .card-cart .name {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        font-size: 14px;
    }

    .table-cart .card-cart .have {
        font-size: 12px;
    }

    .table-cart .count {
        width: 80px;
        height: 30px;
        margin-right: 10px;
    }

    .table-cart .count .inp {
        font-size: 12px;
    }

    .table-cart .count .plus svg,
    .table-cart .count .minus svg {
        width: 7px;
        height: 7px;
    }

    .cart-total .title {
        display: none;
    }

    .cart-total .old-price {
        display: none;
    }

    .cart-total .text-total {
        margin-right: 10px;
    }

    .cart-total .line-total {
        margin-bottom: 15px;
    }

    .cart-total .btn {
        width: 100%;
        height: 30px;
        font-size: 10px;
    }

    .order-reg-total {
        padding: 15px;
    }

    .order-reg-total .line {
        padding: 0;
        border-bottom: 0;
        margin-bottom: 7px;
    }

    .order-reg-total .line:first-child {
        padding-bottom: 0;
    }

    .order-reg-total .line .link {
        display: none;
    }

    .order-reg-card-wrap {
        padding: 0 15px;
        margin: 0 -15px 10px;
        border-bottom: 1px solid rgba(29, 26, 30, 0.1);
    }

    .order-reg-card {
        padding: 0;
        border: 0;
        margin-bottom: 7px;
    }

    .order-reg-card .number {
        color: #1D1A1E;
    }

    .order-reg-card .number span {
        display: none;
    }

    .order-reg-content .inf-box {
        margin-bottom: 25px;
    }

    .order-reg-content .inf-box .column {
        max-width: none;
        margin-right: 0;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .order-reg-content .inf-box .column .title {
        width: 100%;
    }

    .order-reg-content .inf-box .column #bx-soa-delivery .form-group {
        position: relative;
        width: -webkit-calc(50% - 5px);
        width: -moz-calc(50% - 5px);
        width: calc(50% - 5px);
    }

    .delivery_row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .order-reg-content .inf-box .column #bx-soa-delivery .form-group:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-reg-content .inf-box .column #bx-soa-delivery .form-group:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }

    .order-reg-content .inf-box .column #bx-soa-delivery .form-group:nth-child(4) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-reg-content .inf-box .column .form-group.open .radio .desc {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .order-reg-content .inf-box .column .form-group .desc-hover {
        position: absolute;
        top: 10px;
        right: 5px;
        font-family: 'Manrope', sans-serif;
        font-weight: 400;
        font-size: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 12px;
        height: 12px;
        border-radius: 100%;
        color: #EF4044;
        background: #FFFFFF;
        z-index: 2;
    }

    .bx-sls .bx-ui-sls-fake, .bx-sls .bx-ui-sls-route {
        font-size: 10px !important
    }

    .bx-ui-sls-pane {
        bottom: auto !important
    }

    .order-reg-content .inf-box .column:first-child .radio {
        background: #F5F5F5;
        border-radius: 5px;
        padding: 8px 20px 10px 10px;
        min-height: 63px;
        width: 100%;
        height: 100%;
    }

    .order-reg-content .inf-box .column:first-child .radio .text {
        font-family: 'Manrope', sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        color: rgba(29, 26, 30, 0.4);
        display: block;
        margin-top: auto;
    }

    .order-reg-content .inf-box .column:first-child .radio input:checked + .radio__btn {
        opacity: 1;
    }

    .order-reg-content .inf-box .column:first-child .radio__btn {
        width: 100%;
        height: 5px;
        background-color: #EF4044;
        top: auto;
        bottom: 0;
        left: 0;
        border: 0;
        opacity: 0;
        border-radius: 0 0 10px 10px;
    }

    .desc-hover{
        display: none !important;
    }

    .order-reg-content .inf-box .column:first-child .radio .desc {
        line-height: 1.2;
        font-size: 8px;
        margin-top: 5px;
    }

    /* .order-reg-content .inf-box .column:first-child .radio .desc {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        padding: 5px;
        font-size: 12px;
        position: absolute;
        right: 0;
        top: 0;
        max-width: 100%;
        background-color: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.2);
        width: 200px;
        z-index: 5;
    } */

    .order-reg-content .form-group-button .radio {
        height: 40px;
    }

    .inp {
        height: 40px;
        padding-left: 20px;
        font-size: 12px;
    }

    .delivery-banner {
        margin-bottom: 33px;
        padding: 20px 15px;
    }

    .delivery-banner .title {
        font-size: 20px;
        max-width: 200px;
        margin-bottom: 10px;
    }

    .delivery-banner .subtitle {
        font-size: 16px;
    }

    .delivery-banner .img {
        width: 145px;
        right: -5px;
    }

    .delivery-text {
        margin-bottom: 37px;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    .delivery-text .title {
        font-size: 14px;
    }

    .delivery-text p {
        font-size: 12px;
    }

    .delivery-inf .img {
        height: 170px;
    }

    .delivery-inf .text {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .delivery-inf .title {
        font-size: 16px;
        max-width: 100%;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .delivery-inf .check-point {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1;
    }

    .delivery-inf .check-point img {
        width: 11px;
    }

    .sale-page .catalog-sort .left,
    .favorites-page .catalog-sort .left,
    .search-page .catalog-sort .left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .search-page .wrap-title .title {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 1.2;
    }

    h2,
    .h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .nav-page {
        display: none;
    }

    .header-bottom__top .left {
        margin-bottom: 10px;
    }

    .contact-tel {
        width: -webkit-calc(100% - 200px);
        width: -moz-calc(100% - 200px);
        width: calc(100% - 200px);
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 10px;
    }

    .contact-tel .tel {
        font-size: 10px;
        margin: 0 0 3px;
    }

    .subLogo {
        font-size: 10px;
    }

    .search {
        width: -webkit-calc(100% - 140px);
        width: -moz-calc(100% - 140px);
        width: calc(100% - 140px);
    }

    .search .inp {
        height: 30px;
        padding: 0 20px;
        border: 1px solid #E7E7E7;
    }

    .catalog-btn {
        height: 30px;
        font-size: 12px;
        width: 120px;
    }

    .catalog-btn::before {
        margin-bottom: 0;
    }

    .header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 40px 15px 20px;
    }

    .header-top,
    .header-top .container,
    .header-bottom {
        display: contents;
    }

    .header-top .column {
        display: none;
    }

    .header-top .column:last-child {
        display: block;
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 100%;
        margin-bottom: 17px;
        font-size: 0;
    }

    .city-btn {
        position: relative;
        padding-right: 11px;
        font-weight: 400;
        color: rgba(29, 26, 30, 0.5);
    }

    .city-btn::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-image: url("/local/templates/melody/assets/css/../images/arrow-down-gray.svg");
        width: 6px;
        height: 3px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .city-btn svg {
        margin-left: 0;
    }

    .city-btn svg path {
        fill: rgba(29, 26, 30, 0.5);
    }

    .city-box {
        width: 156px;
        right: auto;
        left: 0;
        padding: 10px 15px 13px;
        background-color: #f2f2f2;
        top: 30px;
        -webkit-transform-origin: 45% 0;
        -moz-transform-origin: 45% 0;
        -ms-transform-origin: 45% 0;
        transform-origin: 45% 0;
    }

    .city-box::before {
        right: auto;
        left: 55px;
        width: 20px;
        height: 22px;
        border-radius: 2px;
        top: -10px;
        background-color: #f2f2f2;
    }

    .city span.text-gray.fz14 {
        display: none;
    }

    .nav-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 8px 15px;
        width: 100%;
        background: #FFFFFF;
        border: 1px solid #E7E7E7;
        z-index: 1000;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        visibility: hidden;
        opacity: 0;
    }

    .nav-btn .btn-wrap:nth-child(3) .btn::after {
        content: "Профиль";
    }

    .nav-btn .btn-wrap:nth-child(4) .btn::after {
        content: "Профиль";
    }

    .nav-btn .btn-wrap:nth-child(5) .btn::after {
        content: "Избранное";
    }

    .nav-btn.active {
        opacity: 1;
        top: auto;
        visibility: visible;
    }

    .nav-btn .btn {
        border-radius: 0;
        width: auto;
        height: 33px;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: transparent;
    }

    .nav-btn .btn .num {
        font-size: 9px;
        min-width: 15px;
        height: 15px;
        background-color: rgba(29, 26, 30, 0.4);
        right: -10px;
    }

    .nav-btn .btn-wrap.header_callback_container {
        display: none;
    }


    .nav-btn .btn svg {
        height: 13px;
        width: 13px;
        margin-bottom: auto;
    }

    .nav-btn .btn svg path {
        fill: rgba(29, 26, 30, 0.4);
    }

    .nav-btn .btn::after {
        content: "Корзина";
        display: inline-block;
        text-transform: capitalize;
        font-size: 9px;
        color: rgba(29, 26, 30, 0.4);
    }

    .nav-btn .logo {
        display: inline-block;
        width: 42px;
        font-weight: 900;
        text-align: center;
        font-size: 9px;
    }

    .nav-btn .logo span {
        margin-top: 5px;
        font-weight: 400;
        font-size: 9px;
        text-transform: capitalize;
    }

    .catalog-btn-fix {
        font-size: 9px;
        color: rgba(29, 26, 30, 0.4);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 33px;
    }

    .catalog-btn-fix::before {
        content: "";
        display: inline-block;
        background-image: url("/local/templates/melody/assets/css/../images/ham-gray.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 15px;
        height: 13px;
        margin-bottom: auto;
    }

    .cart-popup {
        display: none;
    }

    .cart-popup.is-open {
        display: none;
    }

    .footer {
        padding: 40px 0;
    }

    .footer .social {
        display: none;
    }

    .footer .logo {
        margin-bottom: 5px;
    }

    .footer .subLogo {
        margin-bottom: 0;
    }

    .footer .title-btn {
        position: relative;
        width: 100%;
        margin-bottom: 0;
        padding: 7px 20px 7px 0;
    }

    .footer .title-btn::after {
        content: "";
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
        margin: auto;
        display: inline-block;
        background-image: url("/local/templates/melody/assets/css/../images/arrow-down-white.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 12px;
        height: 7px;
    }

    .link-dropdown {
        display: none;
    }

    .footer-top .column {
        width: 100%;
        margin-right: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: flex-start;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .footer-top .column:first-child {
        padding-bottom: 15px;
    }

    .footer-top .column:first-child .right {
        display: inline-block;
        max-width: 160px;
    }

    .footer-top .column:first-child .address {
        font-size: 14px;
        line-height: 1.3;
        margin-bottom: 7px;
        text-align: right;
        color: #FFFFFF;
    }

    .footer-top .column:first-child .workflow {
        font-size: 14px;
        line-height: 12px;
        text-align: right;
        color: #FFFFFF;
    }

    .footer-top .column.active .link-dropdown {
        display: block;
    }

    .footer-bottom {
        margin-top: 0;
    }

    .menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        max-height: none;
        height: 100vh;
        border-top: 0;
        padding-top: 28px;
    }

    .menu-one {
        width: 100%;
        background: #ffffff;
        height: -webkit-calc(100vh - 28px) !important;
        height: -moz-calc(100vh - 28px) !important;
        height: calc(100vh - 28px) !important;
        display: block;
    }

    .menu-one__scroll {
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 1;
        top: 28px;
    }

    .menu-one__li:last-child {
        border-bottom: 1px solid rgba(29, 26, 30, 0.2);
    }

    .menu-one__li:first-child .menu-one__link {
        border-top: 0;
    }

    .menu-one__li.hover .menu-one__scroll {
        visibility: visible;
        opacity: 1;
        height: -webkit-calc(100vh - 28px);
        height: -moz-calc(100vh - 28px);
        height: calc(100vh - 28px);
        overflow: auto;
        display: block;
    }

    .menu-one__link {
        min-height: 36px;
        border-right: 0;
        border-top: 1px solid rgba(29, 26, 30, 0.2);
    }

    .menu-one__panel {
        padding: 0;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .menu-one .scroll-element.scroll-y.scroll-scrolly_visible {
        left: auto;
        width: 3px;
        right: 0;
        opacity: 0.7;
    }

    .menu-two {
        position: relative;
        margin-bottom: 0;
        min-height: 36px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 45px 10px 20px;
        border-top: 1px solid rgba(29, 26, 30, 0.2);
    }

    .menu-two:last-child {
        border-bottom: 1px solid rgba(29, 26, 30, 0.2);
    }

    .menu-two__li-wrap {
        display: none;
    }

    .menu-two__name {
        margin-bottom: 0;
        font-size: 14px;
        text-transform: capitalize;
        font-weight: 400;
    }

    .menu-two .menu-one__btn {
        z-index: -1;
        display: block;
    }

    .menu-two__link {
        margin: 0;
        width: 100%;
        padding: 10px 23px;
        border-top: 1px solid rgba(29, 26, 30, 0.2);
    }

    .menu-two__li:last-child {
        border-bottom: 1px solid rgba(29, 26, 30, 0.2);
    }

    .menu-two.hover .menu-two__li-wrap {
        position: fixed;
        top: 28px;
        left: 0;
        width: 100%;
        display: block;
        background: #ffffff;
        height: -webkit-calc(100vh - 28px);
        height: -moz-calc(100vh - 28px);
        height: calc(100vh - 28px);
        z-index: 2;
        overflow: auto;
    }

    .menu-two__btn {
        width: 30px;
        height: 30px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #f5f5f5;
        padding: 0;
        border: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 15px;
        border-radius: 5px;
        display: inline-block;
    }

    .menu-title-wrap {
        position: relative;
        padding: 10px 15px 10px;
        width: 100%;
        border-top: 1px solid rgba(29, 26, 30, 0.2);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .menu-title-wrap .search {
        width: 100%;
    }

    .menu-title {
        font-size: 16px;
        text-transform: uppercase;
        color: #1D1A1E;
        margin-bottom: 20px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .menu-close {
        margin-left: auto;
        display: inline-block;
        background-image: url("/local/templates/melody/assets/css/../images/menu-close.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 15px;
        height: 15px;
        margin-top: 3px;
    }

    .menu-two__prev,
    .menu-three__prev {
        border: 0;
        background-color: transparent;
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-right: 12px;
        background-image: url("/local/templates/melody/assets/css/../images/prev.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .banner-item .title {
        font-size: 18px;
    }

    .banner-item .subtitle {
        font-size: 12px;
    }

    .feature .name {
        white-space: normal;
        min-width: auto;
        font-size: 14px;
        display: inline-block;
        line-height: 1.3;
    }

    .header .search {
        width: -webkit-calc(100% - 140px);
        width: -moz-calc(100% - 140px);
        width: calc(100% - 140px);
    }

    .header label.search{
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .count .plus svg,
    .count .minus svg {
        width: 7px;
        height: 7px;
    }

    .category__name {
        font-size: 9px;
    }

    .brands-page {
        margin-bottom: 30px;
    }

    .alphabet a {
        font-size: 10px;
        margin: 0 15px 10px 0;
    }

    .brand-sort .title {
        font-size: 10px;
        line-height: 1;
    }

    .brand-list-wrap .name {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .brand-item {
        height: 40px;
        padding: 7px;
    }

    .brand-inf__column p {
        font-size: 10px;
        line-height: 1.6;
    }

    .similar-section {
        margin-bottom: 40px;
    }

    .similar-section .swiper-button-next,
    .similar-section .swiper-button-prev {
        width: 16px;
        height: 16px;
    }

    .similar-section .swiper-button-next::after,
    .similar-section .swiper-button-prev::after {
        background-size: 4px;
    }

    .similar-section .wrap-swiper-button {
        margin-bottom: 14px;
    }

    .product {
        padding: 8px;
    }

    .product .heart {
        font-size: 14px;
    }

    .product .quickview {
        font-size: 14px;
        right: 20px;
    }

    .product__name {
        font-size: 11px;
    }

    .product .have {
        font-size: 10px;
    }

    .product .tags {
        display: none;
    }

    .product .btn {
        font-size: 10px;
        height: 30px;
    }

    .prises .prise {
        font-size: 12px;
    }

    .prises .old-prise {
        font-size: 10px;
    }

    .wrap-product-inf {
        position: relative;
        margin-bottom: 20px;
    }

    .swiper-product .swiper-slide {
        padding-top: 0;
        height: 280px;
    }

    .product-inf .name {
        font-size: 16px;
    }

    .product-inf .heart {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
    }

    .product-inf .heart svg {
        width: 11px;
    }

    .product-inf .prises {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .product-inf .prises .old-prise {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .product-inf .prises .prise {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .product-inf .count {
        border: 1px solid #E7E7E7;
        border-radius: 5px;
        background-color: #ffffff;
        margin-right: 7px;
        width: 68px;
    }

    .product-inf .count .minus,
    .product-inf .count .plus,
    .product-inf .count .inp {
        height: 30px;
    }

    .product-inf .center {
        margin-bottom: 10px;
    }

    .product-inf .title-desc {
        font-size: 10px;
    }

    .product-inf .desc {
        height: 85px;
    }

    .product-inf .desc::before {
        height: 15px;
    }

    .product-inf .desc li {
        font-size: 10px;
    }

    .product-inf .have {
        font-size: 10px;
    }

    .product-inf .btn {
        width: -webkit-calc(100% - 75px);
        width: -moz-calc(100% - 75px);
        width: calc(100% - 75px);
        height: 30px;
        font-size: 10px;
    }

    .product-inf .btn.btn-gray {
        margin-top: 10px;
        font-size: 10px;
        color: #1D1A1E;
        background-color: transparent;
        padding: 0;
        width: auto;
        height: auto;
        border-bottom: 1px dashed #1D1A1E;
        text-transform: initial;
        border-radius: 0;
    }

    .product-inf .top {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-inf .tags {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }

    .product-inf .name {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }

    .product-inf .rating {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .product-inf .rating .link {
        display: inline-block;
        margin-left: 8px;
        text-decoration: none;
        border-bottom: 1px dashed #1D1A1E;
        font-size: 10px;
        color: #1D1A1E;
        opacity: 0.4;
        vertical-align: middle;
        margin-bottom: 2px;
    }

    .product-inf .article {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        font-size: 10px;
        margin-right: 0;
        margin-left: auto;
    }

    .parameter .name,
    .parameter .option {
        font-size: 10px;
    }

    .parameters-btn {
        font-size: 10px;
    }

    .swiper-product .swiper-pagination-product .swiper-pagination-bullet {
        width: 4px;
        height: 4px;
    }

    .common-rating .rateit-num {
        font-size: 14px;
    }

    .comment__date {
        font-size: 10px;
    }

    .comment__name {
        font-size: 10px;
    }

    .comment__text.mob {
        font-size: 10px;
    }

    .comment .rateit-num {
        font-size: 16px;
        margin-left: 10px;
    }

    .product-page .tabs__item .tabs__btn {
        font-size: 14px;
    }

    .product-page .tabs__item .tabs__btn .rateit-num {
        font-size: 14px;
    }

    .product-page .tabs p {
        font-size: 10px;
    }

    .product-page .tabs {
        margin-bottom: 20px;
    }

    .theBests-swiper .swiper-slide {
        max-width: 141px;
    }

    .sort__btn {
        font-size: 11px;
    }

    .infoBox-section h2 {
        margin-bottom: 15px;
    }

    .infoBox {
        padding: 20px 15px;
    }

    .infoBox p {
        margin-bottom: 5px;
    }

    .content {
        margin: 0 -4px;
    }

    .content .product {
        width: -webkit-calc((100% - 16px) / 2);
        width: -moz-calc((100% - 16px) / 2);
        width: calc((100% - 16px) / 2);
        margin: 0 4px 10px;
    }

    .content .product__line {
        width: 100%;
    }

    .content .product__line .product__image img {
        width: 100px;
        min-height: 128px;
        height: 128px;
    }

    .content .product__line .product__name {
        padding-right: 20px;
        margin-bottom: 0;
    }

    .content .product__line .product__article {
        margin-bottom: 0;
    }

    .content .product__line .heart {
        right: 8px;
        top: 14px;
    }

    .content .product__line .quickview{
        right: 30px;
        top: 14px;
    }

    .content .product__line .prises {
        margin-bottom: 10px;
    }

    .content .product__line .product__body {
        padding-left: 110px;
    }

    .content .product__line .product__footer {
        padding-left: 110px;
    }

    .content .product__line .product__footer .btn {
        width: auto;
    }

    .sort-btn {
        font-size: 10px;
        margin: 0 0 8px 0;
    }

    .sort-btn span {
        display: none;
    }

    .reset-filters,
    .filters-open {
        font-size: 10px;
    }

    .catalog .aside {
        max-width: 100%;
    }

    .sort-button {
        height: 20px;
    }

    .sort-button .sort-btn svg {
        width: 14px;
        height: 14px;
        margin-right: 5px;
    }

    .modal-child {
        padding: 24px 10px;
    }

    .modal-child .inp {
        height: 30px;
    }

    .modal-child .form-group {
        margin-bottom: 7px;
    }

    .modal-child .title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .modal-child .bottom .text {
        font-size: 10px;
    }

    .modal-child .bottom .checkbox-line {
        font-size: 10px;
    }

    .modal-child .bottom .checkbox-line__btn {
        width: 24px;
        height: 12px;
    }

    .modal-child .bottom .checkbox-line__btn::before {
        width: 8px;
        height: 8px;
    }

    .modal-child .bottom .checkbox-line input:checked + .checkbox-line__btn::before {
        left: 13px;
    }

    .modal-contactUs .modal-child .checkbox {
        font-size: 10px;
    }

    .modal-contactUs .modal-child .subtitle {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .rateit .rateit-hover {
        background-position: left center;
    }

    /*.rateit.rateit-comment .rateit-range {*/
    /*  background-size: 12px;*/
    /*}*/
    /*.rateit.rateit-comment .rateit-selected {*/
    /*  background-size: 12px;*/
    /*}*/
    .rateit.rateit-comment .rateit-hover {
        background-size: 12px;
    }

    .about-img,
    .certificates-section,
    .gallery-section {
        margin-bottom: 40px;
    }

    .swiper-certificates .swiper-slide {
        position: relative;
        width: 32%;
        padding-top: 44%;
    }

    .about-text {
        position: relative;
        height: 154px;
    }

    .about-text::after {
        content: "";
        background-color: rgba(255, 255, 255, 0.7);
        width: 100%;
        height: 20px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .about-text.open::after {
        display: none;
    }

    .about-text.open + .about-link-btn {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    .about-text p {
        font-size: 10px;
    }

    .about-text-wrap {
        margin-bottom: 35px;
    }

    .about-text-wrap .about-link-btn {
        font-size: 0;
        border: 0;
        margin-top: 7px;
        background-color: #F5F5F5;
        border-radius: 46px;
        width: 55px;
        height: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-image: url("/local/templates/melody/assets/css/../images/arrow-down-gray.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 14px;
        -webkit-transition: 0s;
        -o-transition: 0s;
        -moz-transition: 0s;
        transition: 0s;
    }

    .gallery-section .wrap-swiper-button {
        margin-right: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .gallery-section .wrap-swiper-button .swiper-button-next,
    .gallery-section .wrap-swiper-button .swiper-button-prev {
        width: 16px;
        height: 16px;
    }

    .gallery-section .wrap-swiper-button .swiper-button-next::after,
    .gallery-section .wrap-swiper-button .swiper-button-prev::after {
        background-size: 20%;
    }

    .contacts,
    .contacts-map {
        margin-bottom: 40px;
    }

    .contacts .form-group {
        margin-bottom: 7px;
    }

    .contacts-map {
        height: 100px;
    }

    form[name="FORGOT_PASSWORD"],
    form[name="CHANGE_PASSWORD"],
    form[name="REGISTER"],
    form[name="CALLBACK"] {
        padding: 30px 15px 35px;
    }

    form[name="FORGOT_PASSWORD"],
    form[name="REGISTER"],
    form[name="CHANGE_PASSWORD"] {
        width: 100%;
    }

    form[name="FORGOT_PASSWORD"] .title,
    form[name="REGISTER"] .title,
    form[name="CHANGE_PASSWORD"] .title,
    form[name="CALLBACK"] .title {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 7px;
    }

    form[name="FORGOT_PASSWORD"] .subtitle,
    form[name="FORGOT_PASSWORD"] .login-label,
    form[name="REGISTER"] .subtitle,
    form[name="CALLBACK"] .subtitle {
        font-size: 10px;
        margin-bottom: 15px;
    }

    form[name="FORGOT_PASSWORD"] .btn,
    form[name="REGISTER"] .btn,
    form[name="CHANGE_PASSWORD"] .btn {
        width: 100%;
        height: 40px;
    }

    form[name="CALLBACK"] .btn {
        width: 125px;
        height: 30px;
        font-size: 10px;
    }

    form[name="CALLBACK"] .inp,
    form[name="REGISTER"] .inp,
    form[name="FORGOT_PASSWORD"] .inp,
    form[name="CHANGE_PASSWORD"] .inp {
        height: 40px;
        padding: 5px 20px;
    }

    form[name="CALLBACK"] textarea.inp {
        padding-top: 10px;
    }

    .contacts-inf__box {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px dashed rgba(29, 26, 30, 0.1);
    }

    .contacts-inf .name {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .contacts-inf .text {
        font-size: 10px;
    }

    .bred {
        margin-bottom: 20px;
    }

    .cart-page {
        margin-bottom: 40px;
    }

    .table-cart .card-cart .art {
        font-size: 10px;
    }

    .table-cart .card-cart .name {
        font-size: 10px;
    }

    .table-cart .card-cart .have {
        font-size: 10px;
    }

    .table-cart .count .inp {
        font-size: 10px;
    }

    .table-cart tbody .text {
        font-size: 12px;
    }

    .table-cart .btn-delete {
        width: 16px;
        height: 16px;
    }

    .table-cart .btn-delete svg {
        width: 7px;
        height: 7px;
    }

    .cart-total .dashed {
        margin: 0 10px;
    }

    .cart-total .text {
        font-size: 10px;
        line-height: 1;
    }

    .cart-total .price {
        font-size: 12px;
        line-height: 1;
    }

    .cart-total .text-total {
        font-size: 16px;
        line-height: 1.3;
    }

    .cart-total .total-price {
        font-size: 16px;
        line-height: 1.3;
    }

    textarea.inp {
        font-size: 10px;
        height: 100px;
    }

    textarea.inp::-webkit-input-placeholder {
        font-size: 10px;
    }

    textarea.inp:-moz-placeholder {
        font-size: 10px;
    }

    textarea.inp::-moz-placeholder {
        font-size: 10px;
    }

    textarea.inp:-ms-input-placeholder {
        font-size: 10px;
    }

    textarea.inp::-ms-input-placeholder {
        font-size: 10px;
    }

    textarea.inp::placeholder {
        font-size: 10px;
    }

    .btn {
        height: 30px;
        font-size: 10px;
    }

    .order-reg-page {
        margin-bottom: 40px;
    }

    .inp {
        font-size: 10px;
    }

    .radio {
        font-size: 10px;
        padding-left: 25px;
    }

    .radio input:checked + .radio__btn {
        border: 3px solid #EF4044;
    }

    .radio__btn {
        width: 15px;
        height: 15px;
    }

    .inf-box-total .text,
    .inf-box-total .num {
        font-size: 10px;
        line-height: 16px;
    }

    .inf-box-total .dashed {
        margin-bottom: 1px;
    }

    .inf-box-total .line {
        margin-bottom: 7px;
    }

    .inf-box-total .line:nth-last-child(2) {
        margin-bottom: 15px;
    }

    .inf-box-total .line:nth-last-child(2) .num {
        font-size: 12px;
    }

    .inf-box-total .right {
        margin-left: 0;
    }

    .inf-box-total .right .btn {
        height: 30px;
        margin-bottom: 5px;
    }

    .inf-box-total .right .checkbox {
        font-size: 8px;
        max-width: 180px;
        line-height: 11px;
        padding-left: 27px;
    }

    .inf-box-total .right .checkbox__btn {
        width: 17px;
        height: 17px;
    }

    .order-reg-content .form-group-button {
        width: 100%;
        margin: 0 0 7px;
        font-size: 0;
    }

    .order-reg-content .form-group-button:last-child {
        margin-bottom: 0;
    }

    .order-reg-content .form-group-button .radio {
        width: 100%;
        padding-left: 20px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .order-reg-content .inf-box {
        margin-bottom: 20px;
    }

    .order-reg-content .inf-box .title {
        font-size: 10px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .order-reg-content .inf-box .form-group {
        margin-bottom: 7px;
    }

    .order-reg-content .inf-box .radio .desc {
        line-height: 16px;
        font-size: 8px;
    }

    .order-reg-content .inf-box .column:first-child .radio {
        font-size: 10px;
    }

    .order-reg-content .inf-box .column:first-child .radio .text {
        font-size: 10px;
    }

    .order-reg-total .line:first-child {
        font-size: 14px;
    }

    .order-reg-total .line:last-child {
        margin-bottom: 0;
    }

    .order-reg-total .line:last-child .text {
        font-weight: 600;
    }

    .order-reg-total .line:last-child .number {
        font-size: 10px;
        line-height: 1;
    }

    .order-reg-total .text-deliv {
        font-size: 8px;
    }

    .order-reg-total .text {
        font-size: 10px;
    }

    .order-reg-total .name {
        font-size: 10px;
        line-height: 16px;
    }

    .order-reg-total .number {
        font-size: 10px;
        line-height: 16px;
    }

    .order-reg-total img {
        width: 30px;
        height: 45px;
        margin-right: 14px;
    }

    .delivery-banner {
        padding: 20px 15px;
    }

    .delivery-banner .title {
        font-size: 16px;
        max-width: 170px;
    }

    .delivery-banner .subtitle {
        font-size: 10px;
    }

    .delivery-text .title {
        font-size: 10px;
    }

    .delivery-text p {
        font-size: 10px;
    }

    .delivery-inf .text {
        font-size: 10px;
    }

    .delivery-inf .title {
        font-size: 10px;
    }

    .delivery-inf .check-point {
        font-size: 10px;
    }

    .search-page .wrap-title .title {
        font-size: 14px;
    }

    .search-page .wrap-title .subtitle {
        font-size: 10px;
    }

    .sale-page h1 {
        margin-bottom: 5px;
    }

    .sale-page .wrap-title .subtitle {
        font-size: 10px;
    }

    .sale-page .content .products,
    .search-page .content .products {
        margin: 0 -5px;
    }

    .sale-page .content .product,
    .search-page .content .product {
        width: -webkit-calc((100% - 20px) / 2);
        width: -moz-calc((100% - 20px) / 2);
        width: calc((100% - 20px) / 2);
        margin: 0 5px 10px;
    }

    .sale-page .content .product.product__line,
    .search-page .content .product.product__line {
        width: 100%;
    }

    h2,
    .h2 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .catalog-btn {
        font-size: 0;
        width: 30px;
        padding: 0;
    }

    .catalog-btn::before {
        margin-right: 0;
    }

    .search {
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
    }

    .footer {
        padding: 23px 0;
    }

    .footer .logo {
        font-size: 16px;
    }

    .footer .title-btn {
        font-size: 16px;
    }

    .footer .subLogo {
        font-size: 10px;
        max-width: 115px;
    }

    .footer-top .column:first-child .right {
        max-width: 110px;
    }

    .footer-top .column:first-child .address,
    .footer-top .column:first-child .workflow {
        font-size: 10px;
    }

    .link-dropdown li {
        font-size: 0;
    }

    .link-dropdown li:last-child .link {
        margin-bottom: 10px;
    }

    .link-dropdown .link {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .footer-bottom {
        padding-top: 10px;
        padding-bottom:50px
    }

    .footer-bottom .fz14 {
        font-size: 10px;
    }

    .menu-one__link {
        font-size: 10px;
    }

    .menu-two__name {
        font-size: 10px;
    }

    .menu-two__link {
        font-size: 10px;
    }

    .banner-item {
        padding: 20px 20px 30px 20px;
    }

    .banner-item .title {
        font-size: 16px;
    }

    .banner-item .subtitle {
        font-size: 10px;
    }

    .banner-section {
        position: relative;
        margin-bottom: 30px;
    }

    .feature-section {
        margin-bottom: 40px;
    }

    .feature img {
        max-width: 32px;
        max-height: 20px;
    }

    .feature .name {
        font-size: 10px;
        display: inline-block;
    }

    .feature .body {
        padding-left: 7px;
    }


    .fancybox-slide--html .fancybox-close-small {
        display: none;
    }

    .fancybox-content {
        padding: 10px;
    }


    .header .search {
        width: -webkit-calc(100% - 38px);
        width: -moz-calc(100% - 38px);
        width: calc(100% - 38px);
    }

    .header label.search{
        width: 100%;
    }
}

label.error {
    color: #EF4044;
    display: inline-block;
    margin-top: 15px;
    font-size: 13px
}

.inp.error {
    border: 1px solid #EF4044 !important
}

.modal-one-click, .modal-review {
    display: none;
}

/* Убираем индикатор загрузки битрикс */
div[id^="wait_"] {
    display: none !important;
    background: none !important;
    border: 0 !important;
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal;
    letter-spacing: normal !important;
    line-height: normal;
    padding: 0 !important;
    position: absolute;
    text-align: center !important;
    text-indent: 0 !important;
    width: 0px !important;
    height: 0px !important;
    word-spacing: normal !important;
    z-index: 0;
    content: "";
}

.modal-rating {
    width: 100%;
}

.modal-rating .form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-rating button {
    width: 100%;
}

.comments {
    margin-bottom: 25px;
}

.favorites-empty {
    margin-bottom: 40px;
}

.bx-sbb-empty-cart-container {
    display: block;
    margin: 0 auto;
}

.payment-page h3 {
    color: #ee1d24;
    font-size: 1.5rem;
    margin-bottom: 5px;
    margin-top: 25px;
}

.payment-page span {
    font-size: 0.7em;
}

.payment-page ol {
    margin-left: 25px;
}

.payment-page ul {
    margin-left: 25px;
}

.payment-page img {
    height: 40px;
}

.payment-page .help {
    margin: 30px;
}

form .btn{
    border-radius:3px
}

form[name="CHANGE_PASSWORD"] .alert,
form[name="FORGOT_PASSWORD"] .alert,
#auth_form .alert {
    border: none;
    border-radius: 1px;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 20px;
}

#auth_form .alert{
    display: none;
}

form[name="CHANGE_PASSWORD"] .alert-success,
form[name="FORGOT_PASSWORD"] .alert-success,
#auth_form .alert-success {
    color: #3C763D;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}

form[name="CHANGE_PASSWORD"] .alert-warning,
form[name="FORGOT_PASSWORD"] .alert-warning,
#auth_form .alert-warning {
    color: #8A6D3B;
    background-color: #FCF8E3;
    border-color: #FAEBCC;
}

form[name="CHANGE_PASSWORD"] .alert-danger,
form[name="FORGOT_PASSWORD"] .alert-danger,
#auth_form .alert-danger {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;

}

.success .btn {
    margin-top: 20px;
}

.personal-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 120px;
}

.personal-page .subtitle {
    font-size: 20px;
    line-height: .7;
    margin-bottom: 20px;
}

.personal-page .aside .personal-menu {
    border: 1px solid rgb(204, 204, 204);
    padding: 20px;
}

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

.personal-menu__item {
    margin-bottom: 15px;
}

.personal-menu__item:last-child {
    margin-bottom: 0;
}

.personal-menu__link {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 120%;
    color: #1D1A1E;
}

.personal-menu__link.selected {
    font-weight: bold
}

.personal-menu__link.selected:before,
.personal-menu__link:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -2px;
    border-radius: 50%;
    background: #1D1A1E;
}

.order-list__item {
    border: 1px solid rgb(204, 204, 204);
    padding: 20px 58px 20px 75px;
    margin-bottom: 15px;
}


.order-list__link {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    color: rgba(0, 0, 0, .4);
    font-size: 16px;
    line-height: 1.45;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px 0;
    text-decoration: none;
}

.order-list__link.order-only{
    padding: 20px 0;
}


.order-list__block {
    display: block;
    margin-right: 30px;
}

.order-list__name {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.45;
    display: block;
}

.order-list__number,
.order-list__price {
    display: block;
    margin-top: 9px;
}

.order-list__info {
    flex-shrink: 0;
    width: 210px;
    margin-left: auto;
}

.order-list__date {
    display: block;
}

.order-list__arrow {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-wrap: wrap;
    width: 84px;
    height: 40px;
    margin-left: 45px;
    transition: .2s linear;
}

.order-list__link:hover .order-list__arrow:before {
    opacity: .9;
    background: #EF4044;
}

.order-list__arrow:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #EF4044;
    transition: .2s linear;
}

.order-list__arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 44px;
    height: 1px;
    background: #000;
    transition: .2s linear;
    transform: translateY(-50%);
}


.order-list__arrow img {
    position: relative;
    z-index: 2;
    display: block;
    width: 26px;
    height: 8px;
    margin-right: 14px;
    transition: .2s linear;
}

.order-list__cancel {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-wrap: wrap;
    width: 40px;
    height: 40px;
    margin-left: 45px;
    transition: .2s linear;
}

.order-cancel__empty{
    width: 40px;
    height: 40px;
    margin-left: 45px;
}

.order-info {
    padding: 27px 0 71px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.order-details__title {
    color: rgba(0, 0, 0, .4);
    font-size: 17px;
    line-height: 1.45;
}

.order-details__info {
    line-height: 1.4;
    margin-top: 27px;
}

.order-details__line + .order-details__line {
    margin-top: 10px;
}

.order-details__item + .order-details__item {
    margin-top: 43px;
}
.order-details__title {
    color: rgba(0, 0, 0, .4);
    font-size: 17px;
    line-height: 1.45;
}
.order-details__info {
    line-height: 1.4;
    margin-top: 27px;
}
.order-products {
    margin-top: 47px;
}
.order-products__title {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.45;
    margin-bottom: 43px;
}
.order-product:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.order-product {
    flex-wrap: nowrap;
    padding: 15px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.order-product__thumb {
    flex-shrink: 0;
    width: 117px;
    margin-right: 44px;
}
.order-product__thumb a {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 132.5%;
}
.order-product__thumb img {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    transition: .4s linear;
    object-fit: cover;
    margin-top: -48px;
}
.order-product__block {
    padding-top: 6px;
}
.order-product__name {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}
.order-product__price {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 10px;
}
.order-product__info {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 14px;
}
.order-total {
    margin-top: 50px;
}
.order-total__title {
    color: rgba(0, 0, 0, .4);
    font-size: 17px;
    line-height: 1.45;
}
.order-total__price {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
    margin-top: 16px;
}
.order-product__name a:hover {
    border-bottom-color: currentColor;
}

.order-product__name a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border .2s linear;
}

.sale-order-detail-payment-options-methods-information-block{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.sale-order-detail-payment-options-methods-image-element{
    width: 150px;
    height: 60px !important;
    border:1px solid rgb(204,204,204)
}
.sale-order-detail-payment-options-methods-info{
    width: 60%;
}
.sale-order-detail-methods-title,
.sale-order-detail-payment-options-methods-info-title-status-alert,
.sale-order-detail-sum-name,
.sale-order-detail-sum-number{
    font: 16px 'Manrope', sans-serif !important;
}
.sale-order-detail-payment-options-methods-info-title-status-alert{
    margin-left: 10px;
}
.sale-order-detail-payment-options-methods-container:before{
    height: 50px;
}
div.payment-options-methods-row:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 49px;
    margin: -4px 0 0 0;
    height: 1px;
    width: 15px;
    background: #777f8a;
}

.payment-page p{
    margin: 10px 0px 15px 15px;
}

.payment-page .attention{
    width: 60%;
    text-align: center;
    margin: 0 auto;
    color: red;
    padding: 15px;
    border: 1px dotted red;
}

.pagination-li.bx-pag-prev .pagination-link span:before {
    content: "";
    width: 15px;
    height: 14px;
    background: url('/local/templates/melody/assets/images/arrow-left-black.svg') no-repeat;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.pagination-li.bx-pag-next .pagination-link span:after{
    content: "";
    width: 15px;
    height: 14px;
    background: url('/local/templates/melody/assets/images/arrow-right-black.svg') no-repeat;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}


.search-page .notetext,
.search-page .errortext{
    display: block;
    margin-top: 20px;
}

.select-title{
    margin-bottom: 10px;
}
.city-select{
    margin: 10px 0;
}
.select2-container, .select2-container{min-width:210px}
@media screen and (max-width: 480px) {
    .modal-rating .form-group {
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
    }
}
.changepass-page .success{
    margin-bottom: 40px;
}
.changepass-page .success:nth-child(2){
    display: none;
}

.header-sticky{
    display:none;
}
.header-sticky.fixed{
    display:block;
    position:fixed;
    width: 100%;
    min-height:40px;
    padding: 15px 0;
    background: #fff;
    top:0;
    left:0;
    z-index:9999;
    box-shadow: 0 0 1px 1px rgba(0,0,0,.2)
}
.header-sticky__menu{
    top:60px
}
.header-sticky .search, .header-sticky form{
    width: 100%;
}
@media(max-width: 990px){
    .header-sticky{
        display:none !important
    }
}
@media(max-width: 1060px){
    .nav-btn .btn{
        width: 30px;
        height: 30px;
    }

    .header-sticky .btn-wrap svg{
        width: 16px !important;
        height: 15px !important;
    }
    .header-sticky .nav-btn .btn .num{
        top: -7px;
        right: -13px;
    }
}

.brand-btn{
    margin-top: 15px;
    text-align: center;
}

.wrap_dbfc{
    bottom: 50px!important;
}

/*.product-page .swiper-wrapper{
    justify-content: center;
} */

@media(max-width: 990px){
    .header-sticky{
        display: none
    }
}

.button_c346{
    bottom: 38px!important;
}

.content-flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;

    padding-bottom: 120px;
}

.content-flex .aside{
    width: 22%;
    max-width: 314px;
}

.aside__title{
    font-weight: 600;
    font-size: 25px;
    line-height: 1.04;
    text-transform: uppercase;
    color: #1D1A1E;
}

.aside__list{
    margin-top: 20px;
}

.aside__list div + div{
    margin-top: 10px;
}

.aside__list a{
    display: block;
    padding: 9px 24px;

    background: #F5F5F5;
    border-radius: 5px;
    text-decoration: none;

    font-size: 18px;
    line-height: 1.5;
    color: #1D1A1E;
    transition: color .2s linear;
}

.aside__list a:hover{
    color: #EF4044;
}

.content-flex__content{
    width: calc(78% - 30px);
    max-width: 1132px;
}

.text-block{
    margin-top: 70px;

    background: #F5F5F5;
    border-radius: 5px;
    padding: 40px;

    font-size: 18px;
    line-height: 1.67;
}

.text-block > :last-child{
    margin-bottom: 0 !important;
}

.text-block p{
    margin: 0 0 30px;
}


.page-cats__grid{
    margin: -40px 0 0 -20px;

    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

.page-cats__item{
    display: flex;
    flex-direction: column;
    margin: 40px 0 0 20px;
    width: calc(100%/2 - 20px);
    position: relative;

    background: #FFFFFF;
    box-shadow: 0px 11px 25px rgba(223, 223, 223, 0.16);
    border-radius: 5px;

    color: #1D1A1E;
    text-decoration: none;

    transition: box-shadow .2s linear, color .2s linear;
    padding: 30px 24px 22px;
}

.page-cats__item:hover{
    box-shadow: 0px 8px 24px rgba(159, 159, 160, 0.69);
    color: #fff;
}

.page-cats__item:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    pointer-events: none;
}

.page-cats__item:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/local/templates/melody/assets/css/../images/cats_bg.jpg) 50%/cover no-repeat;
    border-radius: 5px;
    opacity: 0;
    transition: opacity .2s linear;
    pointer-events: none;
}

.page-cats__item:hover:after{
    opacity: 1;
}

.page-cats__number{
    font-size: 16px;
    line-height: 1.25;
    color: #EF4044;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    padding: 24px 16px 0;
    text-align: right;
    display: block;
    z-index: 1;
    transition: color .2s linear;
}

.page-cats__item:hover .page-cats__number{
    color: #fff;
}

.page-cats__name{
    display: block;
    margin-top: 24px;

    font-weight: 600;
    font-size: 24px;
    line-height: 1.58;

    text-transform: uppercase;
    position: relative;
    z-index: 1;
    width: 100%;
}

.page-cats__thumb{
    display: block;
    position: relative;
    height: 292px;
    z-index: 1;
    width: 100%;
    margin-bottom: auto;
}

.page-cats__img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.page-cats__img img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}


.open-cats{
    display: none;
    vertical-align: top;
    position: relative;
    padding-left: 24px;

    font: 400 14px/35px 'Manrope', sans-serif;

    color: #1D1A1E;
    flex-shrink: 0;
    background: none;
    border: none;
    margin-left: 20px;
}

.open-cats.active{
    color: #EF4044;
}

.open-cats svg{
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 10px;
    margin-top: -5px;

    stroke: currentColor;
}


@media screen and (max-width: 1440px) {
    .content-flex .aside{
        max-width: 256px;
    }

    .aside__list a{
        padding-right: 16px;
    }

    .content-flex__content{
        max-width: 936px;
    }


    .page-cats__grid{
        margin-left: -30px;
    }

    .page-cats__item {
        margin-left: 30px;
        width: calc(100%/2 - 30px);
    }
}


@media screen and (max-width: 1200px) {
    .content-flex .aside{
        max-width: none;
        width: 256px;
    }

    .content-flex__content {
        width: calc(100% - 276px);
    }


    .page-cats__grid{
        margin-left: -20px;
    }

    .page-cats__item {
        margin-left: 20px;
        width: calc(100%/3 - 20px);
        padding: 25px 16px 16px;
    }

    .page-cats__name{
        font-size: 18px;
        margin-top: 16px;
    }

    .page-cats__number{
        font-size: 14px;
        padding: 8px 8px 0;
    }


    .text-block{
        font-size: 16px;
        padding: 30px;
    }

    .text-block p{
        margin-bottom: 26px;
    }
}

@media screen and (max-width: 1024px) {
    .page-cats__grid{
        margin-top: -20px;
    }

    .page-cats__item {
        margin-top: 20px;
        width: calc(100%/2 - 20px);
    }


    .content-flex .aside {
        width: 210px;
    }

    .aside__title{
        font-size: 20px;
    }

    .aside__list a{
        font-size: 14px;
        padding-left: 16px;
        padding-right: 16px;
    }


    .content-flex__content {
        width: calc(100% - 230px);
    }

    .page-cats__thumb{
        height: 250px;
    }

    .page-cats__name br{
        display: none;
    }

    .text-block{
        margin-top: 40px;
        padding: 24px 16px;
        font-size: 14px;
    }

    .text-block p{
        margin-bottom: 20px;
    }

    .content-flex{
        padding-bottom: 80px;
    }
}


@media screen and (max-width: 767px) {
    .content-flex{
        padding-bottom: 60px;
    }

    .content-flex .aside{
        display: none;
        width: 100%;
    }

    .content-flex .aside.show{
        display: block;
        padding-bottom: 30px;
    }

    .aside__title{
        display: none;
    }

    .aside__list{
        margin-top: 0;
    }

    .content-flex__content{
        width: 100%;
    }


    .page-cats__grid{
        margin: -10px 0 0 -10px;
    }

    .page-cats__item {
        margin: 10px 0 0 10px;
        width: calc(100%/2 - 10px);
    }

    .page-cats__thumb{
        height: 200px;
    }

    .page-cats__name{
        font-size: 14px;
    }

    .page-cats__number{
        font-size: 12px;
    }


    .wrap-title_cats{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
    }

    .open-cats{
        display: inline-block;
    }
}


@media screen and (max-width: 576px){
    .open-cats{
        line-height: 20px;
    }
}

@media screen and (max-width: 479px) {
    .text-block{
        font-size: 10px;
        line-height: 16px;

        margin-top: 30px;
    }

    .text-block p{
        margin-bottom: 16px;
    }


    .page-cats__item{
        padding: 25px 8px 8px;
    }

    .page-cats__number{
        font-size: 10px;
        line-height: 12px;
    }

    .page-cats__name{
        margin-top: 16px;
        font-size: 11px;
    }
}

.sberpay{
    margin-top: 10px;
}
.sberpay img{
    max-width:150px
}

@media(max-width:865px){
    .sberpay{
        margin-top: 0;
    }
}


/* End */


/* Start:/local/templates/melody/assets/css/custom.css?17806545523741*/
:root .maxma {
    --maxma-accent-color: #EF4044;
}

.mobile-box {
    display: none;
}

@media screen and (max-width: 479px) {

    .wrap_e003 {
        bottom: 50px !important;
    }

}

.sort__btn:not(.active):hover {
    background: #EF4044;
    border-color: #EF4044;
    color: #ffffff;
}

.sort-new__btn:not(.active):hover {
    background: #EF4044;
    border-color: #EF4044;
    color: #ffffff;
}

.swiper-button div:not(.swiper-button-disabled):hover {
    background: #b9090d;
    color: #fff
}

.banner-swiper .swiper-button-prev:not(.swiper-button-disabled):hover, .banner-swiper .swiper-button-next:not(.swiper-button-disabled):hover {
    opacity: 0.7;
}

.favorite_btn:hover {
    opacity: 0.7;
}

/*.tcb-promo-options input{
	display: inline-block;
    border: 2px solid #b2b1b1;
    width: 16px;
    height: 16px;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    margin-right: 4px;
    border-radius: 4px;
    background-color:#ffffff;
}

.tcb-promo-options input:before {
    content: '';
    background: #1c1e25;
    width: 8px;
    height: 8px;
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 4px;
}*/

.tcb-promo-options input {
    -webkit-appearance: auto;
    appearance: auto;
    -moz-outline: auto !important;
}

@media screen and (max-width: 1440px) {
    .nav-page {
        margin: auto auto auto 5%;
    }
}

.modal {
    display: none;
}

/* стили для фильтров мобилка */

._flex {
    display: flex;
    flex-direction: row;
}

/* ._flex .filters-open{
    display: none;
} */

@media screen and (max-width: 576px) {
    .filters-open {
        display: block;
        margin: 0 0 0 15px;
    }

    .filters-open {
        margin: 0 0 0 15px;
        padding: 7px 15px;
        border: 1px solid #E7E7E7;
        border-radius: 7px;
    }

    .sort-button {
        margin-bottom: 15px;
    }

    .mobile-box {
        display: block;
    }

    #mobile_modef .bx-filter-popup-result {
        font-size: 10px;
        text-align: center;
        width: 100%;
    }

    #mobile_modef .bx-filter-popup-result a {
        font-weight: bolder;
        padding: 15px 0 5px;
        color: #EF4044;
    }

    .mobile-box .list-column {
        margin-top: 5px;
    }

    .mobile-box .list-column a {
        font-size: 10px;
        padding: 3px 9px;
        background: #FFFFFF;
        border: 1px solid #E7E7E7;
        border-radius: 5px;
        margin: 0 10px 10px 0;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #1D1A1E;
    }

    .mobile-box .list-column a.active-btn {
        border: 1px solid #EF4044;
        color: #EF4044;
    }

}

.cart-page .maxma-basket-bonus {
    margin-bottom: 25px;
}

.cart-page .maxma-basket-bonus__container {
    border: 0;
}

.cart-page .maxma-basket-bonus .maxma-basket-bonus__promo-form-title {
    font: normal 600 24.4162px / 25px 'Manrope', sans-serif;
    text-transform: uppercase;
    color: #1D1A1E;
    margin-bottom: 20px;
}

.cart-page .maxma-basket-bonus__promo-form-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
}

.personal-bonus {
    padding-bottom: 30px;
}

@media screen and (max-width: 480px) {
    .cart-page .maxma-basket-bonus .maxma-basket-bonus__promo-form-title {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 399px) {
    #basket-root .maxma-basket-bonus--short .maxma-basket-bonus__container {
        width: 100%;
    }
    #basket-root .maxma-basket-bonus--short .maxma-basket-bonus__promo-form input[name='maxma-bonus-value'] {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/melody/components/bitrix/search.form/header_search/style.css?17806545521137*/
.search{
    position:relative
}
.search form{
    position: relative;
    z-index: 200;
}
#search_result{
    display:none;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    padding: 40px 20px 20px 20px;
    border: 1px solid #cdcdcd;
    z-index: 100;
    background: #fff;
}
#search_result .product-search{
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #cdcdcd;
    align-items: center;
    justify-content: space-between;
}

#search_result .product-search:last-child{
    border:0
}

#search_result .product-image{
    width:12%;
    min-width:100px;
}
#search_result .product-image img{
    max-width:100px
}
#search_result .product-title{
    width: 50%
}
#search_result .product-price{
    width: 18%;
}
#search_result .product-btn{
    width: 40%;
}

#search_result .product-btn button{
    width: 90%;
    float: right
}

#search_result .product-title a{
    color: #000
}

#search_result .product-search>div{
    text-align:center
}

#search_result .tag:hover{
    background: #EF4044;
    color: #fff
}

@media(max-width:990px){
    #search_result {
        display: none;
    }
}
/* End */


/* Start:/local/templates/melody/components/bitrix/sale.basket.basket/small_cart/style.css?178065455251101*/
.symbol_ruble { font-family: 'rubleBitrix', Arial, sans-serif }

.basket-checkout-container {
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-pack: justify;
	margin-bottom: 20px;
	padding: 15px 25px;
	border: 1px solid #e2dfdf;
	border-radius: 2px;
	background-color: #fff;
	opacity: 1;
	transition: opacity 250ms ease;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.basket-checkout-container.basket-checkout-container-fixed {
	position: fixed;
	top: 0;
	z-index: 100;
}

.basket-checkout-container.basket-checkout-container-fixed-hide {
	opacity: 0;
}

/*region Coupon*/
.basket-coupon-section {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.basket-coupon-block-field-description {
	color: #a1a1a1;
	font: 400 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-coupon-block-field {
	padding-right: 10px;
	min-width: 235px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.basket-coupon-block-coupon-btn {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	margin-top: -4px;
	padding: 0;
	width: 8px;
	height: 8px;
	border: none;
	border-right: 2px solid #8da3ad;
	border-bottom: 2px solid #8da3ad;
	border-radius: 0;
	background-color: transparent;
	content: "";
	cursor: pointer;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.basket-coupon-alert {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	min-height: 0;
	width: 100%;
	font: 400 13px/14px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	align-items: flex-start;
	/*justify-content: space-between;*/
}

.basket-coupon-text {
	position: relative;
	display: block;
	padding-left: 18px;
	word-break: break-all;
	word-break: break-word;
}

.text-muted .basket-coupon-text:after {
	position: absolute;
	top: 0;
	left: 2px;
	width: 6px;
	height: 10px;
	border-right: 2px solid #7ad500;
	border-bottom: 2px solid #7ad500;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.basket-coupon-alert .close-link {
	margin-left: 10px;
	border-bottom: 1px dotted;
	color: #3e86de;
	text-decoration: none;
	font: 400 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	opacity: 1;
	cursor: pointer;
	transition: 220ms ease all;
}

.basket-coupon-alert .close-link:hover { border-color: transparent; }

@media (max-width: 991px) {
	.basket-checkout-container {
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.basket-coupon-section {
		-ms-flex-order: 1;
		max-width: 100%;
		width: 100%;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

	.basket-coupon-alert-section {
		-ms-flex-order: 2;
		margin-bottom: 15px;
		-webkit-box-ordinal-group: 3;
		order: 2;
	}

	.basket-coupon-block-field {
		padding-right: 0;
		min-width: 100%;
	}

	.basket-coupon-block-field .form-group {
		display: inline-block;
		margin-bottom: 10px;
		width: 100%;
	}

	.basket-coupon-block-field .form-control {
		display: block;
		width: 100%;
	}
}

/*endregion*/

/*region Checkout*/
.basket-checkout-section {
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
}

.basket-checkout-section-inner {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.basket-checkout-block { }

/**/
.basket-checkout-block-total {
	padding-top: 21px;
	padding-right: 10px;
	text-align: right;
}

.basket-checkout-block-total-inner {
	display: inline-block;
	max-width: 100%;
	text-align: left;
}

.basket-checkout-block-total-title {
	color: #2f3435;
	font: 400 20px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-checkout-block-total-description {
	color: #a1a1a1;
	font: 400 12px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/**/
.basket-checkout-block-total-price {
	padding-left: 10px;
	text-align: right;
}

.basket-checkout-block-total-price-inner {
	position: relative;
	display: inline-block;
	padding-top: 17px;
	text-align: right;
}

.basket-coupon-block-total-price-current {
	margin-bottom: 7px;
	color: #2f3435;
	text-align: right;
	white-space: nowrap;
	font: 400 36px/36px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 180ms text-shadow ease, 180ms color ease;
}

.basket-coupon-block-total-price-old {
	position: absolute;
	top: 3px;
	right: 0;
	color: #a1a1a1;
	text-align: right;
	font: 400 18px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-coupon-block-total-price-old:after {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22491px%22%20height%3D%22125px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.23046875%2C121.410156%20C122.764455%2C80.3998661%20212.227997%2C52.9779911%20269.621094%2C39.1445312%20C327.014191%2C25.3110714%20400.420441%2C13.476436%20489.839844%2C3.640625%22%20stroke%3D%22%23B80909%22%20stroke-width%3D%2216%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
	background-size: 100% 100%;
	content: '';
}

.basket-coupon-block-total-price-difference {
	display: inline-block;
	padding: 5px 6px 6px;
	background: #d1ecf1;
	color: #179ebb;
	text-align: center;
	font: 400 13px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/**/
.basket-checkout-block-btn {
	padding-top: 13px;
	padding-left: 15px;
	text-align: right;
}

.basket-btn-checkout {
	border-radius: 2px;
	font-weight: bold;
	font-size: 16px;
}

.basket-notification-section { width: 100%; }

.basket-block-notification {
	position: relative;
	display: block;
	margin-top: 10px;
	padding: 8px 15px;
	min-width: 100%;
	width: 100%;
	border-radius: 1px;
	background-color: #edf8e0;
	color: #6a9997;
	font: 400 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-block-notification:after {
	position: absolute;
	top: -7px;
	right: 80px;
	width: 16px;
	height: 16px;
	background-color: #edf8e0;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

@media (max-width: 991px) {
	.basket-checkout-block-btn {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}

	.basket-checkout-section {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		order: 3
	}

	.basket-notification-section {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		order: 4
	}
}

@media (max-width: 580px) {
	.basket-checkout-block-btn {
		padding-left: 0;
		min-width: 100%;
		max-width: 100%;
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}

	.basket-checkout-section-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.basket-checkout-block-total { min-width: 150px; }

	.basket-checkout-block-total-price { text-align: right; }

	.basket-btn-checkout {
		margin: 10px 0;
		width: 100%
	}

	.basket-block-notification:after {
		top: -3px;
		right: auto;
		left: 50%;
		-webkit-transform: rotate(45deg) translateX(-50%);
		-ms-transform: rotate(45deg) translateX(-50%);
		transform: rotate(45deg) translateX(-50%);
	}
}

@media (max-width: 460px) {
	.basket-checkout-block {
		display: block;
		min-width: 100%;
		width: 100%;
	}

	.basket-checkout-block-total {
		text-align: left;
	}
}

/*endregion*/

/*region Basket item list wrapper*/
.basket-items-list-wrapper,
.basket-items-list-wrapper-compact {
	margin-bottom: 15px;
	border: 1px solid #e2dfdf;
}

/*header*/
.basket-items-list-header {
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	padding: 13px 25px;
	border-bottom: 1px solid #e2dfdf;
	background: #f2f2f2;
	transition: 300ms padding ease;
	-webkit-box-align: center;
	align-items: center;
}

.basket-items-list-header.basket-items-list-header-fixed {
	position: fixed;
	top: 0;
	z-index: 99;
	margin-left: -1px;
	border: 1px solid #e2dfdf;
}

.basket-items-list-wrapper-light .basket-items-list-header { display: none !important; }

.basket-items-list-header-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font: bold 15px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 300ms all ease;
	-o-text-overflow: ellipsis;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.basket-items-search-field + .basket-items-list-header-title { padding-left: 10px; }

.basket-items-search-field + .basket-items-list-header-filter {
	padding-left: 10px;
	text-align: right;
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
}

.basket-items-search-field .form-control { z-index: 1; }

.basket-items-list-header-filter-item {
	margin-left: 5px;
	border-bottom: 1px dotted;
	color: #3e86de;
	text-decoration: none;
	font: bold 13px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
	transition: 220ms ease;
}

.basket-items-list-header-filter-item:hover {
	color: #2462de;
	text-decoration: none;
}

.basket-items-list-header-filter-item.active {
	border-bottom: none;
	color: #2f3435;
	text-decoration: none;
	cursor: default;
}

.basket-items-search-field {
	transition: 300ms all ease;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.basket-items-search-field .input-group-addon {
	white-space: nowrap;
	-ms-flex-wrap: wrap;
}

.basket-items-search-field button.close {
	position: relative;
	bottom: -1px;
	display: inline-block;
	float: none;
	line-height: 11px;
}

@media (max-width: 991px) {
	.basket-items-list-header { padding: 10px 9px 11px; }

	.basket-items-list-header-title {
		font-size: 12px;
		line-height: 15px;
	}
}

@media (max-width: 767px) {
	.basket-items-list-header {
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal
	}

	.basket-items-search-field { width: 100%; }
}

/*endregion*/

.basket-items-list-container {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.basket-items-list-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
	-webkit-animation-name: ShowOverlay;
	animation-name: ShowOverlay;
	-webkit-animation-duration: 200ms;
	animation-duration: 200ms;
}

@-webkit-keyframes ShowOverlay {
	0% { opacity: 0; }
	100% { opacity: .7; }
}

@keyframes ShowOverlay {
	0% { opacity: 0; }
	100% { opacity: .7; }
}

.basket-items-list {
	position: relative;
	padding: 0 25px;
}

.basket-items-list-table {
	width: 100%;
	border-collapse: collapse;
}

.basket-items-list-item-container { position: relative; }

.basket-items-list-item-container > td { border-top: 1px solid #f2f2f2; }

.basket-items-list-wrapper-compact .basket-items-list-item-container > td { padding-bottom: 12px; }

.basket-items-list-item-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
}

.basket-items-list-item-container.basket-items-list-item-container-gift,
.basket-items-list-item-container.basket-items-list-item-container-gift > td,
.basket-items-list .basket-items-list-item-container:first-child > td { border-top: none !important; }

@media (max-width: 767px) {
	.basket-items-list-item-container.basket-items-list-item-container-gift,
	.basket-items-list-item-container.basket-items-list-item-container-gift > td,
	.basket-items-list .basket-items-list-item-container:first-child > td {
		margin: 0;
		padding-top: 0;
		border-top: none !important;
	}
}

.basket-items-list-item-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
}

.basket-items-list-item-descriptions {
	-ms-flex-order: 1;
	padding-top: 20px;
	width: 100%;
	vertical-align: top;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.basket-items-list-item-descriptions-inner {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}

/*region Image*/
.basket-item-block-image {
	position: relative;
	-ms-flex-order: 1;
	padding-right: 15px;
	padding-bottom: 10px;
	min-width: 48px;
	max-width: 148px;
	width: 100%;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.basket-items-list-wrapper-compact .basket-item-block-image {
	display: block;
	padding-bottom: 0;
	min-width: 32px;
	max-width: 50px;
	width: auto;
	height: auto;
}

.basket-item-image-link {
	position: relative;
	display: inline-block;
}

.basket-item-image {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: auto;
	transition: 300ms all ease;
}

.basket-items-list-wrapper-compact .basket-item-image {
	max-width: 50px;
	max-height: 50px;
}

.basket-item-image:hover { border-color: #ee9200; }

@media (max-width: 580px) {

	.basket-item-block-image {
		margin-top: 10px;
		margin-bottom: 15px;
		padding-right: 0;
		max-width: 100%;
		width: 100%;
	}

	.basket-item-image {
		margin: 10px auto 15px;
		padding-right: 0;
		max-width: 230px;
		max-height: 400px;
		width: auto;
		height: auto;
	}

	.basket-items-list-item-descriptions-inner {
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.basket-items-list-wrapper-compact .basket-item-block-image {
		margin-top: 0;
		padding-right: 10px;
	}

	.basket-items-list-wrapper-compact .basket-items-list-item-descriptions-inner {
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
	}

}

/*endregion*/

/*region lable*/

/*Label*/
.basket-item-label-text,
.basket-item-label-ring {
	position: absolute;
	z-index: 90;
	opacity: 1;
	transition: opacity 450ms ease;
}

.basket-items-list-wrapper-compact .basket-item-label-text,
.basket-items-list-wrapper-compact .basket-item-label-ring { display: none }

.basket-item-label-text span,
.basket-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .basket-item-label-text span,
.bx-red .basket-item-label-ring { background-color: #fba90c; }

.basket-item-label-text > div,
.basket-item-label-ring > div { line-height: 0; }

/* TEXT */
.basket-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

.basket-item-label-text.basket-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
}

.basket-item-label-text.basket-item-label-big span {
	padding: 4px 10px;
	font-size: 12px;
	line-height: 17px;
}

@media (max-width: 767px) {
	.basket-item-label-text > div { line-height: 0; }

	.basket-item-label-text.basket-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 11px;
		line-height: 14px;
	}

	.basket-item-label-text.basket-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 13px;
		line-height: 16px;
	}
}

/*RING*/
.basket-item-label-ring {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.basket-item-label-ring.basket-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 13px;
	line-height: 40px;
}

.basket-item-label-ring.basket-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

@media (max-width: 767px) {
	.basket-item-label-ring.basket-item-label-small {
		width: 24px;
		height: 24px;
		font-size: 8px;
		line-height: 24px;
	}

	.basket-item-label-ring.basket-item-label-big {
		width: 30px;
		height: 30px;
		font-size: 12px;
		line-height: 30px;
	}
}

.basket-item-label-top { top: -2px; }

.basket-item-label-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.basket-item-label-center > div { text-align: center; }

.basket-item-label-left { left: -2px; }

.basket-item-label-left > div { text-align: left; }

.basket-item-label-bottom { bottom: -2px; }

.basket-item-label-middle {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.basket-item-label-right { right: -2px; }

.basket-item-label-right > div { text-align: right; }

.basket-item-label-center.product-item-label-middle {
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

/*endregion*/

/*region Info*/
.basket-item-block-info {
	-ms-flex-order: 2;
	padding: 0;
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

@media (max-width: 580px) {
	.basket-item-block-info {
		-webkit-box-flex: 6;
		-ms-flex: 6;
		flex: 6;
	}
}

/*region Name*/
.basket-item-info-name,
.basket-item-info-name-link {
	margin: 0;
	padding: 0 20px 0 0;
	color: #2f3435;
	text-decoration: none;
	word-break: break-all;
	word-break: break-word;
	font: 400 16px/26px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 300ms all ease;
}

/*.basket-item-actions-remove + .basket-item-info-name {
	margin-right: 30px;
}*/

h2.basket-item-info-name {
	margin-bottom: 5px;
	padding-top: 0;
}

.basket-item-highlighted { background: #ff0; }

.basket-items-list-wrapper-compact .basket-item-info-name { margin-bottom: 5px }

.basket-item-info-name-link:hover {
	text-decoration: underline;
	cursor: pointer;
}

@media (max-width: 768px) {
	.basket-item-info-name,
	.basket-item-info-name-link {
		vertical-align: middle;
		font-size: 15px;
		line-height: 17px;
	}

	.basket-item-info-name { padding-top: 10px; }
}

/*endregion*/

.basket-item-block-common {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-order: 4;
	-ms-flex-pack: end;
	-ms-flex-align: start;
	-ms-flex: 2;
	-ms-flex-wrap: nowrap;
	-ms-flex-line-pack: baseline;
	flex-wrap: nowrap;
	-webkit-box-pack: end;
	-webkit-box-align: start;
	-webkit-box-ordinal-group: 5;
	-webkit-box-flex: 2;
	justify-content: flex-end;
	align-content: baseline;
	align-items: flex-start;
	flex: 2;
	order: 4;
}

.basket-items-list-wrapper-compact .basket-item-block-common {
	-ms-flex-pack: end;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

@media (max-width: 991px) {
	.basket-item-block-common {
		padding: 5px 0;
		min-width: 100%;
	}

	.basket-items-list-wrapper .basket-item-block-common {
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
	}

	.basket-items-list-wrapper .basket-item-block-common > div {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}

	.basket-items-list-wrapper-compact .basket-item-block-common {
		-ms-flex-pack: end;
		padding: 17px 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		justify-content: flex-end;
	}
}

@media (max-width: 460px) {
	.basket-items-list-wrapper .basket-item-block-common {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: end;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-align: end;
		align-items: flex-end;
	}

	/*.basket-item-price-old { right: 10px; }*/
	.basket-item-price-current { text-align: right; }
}

/*region Properties*/
.basket-item-block-properties {
	-webkit-box-flex: 5;
	-ms-flex: 5;
	flex: 5
}

.basket-item-property,
.basket-item-property-custom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	padding-bottom: 4px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.basket-items-list-wrapper-compact .basket-item-property,
.basket-items-list-wrapper-compact .basket-item-property-custom {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 10px;
	padding-bottom: 0;
	-ms-flex-line-pack: center;
	align-content: center;
}

.basket-item-property-name,
.basket-item-property-custom-name {
	margin-right: 5px;
	color: #a1a1a1;
	font: 400 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-property-value,
.basket-item-property-custom-value {
	color: #4a4a4a;
	font: bold 12px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*region Custom Column*/

.basket-item-property-custom { padding-right: 15px; }

.basket-item-property-custom-content { padding: 3px 0; }

.basket-item-property-custom.basket-item-property-custom-photo { display: block; }

.basket-item-property-custom-photo .basket-item-property-custom-value {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: start;
	-ms-flex-align: stretch;
	min-height: 64px;
	word-spacing: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.basket-item-property-custom-photo .basket-item-property-custom-value span { display: inline-block; }

.basket-item-custom-block-photo-link {
	display: block;
	margin-right: 5px;
}

.basket-item-custom-block-photo-item {
	margin-right: 3px;
	width: auto;
	height: 64px;
	border: 1px solid #e4e4e4;
	transition: 300ms all ease;
}

.basket-item-custom-block-photo-item:hover { border-color: #ee9200; }

@media (max-width: 580px) {
	.basket-item-property-custom { padding-right: 0; }

	.basket-items-list-wrapper-compact .basket-item-property-custom { padding-right: 10px; }
}

/*endregion*/

/*scu*/
.basket-items-list-wrapper-compact .basket-item-property.basket-item-property-scu-text,
.basket-items-list-wrapper-compact .basket-item-property.basket-item-property-scu-image,
.basket-items-list-wrapper-compact .basket-item-property.basket-item-scu-color {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.basket-item-property.basket-item-property-scu-text,
.basket-item-property.basket-item-property-scu-image,
.basket-item-property.basket-item-scu-color { display: block; }

.basket-item-scu-list {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0;
	padding: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.basket-item-scu-item,
.basket-item-scu-item.not-available:hover {
	position: relative;
	display: inline-block;
	margin: 2px 3px 3px 0;
	padding: 0;
	border: 1px solid #eeecef;
	cursor: pointer;
	transition: 300ms all ease;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.basket-item-scu-item:hover,
.basket-item-scu-item.selected,
.basket-item-scu-item.not-available:hover { border-color: #006cc0; }

.basket-item-scu-item.selected:hover { cursor: default }

.basket-item-scu-item.not-available:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%2220%22%20x2%3D%2220%22%20y2%3D%220%22%20stroke-width%3D%221%22%20stroke%3D%22%23a1a1a1%22/%3E%0A%3C/svg%3E);
	background-size: 100% 100%;
	content: '';
}

.basket-item-scu-item-inner {
	display: block;
	transition: 300ms all ease;
}

.basket-item-scu-item.not-available .basket-item-scu-item-inner { opacity: .5; }

.basket-item-scu-color .basket-item-scu-item-inner,
.basket-item-property-scu-image .basket-item-scu-item-inner {
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.basket-items-list-wrapper-compact .basket-item-scu-color .basket-item-scu-item-inner,
.basket-items-list-wrapper-compact .basket-item-property-scu-image .basket-item-scu-item-inner {
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
}

.basket-item-property-scu-text .basket-item-scu-item-inner {
	padding: 3px 5px;
	min-width: 30px;
	text-align: center;
	font: bold 14px/17px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-items-list-wrapper-compact .basket-item-property-scu-text .basket-item-scu-item-inner {
	padding: 1px 2px;
	font: bold 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 768px) {
	.basket-item-property-name,
	.basket-item-property-value { font-size: 11px; }
}

@media (max-width: 580px) {
	.basket-item-block-properties { margin-bottom: 10px; }

	.basket-items-list-wrapper-compact .basket-item-block-properties { margin-bottom: 0; }

	.basket-item-property-scu-image .basket-item-scu-item-inner,
	.basket-item-scu-color .basket-item-scu-item-inner {
		width: 20px;
		height: 20px;
		border: 1px solid #fff;
	}

	.basket-item-property-scu-text .basket-item-scu-item-inner {
		padding: 2px 3px;
		min-width: 25px;
		text-align: center;
		font: bold 11px/15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
}

/*endregion*/

/*region Amount*/
.basket-items-list-item-amount {
	-ms-flex-order: 3;
	padding-top: 20px;
	vertical-align: top;
	-webkit-box-ordinal-group: 4;
	order: 3;
}

.basket-item-block-amount {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: end;
	-ms-flex-align: start;
	padding: 0 10px;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.basket-items-list-wrapper-compact .basket-item-block-amount {
	margin-bottom: 0;
	padding-bottom: 0;
}

.basket-item-amount-filed-block { position: relative; }

.basket-item-amount-filed,
.basket-item-block-amount.disabled .basket-item-amount-filed:hover {
	padding: 0;
	width: 60px;
	height: 28px;
	outline: none;
	border: 1px solid #e4e4e4;
	border-radius: 1px;
	vertical-align: middle;
	text-align: center;
	font: bold 18px/27px "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 300ms all ease;
}

.basket-item-block-amount.disabled .basket-item-amount-filed { background-color: #f3f3f3; }

.basket-item-amount-filed:hover,
.basket-item-amount-filed:focus { border-color: #006cc0; }

.basket-item-amount-filed::-webkit-outer-spin-button,
.basket-item-amount-filed::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	margin: 0;
	-webkit-appearance: none; /* <-- Apparently some margin are still there even though it's hidden */
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.basket-item-amount-filed.basket-updated {
	-webkit-animation-name: basketAmountFiledUpdated;
	animation-name: basketAmountFiledUpdated;
	-webkit-animation-duration: 600ms;
	animation-duration: 600ms;
}

@-webkit-keyframes basketAmountFiledUpdated {
	0%, 100% { border-color: #e4e4e4; }
	50% { border-color: #ee9200; }
}

@keyframes basketAmountFiledUpdated {
	0%, 100% { border-color: #e4e4e4; }
	50% { border-color: #ee9200; }
}

.basket-item-amount-btn-plus,
.basket-item-amount-btn-minus {
	position: relative;
	width: 28px;
	height: 28px;
	cursor: pointer;
	transition: 300ms all ease;
	-webkit-user-select: none;
}

.basket-item-amount-btn-plus:hover,
.basket-item-amount-btn-minus:hover { background-color: #efefef; }

.basket-item-block-amount.disabled .basket-item-amount-btn-plus,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus {
	background-color: transparent;
	cursor: default;
}

.basket-item-amount-btn-plus:before,
.basket-item-amount-btn-plus:after,
.basket-item-amount-btn-minus:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -5px;
	width: 10px;
	height: 2px;
	background-color: #979797;
	content: "";
	transition: 300ms all ease;
}

.basket-item-amount-btn-plus:hover:before,
.basket-item-amount-btn-plus:hover:after,
.basket-item-amount-btn-minus:hover:after { background-color: #535353; }

.basket-item-block-amount.disabled .basket-item-amount-btn-plus:before,
.basket-item-block-amount.disabled .basket-item-amount-btn-plus:after,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus:after { background-color: #f3f3f3; }

.basket-item-amount-btn-plus:before {
	margin-top: -5px;
	margin-left: -1px;
	width: 2px;
	height: 10px;
}

.basket-item-amount-field-description {
	position: absolute;
	top: calc(100% + 1px);
	right: 0;
	left: 0;
	color: #a1a1a1;
	text-align: center;
	font: italic 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 991px) {
	.basket-item-block-amount {
		position: relative;
		-ms-flex-pack: center;
		margin-bottom: 13px;
		-webkit-box-pack: center;
		justify-content: center;
	}

	.basket-item-amount-btn-plus,
	.basket-item-amount-btn-minus {
		border: 1px solid #e4e4e4;
		background-color: #f5f6f7;
	}

	.basket-item-amount-btn-plus {
		border-left: none;
		border-radius: 0 1px 1px 0;
	}

	.basket-item-amount-btn-minus {
		border-right: none;
		border-radius: 1px 0 0 1px;
	}
}

@media (max-width: 767px) {
	.basket-item-block-amount { padding-top: 19px; }
}

@media (max-width: 580px) {
	.basket-item-block-amount { padding-top: 0; }
}

/*endregion*/

/*region Price*/
.basket-items-list-item-price {
	-ms-flex-order: 4;
	padding-top: 0;
	vertical-align: top;
	-webkit-box-ordinal-group: 5;
	order: 4;
}

.basket-items-list-item-price-for-one {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	order: 2
}

.basket-item-block-price {
	position: relative;
	padding-top: 20px;
	text-align: right;
	white-space: nowrap;
}

.basket-item-price-title {
	padding-top: 1px;
	color: #a1a1a1;
	text-align: right;
	font: 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-price-current {
	padding-top: 1px;
	color: #2f3435;
	vertical-align: bottom;
	line-height: 24px;
}

.basket-item-price-current-text {
	letter-spacing: -.33px;
	font: 400 20px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 180ms text-shadow ease, 180ms color ease;
}

.basket-item-price-old {
	position: absolute;
	top: 5px;
	right: 0;
	color: #a1a1a1;
	vertical-align: middle;
	line-height: 15px;
}

.basket-item-price-old-text {
	position: relative;
	display: inline-block;
	font: 400 13px/15px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-price-old-text:after {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22491px%22%20height%3D%22125px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.23046875%2C121.410156%20C122.764455%2C80.3998661%20212.227997%2C52.9779911%20269.621094%2C39.1445312%20C327.014191%2C25.3110714%20400.420441%2C13.476436%20489.839844%2C3.640625%22%20stroke%3D%22%23B80909%22%20stroke-width%3D%2216%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
	background-size: 100% 100%;
	content: '';
}

.basket-item-price-difference {
	padding: 3px;
	max-width: 100%;
	background: #d1ecf1;
	color: #179ebb;
	text-align: center;
	white-space: normal;
	font: 400 11px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {

	.basket-items-list-item-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}

	.basket-items-list-item-descriptions { min-width: 100%; }
}

@media (max-width: 580px) {

	.basket-items-list-item-price {
		-ms-flex-order: 5;
		vertical-align: top;
		-webkit-box-ordinal-group: 6;
		order: 5;
	}

	.basket-items-list-item-price-for-one {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		order: 4
	}

	.basket-item-block-price {
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 10px;
		min-width: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.basket-item-price-old { right: 10px; }

	.basket-items-list-item-amount {
		display: block;
		padding: 0 0 20px;
		min-width: 100%;
	}

	.basket-item-block-price {
		padding-right: 10px;
		padding-left: 10px;
	}

	.basket-items-list-item-price-for-one .basket-item-price-current { }

	.basket-items-list-wrapper-compact .basket-item-block-price {
		min-width: 0;
		text-align: right;
	}

	.basket-items-list-wrapper-compact .basket-item-block-price > div { text-align: right; }

	.basket-item-block-price .basket-item-price-difference {
		-ms-flex-order: 1;
		padding: 5px 6px 6px;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

}

/*endregion*/

/*region Actions*/
.basket-items-list-item-remove {
	padding-top: 17px !important;
	vertical-align: top;
}

.basket-item-block-actions {
	position: relative;
	opacity: 0;
	transition: 300ms opacity ease;
}

.bx-touch .basket-item-block-actions,
.basket-items-list-item-container:hover .basket-item-block-actions { opacity: 1; }

.basket-item-actions-remove {
	position: relative;
	display: block;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.basket-item-actions-remove:after,
.basket-item-actions-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 14px;
	background: #d0021b;
	content: '';
	transition: 300ms background-color ease;
}

.basket-item-actions-remove:after { -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg); transform: translate3d(-50%, -50%, 0) rotate(45deg); }

.basket-item-actions-remove:before { -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg); transform: translate3d(-50%, -50%, 0) rotate(-45deg); }

.basket-item-actions-remove:hover:after,
.basket-item-actions-remove:hover:before { background-color: #7e000f; }

.basket-item-block-info .basket-item-actions-remove {
	position: absolute;
	top: -4px;
	right: 0;
}

.basket-items-list-wrapper-compact .basket-item-block-actions {
	position: relative;
	top: auto;
	right: auto;
	padding-left: 10px;
}

/*endregion*/

/*endregion*/

@media (max-width: 767px) {
	.basket-items-list-table,
	.basket-items-list-table thead,
	.basket-items-list-table tbody,
	.basket-items-list-table tr { display: block !important; }

	tr.basket-items-list-item-container {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: flex !important;
		-ms-flex-pack: center;
		-ms-flex-align: start;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: 1px solid #f2f2f2;
		-webkit-box-align: flex-start;
		align-items: flex-start;
		-webkit-box-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.basket-items-list-table tr.basket-items-list-item-container:first-child,
	.basket-items-list-table tbody tr.basket-items-list-item-container:first-child { border: none; }

	.basket-items-list .basket-items-list-item-container > td { border-top: none; }

	td.basket-items-list-item-amount,
	td.basket-items-list-item-price,
	td.basket-items-list-item-remove { display: inline-block; }

	td.basket-items-list-item-descriptions {
		padding-bottom: 10px;
		min-width: 100%;
	}

	td.basket-items-list-item-descriptions,
	td.basket-items-list-item-notification {
		display: block;
		padding-top: 0;
	}

	.basket-items-list-item-price { padding: 3px 0; }

	td.basket-items-list-item-remove { padding: 34px 0 0 !important; }
}

@media (max-width: 580px) {

	.basket-items-list-item-price .basket-item-block-price .basket-item-price-title { display: block; }

	td.basket-items-list-item-remove {
		display: block;
		padding: 0;
	}

	td.basket-items-list-item-remove {
		padding: 0 !important;
		text-align: center;
	}

	.basket-item-block-actions { display: inline-block; }
}

.basket-items-list-item-notification-inner {
	position: relative;
	transition: 220ms all ease;
}

/**/

.basket-items-list-item-container.basket-items-list-item-container-expend { display: table-row; }

.basket-items-list-item-container-expend .basket-items-list-item-removed-container {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	padding: 10px 0;
	border-radius: 2px;
	background-color: #e6f8fe;
	color: #333;
	text-align: center;
	transition: 300ms all ease;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.basket-items-list-item-container-expend .basket-items-list-item-removed-container div {
	padding: 0 10px;
	text-align: left;
}

@-webkit-keyframes ShowNote {
	0% { opacity: 0; }
	0%, 50% { background-color: #fff; }
	50%, 100% { opacity: 1; }
	100% { background-color: #e6f8fe; }
}

@keyframes ShowNote {
	0% { opacity: 0; }
	0%, 50% { background-color: #fff; }
	50%, 100% { opacity: 1; }
	100% { background-color: #e6f8fe; }
}

@media (max-width: 768px) {
	.basket-items-list-item-container-collapse .basket-items-list-item-removed-container {
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.basket-items-list-item-container-collapse .basket-items-list-item-removed-container div { text-align: center; }
}

.basket-items-list-item-container-collapse .basket-item-block-info,
.basket-items-list-item-container-collapse .basket-item-block-common,
.basket-items-list-item-container-collapse .basket-item-block-image { opacity: 0; }

.basket-items-list-item-container.basket-items-list-item-container-collapse > td > div {
	overflow: hidden;
	height: 80px;
	opacity: 0;
}

.basket-items-list-item-removed-block {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.basket-items-list-item-removed-block .faded {
	color: #ccc;
	cursor: default;
}

.basket-items-list-item-removed-anchor {
	border-bottom: 1px dashed;
	color: #333;
	font-weight: bold;
}

.basket-items-list-item-clear-btn {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.basket-items-list-item-clear-btn:after,
.basket-items-list-item-clear-btn:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 14px;
	background: #d0021b;
	content: '';
	transition: 300ms background-color ease;
}

.basket-items-list-item-clear-btn:after { -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg); transform: translate3d(-50%, -50%, 0) rotate(45deg); }

.basket-items-list-item-clear-btn:before { -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg); transform: translate3d(-50%, -50%, 0) rotate(-45deg); }

.basket-items-list-item-clear-btn:hover:after,
.basket-items-list-item-clear-btn:hover:before { background-color: #7e000f; }

.basket-items-list-item-double { margin: 10px 0; }

.basket-items-list-item-double > div {
	margin-bottom: 10px;
	padding: 5px 35px 5px 15px;
}

.basket-items-list-item-double-anchor,
.basket-items-list-item-double-anchor:visited {
	border-bottom: 1px dashed;
	color: #333;
	text-decoration: none;
}

.basket-items-list-item-double-anchor:hover { color: #23527c; }

.basket-items-list-item-warning-container { margin: 10px 0; }

.basket-items-list-item-warning-container > div {
	margin-bottom: 10px;
	padding: 5px 35px 5px 15px;
}

.basket-items-list-wrapper-compact .basket-items-list-item-container {
	-ms-flex-align: start;
	padding: 17px 0;
	-webkit-box-align: start;
	align-items: flex-start;
}

/*region Gifts*/
.basket-item-gifts-list-container {
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #fceb9f;
	background: #fffef8;
}

.basket-item-gifts-list-container:after {
	position: absolute;
	top: -10px;
	left: 90px;
	display: block;
	width: 17px;
	height: 17px;
	background-color: #fceb9f;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.basket-item-gifts-list-title {
	padding: 12px 17px;
	background-color: #fceb9f;
	color: #5b5848;
	font: bold 15px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-gifts-list { padding: 15px; }

.basket-items-list-gift-item {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	border-bottom: 1px solid #f3f2ed;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.basket-item-gifts-list .basket-items-list-gift-item:last-child { border-bottom: none; }

/*region Gift image*/
.basket-item-gift-image-container {
	padding: 10px 0;
	min-width: 48px;
	max-width: 100%;
	width: 168px;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.basket-item-gift-image-link { display: inline-block; }

.basket-item-gift-image {
	display: inline-block;
	max-width: 100%;
	max-height: 69px;
	width: auto;
	height: auto;
}

/*endregion*/

/*region Gift title*/
.basket-item-gift-title-container {
	padding: 5px 15px;
	width: 100%;
	-webkit-box-flex: 9;
	-ms-flex: 9;
	flex: 9;
}

.basket-item-gift-title-link {
	color: #333;
	font: 400 15px/20px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 300ms all ease;
}

@media (max-width: 580px) {
	.basket-item-gift-title-link { font-size: 13px; }
}

/*endregion*/

/*region Gift price*/
.basket-item-gift-price-container {
	text-align: right;
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.basket-item-gift-price-current {
	color: #2f3435;
	font: 400 22px/26px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-gift-price-old {
	color: #a1a1a1;
	text-decoration: line-through;
	font: 400 13px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-gift-price-difference {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	padding: 5px 6px 6px;
	background: #e2f0cb;
	color: #525c69;
	text-align: center;
	text-transform: uppercase;
	font: bold 9px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-box-align: center;
	align-items: center;
}

@media (max-width: 580px) {
	.basket-items-list-gift-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.basket-item-gift-price-container { min-width: 100%; }
}

/*endregion*/
/*endregion*/

/*region Gift-container*/
.basket-gifts-list-wrapper,
.basket-gifts-list-wrapper-compact {
	margin-bottom: 15px;
	border: 1px solid #e2dfdf;
}

.basket-gifts-list-header {
	padding: 18px 25px 20px;
	border-bottom: 1px solid #e2dfdf;
	background: #f2f2f2;
	font: bold 15px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 300ms all ease;
}

.basket-clear {
	cursor: pointer;
	pointer-events: auto;
}

.basket-clear:after,
.basket-clear:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 14px;
	background: #a1a1a1;
	content: '';
	transition: 300ms background-color ease;
}

.basket-clear:after { -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg); transform: translate3d(-50%, -50%, 0) rotate(45deg); }

.basket-clear:before { -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg); transform: translate3d(-50%, -50%, 0) rotate(-45deg); }

.basket-clear:hover:after,
.basket-clear:hover:before { background-color: #333; }

@media (max-width: 991px) {
	.basket-gifts-list-header {
		padding: 10px 9px 11px;
		font-size: 12px;
		line-height: 15px;
	}
}

.basket-gifts-list { padding: 0 25px; }

.basket-gifts-description-container {
	padding: 11px;
	color: #868d96;
	text-align: center;
	font: 400 13px/15px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-gifts-list-item-container {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	overflow: hidden;
	padding: 20px 0;
	border-top: 1px solid #f2f2f2;
	transition: 300ms all ease;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
}

.basket-gifts-list-item-container:first-child { border-top: none; }

.basket-gift-block-image {
	padding: 5px 15px 5px 0;
	min-width: 50px;
	max-width: 50px;
}

.basket-gift-image-link { display: inline-block; }

.basket-gift-image {
	display: inline-block;
	max-width: 100%;
	max-height: 168px;
	width: auto;
	height: auto;
	transition: 300ms all ease;
}

.basket-gift-block-info { -webkit-box-flex: 1; -ms-flex: 1; flex: 1 }

.basket-gift-info-name,
.basket-gift-info-name-link {
	margin: 0;
	padding: 0;
	color: #2f3435;
	text-decoration: none;
	font: 400 15px/19px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 300ms all ease;
}

.basket-gift-info-name-link:hover {
	text-decoration: underline;
	cursor: pointer;
}

.basket-gift-block-common {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
}

.basket-gift-item-select-btn-container {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	align-items: center;
}

.basket-gift-item-selected {
	padding: 0 10px;
	color: #b6bbbf;
	font: 400 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-gift-item-select-btn-label {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	margin-bottom: 0;
	-webkit-box-align: center;
	align-items: center;
}

.basket-gift-item-select-input { display: none; }

.basket-gift-item-select-btn-radio {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	border: 10px solid #fff;
	border-radius: 50%;
	background: #468ee5;
	-webkit-box-shadow: 0 0 0 1px #828b95;
	box-shadow: 0 0 0 1px #828b95;
	cursor: pointer;
	transition: 190ms all ease;
}

.basket-gift-item-select-input:checked + .basket-gift-item-select-btn-radio { border-width: 5px; }

.basket-gift-item-select-btn-text {
	text-transform: lowercase;
	font: bold 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
}

.basket-gift-item-select-btn-checkbox {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 10px;
	width: 19px;
	height: 19px;
	border: 1px solid #828b95;
	border-radius: 2px;
	background-color: #fff;
	cursor: pointer;
}

.basket-gift-item-select-btn-checkbox:after,
.basket-gift-item-select-btn-checkbox:before {
	position: absolute;
	background-color: #fff;
	content: '';
	opacity: 0;
	transition: 190ms all ease;
}

.basket-gift-item-select-btn-checkbox:after {
	top: 5px;
	left: 5px;
	z-index: 15;
	width: 3px;
	height: 9px;
	border-radius: 1px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.basket-gift-item-select-btn-checkbox:before {
	top: -1px;
	left: 11px;
	z-index: 10;
	width: 5px;
	height: 17px;
	border: 1px solid #fff;
	border-radius: 2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.basket-gift-item-select-input:checked + .basket-gift-item-select-btn-checkbox:after,
.basket-gift-item-select-input:checked + .basket-gift-item-select-btn-checkbox:before {
	background-color: #468ee5;
	opacity: 1;
}

@media (max-width: 797px) {
	.basket-gift-item-select-btn-container {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: end;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-align: end;
		align-items: flex-end;
	}

	.basket-gift-item-selected {
		-ms-flex-order: 2;
		padding-right: 0;
		text-align: right;
		-webkit-box-ordinal-group: 3;
		order: 2;
	}

	.basket-gift-item-select-btn-label {
		-ms-flex-order: 1;
		text-align: right;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}

.bx-step-opacity { transition: 500ms opacity ease; }

/*endregion*/

/*region not found*/
.basket-search-not-found {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 0;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.basket-search-not-found-icon {
	margin: 0 auto 80px;
	width: 180px;
	height: 180px;
	background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22182px%22%20height%3D%22182px%22%20viewBox%3D%220%200%20182%20182%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.2%22%20fill%3D%22%23A7ABB0%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17%2C70.5%20C17%2C40.9473747%2040.9473747%2C17%2070.5%2C17%20C100.052625%2C17%20124%2C40.9473747%20124%2C70.5%20C124%2C100.052625%20100.052625%2C124%2070.5%2C124%20C40.9473747%2C124%2017%2C100.052625%2017%2C70.5%20M178.408149%2C160.192955%20L129.280894%2C111.056302%20C129.216524%2C111.017683%20129.152154%2C110.991937%20129.100658%2C110.953317%20C136.979557%2C99.5348706%20141.614204%2C85.7220257%20141.614204%2C70.8020936%20C141.614204%2C31.6935917%20109.905496%2C0%2070.8071019%2C0%20C31.7087076%2C0%200%2C31.6935917%200%2C70.8020936%20C0%2C109.910596%2031.7087076%2C141.604187%2070.8071019%2C141.604187%20C85.7152154%2C141.604187%2099.5419113%2C136.969868%20110.948292%2C129.091526%20C110.999788%2C129.143019%20111.012662%2C129.220257%20111.064158%2C129.27175%20L160.204287%2C178.408403%20C164.993422%2C183.197199%20172.846573%2C183.197199%20177.635708%2C178.408403%20L178.408149%2C177.623143%20C183.197284%2C172.834347%20183.197284%2C164.981751%20178.408149%2C160.192955%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
	background-size: cover;
}

.basket-search-not-found-text {
	color: #c0c5ca;
	text-align: center;
	font: 30px/35px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*endregion*/

.bx-sbb-empty-cart-image{
	width:131px;
	height:116px;
	margin:50px auto 42px;
	background:url(/local/templates/melody/components/bitrix/sale.basket.basket/small_cart/images/empty_cart.svg) no-repeat center;
	background-size:contain;
}
.bx-sbb-empty-cart-text{
	font-size:36px;
	text-align:center;
	color:#bababa;
	margin-bottom:42px;
}
.bx-sbb-empty-cart-desc{
	text-align:center;
	color:#000;
	font-size:16px;
	margin-bottom:42px;
}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}
/* End */


/* Start:/local/templates/melody/components/bitrix/search.form/header-sticky_search/style.css?17806545521228*/
.search{
    position:relative
}
.search form{
    position: relative;
    z-index: 200;
}
#search-sticky_result{
    display:none;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    padding: 40px 20px 20px 20px;
    border: 1px solid #cdcdcd;
    z-index: 100;
    background: #fff;
}
#search-sticky_result .product-search{
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #cdcdcd;
    align-items: center;
    justify-content: space-between;
}

#search-sticky_result .product-search:last-child{
    border:0
}

#search-sticky_result .product-image{
    width:12%;
    min-width:100px;
}
#search-sticky_result .product-image img{
    max-width:100px
}
#search-sticky_result .product-title{
    width: 50%
}
#search-sticky_result .product-price{
    width: 18%;
}
#search-sticky_result .product-btn{
    width: 40%;
}

#search-sticky_result .product-btn button{
    width: 90%;
    float: right
}

#search-sticky_result .product-title a{
    color: #000
}

#search-sticky_result .product-search>div{
    text-align:center
}

#search-sticky_result .tag:hover{
    background: #EF4044;
    color: #fff
}

@media(max-width:990px){
    #search-sticky_result {
        display: none;
    }
}
/* End */


/* Start:/local/templates/melody/components/bitrix/form.result.new/Feedback/style.css?1780654552210*/
form[name="FEEDBACK"] label.error{
    margin-top: -10px;
    margin-bottom: 10px;
    line-height: 1.5;
}
form[name="FEEDBACK"] .form-group.checkbox + label.error{
    margin-top: 10px;
    margin-bottom: 0;
}
/* End */


/* Start:/local/templates/melody/components/bitrix/form.result.new/Header_callback/style.css?1780654552222*/
form[name="HEADERCALLBACK"] label.error{
    margin-top: -10px;
    margin-bottom: 10px;
    line-height: 1.5;
}
form[name="HEADERCALLBACK"] .form-group.checkbox + label.error{
    margin-top: 10px;
    margin-bottom: 0;
}
/* End */


/* Start:/local/templates/melody/styles.css?1780654553593*/
.have_by_warehouses{
    margin-bottom: 25px;
}

.have_by_warehouses .have_by_warehouse_item {
    font-size: 14px;
    line-height: 120%;
    color: #1D1A1E;
    margin-bottom: 5px;
}

.have_by_warehouses .have_by_warehouse_item .have_by_warehouse_item_name{
    display: inline-block;
    font-weight: 600;
}

.have_by_warehouses .have_by_warehouse_item .have_by_warehouse_item_divider{
    display: inline-block;
}

.have_by_warehouses .have_by_warehouse_item .have_by_warehouse_item_text{
    display: inline-block;
}

.social {
    margin: 5px;
}

.social span {
    margin-right: 10px;
}
/* End */
/* /local/templates/melody/assets/stubMwi_css/stubMwi.css?17806545527271 */
/* /local/templates/melody/assets/css/jquery.scrollbar.css?178065455222618 */
/* /local/templates/melody/assets/css/swiper-bundle.css?178065455219865 */
/* /local/templates/melody/assets/css/nouislider.min.css?17806545524220 */
/* /local/templates/melody/assets/css/rateit.css?17806545523675 */
/* /local/templates/melody/assets/css/jquery.fancybox.css?178065455217384 */
/* /local/templates/melody/assets/css/jquery.rating.css?17806545521005 */
/* /local/templates/melody/assets/css/select2.min.css?178065455216264 */
/* /local/templates/melody/assets/css/style.css?1780654552259429 */
/* /local/templates/melody/assets/css/custom.css?17806545523741 */
/* /local/templates/melody/components/bitrix/search.form/header_search/style.css?17806545521137 */
/* /local/templates/melody/components/bitrix/sale.basket.basket/small_cart/style.css?178065455251101 */
/* /local/templates/melody/components/bitrix/search.form/header-sticky_search/style.css?17806545521228 */
/* /local/templates/melody/components/bitrix/form.result.new/Feedback/style.css?1780654552210 */
/* /local/templates/melody/components/bitrix/form.result.new/Header_callback/style.css?1780654552222 */
/* /local/templates/melody/styles.css?1780654553593 */
