.hide-xl {
    display: none
}

.hidden-xl {
    display: none !important
}

.form legend,
.show-xl {
    display: block
}

.show-inline-xl {
    display: inline
}

.form label,
.show-inline-block-xl {
    display: inline-block
}

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

.shown-xl {
    display: block !important
}

.shown-inline-xl {
    display: inline !important
}

.shown-inline-block-xl {
    display: inline-block !important
}

.shown-flex-xl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

@media screen and (max-width:1200px) {
    .hide-lg {
        display: none
    }

    .hidden-lg {
        display: none !important
    }

    .show-lg {
        display: block
    }

    .show-inline-lg {
        display: inline
    }

    .show-inline-block-lg {
        display: inline-block
    }

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

    .shown-lg {
        display: block !important
    }

    .shown-inline-lg {
        display: inline !important
    }

    .shown-inline-block-lg {
        display: inline-block !important
    }

    .shown-flex-lg {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width:1025px) and (max-width:1200px) {
    .hide-lg-only {
        display: none
    }

    .hidden-lg-only {
        display: none !important
    }

    .show-lg-only {
        display: block
    }

    .show-inline-lg-only {
        display: inline
    }

    .show-inline-block-lg-only {
        display: inline-block
    }

    .show-flex-lg-only {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .shown-lg-only {
        display: block !important
    }

    .shown-inline-lg-only {
        display: inline !important
    }

    .shown-inline-block-lg-only {
        display: inline-block !important
    }

    .shown-flex-lg-only {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (max-width:1024px) {
    .hide-md {
        display: none
    }

    .hidden-md {
        display: none !important
    }

    .show-md {
        display: block
    }

    .show-inline-md {
        display: inline
    }

    .show-inline-block-md {
        display: inline-block
    }

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

    .shown-md {
        display: block !important
    }

    .shown-inline-md {
        display: inline !important
    }

    .shown-inline-block-md {
        display: inline-block !important
    }

    .shown-flex-md {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width:769px) and (max-width:1024px) {
    .hide-md-only {
        display: none
    }

    .hidden-md-only {
        display: none !important
    }

    .show-md-only {
        display: block
    }

    .show-inline-md-only {
        display: inline
    }

    .show-inline-block-md-only {
        display: inline-block
    }

    .show-flex-md-only {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .shown-md-only {
        display: block !important
    }

    .shown-inline-md-only {
        display: inline !important
    }

    .shown-inline-block-md-only {
        display: inline-block !important
    }

    .shown-flex-md-only {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (max-width:768px) {
    .hide-sm {
        display: none
    }

    .hidden-sm {
        display: none !important
    }

    .show-sm {
        display: block
    }

    .show-inline-sm {
        display: inline
    }

    .show-inline-block-sm {
        display: inline-block
    }

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

    .shown-sm {
        display: block !important
    }

    .shown-inline-sm {
        display: inline !important
    }

    .shown-inline-block-sm {
        display: inline-block !important
    }

    .shown-flex-sm {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width:481px) and (max-width:768px) {
    .hide-sm-only {
        display: none
    }

    .hidden-sm-only {
        display: none !important
    }

    .show-sm-only {
        display: block
    }

    .show-inline-sm-only {
        display: inline
    }

    .show-inline-block-sm-only {
        display: inline-block
    }

    .show-flex-sm-only {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .shown-sm-only {
        display: block !important
    }

    .shown-inline-sm-only {
        display: inline !important
    }

    .shown-inline-block-sm-only {
        display: inline-block !important
    }

    .shown-flex-sm-only {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (max-width:480px) {
    .hide-xs {
        display: none
    }

    .hidden-xs {
        display: none !important
    }

    .show-xs {
        display: block
    }

    .show-inline-xs {
        display: inline
    }

    .show-inline-block-xs {
        display: inline-block
    }

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

    .shown-xs {
        display: block !important
    }

    .shown-inline-xs {
        display: inline !important
    }

    .shown-inline-block-xs {
        display: inline-block !important
    }

    .shown-flex-xs {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width:381px) and (max-width:480px) {
    .hide-xs-only {
        display: none
    }

    .hidden-xs-only {
        display: none !important
    }

    .show-xs-only {
        display: block
    }

    .show-inline-xs-only {
        display: inline
    }

    .show-inline-block-xs-only {
        display: inline-block
    }

    .show-flex-xs-only {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .shown-xs-only {
        display: block !important
    }

    .shown-inline-xs-only {
        display: inline !important
    }

    .shown-inline-block-xs-only {
        display: inline-block !important
    }

    .shown-flex-xs-only {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (max-width:380px) {
    .hide-mc {
        display: none
    }

    .hidden-mc {
        display: none !important
    }

    .show-mc {
        display: block
    }

    .show-inline-mc {
        display: inline
    }

    .show-inline-block-mc {
        display: inline-block
    }

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

    .shown-mc {
        display: block !important
    }

    .shown-inline-mc {
        display: inline !important
    }

    .shown-inline-block-mc {
        display: inline-block !important
    }

    .shown-flex-mc {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.push-xl-0 {
    margin-left: 0%
}

.push-xl-1 {
    margin-left: 8.33333%
}

.push-xl-2 {
    margin-left: 16.66667%
}

.push-xl-3 {
    margin-left: 25%
}

.push-xl-4 {
    margin-left: 33.33333%
}

.push-xl-5 {
    margin-left: 41.66667%
}

.push-xl-6 {
    margin-left: 50%
}

.push-xl-7 {
    margin-left: 58.33333%
}

.push-xl-8 {
    margin-left: 66.66667%
}

.push-xl-9 {
    margin-left: 75%
}

.push-xl-10 {
    margin-left: 83.33333%
}

.push-xl-11 {
    margin-left: 91.66667%
}

.push-xl-12 {
    margin-left: 100%
}

.pull-xl-0 {
    margin-left: 0%
}

.pull-xl-1 {
    margin-left: -8.33333%
}

.pull-xl-2 {
    margin-left: -16.66667%
}

.pull-xl-3 {
    margin-left: -25%
}

.pull-xl-4 {
    margin-left: -33.33333%
}

.pull-xl-5 {
    margin-left: -41.66667%
}

.pull-xl-6 {
    margin-left: -50%
}

.pull-xl-7 {
    margin-left: -58.33333%
}

.pull-xl-8 {
    margin-left: -66.66667%
}

.pull-xl-9 {
    margin-left: -75%
}

.pull-xl-10 {
    margin-left: -83.33333%
}

.pull-xl-11 {
    margin-left: -91.66667%
}

.pull-xl-12 {
    margin-left: -100%
}

.post-xl-0 {
    margin-right: 0%
}

.post-xl-1 {
    margin-right: 8.33333%
}

.post-xl-2 {
    margin-right: 16.66667%
}

.post-xl-3 {
    margin-right: 25%
}

.post-xl-4 {
    margin-right: 33.33333%
}

.post-xl-5 {
    margin-right: 41.66667%
}

.post-xl-6 {
    margin-right: 50%
}

.post-xl-7 {
    margin-right: 58.33333%
}

.post-xl-8 {
    margin-right: 66.66667%
}

.post-xl-9 {
    margin-right: 75%
}

.post-xl-10 {
    margin-right: 83.33333%
}

.post-xl-11 {
    margin-right: 91.66667%
}

.post-xl-12 {
    margin-right: 100%
}

.push-xl-five {
    margin-left: 20%
}

.pull-xl-five {
    margin-left: -20%
}

.post-xl-five {
    margin-right: 20%
}

.pull-xl-left {
    float: left
}

.pull-xl-right {
    float: right
}

.clearfix-xl:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%
}

@media screen and (max-width:1200px) {
    .push-lg-0 {
        margin-left: 0%
    }

    .push-lg-1 {
        margin-left: 8.33333%
    }

    .push-lg-2 {
        margin-left: 16.66667%
    }

    .push-lg-3 {
        margin-left: 25%
    }

    .push-lg-4 {
        margin-left: 33.33333%
    }

    .push-lg-5 {
        margin-left: 41.66667%
    }

    .push-lg-6 {
        margin-left: 50%
    }

    .push-lg-7 {
        margin-left: 58.33333%
    }

    .push-lg-8 {
        margin-left: 66.66667%
    }

    .push-lg-9 {
        margin-left: 75%
    }

    .push-lg-10 {
        margin-left: 83.33333%
    }

    .push-lg-11 {
        margin-left: 91.66667%
    }

    .push-lg-12 {
        margin-left: 100%
    }

    .pull-lg-0 {
        margin-left: 0%
    }

    .pull-lg-1 {
        margin-left: -8.33333%
    }

    .pull-lg-2 {
        margin-left: -16.66667%
    }

    .pull-lg-3 {
        margin-left: -25%
    }

    .pull-lg-4 {
        margin-left: -33.33333%
    }

    .pull-lg-5 {
        margin-left: -41.66667%
    }

    .pull-lg-6 {
        margin-left: -50%
    }

    .pull-lg-7 {
        margin-left: -58.33333%
    }

    .pull-lg-8 {
        margin-left: -66.66667%
    }

    .pull-lg-9 {
        margin-left: -75%
    }

    .pull-lg-10 {
        margin-left: -83.33333%
    }

    .pull-lg-11 {
        margin-left: -91.66667%
    }

    .pull-lg-12 {
        margin-left: -100%
    }

    .post-lg-0 {
        margin-right: 0%
    }

    .post-lg-1 {
        margin-right: 8.33333%
    }

    .post-lg-2 {
        margin-right: 16.66667%
    }

    .post-lg-3 {
        margin-right: 25%
    }

    .post-lg-4 {
        margin-right: 33.33333%
    }

    .post-lg-5 {
        margin-right: 41.66667%
    }

    .post-lg-6 {
        margin-right: 50%
    }

    .post-lg-7 {
        margin-right: 58.33333%
    }

    .post-lg-8 {
        margin-right: 66.66667%
    }

    .post-lg-9 {
        margin-right: 75%
    }

    .post-lg-10 {
        margin-right: 83.33333%
    }

    .post-lg-11 {
        margin-right: 91.66667%
    }

    .post-lg-12 {
        margin-right: 100%
    }

    .push-lg-five {
        margin-left: 20%
    }

    .pull-lg-five {
        margin-left: -20%
    }

    .post-lg-five {
        margin-right: 20%
    }

    .pull-lg-left {
        float: left
    }

    .pull-lg-right {
        float: right
    }

    .clearfix-lg:after {
        content: "";
        display: table;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        margin: 0;
        padding: 0;
        width: 100%
    }
}

@media screen and (min-width:1025px) and (max-width:1200px) {
    .push-lg-0-only {
        margin-left: 0%
    }

    .push-lg-1-only {
        margin-left: 8.33333%
    }

    .push-lg-2-only {
        margin-left: 16.66667%
    }

    .push-lg-3-only {
        margin-left: 25%
    }

    .push-lg-4-only {
        margin-left: 33.33333%
    }

    .push-lg-5-only {
        margin-left: 41.66667%
    }

    .push-lg-6-only {
        margin-left: 50%
    }

    .push-lg-7-only {
        margin-left: 58.33333%
    }

    .push-lg-8-only {
        margin-left: 66.66667%
    }

    .push-lg-9-only {
        margin-left: 75%
    }

    .push-lg-10-only {
        margin-left: 83.33333%
    }

    .push-lg-11-only {
        margin-left: 91.66667%
    }

    .push-lg-12-only {
        margin-left: 100%
    }

    .pull-lg-0-only {
        margin-left: 0%
    }

    .pull-lg-1-only {
        margin-left: -8.33333%
    }

    .pull-lg-2-only {
        margin-left: -16.66667%
    }

    .pull-lg-3-only {
        margin-left: -25%
    }

    .pull-lg-4-only {
        margin-left: -33.33333%
    }

    .pull-lg-5-only {
        margin-left: -41.66667%
    }

    .pull-lg-6-only {
        margin-left: -50%
    }

    .pull-lg-7-only {
        margin-left: -58.33333%
    }

    .pull-lg-8-only {
        margin-left: -66.66667%
    }

    .pull-lg-9-only {
        margin-left: -75%
    }

    .pull-lg-10-only {
        margin-left: -83.33333%
    }

    .pull-lg-11-only {
        margin-left: -91.66667%
    }

    .pull-lg-12-only {
        margin-left: -100%
    }

    .post-lg-0-only {
        margin-right: 0%
    }

    .post-lg-1-only {
        margin-right: 8.33333%
    }

    .post-lg-2-only {
        margin-right: 16.66667%
    }

    .post-lg-3-only {
        margin-right: 25%
    }

    .post-lg-4-only {
        margin-right: 33.33333%
    }

    .post-lg-5-only {
        margin-right: 41.66667%
    }

    .post-lg-6-only {
        margin-right: 50%
    }

    .post-lg-7-only {
        margin-right: 58.33333%
    }

    .post-lg-8-only {
        margin-right: 66.66667%
    }

    .post-lg-9-only {
        margin-right: 75%
    }

    .post-lg-10-only {
        margin-right: 83.33333%
    }

    .post-lg-11-only {
        margin-right: 91.66667%
    }

    .post-lg-12-only {
        margin-right: 100%
    }

    .push-lg-five-only {
        margin-left: 20%
    }

    .pull-lg-five-only {
        margin-left: -20%
    }

    .post-lg-five-only {
        margin-right: 20%
    }

    .pull-lg-left-only {
        float: left
    }

    .pull-lg-right-only {
        float: right
    }

    .clearfix-lg-only:after {
        content: "";
        display: table;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        margin: 0;
        padding: 0;
        width: 100%
    }
}

@media screen and (max-width:1024px) {
    .push-md-0 {
        margin-left: 0%
    }

    .push-md-1 {
        margin-left: 8.33333%
    }

    .push-md-2 {
        margin-left: 16.66667%
    }

    .push-md-3 {
        margin-left: 25%
    }

    .push-md-4 {
        margin-left: 33.33333%
    }

    .push-md-5 {
        margin-left: 41.66667%
    }

    .push-md-6 {
        margin-left: 50%
    }

    .push-md-7 {
        margin-left: 58.33333%
    }

    .push-md-8 {
        margin-left: 66.66667%
    }

    .push-md-9 {
        margin-left: 75%
    }

    .push-md-10 {
        margin-left: 83.33333%
    }

    .push-md-11 {
        margin-left: 91.66667%
    }

    .push-md-12 {
        margin-left: 100%
    }

    .pull-md-0 {
        margin-left: 0%
    }

    .pull-md-1 {
        margin-left: -8.33333%
    }

    .pull-md-2 {
        margin-left: -16.66667%
    }

    .pull-md-3 {
        margin-left: -25%
    }

    .pull-md-4 {
        margin-left: -33.33333%
    }

    .pull-md-5 {
        margin-left: -41.66667%
    }

    .pull-md-6 {
        margin-left: -50%
    }

    .pull-md-7 {
        margin-left: -58.33333%
    }

    .pull-md-8 {
        margin-left: -66.66667%
    }

    .pull-md-9 {
        margin-left: -75%
    }

    .pull-md-10 {
        margin-left: -83.33333%
    }

    .pull-md-11 {
        margin-left: -91.66667%
    }

    .pull-md-12 {
        margin-left: -100%
    }

    .post-md-0 {
        margin-right: 0%
    }

    .post-md-1 {
        margin-right: 8.33333%
    }

    .post-md-2 {
        margin-right: 16.66667%
    }

    .post-md-3 {
        margin-right: 25%
    }

    .post-md-4 {
        margin-right: 33.33333%
    }

    .post-md-5 {
        margin-right: 41.66667%
    }

    .post-md-6 {
        margin-right: 50%
    }

    .post-md-7 {
        margin-right: 58.33333%
    }

    .post-md-8 {
        margin-right: 66.66667%
    }

    .post-md-9 {
        margin-right: 75%
    }

    .post-md-10 {
        margin-right: 83.33333%
    }

    .post-md-11 {
        margin-right: 91.66667%
    }

    .post-md-12 {
        margin-right: 100%
    }

    .push-md-five {
        margin-left: 20%
    }

    .pull-md-five {
        margin-left: -20%
    }

    .post-md-five {
        margin-right: 20%
    }

    .pull-md-left {
        float: left
    }

    .pull-md-right {
        float: right
    }

    .clearfix-md:after {
        content: "";
        display: table;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        margin: 0;
        padding: 0;
        width: 100%
    }
}

@media screen and (min-width:769px) and (max-width:1024px) {
    .push-md-0-only {
        margin-left: 0%
    }

    .push-md-1-only {
        margin-left: 8.33333%
    }

    .push-md-2-only {
        margin-left: 16.66667%
    }

    .push-md-3-only {
        margin-left: 25%
    }

    .push-md-4-only {
        margin-left: 33.33333%
    }

    .push-md-5-only {
        margin-left: 41.66667%
    }

    .push-md-6-only {
        margin-left: 50%
    }

    .push-md-7-only {
        margin-left: 58.33333%
    }

    .push-md-8-only {
        margin-left: 66.66667%
    }

    .push-md-9-only {
        margin-left: 75%
    }

    .push-md-10-only {
        margin-left: 83.33333%
    }

    .push-md-11-only {
        margin-left: 91.66667%
    }

    .push-md-12-only {
        margin-left: 100%
    }

    .pull-md-0-only {
        margin-left: 0%
    }

    .pull-md-1-only {
        margin-left: -8.33333%
    }

    .pull-md-2-only {
        margin-left: -16.66667%
    }

    .pull-md-3-only {
        margin-left: -25%
    }

    .pull-md-4-only {
        margin-left: -33.33333%
    }

    .pull-md-5-only {
        margin-left: -41.66667%
    }

    .pull-md-6-only {
        margin-left: -50%
    }

    .pull-md-7-only {
        margin-left: -58.33333%
    }

    .pull-md-8-only {
        margin-left: -66.66667%
    }

    .pull-md-9-only {
        margin-left: -75%
    }

    .pull-md-10-only {
        margin-left: -83.33333%
    }

    .pull-md-11-only {
        margin-left: -91.66667%
    }

    .pull-md-12-only {
        margin-left: -100%
    }

    .post-md-0-only {
        margin-right: 0%
    }

    .post-md-1-only {
        margin-right: 8.33333%
    }

    .post-md-2-only {
        margin-right: 16.66667%
    }

    .post-md-3-only {
        margin-right: 25%
    }

    .post-md-4-only {
        margin-right: 33.33333%
    }

    .post-md-5-only {
        margin-right: 41.66667%
    }

    .post-md-6-only {
        margin-right: 50%
    }

    .post-md-7-only {
        margin-right: 58.33333%
    }

    .post-md-8-only {
        margin-right: 66.66667%
    }

    .post-md-9-only {
        margin-right: 75%
    }

    .post-md-10-only {
        margin-right: 83.33333%
    }

    .post-md-11-only {
        margin-right: 91.66667%
    }

    .post-md-12-only {
        margin-right: 100%
    }

    .push-md-five-only {
        margin-left: 20%
    }

    .pull-md-five-only {
        margin-left: -20%
    }

    .post-md-five-only {
        margin-right: 20%
    }

    .pull-md-left-only {
        float: left
    }

    .pull-md-right-only {
        float: right
    }

    .clearfix-md-only:after {
        content: "";
        display: table;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        margin: 0;
        padding: 0;
        width: 100%
    }
}

@media screen and (max-width:768px) {
    .push-sm-0 {
        margin-left: 0%
    }

    .push-sm-1 {
        margin-left: 8.33333%
    }

    .push-sm-2 {
        margin-left: 16.66667%
    }

    .push-sm-3 {
        margin-left: 25%
    }

    .push-sm-4 {
        margin-left: 33.33333%
    }

    .push-sm-5 {
        margin-left: 41.66667%
    }

    .push-sm-6 {
        margin-left: 50%
    }

    .push-sm-7 {
        margin-left: 58.33333%
    }

    .push-sm-8 {
        margin-left: 66.66667%
    }

    .push-sm-9 {
        margin-left: 75%
    }

    .push-sm-10 {
        margin-left: 83.33333%
    }

    .push-sm-11 {
        margin-left: 91.66667%
    }

    .push-sm-12 {
        margin-left: 100%
    }

    .pull-sm-0 {
        margin-left: 0%
    }

    .pull-sm-1 {
        margin-left: -8.33333%
    }

    .pull-sm-2 {
        margin-left: -16.66667%
    }

    .pull-sm-3 {
        margin-left: -25%
    }

    .pull-sm-4 {
        margin-left: -33.33333%
    }

    .pull-sm-5 {
        margin-left: -41.66667%
    }

    .pull-sm-6 {
        margin-left: -50%
    }

    .pull-sm-7 {
        margin-left: -58.33333%
    }

    .pull-sm-8 {
        margin-left: -66.66667%
    }

    .pull-sm-9 {
        margin-left: -75%
    }

    .pull-sm-10 {
        margin-left: -83.33333%
    }

    .pull-sm-11 {
        margin-left: -91.66667%
    }

    .pull-sm-12 {
        margin-left: -100%
    }

    .post-sm-0 {
        margin-right: 0%
    }

    .post-sm-1 {
        margin-right: 8.33333%
    }

    .post-sm-2 {
        margin-right: 16.66667%
    }

    .post-sm-3 {
        margin-right: 25%
    }

    .post-sm-4 {
        margin-right: 33.33333%
    }

    .post-sm-5 {
        margin-right: 41.66667%
    }

    .post-sm-6 {
        margin-right: 50%
    }

    .post-sm-7 {
        margin-right: 58.33333%
    }

    .post-sm-8 {
        margin-right: 66.66667%
    }

    .post-sm-9 {
        margin-right: 75%
    }

    .post-sm-10 {
        margin-right: 83.33333%
    }

    .post-sm-11 {
        margin-right: 91.66667%
    }

    .post-sm-12 {
        margin-right: 100%
    }

    .push-sm-five {
        margin-left: 20%
    }

    .pull-sm-five {
        margin-left: -20%
    }

    .post-sm-five {
        margin-right: 20%
    }

    .pull-sm-left {
        float: left
    }

    .pull-sm-right {
        float: right
    }

    .clearfix-sm:after {
        content: "";
        display: table;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        margin: 0;
        padding: 0;
        width: 100%
    }
}

@media screen and (min-width:481px) and (max-width:768px) {
    .push-sm-0-only {
        margin-left: 0%
    }

    .push-sm-1-only {
        margin-left: 8.33333%
    }

    .push-sm-2-only {
        margin-left: 16.66667%
    }

    .push-sm-3-only {
        margin-left: 25%
    }

    .push-sm-4-only {
        margin-left: 33.33333%
    }

    .push-sm-5-only {
        margin-left: 41.66667%
    }

    .push-sm-6-only {
        margin-left: 50%
    }

    .push-sm-7-only {
        margin-left: 58.33333%
    }

    .push-sm-8-only {
        margin-left: 66.66667%
    }

    .push-sm-9-only {
        margin-left: 75%
    }

    .push-sm-10-only {
        margin-left: 83.33333%
    }

    .push-sm-11-only {
        margin-left: 91.66667%
    }

    .push-sm-12-only {
        margin-left: 100%
    }

    .pull-sm-0-only {
        margin-left: 0%
    }

    .pull-sm-1-only {
        margin-left: -8.33333%
    }

    .pull-sm-2-only {
        margin-left: -16.66667%
    }

    .pull-sm-3-only {
        margin-left: -25%
    }

    .pull-sm-4-only {
        margin-left: -33.33333%
    }

    .pull-sm-5-only {
        margin-left: -41.66667%
    }

    .pull-sm-6-only {
        margin-left: -50%
    }

    .pull-sm-7-only {
        margin-left: -58.33333%
    }

    .pull-sm-8-only {
        margin-left: -66.66667%
    }

    .pull-sm-9-only {
        margin-left: -75%
    }

    .pull-sm-10-only {
        margin-left: -83.33333%
    }

    .pull-sm-11-only {
        margin-left: -91.66667%
    }

    .pull-sm-12-only {
        margin-left: -100%
    }

    .post-sm-0-only {
        margin-right: 0%
    }

    .post-sm-1-only {
        margin-right: 8.33333%
    }

    .post-sm-2-only {
        margin-right: 16.66667%
    }

    .post-sm-3-only {
        margin-right: 25%
    }

    .post-sm-4-only {
        margin-right: 33.33333%
    }

    .post-sm-5-only {
        margin-right: 41.66667%
    }

    .post-sm-6-only {
        margin-right: 50%
    }

    .post-sm-7-only {
        margin-right: 58.33333%
    }

    .post-sm-8-only {
        margin-right: 66.66667%
    }

    .post-sm-9-only {
        margin-right: 75%
    }

    .post-sm-10-only {
        margin-right: 83.33333%
    }

    .post-sm-11-only {
        margin-right: 91.66667%
    }

    .post-sm-12-only {
        margin-right: 100%
    }

    .push-sm-five-only {
        margin-left: 20%
    }

    .pull-sm-five-only {
        margin-left: -20%
    }

    .post-sm-five-only {
        margin-right: 20%
    }

    .pull-sm-left-only {
        float: left
    }

    .pull-sm-right-only {
        float: right
    }

    .clearfix-sm-only:after {
        content: "";
        display: table;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        margin: 0;
        padding: 0;
        width: 100%
    }
}

@media screen and (max-width:480px) {
    .push-xs-0 {
        margin-left: 0%
    }

    .push-xs-1 {
        margin-left: 8.33333%
    }

    .push-xs-2 {
        margin-left: 16.66667%
    }

    .push-xs-3 {
        margin-left: 25%
    }

    .push-xs-4 {
        margin-left: 33.33333%
    }

    .push-xs-5 {
        margin-left: 41.66667%
    }

    .push-xs-6 {
        margin-left: 50%
    }

    .push-xs-7 {
        margin-left: 58.33333%
    }

    .push-xs-8 {
        margin-left: 66.66667%
    }

    .push-xs-9 {
        margin-left: 75%
    }

    .push-xs-10 {
        margin-left: 83.33333%
    }

    .push-xs-11 {
        margin-left: 91.66667%
    }

    .push-xs-12 {
        margin-left: 100%
    }

    .pull-xs-0 {
        margin-left: 0%
    }

    .pull-xs-1 {
        margin-left: -8.33333%
    }

    .pull-xs-2 {
        margin-left: -16.66667%
    }

    .pull-xs-3 {
        margin-left: -25%
    }

    .pull-xs-4 {
        margin-left: -33.33333%
    }

    .pull-xs-5 {
        margin-left: -41.66667%
    }

    .pull-xs-6 {
        margin-left: -50%
    }

    .pull-xs-7 {
        margin-left: -58.33333%
    }

    .pull-xs-8 {
        margin-left: -66.66667%
    }

    .pull-xs-9 {
        margin-left: -75%
    }

    .pull-xs-10 {
        margin-left: -83.33333%
    }

    .pull-xs-11 {
        margin-left: -91.66667%
    }

    .pull-xs-12 {
        margin-left: -100%
    }

    .post-xs-0 {
        margin-right: 0%
    }

    .post-xs-1 {
        margin-right: 8.33333%
    }

    .post-xs-2 {
        margin-right: 16.66667%
    }

    .post-xs-3 {
        margin-right: 25%
    }

    .post-xs-4 {
        margin-right: 33.33333%
    }

    .post-xs-5 {
        margin-right: 41.66667%
    }

    .post-xs-6 {
        margin-right: 50%
    }

    .post-xs-7 {
        margin-right: 58.33333%
    }

    .post-xs-8 {
        margin-right: 66.66667%
    }

    .post-xs-9 {
        margin-right: 75%
    }

    .post-xs-10 {
        margin-right: 83.33333%
    }

    .post-xs-11 {
        margin-right: 91.66667%
    }

    .post-xs-12 {
        margin-right: 100%
    }

    .push-xs-five {
        margin-left: 20%
    }

    .pull-xs-five {
        margin-left: -20%
    }

    .post-xs-five {
        margin-right: 20%
    }

    .pull-xs-left {
        float: left
    }

    .pull-xs-right {
        float: right
    }

    .clearfix-xs:after {
        content: "";
        display: table;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        margin: 0;
        padding: 0;
        width: 100%
    }
}

@media screen and (min-width:381px) and (max-width:480px) {
    .push-xs-0-only {
        margin-left: 0%
    }

    .push-xs-1-only {
        margin-left: 8.33333%
    }

    .push-xs-2-only {
        margin-left: 16.66667%
    }

    .push-xs-3-only {
        margin-left: 25%
    }

    .push-xs-4-only {
        margin-left: 33.33333%
    }

    .push-xs-5-only {
        margin-left: 41.66667%
    }

    .push-xs-6-only {
        margin-left: 50%
    }

    .push-xs-7-only {
        margin-left: 58.33333%
    }

    .push-xs-8-only {
        margin-left: 66.66667%
    }

    .push-xs-9-only {
        margin-left: 75%
    }

    .push-xs-10-only {
        margin-left: 83.33333%
    }

    .push-xs-11-only {
        margin-left: 91.66667%
    }

    .push-xs-12-only {
        margin-left: 100%
    }

    .pull-xs-0-only {
        margin-left: 0%
    }

    .pull-xs-1-only {
        margin-left: -8.33333%
    }

    .pull-xs-2-only {
        margin-left: -16.66667%
    }

    .pull-xs-3-only {
        margin-left: -25%
    }

    .pull-xs-4-only {
        margin-left: -33.33333%
    }

    .pull-xs-5-only {
        margin-left: -41.66667%
    }

    .pull-xs-6-only {
        margin-left: -50%
    }

    .pull-xs-7-only {
        margin-left: -58.33333%
    }

    .pull-xs-8-only {
        margin-left: -66.66667%
    }

    .pull-xs-9-only {
        margin-left: -75%
    }

    .pull-xs-10-only {
        margin-left: -83.33333%
    }

    .pull-xs-11-only {
        margin-left: -91.66667%
    }

    .pull-xs-12-only {
        margin-left: -100%
    }

    .post-xs-0-only {
        margin-right: 0%
    }

    .post-xs-1-only {
        margin-right: 8.33333%
    }

    .post-xs-2-only {
        margin-right: 16.66667%
    }

    .post-xs-3-only {
        margin-right: 25%
    }

    .post-xs-4-only {
        margin-right: 33.33333%
    }

    .post-xs-5-only {
        margin-right: 41.66667%
    }

    .post-xs-6-only {
        margin-right: 50%
    }

    .post-xs-7-only {
        margin-right: 58.33333%
    }

    .post-xs-8-only {
        margin-right: 66.66667%
    }

    .post-xs-9-only {
        margin-right: 75%
    }

    .post-xs-10-only {
        margin-right: 83.33333%
    }

    .post-xs-11-only {
        margin-right: 91.66667%
    }

    .post-xs-12-only {
        margin-right: 100%
    }

    .push-xs-five-only {
        margin-left: 20%
    }

    .pull-xs-five-only {
        margin-left: -20%
    }

    .post-xs-five-only {
        margin-right: 20%
    }

    .pull-xs-left-only {
        float: left
    }

    .pull-xs-right-only {
        float: right
    }

    .clearfix-xs-only:after {
        content: "";
        display: table;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        margin: 0;
        padding: 0;
        width: 100%
    }
}

@media screen and (max-width:380px) {
    .push-mc-0 {
        margin-left: 0%
    }

    .push-mc-1 {
        margin-left: 8.33333%
    }

    .push-mc-2 {
        margin-left: 16.66667%
    }

    .push-mc-3 {
        margin-left: 25%
    }

    .push-mc-4 {
        margin-left: 33.33333%
    }

    .push-mc-5 {
        margin-left: 41.66667%
    }

    .push-mc-6 {
        margin-left: 50%
    }

    .push-mc-7 {
        margin-left: 58.33333%
    }

    .push-mc-8 {
        margin-left: 66.66667%
    }

    .push-mc-9 {
        margin-left: 75%
    }

    .push-mc-10 {
        margin-left: 83.33333%
    }

    .push-mc-11 {
        margin-left: 91.66667%
    }

    .push-mc-12 {
        margin-left: 100%
    }

    .pull-mc-0 {
        margin-left: 0%
    }

    .pull-mc-1 {
        margin-left: -8.33333%
    }

    .pull-mc-2 {
        margin-left: -16.66667%
    }

    .pull-mc-3 {
        margin-left: -25%
    }

    .pull-mc-4 {
        margin-left: -33.33333%
    }

    .pull-mc-5 {
        margin-left: -41.66667%
    }

    .pull-mc-6 {
        margin-left: -50%
    }

    .pull-mc-7 {
        margin-left: -58.33333%
    }

    .pull-mc-8 {
        margin-left: -66.66667%
    }

    .pull-mc-9 {
        margin-left: -75%
    }

    .pull-mc-10 {
        margin-left: -83.33333%
    }

    .pull-mc-11 {
        margin-left: -91.66667%
    }

    .pull-mc-12 {
        margin-left: -100%
    }

    .post-mc-0 {
        margin-right: 0%
    }

    .post-mc-1 {
        margin-right: 8.33333%
    }

    .post-mc-2 {
        margin-right: 16.66667%
    }

    .post-mc-3 {
        margin-right: 25%
    }

    .post-mc-4 {
        margin-right: 33.33333%
    }

    .post-mc-5 {
        margin-right: 41.66667%
    }

    .post-mc-6 {
        margin-right: 50%
    }

    .post-mc-7 {
        margin-right: 58.33333%
    }

    .post-mc-8 {
        margin-right: 66.66667%
    }

    .post-mc-9 {
        margin-right: 75%
    }

    .post-mc-10 {
        margin-right: 83.33333%
    }

    .post-mc-11 {
        margin-right: 91.66667%
    }

    .post-mc-12 {
        margin-right: 100%
    }

    .push-mc-five {
        margin-left: 20%
    }

    .pull-mc-five {
        margin-left: -20%
    }

    .post-mc-five {
        margin-right: 20%
    }

    .pull-mc-left {
        float: left
    }

    .pull-mc-right {
        float: right
    }

    .clearfix-mc:after {
        content: "";
        display: table;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        margin: 0;
        padding: 0;
        width: 100%
    }
}

.text-right-xl {
    text-align: right
}

.table th,
.text-left-xl {
    text-align: left
}

.text-center-xl {
    text-align: center
}

.text-justify-xl {
    text-align: justify
}

@media screen and (max-width:1200px) {
    .text-right-lg {
        text-align: right
    }

    .text-left-lg {
        text-align: left
    }

    .text-center-lg {
        text-align: center
    }

    .text-justify-lg {
        text-align: justify
    }
}

@media screen and (min-width:1025px) and (max-width:1200px) {
    .text-right-lg-only {
        text-align: right
    }

    .text-left-lg-only {
        text-align: left
    }

    .text-center-lg-only {
        text-align: center
    }

    .text-justify-lg-only {
        text-align: justify
    }
}

@media screen and (max-width:1024px) {
    .text-right-md {
        text-align: right
    }

    .text-left-md {
        text-align: left
    }

    .text-center-md {
        text-align: center
    }

    .text-justify-md {
        text-align: justify
    }
}

@media screen and (min-width:769px) and (max-width:1024px) {
    .text-right-md-only {
        text-align: right
    }

    .text-left-md-only {
        text-align: left
    }

    .text-center-md-only {
        text-align: center
    }

    .text-justify-md-only {
        text-align: justify
    }
}

@media screen and (max-width:768px) {
    .text-right-sm {
        text-align: right
    }

    .text-left-sm {
        text-align: left
    }

    .text-center-sm {
        text-align: center
    }

    .text-justify-sm {
        text-align: justify
    }
}

@media screen and (min-width:481px) and (max-width:768px) {
    .text-right-sm-only {
        text-align: right
    }

    .text-left-sm-only {
        text-align: left
    }

    .text-center-sm-only {
        text-align: center
    }

    .text-justify-sm-only {
        text-align: justify
    }
}

@media screen and (max-width:480px) {
    .text-right-xs {
        text-align: right
    }

    .text-left-xs {
        text-align: left
    }

    .text-center-xs {
        text-align: center
    }

    .text-justify-xs {
        text-align: justify
    }
}

@media screen and (min-width:381px) and (max-width:480px) {
    .text-right-xs-only {
        text-align: right
    }

    .text-left-xs-only {
        text-align: left
    }

    .text-center-xs-only {
        text-align: center
    }

    .text-justify-xs-only {
        text-align: justify
    }
}

@media screen and (max-width:380px) {
    .text-right-mc {
        text-align: right
    }

    .text-left-mc {
        text-align: left
    }

    .text-center-mc {
        text-align: center
    }

    .text-justify-mc {
        text-align: justify
    }
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1196px;
    margin-left: auto;
    margin-right: auto
}

.container:after {
    content: " ";
    display: block;
    clear: both
}

.row {
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.col,
.col-reverse,
.row,
.row-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row-reverse {
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.col,
.col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

[class*=cell-] {
    padding-left: 10px;
    padding-right: 10px
}

.cell-xl-1 {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%
}

.cell-xl-2 {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%
}

.cell-xl-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.cell-xl-4 {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%
}

.cell-xl-5 {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%
}

.cell-xl-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.cell-xl-7 {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%
}

.cell-xl-8 {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%
}

.cell-xl-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%
}

.cell-xl-10 {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%
}

.cell-xl-11 {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%
}

.cell-xl-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.cell-xl-five {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
}

@media screen and (max-width:1200px) {
    .cell-lg-1 {
        max-width: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%
    }

    .cell-lg-2 {
        max-width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%
    }

    .cell-lg-3 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .cell-lg-4 {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }

    .cell-lg-5 {
        max-width: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%
    }

    .cell-lg-6 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .cell-lg-7 {
        max-width: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%
    }

    .cell-lg-8 {
        max-width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%
    }

    .cell-lg-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }

    .cell-lg-10 {
        max-width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }

    .cell-lg-11 {
        max-width: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%
    }

    .cell-lg-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .cell-lg-five {
        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
}

@media screen and (min-width:1025px) and (max-width:1200px) {
    .cell-lg-1-only {
        max-width: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%
    }

    .cell-lg-2-only {
        max-width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%
    }

    .cell-lg-3-only {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .cell-lg-4-only {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }

    .cell-lg-5-only {
        max-width: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%
    }

    .cell-lg-6-only {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .cell-lg-7-only {
        max-width: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%
    }

    .cell-lg-8-only {
        max-width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%
    }

    .cell-lg-9-only {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }

    .cell-lg-10-only {
        max-width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }

    .cell-lg-11-only {
        max-width: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%
    }

    .cell-lg-12-only {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .cell-lg-five-only {
        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
}

@media screen and (max-width:1024px) {
    .cell-md-1 {
        max-width: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%
    }

    .cell-md-2 {
        max-width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%
    }

    .cell-md-3 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .cell-md-4 {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }

    .cell-md-5 {
        max-width: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%
    }

    .cell-md-6 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .cell-md-7 {
        max-width: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%
    }

    .cell-md-8 {
        max-width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%
    }

    .cell-md-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }

    .cell-md-10 {
        max-width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }

    .cell-md-11 {
        max-width: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%
    }

    .cell-md-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .cell-md-five {
        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
}

@media screen and (min-width:769px) and (max-width:1024px) {
    .cell-md-1-only {
        max-width: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%
    }

    .cell-md-2-only {
        max-width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%
    }

    .cell-md-3-only {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .cell-md-4-only {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }

    .cell-md-5-only {
        max-width: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%
    }

    .cell-md-6-only {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .cell-md-7-only {
        max-width: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%
    }

    .cell-md-8-only {
        max-width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%
    }

    .cell-md-9-only {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }

    .cell-md-10-only {
        max-width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }

    .cell-md-11-only {
        max-width: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%
    }

    .cell-md-12-only {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .cell-md-five-only {
        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
}

@media screen and (max-width:768px) {
    .cell-sm-1 {
        max-width: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%
    }

    .cell-sm-2 {
        max-width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%
    }

    .cell-sm-3 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .cell-sm-4 {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }

    .cell-sm-5 {
        max-width: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%
    }

    .cell-sm-6 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .cell-sm-7 {
        max-width: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%
    }

    .cell-sm-8 {
        max-width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%
    }

    .cell-sm-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }

    .cell-sm-10 {
        max-width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }

    .cell-sm-11 {
        max-width: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%
    }

    .cell-sm-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .cell-sm-five {
        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
}

@media screen and (min-width:481px) and (max-width:768px) {
    .cell-sm-1-only {
        max-width: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%
    }

    .cell-sm-2-only {
        max-width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%
    }

    .cell-sm-3-only {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .cell-sm-4-only {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }

    .cell-sm-5-only {
        max-width: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%
    }

    .cell-sm-6-only {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .cell-sm-7-only {
        max-width: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%
    }

    .cell-sm-8-only {
        max-width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%
    }

    .cell-sm-9-only {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }

    .cell-sm-10-only {
        max-width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }

    .cell-sm-11-only {
        max-width: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%
    }

    .cell-sm-12-only {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .cell-sm-five-only {
        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
}

@media screen and (max-width:480px) {
    .cell-xs-1 {
        max-width: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%
    }

    .cell-xs-2 {
        max-width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%
    }

    .cell-xs-3 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .cell-xs-4 {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }

    .cell-xs-5 {
        max-width: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%
    }

    .cell-xs-6 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .cell-xs-7 {
        max-width: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%
    }

    .cell-xs-8 {
        max-width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%
    }

    .cell-xs-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }

    .cell-xs-10 {
        max-width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }

    .cell-xs-11 {
        max-width: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%
    }

    .cell-xs-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .cell-xs-five {
        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
}

@media screen and (min-width:381px) and (max-width:480px) {
    .cell-xs-1-only {
        max-width: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%
    }

    .cell-xs-2-only {
        max-width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%
    }

    .cell-xs-3-only {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .cell-xs-4-only {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }

    .cell-xs-5-only {
        max-width: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%
    }

    .cell-xs-6-only {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .cell-xs-7-only {
        max-width: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%
    }

    .cell-xs-8-only {
        max-width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%
    }

    .cell-xs-9-only {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }

    .cell-xs-10-only {
        max-width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }

    .cell-xs-11-only {
        max-width: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%
    }

    .cell-xs-12-only {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .cell-xs-five-only {
        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
}

@media screen and (max-width:380px) {
    .cell-mc-1 {
        max-width: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%
    }

    .cell-mc-2 {
        max-width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%
    }

    .cell-mc-3 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .cell-mc-4 {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }

    .cell-mc-5 {
        max-width: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%
    }

    .cell-mc-6 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .cell-mc-7 {
        max-width: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%
    }

    .cell-mc-8 {
        max-width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%
    }

    .cell-mc-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }

    .cell-mc-10 {
        max-width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }

    .cell-mc-11 {
        max-width: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%
    }

    .cell-mc-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .cell-mc-five {
        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
}

.start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
}

.center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
}

.top-xl {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start
}

.middle-xl {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.bottom-xl {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end
}

.around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.between-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.first-xl {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.last-xl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media screen and (max-width:1200px) {
    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-lg {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start
    }

    .middle-lg {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    }

    .bottom-lg {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media screen and (min-width:1025px) and (max-width:1200px) {
    .start-lg-only {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-lg-only {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-lg-only {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-lg-only {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start
    }

    .middle-lg-only {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    }

    .bottom-lg-only {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end
    }

    .around-lg-only {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-lg-only {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-lg-only {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-lg-only {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media screen and (max-width:1024px) {
    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-md {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start
    }

    .middle-md {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    }

    .bottom-md {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end
    }

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media screen and (min-width:769px) and (max-width:1024px) {
    .start-md-only {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-md-only {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-md-only {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-md-only {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start
    }

    .middle-md-only {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    }

    .bottom-md-only {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end
    }

    .around-md-only {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-md-only {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-md-only {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-md-only {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media screen and (max-width:768px) {
    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-sm {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start
    }

    .middle-sm {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    }

    .bottom-sm {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media screen and (min-width:481px) and (max-width:768px) {
    .start-sm-only {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-sm-only {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-sm-only {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-sm-only {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start
    }

    .middle-sm-only {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    }

    .bottom-sm-only {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end
    }

    .around-sm-only {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-sm-only {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-sm-only {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-sm-only {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media screen and (max-width:480px) {
    .start-xs {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-xs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-xs {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-xs {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start
    }

    .middle-xs {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    }

    .bottom-xs {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end
    }

    .around-xs {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-xs {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-xs {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-xs {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media screen and (min-width:381px) and (max-width:480px) {
    .start-xs-only {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-xs-only {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-xs-only {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-xs-only {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start
    }

    .middle-xs-only {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    }

    .bottom-xs-only {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end
    }

    .around-xs-only {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-xs-only {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-xs-only {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-xs-only {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media screen and (max-width:380px) {
    .start-mc {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-mc {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-mc {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-mc {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start
    }

    .middle-mc {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    }

    .bottom-mc {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end
    }

    .around-mc {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-mc {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-mc {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-mc {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

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

.form legend {
    width: 100%;
    padding: 0;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #eee
}

.form label {
    max-width: 100%
}

.form input[type=search] {
    -webkit-appearance: none
}

.button,
.input-field,
.select-field,
.textarea-field {
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    vertical-align: top;
    max-width: 100%
}

.button {
    background-color: transparent;
    cursor: pointer;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    white-space: nowrap
}

.button:active {
    outline: 0
}

.button,
.button:hover {
    text-decoration: none
}

.button.disabled,
.button[disabled],
fieldset[disabled] .button {
    cursor: not-allowed
}

.input-field,
.select-field,
.textarea-field {
    background-image: none
}

.input-field::-moz-placeholder {
    color: #ccc;
    opacity: 1
}

.input-field:-ms-input-placeholder {
    color: #ccc
}

.input-field::-webkit-input-placeholder {
    color: #ccc
}

.input-field:focus::-moz-placeholder {
    color: #ccc;
    opacity: 0
}

.input-field:focus:-ms-input-placeholder,
.select-field:focus:-ms-input-placeholder,
.textarea-field:focus:-ms-input-placeholder {
    color: #ccc;
    opacity: 0
}

.input-field:focus::-webkit-input-placeholder {
    color: #ccc;
    opacity: 0
}

.input-field::-ms-expand {
    border: 0;
    background-color: transparent
}

.input-field[disabled],
.input-field[readonly],
fieldset[disabled] .input-field {
    opacity: 1
}

.input-field[disabled],
fieldset[disabled] .input-field {
    cursor: not-allowed
}

.select-field::-moz-placeholder {
    color: #ccc;
    opacity: 1
}

.select-field:-ms-input-placeholder {
    color: #ccc
}

.select-field::-webkit-input-placeholder {
    color: #ccc
}

.select-field:focus::-moz-placeholder {
    color: #ccc;
    opacity: 0
}

.select-field:focus::-webkit-input-placeholder {
    color: #ccc;
    opacity: 0
}

.select-field::-ms-expand {
    border: 0;
    background-color: transparent
}

.select-field[disabled],
.select-field[readonly],
fieldset[disabled] .select-field {
    opacity: 1
}

.select-field[disabled],
fieldset[disabled] .select-field {
    cursor: not-allowed
}

.textarea-field::-moz-placeholder {
    color: #ccc;
    opacity: 1
}

.textarea-field:-ms-input-placeholder {
    color: #ccc
}

.textarea-field::-webkit-input-placeholder {
    color: #ccc
}

.textarea-field:focus::-moz-placeholder {
    color: #ccc;
    opacity: 0
}

.textarea-field:focus::-webkit-input-placeholder {
    color: #ccc;
    opacity: 0
}

.textarea-field::-ms-expand {
    border: 0;
    background-color: transparent
}

.textarea-field[disabled],
.textarea-field[readonly],
fieldset[disabled] .textarea-field {
    opacity: 1
}

.textarea-field[disabled],
fieldset[disabled] .textarea-field {
    cursor: not-allowed
}

.table {
    border-collapse: collapse
}

.table table col[class*=cell-] {
    position: static;
    float: none;
    display: table-column
}

.table table td[class*=cell-],
.table table th[class*=cell-] {
    position: static;
    float: none;
    display: table-cell
}

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

.list>.list-item {
    display: inline-block;
    position: relative
}

.list-table {
    display: table;
    width: 100%
}

.list-table>.list-item {
    display: table-cell
}

.list-justified {
    font-size: 0;
    line-height: 0;
    text-align: justify;
    width: 100%
}

.list-justified:after {
    content: "";
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.list-justified,
.list-unstyled,
.list-vertical {
    list-style: none;
    margin: 0;
    padding: 0
}

.list-justified:after,
.list-vertical>.list-item {
    display: inline-block;
    width: 100%
}

.bg-primary {
    background-color: #fff !important
}

.bg-secondary {
    background-color: #ff5700 !important
}

.bg-error {
    background-color: #dd3f46 !important
}

.bg-success {
    background-color: #5cb85c !important
}

.bg-info {
    background-color: #5bc0de !important
}

.bg-warning {
    background-color: #f0ad4e !important
}

.text-primary {
    color: #333 !important
}

.text-secondary {
    color: #fff !important
}

.text-error {
    color: #dd3f46 !important
}

.text-success {
    color: #5cb85c !important
}

.text-info {
    color: #5bc0de !important
}

.text-warning {
    color: #f0ad4e !important
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

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

body,
input,
select,
textarea {
    margin: 0;
    padding: 0
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #eee
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

button,
input[type=button],
input[type=submit] {
    border: none;
    margin: 0;
    padding: 0
}

img {
    max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

.relative {
    position: relative;
}

.lg-hidden {
    display: none;
}

.xs-hidden {
    display: block;
}

@media screen and (max-width:920px) {
    .cell-m-1 {
        max-width: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%
    }

    .cell-m-2 {
        max-width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%
    }

    .cell-m-3 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .cell-m-4 {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }

    .cell-m-5 {
        max-width: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%
    }

    .cell-m-6 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .cell-m-7 {
        max-width: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%
    }

    .cell-m-8 {
        max-width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%
    }

    .cell-m-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }

    .cell-m-10 {
        max-width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }

    .cell-m-11 {
        max-width: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%
    }

    .cell-m-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .cell-m-five {
        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
}


@media screen and (max-width:750px) {
    .cell-sss-1 {
        max-width: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%
    }

    .cell-sss-2 {
        max-width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%
    }

    .cell-sss-3 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .cell-sss-4 {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }

    .cell-sss-5 {
        max-width: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%
    }

    .cell-sss-6 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .cell-sss-7 {
        max-width: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%
    }

    .cell-sss-8 {
        max-width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%
    }

    .cell-sss-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }

    .cell-sss-10 {
        max-width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }

    .cell-sss-11 {
        max-width: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%
    }

    .cell-sss-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .cell-sss-five {
        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }

    .lg-hidden {
        display: block;
    }

    .lg-hidden .search-widget-form1 {
        position: inherit;
        border: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
    }

    .lg-hidden .search-widget-form1 .submit-search {
        position: inherit;
    }

    .xs-hidden {
        display: none;
    }

    .mobile-footer-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 10px;
        color: #BB442A;
        width: auto !important;
        height: auto !important;
        cursor: pointer;
        background-image: unset !important;
        text-decoration: none;
    }

    .lg-hidden .row {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .header_middle {
        position: relative;
        z-index: 9999;
    }

    .mobile-submenu {
        position: fixed;
        z-index: 99;
        bottom: 0;
        background: #fff;
        padding: 10px;
    }

}


@media screen and (max-width:370px) {
    .cell-ssss-1 {
        max-width: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%
    }

    .cell-ssss-2 {
        max-width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%
    }

    .cell-ssss-3 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .cell-ssss-4 {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }

    .cell-ssss-5 {
        max-width: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%
    }

    .cell-ssss-6 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .cell-ssss-7 {
        max-width: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%
    }

    .cell-ssss-8 {
        max-width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%
    }

    .cell-ssss-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }

    .cell-ssss-10 {
        max-width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }

    .cell-ssss-11 {
        max-width: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%
    }

    .cell-ssss-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .cell-ssss-five {
        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
}



@media screen and (max-width:640px) {
    .cell-s-1 {
        max-width: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%
    }

    .cell-s-2 {
        max-width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%
    }

    .cell-s-3 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .cell-s-4 {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }

    .cell-s-5 {
        max-width: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%
    }

    .cell-s-6 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .cell-s-7 {
        max-width: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%
    }

    .cell-s-8 {
        max-width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%
    }

    .cell-s-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }

    .cell-s-10 {
        max-width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }

    .cell-s-11 {
        max-width: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%
    }

    .cell-s-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .cell-s-five {
        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
}


@media screen and (max-width:1500px) {
    .cell-xxxl-1 {
        max-width: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%
    }

    .cell-xxxl-2 {
        max-width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%
    }

    .cell-xxxl-3 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .cell-xxxl-4 {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }

    .cell-xxxl-5 {
        max-width: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%
    }

    .cell-xxxl-6 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .cell-xxxl-7 {
        max-width: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%
    }

    .cell-xxxl-8 {
        max-width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%
    }

    .cell-xxxl-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }

    .cell-xxxl-10 {
        max-width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }

    .cell-xxxl-11 {
        max-width: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%
    }

    .cell-xxxl-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .cell-xxxl-five {
        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
}

@media screen and (max-width:1275px) {
    .cell-menu-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .line_menu-header {
        margin-right: auto;
        margin-left: auto;
        display: table;
    }

    .rekvisity {
        margin-left: auto;
        margin-right: auto;
    }

    .top_menu1 {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

/**
 * alertifyjs 1.7.1 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2016 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under MIT <http://opensource.org/licenses/mit-license.php>*/

.alertify .ajs-dimmer,
.alertify .ajs-modal {
    position: fixed;
    padding: 0;
    z-index: 1981;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.alertify .ajs-dimmer {
    margin: 0;
    background-color: #252525;
    opacity: .5
}

.alertify .ajs-modal {
    overflow-y: auto
}

.alertify .ajs-dialog {
    position: relative;
    margin: 5% auto;
    min-height: 110px;
    max-width: 500px;
    padding: 24px 24px 0;
    outline: 0;
    background-color: #fff
}

.alertify .ajs-dialog.ajs-capture:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1
}

.alertify .ajs-reset {
    position: absolute !important;
    display: inline !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important
}

.alertify .ajs-commands {
    position: absolute;
    right: 4px;
    margin: -14px 24px 0 0;
    z-index: 2
}

.alertify .ajs-commands button {
    display: none;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    padding: 10px;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.alertify .ajs-commands button.ajs-close {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC)
}

.alertify .ajs-commands button.ajs-maximize {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC)
}

.alertify .ajs-header {
    margin: -24px -24px 0;
    padding: 16px 24px;
    background-color: #fff
}

.alertify .ajs-body {
    min-height: 56px
}

.alertify .ajs-body .ajs-content {
    padding: 16px 24px 16px 16px
}

.alertify .ajs-footer {
    padding: 4px;
    margin-left: -24px;
    margin-right: -24px;
    min-height: 43px;
    background-color: #fff
}

.alertify.ajs-maximized .ajs-dialog,
.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content,
.alertify.ajs-resizable .ajs-dialog {
    padding: 0
}

.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button,
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
    margin: 4px
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
    text-align: right
}

.alertify .ajs-footer .ajs-buttons.ajs-auxiliary {
    float: left;
    clear: none;
    text-align: left
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
    min-width: 88px;
    min-height: 35px
}

.alertify .ajs-handle {
    position: absolute;
    display: none;
    width: 10px;
    height: 10px;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    cursor: se-resize
}

.alertify.ajs-no-overflow .ajs-body .ajs-content {
    overflow: hidden !important
}

.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content {
    left: 0;
    right: 0;
    padding: 0
}

.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body {
    margin-left: -24px;
    margin-right: -24px
}

.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content {
    left: 0;
    right: 0
}

.alertify.ajs-closable .ajs-commands button.ajs-close,
.alertify.ajs-maximizable .ajs-commands button.ajs-maximize,
.alertify.ajs-maximizable .ajs-commands button.ajs-restore {
    display: inline-block
}

.alertify.ajs-maximized .ajs-dialog {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    top: 0 !important;
    left: 0 !important
}

.alertify.ajs-maximized.ajs-modeless .ajs-modal {
    position: fixed !important;
    min-height: 100% !important;
    max-height: none !important;
    margin: 0 !important
}

.alertify.ajs-maximized .ajs-commands button.ajs-maximize {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=)
}

.alertify.ajs-maximized .ajs-commands,
.alertify.ajs-resizable .ajs-commands {
    margin: 14px 24px 0 0
}

.alertify.ajs-maximized .ajs-header,
.alertify.ajs-resizable .ajs-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 16px 24px
}

.alertify.ajs-maximized .ajs-body,
.alertify.ajs-resizable .ajs-body {
    min-height: 224px;
    display: inline-block
}

.alertify.ajs-maximized .ajs-body .ajs-content,
.alertify.ajs-resizable .ajs-body .ajs-content {
    position: absolute;
    top: 50px;
    right: 24px;
    bottom: 50px;
    left: 24px;
    overflow: auto
}

.alertify.ajs-maximized .ajs-footer,
.alertify.ajs-resizable .ajs-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0
}

.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog {
    min-width: 548px
}

.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle {
    display: block
}

.alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
    cursor: move
}

.alertify.ajs-modeless .ajs-dimmer,
.alertify.ajs-modeless .ajs-reset {
    display: none
}

.alertify.ajs-modeless .ajs-modal {
    overflow: visible;
    max-width: none;
    max-height: 0
}

.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin {
    display: inline-block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC)
}

.alertify.ajs-modeless.ajs-unpinned .ajs-modal {
    position: absolute
}

.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=)
}

.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body {
    max-height: 500px;
    overflow: auto
}

.alertify.ajs-basic .ajs-header {
    opacity: 0
}

.alertify.ajs-basic .ajs-footer {
    visibility: hidden
}

.alertify.ajs-frameless .ajs-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 60px;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 1
}

.alertify.ajs-frameless .ajs-footer {
    display: none
}

.alertify.ajs-frameless .ajs-body .ajs-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog {
    padding-top: 0
}

.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands {
    margin-top: 0
}

.ajs-no-overflow {
    overflow: hidden !important;
    outline: 0
}

.ajs-no-selection,
.ajs-no-selection * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media screen and (max-width:568px) {
    .alertify .ajs-dialog {
        min-width: 150px
    }

    .alertify:not(.ajs-maximized) .ajs-modal {
        padding: 0 5%
    }

    .alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog {
        min-width: initial;
        min-width: auto
    }
}

@-moz-document url-prefix() {
    .alertify button:focus {
        outline: #3593D2 dotted 1px
    }
}

.alertify .ajs-dimmer,
.alertify .ajs-modal {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms
}

.alertify.ajs-hidden .ajs-dimmer,
.alertify.ajs-hidden .ajs-modal {
    visibility: hidden;
    opacity: 0
}

.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.alertify.ajs-out.ajs-hidden .ajs-dialog {
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms
}

.alertify .ajs-dialog.ajs-shake {
    -webkit-animation-name: ajs-shake;
    animation-name: ajs-shake;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes ajs-shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes ajs-shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog {
    -webkit-animation-name: ajs-slideIn;
    animation-name: ajs-slideIn;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog {
    -webkit-animation-name: ajs-slideOut;
    animation-name: ajs-slideOut;
    -webkit-animation-timing-function: cubic-bezier(.6, -.28, .735, .045);
    animation-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog {
    -webkit-animation-name: ajs-zoomIn;
    animation-name: ajs-zoomIn
}

.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog {
    -webkit-animation-name: ajs-zoomOut;
    animation-name: ajs-zoomOut
}

.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog {
    -webkit-animation-name: ajs-fadeIn;
    animation-name: ajs-fadeIn
}

.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog {
    -webkit-animation-name: ajs-fadeOut;
    animation-name: ajs-fadeOut
}

.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog {
    -webkit-animation-name: ajs-pulseIn;
    animation-name: ajs-pulseIn
}

.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog {
    -webkit-animation-name: ajs-pulseOut;
    animation-name: ajs-pulseOut
}

.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog {
    -webkit-animation-name: ajs-flipInX;
    animation-name: ajs-flipInX
}

.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog {
    -webkit-animation-name: ajs-flipOutX;
    animation-name: ajs-flipOutX
}

.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog {
    -webkit-animation-name: ajs-flipInY;
    animation-name: ajs-flipInY
}

.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog {
    -webkit-animation-name: ajs-flipOutY;
    animation-name: ajs-flipOutY
}

@-webkit-keyframes ajs-pulseIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes ajs-pulseIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes ajs-pulseOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes ajs-pulseOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@-webkit-keyframes ajs-zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.25, .25, .25);
        transform: scale3d(.25, .25, .25)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes ajs-zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.25, .25, .25);
        transform: scale3d(.25, .25, .25)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes ajs-zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.25, .25, .25);
        transform: scale3d(.25, .25, .25)
    }
}

@keyframes ajs-zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.25, .25, .25);
        transform: scale3d(.25, .25, .25)
    }
}

@-webkit-keyframes ajs-fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes ajs-fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes ajs-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes ajs-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes ajs-flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes ajs-flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes ajs-flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes ajs-flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@-webkit-keyframes ajs-flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes ajs-flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes ajs-flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes ajs-flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@-webkit-keyframes ajs-slideIn {
    0% {
        margin-top: -100%
    }

    100% {
        margin-top: 5%
    }
}

@keyframes ajs-slideIn {
    0% {
        margin-top: -100%
    }

    100% {
        margin-top: 5%
    }
}

@-webkit-keyframes ajs-slideOut {
    0% {
        margin-top: 5%
    }

    100% {
        margin-top: -100%
    }
}

@keyframes ajs-slideOut {
    0% {
        margin-top: 5%
    }

    100% {
        margin-top: -100%
    }
}

.alertify-notifier {
    position: fixed;
    width: 0;
    overflow: visible;
    z-index: 1982;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.alertify-notifier .ajs-message {
    position: relative;
    width: 260px;
    max-height: 0;
    padding: 0;
    opacity: 0;
    margin: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.alertify-notifier .ajs-message.ajs-visible {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    opacity: 1;
    max-height: 100%;
    padding: 15px;
    margin-top: 10px
}

.alertify-notifier .ajs-message.ajs-success {
    background: rgba(91, 189, 114, .95)
}

.alertify-notifier .ajs-message.ajs-error {
    background: rgba(217, 92, 92, .95)
}

.alertify-notifier .ajs-message.ajs-warning {
    background: rgba(252, 248, 215, .95)
}

.alertify-notifier.ajs-top {
    top: 10px
}

.alertify-notifier.ajs-bottom {
    bottom: 10px
}

.alertify-notifier.ajs-right {
    right: 10px
}

.alertify-notifier.ajs-right .ajs-message {
    right: -320px
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
    right: 290px
}

.alertify-notifier.ajs-left {
    left: 10px
}

.alertify-notifier.ajs-left .ajs-message {
    left: -300px
}

.alertify-notifier.ajs-left .ajs-message.ajs-visible {
    left: 0
}

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */


.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}

.irs-line-left {
    left: 0;
    width: 11%;
}

.irs-line-mid {
    left: 9%;
    width: 82%;
}

.irs-line-right {
    right: 0;
    width: 11%;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1;
}

.irs-slider.single {}

.irs-slider.from {}

.irs-slider.to {}

.irs-slider.type_last {
    z-index: 2;
}

.irs-min {
    position: absolute;
    display: none;
    left: 0;
    cursor: default;
}

.irs-max {
    position: absolute;
    display: none;
    right: 0;
    cursor: default;
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: -10px;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}

.irs-grid-pol.small {
    height: 4px;
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0.0);
    z-index: 2;
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1060;
    overflow: hidden;
    position: fixed;
    background: #fff;
    opacity: 1;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1060;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    // cursor: zoom-out;
    cursor: pointer;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    // right: -6px;
    text-align: right;
    // padding-right: 6px;
    // width: 100%;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.mfp-counter {
    position: absolute;
    top: 1em;
    right: 1em;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    display: none;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 0;
    padding: 0;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: auto;
    height: auto;
    z-index: -1;
    background: #fff;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
    min-width: 300px;
    min-height: 300px;
}

.mfp-bottom-bar {
    /*margin-top: -36px;*/
    position: absolute;
    /*top: 100%;*/
    top: 0;
    background-color: #fff;
    padding: 1em;
    left: -120%;
    width: auto;
    cursor: auto;
    display: none;
}

.mfp-title {
    text-align: left;
    color: #1D2E3F;
    word-wrap: break-word;
    padding-right: 36px;
    font-size: 24px;
    font-weight: bold;
    line-height: 125%;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (max-width: 700px) {
    .mfp-content {
        /*position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-color: #fff;
    */
    }

    .mfp-figure {
        height: 100%;
    }

    .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    img.mfp-img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

/* perfect-scrollbar v0.6.11 */

.ps-container {
    -ms-touch-action: none;
    touch-action: none;
    overflow: hidden !important;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style: none) {
    .ps-container {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ps-container {
        overflow: auto !important
    }
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
    background-color: transparent
}

.ps-container.ps-in-scrolling {
    pointer-events: none
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999
}

.ps-container>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    height: 8px
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    bottom: 0;
    height: 8px
}

.ps-container>.ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 3px;
    width: 8px
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    right: 0;
    width: 8px
}

.ps-container:hover.ps-in-scrolling {
    pointer-events: none
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999
}

.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
    opacity: 0.6
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: #999
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: #999
}




/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
*/

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -o-transition-property: -o-transform;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    // background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    // background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-scrollbar {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */

.tooltipster-default {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #000;
    background: #4c4c4c;
    color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
    overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
    /* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
    cursor: help;
    margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible;
}

.tooltipster-base .tooltipster-content {
    overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tooltipster-arrow span,
.tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px;
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
    left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px;
}

.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
    right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px;
}

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px;
}

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.tooltipster-fade-show {
    opacity: 1;
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -o-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-fall-show {}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    top: 0px !important;
    opacity: 0;
}

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-slide.tooltipster-slide-show {}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    left: 0px !important;
    opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

body {
    margin: 184px 0 0 0;
    // margin: 300px 0 0 0;
}

.main-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
}


.main-header.fon_scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}

.main-header.fon_scroll .top_line {
    display: none;
}

.main-header.fon_scroll .header_bottom {
    display: none;
}


.co-button:focus,
.picker-button:focus,
.co-button.picker-input--active,
.picker-button.picker-input--active,
.co-button:hover,
.picker-button:hover {
    background-color: #BB8A56;
}

.co-button:focus,
.picker-button:focus,
.co-button.picker-input--active,
.picker-button.picker-input--active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.co-input--error .co-input-field,
.co-input--error .picker-input--active {
    -webkit-box-shadow: 0px 0px 3px 1px #fd0c07;
    box-shadow: 0px 0px 3px 1px #b40300;
}

.link:focus,
.link.picker-input--active,
.link:hover,
.co-link:focus,
.co-link.picker-input--active,
.co-link:hover {
    color: #ffffff;
}

.top_line {
    color: #767676;
    padding-top: 6px;
    padding-bottom: 6px;
    // background: #0E0E0E;
    background: #fff;
}

textarea {
    font-family: 'Hotpoint';
}

textarea::-webkit-input-placeholder {
    font-family: 'Hotpoint';
}

textarea::-moz-placeholder {
    font-family: 'Hotpoint';
}

textarea::-ms-input-placeholder {
    font-family: 'Hotpoint';
}

textarea::placeholder {
    font-family: 'Hotpoint';
}


.line_menu-header li a {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    line-height: 35px;
    color: #909090;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.row3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.main_top2 {}

.main_top2 .line_menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: initial;
}


.main_top2 .line_menu-header li {
    // margin-right: 40px;
    margin-right: 12px;
}


.top_menu1 {}

.top_menu1 .rekvisity {}

.top_menu1 .rekvisity .my_tel {
    // margin-right: 25px;
    margin-right: 15px;
}

.top_menu1 .rekvisity .my_tel:hover {
    a {
        color: #C99B69;
    }

    a svg {
        filter: brightness(0) saturate(100%) invert(76%) sepia(13%) saturate(1329%) hue-rotate(347deg) brightness(86%) contrast(81%);
    }

}

.top_menu1 .rekvisity .my_time {
    margin-right: 15px;
}

.top_menu1 .rekvisity .header_social {}





.row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.row2 .my_benefit_hot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    text-decoration: none;
}





.row2 .my_benefit_hot .benefit-img {
    margin-bottom: 0px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
}

.row2 .my_benefit_hot .benefit-img img {
    max-width: 58px;
}

.row2 .my_benefit_hot .benefit-words {
    width: calc(100% - 60px);
    padding-left: 16px;
}

.row2 .my_benefit_hot .benefit-words .ben-title {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
}

.row2 .my_benefit_hot .benefit-words .ben-descr {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    max-width: 220px;
}


.row2 .my_benefit_hot:nth-child(1) {
    width: 319px;
}

.row2 .my_benefit_hot:nth-child(2) {
    width: 253px;
}

.row2 .my_benefit_hot:nth-child(3) {
    width: 331px;
    position: relative;
    top: 8px;
}

.row2 .my_benefit_hot:nth-child(3) .benefit-img {
    width: 90px;
}

.row2 .my_benefit_hot:nth-child(3) .benefit-img img {
    width: 100%;
    display: block;
    max-width: 95px;
}

.row2 .my_benefit_hot:nth-child(3) .benefit-words {
    width: calc(100% - 107px);
    padding-left: 16px;
}



.row2 .my_benefit_hot:nth-child(4) {
    width: 263px;
}

.row2 .my_benefit_hot:nth-child(4) .benefit-img {
    width: 80px;
}

.row2 .my_benefit_hot:nth-child(4) .benefit-img img {
    max-width: 73px;
}

.row2 .my_benefit_hot:nth-child(4) .benefit-words {
    width: calc(100% - 80px);
    padding-left: 16px;
}









.for_gort_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.user-toolbar .favorites-widget {
    margin-left: 25px;
}

.shopcart-widget {
    margin-left: 25px;
}

.accs {
    padding-left: 0px;
    margin-left: 25px;
}

.upper_cats .cat_titles li:last-child a {
    color: #C99B69;
}


/**********************************************************************************************************/



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



.row_home .hes_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 14px;
}

.row_home .hes_head .h4 {
    color: #000000;
    font-weight: 500;
    font-size: 22px;
    margin: 0 0 0 0;
}

.row_home .hes_head a {
    border: 1px solid #DBDBDB;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 95px;
    height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    padding-bottom: 2px;
}

.row_home .hes_head a:hover .all_go {
    color: #C99B69;
}


.row_home .hes_head .all_go {
    color: #0E0E0E;
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    margin-right: 4px;
}

.row_home .hes_head .div_svg {}

.row_home .hes_head .div_svg svg {}


.row_home .left_priot .fire_fly {
    border: 1px solid #DBDBDB;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;

}

.row_home .left_priot .fire_fly .img_ban {
    height: 350px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.row_home .left_priot .fire_fly .foot_tatu {
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 24px;
}

.row_home .left_priot .fire_fly .foot_tatu .name {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    max-width: 252px;
    display: block;
}

.row_home .left_priot .fire_fly .foot_tatu .podrobn {}

.row_home .left_priot .fire_fly .foot_tatu .podrobn a {
    background: #C99B69;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 139px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.row_home .left_priot {
    width: 570px;
}

.row_home .right_priot {
    // width: 570px;
    width: 100%;
}

.row_home .right_priot .caruselko {
    position: relative;
}



/*************************************************************************************************************/

.news-head {
    position: relative;
}

.news-head h6 {
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    color: #000000;
}

.news-head a {
    border: 1px solid #DBDBDB;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 95px;
    height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    padding-bottom: 2px;
}

.news-head a .all_go {
    color: #0E0E0E;
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    margin-right: 4px;
}


.news-head a:hover .all_go {
    color: #C99B69;
}

.news-head a .div_svg {}

.news-head a .div_svg svg {}


.header-phone-mobile {
    margin: 0 10px;
    display: none;
}


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

.row_news .news-wrapper-item-first {
    width: 372px;
    height: 299px;
    margin-bottom: 28px;
}

.row_news .news-wrapper-item-first .news-wrapper-item-wrapper {}

.row_news .news-wrapper-item-first .news-wrapper-item-wrapper a {}

.row_news .news-wrapper-item-first .news-wrapper-item-wrapper a .warap_img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
}

.row_news .news-wrapper-item-first .news-wrapper-item-wrapper a .warap_img .news-wrapper-item-title {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 34px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    padding: 0px 20px 0 0;
    margin: 0;
    text-shadow: 0 0 10px #000;
}

.row_news .news-wrapper-item-first:nth-child(1) {}

.row_news .news-wrapper-item-first:nth-child(2) {
    width: 768px;
}

.row_news .news-wrapper-item-first:nth-child(3) {}

.row_news .news-wrapper-item-first:nth-child(4) {}

.row_news .news-wrapper-item-first:nth-child(5) {}

.row_news .news-wrapper-item-first:nth-child(2) .news-wrapper-item-title {
    display: none !important;
}



.form-email .feedback-agree .most_ret {
    color: #000000;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    max-width: 434px;
    display: block;
}








.first_footer {
    background: #000000;
    padding: 62px 0 56px;
}

.first_footer .row_foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.first_footer .row_foot .one_f {
    width: 23%;
}

.first_footer .row_foot .one_f .logom {}

.first_footer .row_foot .one_f .logom a {}

.first_footer .row_foot .one_f .logom a img {}

.first_footer .row_foot .one_f p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    margin: 0px 0 0 0;
    max-width: 135px;

}




.first_footer .row_foot .two_f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 46%;
    margin-top: 6px;

}

.first_footer .row_foot .two_f .svg {
    margin-right: 15px;
    position: relative;
    top: 3px;
}

.first_footer .row_foot .two_f .svg svg {}

.first_footer .row_foot .two_f .adress {}

.first_footer .row_foot .two_f .adress p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    margin: 0 0 0 0;
    max-width: 350px;
}



.first_footer .row_foot .tre_f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 31%;
}

.first_footer .row_foot .tre_f .phone {}

.first_footer .row_foot .tre_f .phone a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.first_footer .row_foot .tre_f .phone a .svg {

    margin-right: 0px;
}

.first_footer .row_foot .tre_f .phone a .svg svg {
    width: 19px;
    height: 19px;
    line-height: 1;
    margin: 0px 3px 0 0px;
    position: relative;
    top: 3px;
}


.first_footer .row_foot .tre_f .phone a .div_phone {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    transition: all 0.3s;
}

.first_footer .row_foot .tre_f .phone a .div_phone:hover {
    opacity: 0.7;
}

.first_footer .row_foot .tre_f .btn_modals {
    margin-left: 34px;
}

.first_footer .row_foot .tre_f .btn_modals .open_modal_form {
    background: #FFFFFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 186px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    line-height: 10px;
}

.first_footer .row_foot .tre_f .btn_modals .open_modal_form:hover {
    cursor: pointer;
}







/********************************************************************/

footer {
    background: #000000;
    padding: 56px 0 150px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.row_j {}

.row_j .fontr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 65px;
}

.row_j .com1 {
    width: 26%;
}

.row_j .com1 .social {}

.row_j .com1 .social .social-menu-wrapper {}

.row_j .com1 .social .social-menu-wrapper .social_title {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 22px;
}

.row_j .com1 .social .social-menu-wrapper .social-menu {}

.row_j .com1 .social .social-menu-wrapper .social-menu .menu-item {
    margin-right: 8px;
}

.row_j .com1 .social .social-menu-wrapper .social-menu .menu-item a {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-background-size: contain;
    background-size: contain;
}

.row_j .com1 .social .social-menu-wrapper .social-menu .menu-item a.soc-vk {
    width: 30px;
    height: 30px;
}

.row_j .com1 .social .social-menu-wrapper .social-menu .menu-item a.soc-vk:hover {
    scale: 1.1;
}

.row_j .com1 .social .social-menu-wrapper .social-menu .menu-item a.soc-telegram {
    width: 30px;
    height: 30px;
}

.row_j .com1 .social .social-menu-wrapper .social-menu .menu-item a.soc-telegram:hover {
    scale: 1.1;
}

.row_j .com1 .social .social-menu-wrapper .social-menu .menu-item a.soc-ok {
    width: 30px;
    height: 30px;
}

.row_j .com1 .social .social-menu-wrapper .social-menu .menu-item a.soc-ok:hover {
    scale: 1.1;
}

.row_j .com1 .social .social-menu-wrapper .social-menu .menu-item a.soc-rutube {
    width: 32px;
    height: 24px;
    position: relative;
    bottom: 6px;
}

.row_j .com1 .social .social-menu-wrapper .social-menu .menu-item a.soc-rutube:hover {
    scale: 1.1;
}

.row_j .com1 .social .social-menu-wrapper .social-menu .menu-item a.soc-dzen {
    width: 24px;
    height: 24px;
    position: relative;
    bottom: 3px;
    right: 2px;
}

.row_j .com1 .social .social-menu-wrapper .social-menu .menu-item a.soc-dzen:hover {
    scale: 1.1;
}

.row_j .com1 .social .social-menu-wrapper .social-menu .menu-item a.soc-youtube {
    width: 30px;
    height: 30px;
}

.row_j .com1 .social .social-menu-wrapper .social-menu .menu-item a.soc-youtube:hover {
    scale: 1.1;
}

.js-scroll_top .scroll_circle {
    -webkit-box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);

}

.js-scroll_top .scroll_circle img {}


.row_j .com2 {
    width: 21%;
}

.row_j .com3 {
    width: 28%;
}

.row_j .com4 {
    width: 26%;
}

.row_j .help_c {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 14px;
}

.row_j .help_c img {
    display: none;
}

.row_j .footer_menu {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.row_j .footer_menu li {
    padding: 0 0 0 0;
    list-style: none;
    margin: 0 0 0 0;
}

.row_j .footer_menu li a {
    font-weight: 500;
    font-size: 12px;
    line-height: 203%;
    color: #FFFFFF;
    text-decoration: none;
}

.row_j .footer_menu li a:hover {}

footer .hell_1 {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #FFFFFF;
    margin: 35px 0 0 0;
}

.index-products.index-news-section .news-head {
    border-top: 1px solid #DBDBDB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 52px;
}

.index-products.index-news-section .news-head.for_mini {
    border-top: 1px solid #DBDBDB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 37px;
    margin-bottom: 15px;
}


.row_j .subbrand-list {
    display: flex;
    gap: 20px;
    padding: 35px 0;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.row_j .subbrand-item {
    max-width: 259px;
}

.row_j .subbrand-item-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
}

.row_j .subbrand-item-desc {
    max-width: 239px;
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.4);
}




.index-products.index-news-section {
    margin-top: 50px;
    margin-bottom: 30px;
}

/*************************************************************************************************************/


.js-promo-slider {}

.js-promo-slider .js-promo-slider-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.js-promo-slider .js-promo-slider-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #B5B5B5;
    background: transparent;
    opacity: 1;
}

.js-promo-slider .js-promo-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #B5B5B5;
    border: 1px solid #B5B5B5;
}

/*************************************************************************************************************/
.card-inner .product-photo a {
    width: 100%;
    height: 242px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card-inner .product-photo .product-image {
    max-height: 242px;
    height: auto;
    width: auto;
}


.card-inner .stikers-cont {}

.card-inner .stikers-cont .s-discount {
    background: #C99B69;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 4px;
    width: 42px;
    height: 18px;
}

.card-inner .stikers-cont .s-discount .stiker-span1 {
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    color: #fff;
    position: relative;
    bottom: 1px;
}

.card-inner .product-title a div {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}



.card-inner .stikers-cont .sticker-free-delivery {
    background: #F4F4F4;
    width: 31px;
    height: 18px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 4px;
}

.card-inner .stikers-cont .sticker-free-delivery .img_cr {
    line-height: 1;
}

.card-inner .stikers-cont .sticker-free-delivery .img_cr svg {
    line-height: 1;
}


.card-inner .stikers-cont .sticker-present {
    background: #F4F4F4;
    width: 31px;
    height: 18px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 4px;
}

.card-inner .stikers-cont .sticker-present .img_cr {
    line-height: 1;
}

.card-inner .stikers-cont .sticker-present .img_cr svg {
    line-height: 1;
}

.card-inner .stikers-cont .sticker-hit {
    background: #F4F4F4;
    width: 31px;
    height: 18px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 4px;
}

.card-inner .stikers-cont .sticker-hit .img_cr {
    line-height: 1;
}

.card-inner .stikers-cont .sticker-hit .img_cr svg {
    line-height: 1;
    width: 10px;
    height: 14px;
}



.reyting {
    padding: 0 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.reyting .star_wrap {
    padding-right: 5px;
    line-height: 1;
}

.reyting .star_wrap svg {}

.reyting .count {
    color: #C99B69;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    display: block;
    position: relative;
    bottom: 1px;
}





.card-inner .product-prices-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 23px 23px;
}

.card-inner .product-prices-wrapper .product-prices {
    margin-top: 0;
}

.card-inner .product-prices-wrapper .product-prices .price {
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    font-weight: 700;
}

.card-inner .product-prices-wrapper .product-prices .old-price {
    color: #919191;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin-left: 9px;
    margin-bottom: 0;
}

.card-inner .product-prices-wrapper .product-control {}


.card-inner .product-prices-wrapper .product-control .my_buy {}


.card-inner .product-prices-wrapper .product-control .my_buy .my_button-buy {
    border: 1px solid #C99B69;
    padding: 11px 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.products-sp .card-inner .product-prices-wrapper .product-control .my_buy .my_button-buy {
    padding: 11px 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.card-inner:hover .compare-control a {}

.card-inner:hover .compare-control a svg {}



.card-inner .compare-control .compare-add.active+a svg path {
    stroke: #C99B69;
}

.card-inner:hover .compare-control a:hover path {
    stroke: #C99B69;
}



.card-inner .product-prices-wrapper .product-control .my_buy .button-inСart {
    background: #fff;
    border: 1px solid #C99B69;
    padding: 11px 6px;
}


.card-inner .product-prices-wrapper .product-control .my_buy .button-inСart svg path {
    stroke: #C99B69;
}

.card-inner .product-prices-wrapper .product-control .my_buy .button-inСart svg circle {
    fill: #C99B69;
}

.card-inner .product-prices-wrapper .product-control .my_buy .my_button-buy:hover {
    background: #fff;
    border: 1px solid #C99B69;

}

.card-inner .product-prices-wrapper .product-control .my_buy .my_button-buy:hover svg path {
    stroke: #c99b69;
}

.card-inner .product-prices-wrapper .product-control .my_buy .my_button-buy:hover svg circle {
    fill: #c99b69;
}

.caruselko .news_arrows {
    position: absolute;
    left: 0;
    width: 100%;
    top: 42%;
}


.caruselko .news_arrows>div {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 8px #00000040;
    box-shadow: 0px 0px 8px #00000040;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.caruselko .svg_d1 {
    position: absolute;
    left: -14px;
    z-index: 99;
}

.caruselko .svg_d2 {
    position: absolute;
    right: -14px;
    z-index: 99;
}


/*************************************************************************************************/

.user-toolbar {}

.user-toolbar .favorites-widget-srav {}

.user-toolbar .favorites-widget-srav a {}

.user-toolbar .favorites-widget-srav a .compare-cont {}

.user-toolbar .favorites-widget-srav a .compare-cont svg {}

.user-toolbar .favorites-widget-srav a .compare-cont span {
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    background: #C99B69;
    border: 1px solid #000000;
    position: absolute;
    right: -10px;
    top: -4px;
    color: #fff;
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    opacity: 0;
}

.user-toolbar .favorites-widget-srav a .compare-cont span.active {
    opacity: 1;
}

.user-toolbar .favorites-widget {}

.user-toolbar .favorites-widget a {}

.user-toolbar .favorites-widget a .compare-cont {}

.user-toolbar .favorites-widget a .compare-cont svg {}

.user-toolbar .favorites-widget a .compare-cont .item-cont {}

.user-toolbar .favorites-widget a .compare-cont .item-cont span {}





.user-toolbar .shopcart-widget {}

.user-toolbar .shopcart-widget a {}

.user-toolbar .shopcart-widget a svg {}

.user-toolbar .shopcart-widget a span {}

.user-toolbar .accs {}

.user-toolbar .accs .user-account {}

.user-toolbar .accs .user-account svg {}

.burger_desktop {}

.burger_desktop svg {
    width: 18px;
    height: 17px;
}

.burger_desktop .burg {
    display: block;
}

.burger_desktop .close_burg {
    display: none;
}

.burger_desktop.blue_burger .burg {
    display: none;
}

.burger_desktop.blue_burger .close_burg {
    display: block;
}


/*****************************************************************************************************/



.collection-menu-movable .super_desktop_cont {}

.collection-menu-movable .super_desktop_cont .menu-horizontal {
    padding: 0;
    margin: 0;
}

.collection-menu-movable .super_desktop_cont .menu-horizontal .list-item {}

.collection-menu-movable .super_desktop_cont .menu-horizontal .list-item a.menu-link-lvl1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 280px;
    height: 56px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
}

.collection-menu-movable .super_desktop_cont .menu-horizontal .list-item a.menu-link-lvl1:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #DBDBDB;
    position: absolute;
    bottom: 0;
    right: 0;
}


.collection-menu-movable .super_desktop_cont .menu-horizontal .list-item:last-child a.menu-link-lvl1:before {
    display: none;
}

.collection-menu-movable .super_desktop_cont .menu-horizontal .list-item:hover a.menu-link-lvl1 {
    background: #fff;
}

.collection-menu-movable .super_desktop_cont .menu-horizontal .list-item:hover a.menu-link-lvl1:before {
    background: #fff;
}

.collection-menu-movable .super_desktop_cont .menu-horizontal .list-item a.menu-link-lvl1 .svg_fr {
    width: 40px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000;
    height: 40px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.collection-menu-movable .super_desktop_cont .menu-horizontal .list-item a.menu-link-lvl1 .svg_fr svg {
    max-height: 29px;
    max-width: 25px;
}

.collection-menu-movable .super_desktop_cont .menu-horizontal .list-item a.menu-link-lvl1 span {
    color: #0E0E0E;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    width: 150px;
}

.collection-menu-movable .super_desktop_cont .menu-horizontal .list-item a.menu-link-lvl1 img {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0%, -51%);
    -ms-transform: translate(0%, -51%);
    transform: translate(0%, -51%);
}

.collection-menu-movable .super_desktop_cont .menu-horizontal .list-item .submenu {}

.collection-menu-movable .super_desktop_cont .menu-horizontal .list-item .submenu .list-item {
    width: 100%;
    height: 56px;
}

.collection-menu-movable .super_desktop_cont .menu-horizontal .list-item .submenu .list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 30px;
    height: 100%;
}

.collection-menu-movable .super_desktop_cont .menu-horizontal .list-item .submenu .list-item a .svg_fr {
    width: 40px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000;
    height: 40px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.collection-menu-movable .super_desktop_cont .menu-horizontal .list-item .submenu .list-item a .svg_fr svg {
    max-height: 29px;
    max-width: 29px;
}

.collection-menu-movable .super_desktop_cont .menu-horizontal .list-item .submenu .list-item a .link-text {
    color: #000000;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    width: calc(100% - 90px);
}


.collection-menu-movable .super_desktop_cont .menu-horizontal .list-item .submenu .list-item a img {
    display: none;
}


.collection-menu-movable .super_desktop_cont .menu-horizontal .list-item .submenu .list-item:hover {
    background: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.collection-menu-movable .super_desktop_cont .menu-horizontal .list-item .submenu .list-item:hover .link-text {
    font-weight: 500;
}

.collection-menu-movable .super_desktop_cont .menu-horizontal .list-item a.menu-link-lvl1.mobile_actions .link-text {
    color: #C99B69;
}

.collection-menu-movable .super_desktop_cont .menu-horizontal .list-item a.menu-link-lvl1.mobile_actions .img_menu1 {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
}

.collection-menu-movable .super_desktop_cont .menu-horizontal .list-item a.menu-link-lvl1.mobile_actions .img_menu1 svg {}

.collection-menu-movable .super_desktop_cont .menu-horizontal .list-item a.menu-link-lvl1.mobile_actions .txt_menu1 {}

.collection-menu-movable .super_desktop_cont .menu-horizontal .list-item a.menu-link-lvl1.mobile_actions .txt_menu1 .link-text {}


.container_book {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 30px 0;
    display: none;
}

.container_book .item_b {
    margin-right: 32px;
}

.container_book .item_b a {
    border: 1px solid #000000;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: auto;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 15px;
}

.container_book .item_b .img_wrap {}

.container_book .item_b .img_wrap svg {
    position: relative;
    top: 2px;
}

.container_book .item_b .txt_b {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    margin-left: 8px;
}

.no_phone {
    background: #F4F4F4;
    padding: 24px 0 64px;
    margin-top: 0px;
}


.global_collection {
    background: #fff;
}

.global_collection.promotion {
    background: #f4f4f4;
}

.page-sales {
    background: #F4F4F4;
    padding-bottom: 80px;
}

.global_collection .my_sorting .my_sorting_gip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.global_collection .my_sorting .my_sorting_gip span {
    margin-left: 60px;
}

.global_collection .my_sorting svg {
    position: relative;
    bottom: -1px;
    margin-left: 4px;
}

.global_collection .my_sorting span.sort_head {
    color: #919191;
    font-weight: 400;
}

.title_collection {
    padding: 0px 0 22px;
}

.title_collection h1 {
    line-height: 1.2;
    font-weight: 400;
    font-size: 20px;
    margin: 0 0 0 0;
}



/****************************************************************************************************************/

.global_collection .products-list .product-card .card-inner {
    // min-height: 520px;
    min-height: 543px;
}


.global_collection .products-list .product-card .card-inner .product-title a div {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 44px;
}

.global_collection .products-list .product-card .card-inner .product-photo {
    height: 300px;
}







.card-inner .reit {
    margin-top: 0px;
}

.card-inner .reit .star-rating-wrapper {}

.card-inner .reit .star-rating-wrapper .star-rating {}

.card-inner .reit .star-rating-wrapper .star-rating {}

.card-inner .reit .star-rating-wrapper .star-rating .star-item {}


.card-inner .reit .star-rating-wrapper .star-rating .star-item:after {
    position: relative;
    top: -3px;
}



.card-inner .reit .star-rating-wrapper .star-rating .star-item.half_star:after {}



.card-inner .reit .otzyv {
    color: #C99B69;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
}

.card-inner .reit .currentRating {
    color: #C99B69;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
}

.card-inner .gabarites {
    padding: 7px 15px 0 15px;
    min-height: 61px;
}

.card-inner .gabarites .item {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.card-inner .gabarites .item span {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.card-inner .product-prices {
    margin-top: 10px;
}

.card-inner .product-prices .price {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
}

.card-inner .product-prices .old-price {
    margin-left: 9px;
}


.products-list .card-inner form.product-control {
    height: auto;
    margin: 14px auto 0;
}

.products-list .card-inner form.product-control .my_buy {}

.products-list .card-inner form.product-control .my_buy .my_button-buy {
    padding: 0 30px;
}

.products-list .card-inner form.product-control .my_buy .my_button-buy:hover {
    background: #BB8A56;
}


.products-list .card-inner form.product-control .my_buy .my_button-buy .button-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    margin-left: 10px;
    text-transform: uppercase;
}

.products-list .card-inner form.product-control .my_buy .my_button-buy svg {}


.products-list .card-inner form.product-control .my_buy .button-inСart {
    padding: 0 27px;
    background: transparent;
}

.products-list .card-inner form.product-control .my_buy .button-inСart svg path {
    stroke: #C99B69;
}

.products-list .card-inner form.product-control .my_buy .button-inСart svg circle {
    fill: #C99B69;
}


.products-list .card-inner form.product-control .my_buy .button-inСart span.button-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    margin-left: 10px;
    text-transform: uppercase;
    color: #C99B69;
}



.show_more_wrap {
    margin: 22px 0 0px;
}

.show_more_wrap .show_more_prod {
    color: #FFFFFF;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    background: #C99B69;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 34px;
    width: 100%;


}

.show_more_wrap .show_more_prod:hover {
    background: #BB8A56;
    cursor: pointer;
}







/*********************************************/

.inner_teh {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    width: 273px;
    height: 244px;
    margin: 0 auto;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-shadow: 0px 0px 0px 200px rgba(0, 0, 0, 0.35) inset;
    box-shadow: 0px 0px 0px 200px rgba(0, 0, 0, 0.35) inset;
}

.inner_teh a {
    text-decoration: none;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.inner_teh .shadow_teh {}

.inner_teh .shadow_teh .port {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 20px 15px 28px;
    height: 70px;
}

.inner_teh .shadow_teh .port .title {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}

.inner_teh .shadow_teh .port .btn_next {
    line-height: 1;
}

.inner_teh .shadow_teh .port .btn_next svg {}

.news-head.for_mini {}

.news-head.for_mini h6.my_novinks {
    font-weight: 500;
    color: #000000;
    font-size: 22px;
    line-height: 100%;
}

/*******************************************************/





.page_kols_pag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 22px;
    padding-bottom: 42px;
}

.page_kols_pag ul.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page_kols_pag ul.pagination li {
    border: 0;
}

.page_kols_pag ul.pagination li a.pagination-link {

    color: #C99B69;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}

.page_kols_pag ul.pagination li span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #42515A;
    width: 35px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pages-navbar .pagination-item:hover {
    background: transparent;
}


.pages-navbar .pagination-item.active {
    background: transparent;
}

.pages-navbar .pagination-item:hover .pagination-link {
    color: #BB8A56;
}


.pages-navbar .pagination-item.active .pagination-link {
    color: #BB8A56;
}


.page_kols_pag ul.pagination li.pagination-item-rev {}

.page_kols_pag ul.pagination li.pagination-item-rev a {}

.page_kols_pag ul.pagination li.pagination-item-rev a svg {
    width: 7px;
}

.page_kols_pag ul.pagination li.pagination-item-next {}

.page_kols_pag ul.pagination li.pagination-item-next a {}

.page_kols_pag ul.pagination li.pagination-item-next a svg {
    width: 7px;
}


.page_kols_pag .input_find_collection {
    margin-left: 28px;
}

.page_kols_pag .input_find_collection .number_page {
    background: transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #3D3F44;
    text-align: center;
    border: 1px solid #C99B69;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 41px;
    height: 30px;
}



.page_kols_pag .input_find_collection .number_page::-webkit-outer-spin-button,
.page_kols_pag .input_find_collection .number_page::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.page_kols_pag .input_find_collection .number_page[type=number] {
    -moz-appearance: textfield;
}

.page_kols_pag .input_find_collection .number_page::-webkit-input-placeholder {
    color: red;
    opacity: 1;
}

.page_kols_pag .input_find_collection .number_page::-moz-placeholder {
    color: red;
    opacity: 1;
}

.page_kols_pag .input_find_collection .number_page::-ms-input-placeholder {
    color: red;
    opacity: 1;
}

.page_kols_pag .input_find_collection .number_page::placeholder {
    color: red;
    opacity: 1;
}

.page_kols_pag .input_find_collection .number_page:-ms-input-placeholder {
    color: red;
}

.page_kols_pag .input_find_collection .number_page::-ms-input-placeholder {
    color: red;
}


.dop_txt_wrap {
    display: none;
}

.dop_txt_wrap h3 {
    color: #000000;
    font-weight: 500;
    font-size: 20px;
    line-height: 16px;
}

.dop_txt_wrap .dop_txt_wrap_cont {}

.dop_txt_wrap .dop_txt_wrap_cont p {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.dop_txt_wrap .dop_txt_wrap_cont span {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}



.input_find_collection {}


.input_find_collection input {}



.index-products.index-news-section.in_collection {
    margin-top: 34px;
    margin-bottom: 0px;
    display: none;
}

.index-products.index-news-section.in_collection .news-wrapper {
    margin-top: 30px;
}


.compare-control:hover .compare-link compare-add svg path {
    fill: #c99b69;
}

.card-inner .compare-control .compare-add.active+a svg path {
    fill: #c99b69;
}



/********************************************compare*****************************************************************/



.super_compare .for-no-wrap.compare-flex {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px 26px;
}

.super_compare .for-no-wrap.compare-flex .compare-xl-3 {}

.iv_mental .card-inner.in_favorite {
    min-height: 466px !important;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 20px;
}


/*****************************Второстепенные страницы************************************************************/

.breadcrumb-wrapper {
    margin-bottom: 20px !important;
    padding-top: 20px;
}

.breadcrumb-wrapper ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page_stuff .page-header h1 {
    font-style: normal;
    color: #000000;
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    margin: 0 0 25px 0;
}

/******************************************ТЕХНОЛОГИИ*************************************************/



.blog-articles {
    margin-bottom: 30px;
}

.blog-articles .page-header {}

.blog-articles .page-header h1 {
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    color: #000000;
    margin: 29px 0 29px 0;
}


.blog-tags-first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 24px;
}

.blog-tags-first a.blog-tag-first {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #000000;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-decoration: none;
    padding: 0 12px;
    margin-right: 33px;
}

.blog-tags-first a.blog-tag-first .blog-tag-image-first {
    line-height: 1;
}

.blog-tags-first a.blog-tag-first .blog-tag-image-first svg {
    line-height: 1;
}

.blog-tags-first a.blog-tag-first .blog-tag-name-first {
    color: #0E0E0E;
    text-decoration: none;
    margin-left: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.1px;
}

.blog-tags {
    margin-bottom: 23px;
}

.blog-tags .blog-tag-title {
    display: none;
}

.blog-tags .blog-tag {
    border: 1px solid #000000;
    text-decoration: none;
    margin-right: 24px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 50px;
    padding: 0px 8px;
}

.blog-tags .blog-tag .blog-tag-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 41px;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
}





.blog-tags .blog-tag .blog-tag-image img {
    width: auto;
    height: 100%;
}

.blog-tags .blog-tag .blog-tag-name {
    max-width: 130px;
}


.news-feed-wrapper {}

.blog-articles .news-feed-wrapper.q111 {
    margin: 0 0 0 0;
}


.news-feed-wrapper .wrap_all_staty {
    display: grid;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    grid-template-columns: repeat(3, 0fr);
    justify-items: start;
    grid-gap: 25px;
}

.news-feed-wrapper .wrap_all_staty .wrap_slide_all {
    width: 372px;
    height: 300px;
    margin-bottom: 24px;
}

.news-feed-wrapper .wrap_all_staty .wrap_slide_all a {
    height: 100%;
    display: block;
    text-decoration: none;
}

.news-feed-wrapper .wrap_all_staty .wrap_slide_all .img_cath {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    box-shadow: 0px 0px 0px 300px rgba(0, 0, 0, 0.17) inset;
    -webkit-box-shadow: 0px 0px 0px 300px rgba(0, 0, 0, 0.17) inset;
    -moz-box-shadow: 0px 0px 0px 300px rgba(0, 0, 0, 0.17) inset;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.news-feed-wrapper .wrap_all_staty .wrap_slide_all .img_cath .likvid {
    width: 100%;
    padding: 0 24px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-feed-wrapper .wrap_all_staty .wrap_slide_all .img_cath .likvid .block_title {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    width: calc(100% - 40px);
}

.news-feed-wrapper .wrap_all_staty .wrap_slide_all .img_cath .likvid svg {}






/***********************/
/***********************/
/***********************/



.post_f {}

.post_f .descrip {
    margin-bottom: 28px;
}

.post_f .descrip p {}

.post_f .doble_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}

.post_f .doble_block .opert {
    width: 50%;
}

.post_f .doble_block .opert .inner {
    padding: 0 0 0 53px;
}


.post_f .doble_block:nth-child(3) .opert .inner,
.post_f .doble_block:nth-child(5) .opert .inner,
.post_f .doble_block:nth-child(7) .opert .inner {
    padding: 0 65px 0 0px;
}

.post_f .doble_block:nth-child(3) .img_wrap,
.post_f .doble_block:nth-child(5) .img_wrap,
.post_f .doble_block:nth-child(7) .img_wrap {
    margin-left: auto;
}


.post_f .doble_block .opert .img_wrap {
    max-width: 564px;
}

.post_f .doble_block .opert .img_wrap img {
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.post_f .doble_block .opert .img_wrap span {
    display: block;
    width: 100%;
    margin-top: 17px;
    text-align: center;
    font-size: 16px;
}

.post_f .doble_block .opert h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.post_f .doble_block .opert ul {
    margin-bottom: 25px;
}

.post_f .doble_block .opert ul li {
    margin-bottom: 10px;
    line-height: 16px;
}

.post_f .doble_block .opert ul li:before {}

.post_f .doble_block .opert p {
    font-size: 16px;
}


.foolGray {
    background: #F4F4F4;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 23px 0 12px;
    margin: 0 0 32px 0;
}

.foolGray .imert_appar {}

.foolGray .imert_appar h3 {
    font-weight: 400;
    font-size: 26px;
    line-height: 110%;
    color: #000000;
    margin-bottom: 33px;
    text-align: center;
}

.foolGray .imert_appar .doble_der {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.foolGray .imert_appar .doble_der .item {
    width: 50%;
}

.foolGray .imert_appar .doble_der .item p {
    max-width: 525px;
    margin: 0 0 29px 0;
    font-size: 16px;
    line-height: 17px;
}

.foolGray .imert_appar .doble_der .item ul {}

.foolGray .imert_appar .doble_der .item ul li {
    font-size: 16px;
}

.foolGray .imert_appar .doble_der .item .darck {
    background: #0E0E0E;
    border: 1px solid #000000;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 15px 20px;
    margin-top: 45px;
}

.foolGray .imert_appar .doble_der .item .darck p {
    color: #FFFFFF;
    margin: 0;
}

.foolGray .imert_appar .doble_der .item .darck p strong {
    color: #FFFFFF;
}

.discleiuner {}

.discleiuner .mini {
    color: #6C6C6C;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 10px 0;
}




/***********************/
/***********************/
/***********************/


.page_stuff_our_style .desp_2 {}

.page_stuff_our_style .desp_2 p {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin: 10px 0 30px 0;
}

.page_stuff_our_style .desp_2 h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
}


.page_stuff_our_style .copot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 32px 0;
}

.page_stuff_our_style .copot .leroy {
    background: #0E0E0E;
    -webkit-border-radius: 6px 0px 0px 6px;
    border-radius: 6px 0px 0px 6px;
    width: 400px;
    padding: 30px;
}

.page_stuff_our_style .copot .leroy img {
    width: 80px;
    margin: 0 0 29px 0;
}

.page_stuff_our_style .copot .leroy p.big {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    max-width: 324px;
    line-height: 18px;
}

.page_stuff_our_style .copot .leroy p.big strong {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.page_stuff_our_style .copot .graus {
    width: calc(100% - 400px);
    background: #F4F4F4;
    -webkit-border-radius: 0px 6px 6px 0px;
    border-radius: 0px 6px 6px 0px;
    padding: 21px 34px 6px 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page_stuff_our_style .copot .graus h4 {
    font-size: 20px;
    margin-bottom: 6px;
    line-height: 22px;
}

.page_stuff_our_style .copot .graus ul {
    margin-bottom: 20px;
}

.page_stuff_our_style .copot .graus ul li {
    font-size: 16px;
    margin: 0 0 5px 0;
}

.page_stuff_our_style .bist_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 64px 0 64px 0;
}

.page_stuff_our_style .bist_2 .left {
    width: 50%;
}

.page_stuff_our_style .bist_2 .left .inner {
    padding-left: 8px;
}

.page_stuff_our_style .bist_2 .left .inner h5 {
    font-size: 18px;
    margin-bottom: 5px;
}

.page_stuff_our_style .bist_2 .left .inner p {
    font-size: 16px;
    margin: 4px 0 30px 0;
    line-height: 18px;
}

.page_stuff_our_style .bist_2 .right {
    width: 50%;
}

.page_stuff_our_style .bist_2 .right img {
    max-width: 570px;
    margin-left: auto;
}

.page_stuff_our_style .bist_2 .right span {
    font-size: 16px;
    text-align: center;
    display: block;
    margin: 18px 0 0 0px;
}

.page_stuff_our_style .coloss {}

.page_stuff_our_style .coloss h4 {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
}

.page_stuff_our_style .coloss p {
    margin: 0 0 28px 0;
    font-size: 16px;
    line-height: 18px;
}


.page_stuff_our_style .folor_line {
    width: 100%;
    height: 1px;
    background: #DBDBDB;
    margin: 32px 0;
}

.page_stuff_our_style .up_coes {}

.page_stuff_our_style .up_coes h2 {
    color: #000000;
    font-weight: 400;
    font-size: 26px;
    line-height: 110%;
}

.page_stuff_our_style .up_coes p {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}


.page_stuff_our_style .revert_opus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 32px 0;
}

.page_stuff_our_style .revert_opus .left {
    width: 50%;
}

.page_stuff_our_style .revert_opus .left img {
    max-width: 570px;
}

.page_stuff_our_style .revert_opus .left span {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin: 18px 0 0 0;
    text-align: center;
    display: block;
}

.page_stuff_our_style .revert_opus .right {
    width: 50%;
}

.page_stuff_our_style .revert_opus .right .inner {
    padding: 0 0 0 50px;
}

.page_stuff_our_style .revert_opus .right .inner h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.page_stuff_our_style .revert_opus .right .inner p {
    font-size: 16px;
    margin: 0 0 0 0;
    line-height: 18px;
}

.page_stuff_our_style .item_lip {
    margin-bottom: 32px;
}

.page_stuff_our_style .item_lip h4 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}

.page_stuff_our_style .item_lip p {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 30px 0;
}

.page_stuff_our_style .item_lip.laster {}

.page_stuff_our_style .item_lip.laster p {
    margin: 0 0 5px 0;
}

.page_stuff_our_style .item_lip.laster p.ld {
    margin-bottom: 30px;
}

.page_stuff_our_style .item_lip.laster p.ls {
    margin-top: 30px;
}

.page_stuff_our_style .eliter {
    margin: 0 0 32px 0;
}

.page_stuff_our_style .eliter h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 15px;
}

.page_stuff_our_style .eliter h3 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 6px 0;
}

.page_stuff_our_style .eliter p {
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 18px;
}


.page_stuff_our_style .novim {}

.page_stuff_our_style .novim h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 15px;
}

.page_stuff_our_style .novim p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
}

.page_stuff_our_style .novim ul {
    margin-bottom: 27px;
}

.page_stuff_our_style .novim ul li {
    font-size: 16px;
    margin-bottom: 5px;
}



.page_stuff_our_style .forim {}

.page_stuff_our_style .forim h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 15px;
}

.page_stuff_our_style .forim p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
}

.page_stuff_our_style .elizer {}

.page_stuff_our_style .elizer h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 15px;
}

.page_stuff_our_style .elizer p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
}

.page_stuff_our_style .elizer ul {
    margin: 32px 0 27px 0;
}

.page_stuff_our_style .elizer ul li {
    font-size: 16px;
    margin-bottom: 5px;
}





/***********************/
/***********************/
/***********************/

.page_stuff_our_style .my_fort_end h2 {
    color: #000000;
    font-weight: 400;
    font-size: 26px;
    line-height: 110%;
    margin: 0 0 18px 0;
}

.page_stuff_our_style .my_fort_end h3 {
    color: #000000;
    font-weight: 400;
    font-size: 26px;
    line-height: 110%;
    margin: 0 0 18px 0;
}

.page_stuff_our_style .my_fort_end p {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 20px 0;
}

.page_stuff_our_style .my_fort_end ul {
    color: #000000;
}

.page_stuff_our_style .my_fort_end ul li {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}

.page_stuff_our_style .my_fort_end .picos-mr-20px {
    margin: 20px 0;
}



.page_stuff_our_style .topper {
    margin: 0 0 35px 0;
}

.page_stuff_our_style .topper p {
    margin: 0 0 30px 0;
}

.page_stuff_our_style .topper img {
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.page_stuff_our_style .douners {
    margin: 0 0 30px 0;
}

.page_stuff_our_style .douners h2 {}

.page_stuff_our_style .douners p {}

.page_stuff_our_style .topper h2 {}



.page_stuff_our_style .inourew {}

.page_stuff_our_style .inourew h3 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 32px 0;
    font-weight: 500;
}

.page_stuff_our_style .inourew p {
    margin: 0 0 6px 0;
}

.page_stuff_our_style .inourew ul {}

.page_stuff_our_style .inourew ul li {
    margin-bottom: 32px;
}



.page_stuff_our_style .bulat_b {}

.page_stuff_our_style .bulat_b h2 {}

.page_stuff_our_style .bulat_b p {
    margin: 0 0 30px 0;
}


.page_stuff_our_style .opfort {}

.page_stuff_our_style .opfort h3 {}

.page_stuff_our_style .opfort p {
    line-height: 20px;
    margin: 0 0 6px 0;
}

.page_stuff_our_style .opfort ul {}

.page_stuff_our_style .opfort ul li {
    margin: 0 0 6px 0;
}



.page_stuff_our_style .picos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page_stuff_our_style .img-max-height-583 {
    max-height: 583px;
    object-fit: contain;
}

.page_stuff_our_style .picos-mr-20px {
    margin: 20px 0;
}


.page_stuff_our_style .picos .left {
    width: 50%;
}

.page_stuff_our_style .picos .left img {
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.page_stuff_our_style .picos .right {
    width: 50%;
}

.page_stuff_our_style .picos .right .inner {
    padding: 0 0 0 64px;
}

.page_stuff_our_style .picos .right .inner h2 {}

.page_stuff_our_style .picos .right .inner p {}

/***********************/
/***********************/
/***********************/

.page_stuff_our_style .ku_gg1 {
    margin: 0 0 23px 0;
}

.page_stuff_our_style .ku_gg1 p {
    margin: 0 0 4px 0;
}


.page_stuff_our_style .ku_gg2 {}

.page_stuff_our_style .ku_gg2 h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    margin: 0 0 35px 0;
}

.page_stuff_our_style .ku_gg2 p {
    margin-bottom: 35px;
}

.page_stuff_our_style .ku_gg3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 0 0;
}

.page_stuff_our_style .ku_gg3 .left {
    width: 50%;
}

.page_stuff_our_style .ku_gg3 .left img {
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.page_stuff_our_style .ku_gg3 .left span {
    display: block;
    text-align: center;
    margin: 12px 0 0 0;
    font-size: 16px;
}

.page_stuff_our_style .ku_gg3 .right {
    width: 50%;
}

.page_stuff_our_style .ku_gg3 .right .inner {
    padding: 0 0 0 50px;
}

.page_stuff_our_style .ku_gg3 .right .inner h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    margin: 0 0 35px 0;
}

.page_stuff_our_style .ku_gg3 .right .inner p {}

.page_stuff_our_style .ku_gg4 {
    margin: 43px 0 0 0;
}

.page_stuff_our_style .ku_gg4 h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    margin: 0 0 35px 0;
}

.page_stuff_our_style .ku_gg4 p {}

.page_stuff_our_style .ku_gg5 {}

.page_stuff_our_style .ku_gg5 h2 {}

.page_stuff_our_style .ku_gg5 h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    margin: 0 0 7px 0;
}

.page_stuff_our_style .ku_gg5 p {
    margin: 0 0 38px 0;
}

.page_stuff_our_style .ku_gg6 {}

.page_stuff_our_style .ku_gg6 h2 {}

.page_stuff_our_style .ku_gg6 p {
    margin: 0 0 30px 0;
}

/***********************/
/***********************/
/***********************/

.page_stuff_our_style .hh_dd1 {
    margin: 0 0 35px 0;
}

.page_stuff_our_style .hh_dd1 p {}


.page_stuff_our_style .hh_dd2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 0 0;
}

.page_stuff_our_style .hh_dd2 .left {
    width: 50%;
}

.page_stuff_our_style .hh_dd2 .left img {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    max-width: 571px;
}

.page_stuff_our_style .hh_dd2 .left span {
    font-size: 16px;
    display: block;
    text-align: center;
    margin: 22px 0 0 0;
}

.page_stuff_our_style .hh_dd2 .right {
    width: 50%;
}

.page_stuff_our_style .hh_dd2 .right .inner {
    padding: 0 0 0 53px;
}

.page_stuff_our_style .hh_dd2 .right .inner h3 {
    font-size: 20px;
    font-weight: 500;
}

.page_stuff_our_style .hh_dd2 .right .inner p {
    margin: 0 0px 7px 0;
}




.page_stuff_our_style .hh_dd3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 67px 0 67px 0;
}

.page_stuff_our_style .hh_dd3 .right {
    width: 50%;
}

.page_stuff_our_style .hh_dd3 .right img {
    max-width: 570px;
    margin-left: auto;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.page_stuff_our_style .hh_dd3 .left {
    width: 50%;
}

.page_stuff_our_style .hh_dd3 .left .inner {}

.page_stuff_our_style .hh_dd3 .left .inner h3 {
    font-size: 20px;
    font-weight: 500;
}

.page_stuff_our_style .hh_dd3 .left .inner p {
    margin: 0px 0 30px 0;
}



.page_stuff_our_style .hh_dd4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 0 0;
}

.page_stuff_our_style .hh_dd4 .left {
    width: 50%;
}

.page_stuff_our_style .hh_dd4 .left img {
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.page_stuff_our_style .hh_dd4 .right {
    width: 50%;
}

.page_stuff_our_style .hh_dd4 .right .inner {
    padding: 0px 0 0 50px;
}

.page_stuff_our_style .hh_dd4 .right .inner h3 {
    font-size: 20px;
    font-weight: 500;
}

.page_stuff_our_style .hh_dd4 .right .inner p {
    margin: 0 0 32px 0;
}

.page_stuff_our_style .hh_dd4 .right .inner ul {
    margin: 0 0 11px 0;
}

.page_stuff_our_style .hh_dd4 .right .inner ul li {
    margin: 0 0 6px 0;
}




/************/



.product-card.inArticle {
    border: 1px solid #DBDBDB;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.product-card.inArticle .product-title a div {
    text-align: center;
    max-width: 215px;
    margin: 0 auto;
}

.product-card.inArticle .card-inner .gabarites {
    padding: 0px 15px 0 15px;
    min-height: 60px;
}

.product-card.inArticle .card-inner .reit {
    display: none;
}


.product-card.inArticle .card-inner form.product-control {
    height: auto;
    margin: 14px auto 15px;
}

.bombits.page_stuff_our_style {
    margin-bottom: 0;
}


.inArticle_big {
    border-top: 1px solid #DBDBDB;
    margin-top: 50px;
    margin-bottom: 64px;
}

.inArticle_big .news-head {
    position: relative;
    border: 0;
    height: auto;
    margin: 0 0 31px 0;
}

.inArticle_big .news-head h6 {
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    color: #000000;
    margin: 0 0 0 0;
}

.inArticle_big .news-head h6 p {
    margin: 31px 0 0px 0;
}

.inArticle_big .products-prods_on_main {
    position: relative;
}


.inArticle_big .news_arrows {
    position: absolute;
    top: 44%;
    z-index: 2;
    width: 100%;
}




.inArticle_big .prods_arrow_left {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    width: 33px;
    height: 33px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: -18px;
    top: 0;
    cursor: pointer;
}

.inArticle_big .prods_arrow_right {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    width: 33px;
    height: 33px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: -18px;
    top: 0;
    cursor: pointer;
}

/******************************************ВТОРОСТЕПЕННЫЕ СТРАНИЦЫ*************************************************/




.page_stuff_our_style {
    margin-bottom: 140px;
}

.page_stuff_our_style h1 {
    font-weight: 400;
    font-size: 26px;
    line-height: 110%;
    margin: 0 0 20px 0;
    color: #000000;
}



.page_stuff_our_style img {
    display: block;
    width: 100%;
}

.page_stuff_our_style h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 10px;
}

.page_stuff_our_style p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
}

.page_stuff_our_style strong {
    font-weight: 500;
}

.page_stuff_our_style .page-content span {
    font-size: 14px;
    line-height: 16px;
    display: block;
}

.page_stuff_our_style .page-content a {
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
    color: #000000;
}

.page_stuff_our_style .page-content a:hover {
    text-decoration: underline;
    color: #000000;
    cursor: pointer;
}

.page_stuff_our_style .page-content ul {
    padding: 0;
    list-style: none;
    margin: 0 0 0 0;
}

.page_stuff_our_style .page-content ul li {
    padding-left: 25px;
    position: relative;
    font-size: 14px;
    display: block;
    line-height: 19px;
}

.page_stuff_our_style .page-content li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #000;
    position: absolute;
    left: 10px;
    top: 9px;
}



/***********************/
/***********************/
/***********************/


.page_stuff_our_style .title_baner {
    margin-bottom: 47px;
}

.page_stuff_our_style .title_about_r {
    text-align: center;
}

.page_stuff_our_style .title_about_r h2 {}

.page_stuff_our_style .title_about_r p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin: 5px 0 0 0;
}

.page_stuff_our_style .container-1440 {
    width: 100%;
    max-width: 1440px;
    margin: 27px auto 65px;
}

.page_stuff_our_style .container-1440 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 44px 0;
}

.page_stuff_our_style .container-1440 .item .img_ret {
    height: 354px;
    width: 710px;
}

.page_stuff_our_style .container-1440 .item .img_ret.bg1 {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 0px 6px 6px 0px;
    border-radius: 0px 6px 6px 0px;
}

.page_stuff_our_style .container-1440 .item .img_ret.bg2 {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 6px 0px 0px 6px;
    border-radius: 6px 0px 0px 6px;
}

.page_stuff_our_style .container-1440 .item .txt_wrap {
    width: calc(100% - 710px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 55px;
}

.page_stuff_our_style .container-1440 .item .txt_wrap .inner {
    max-width: 531px;
}

.page_stuff_our_style .container-1440 .item.revert {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.page_stuff_our_style .container-1440 .item.revert .txt_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}



/************/

.page_stuff_our_style .list_dostavk {}

.page_stuff_our_style .list_dostavk .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 53px 0;
}

.page_stuff_our_style .list_dostavk .items .img_f {
    margin-right: 18px;
}

.page_stuff_our_style .list_dostavk .items .img_f img {
    width: 47px;
}

.page_stuff_our_style .list_dostavk .items:nth-child(2) .img_f img {
    width: 33px;
}

.page_stuff_our_style .list_dostavk .items:nth-child(3) .img_f img {
    width: 30px;
}

.page_stuff_our_style .list_dostavk .items .img_f {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
}

.page_stuff_our_style .list_dostavk .items .txt {
    width: calc(100% - 50px);
}

.page_stuff_our_style .list_dostavk .items .txt p {
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 16px;
}





.page_stuff_our_style .dostavk_cont {}

.page_stuff_our_style .dostavk_cont .one {
    margin-bottom: 35px;
}

.page_stuff_our_style .dostavk_cont .one p {
    margin-bottom: 15px;
}



/************/


.page_stuff_our_style .obmen_wrap {
    margin: 0 0 61px 0;
}

.page_stuff_our_style .obmen_wrap h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 16px;
    margin: 0 0 25px 0;
}

.page_stuff_our_style .obmen_wrap p {
    margin: 0px 0 16px 0;
    font-size: 16px;
    line-height: 18px;
}

.page_stuff_our_style .obmen_wrap p a {
    font-size: 16px;
}

/************/

.contact_rt {
    margin-bottom: 40px;
    border: 1px solid #DBDBDB;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.contact_rt .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    background: #FFFFFF;
}

.contact_rt .item:nth-child(even) {
    background: #E6E6E6;
}


.contact_rt .item .left {
    width: 50%;
    border-bottom: 0;
    min-height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 15px 20px 36px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}

.contact_rt .item .right {
    width: 50%;
    border-bottom: 0;
    border-left: 1px solid #DBDBDB;
    min-height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 36px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}


/************/
.filter-items-wrapper .filter-items-list .filter-item .chkbx-label {}

.filter-items-wrapper .filter-items-list .filter-item .chkbx-label .filter_checkbox_t {}



/*************************************СРАВНЕНИЕ*********************************************************/
.table-compare {}

.table-compare .overflow_compares {}

.table-compare .product-card {}

.table-compare .product-card .card-inner {
    border: 1px solid #DBDBDB;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    min-height: 410px !important;
}


.table-compare .product-card .card-inner .compare_delete_link {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}


.table-compare .product-card .card-inner .compare_delete_link .compare-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: relative;
    right: 10px;
}

.table-compare .product-card .card-inner .compare_delete_link .compare-link .link-text {}


.table-compare .product-card .card-inner .product-photo {
    padding: 0 0 0 0;
    height: auto;
}

.table-compare .product-card .card-inner .product-photo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 44px 0 14px 0;
}

.table-compare .product-card .card-inner .product-photo a img {}

.table-compare .product-card .card-inner .my_super_cont {}

.table-compare .product-card .card-inner .my_super_cont .product-caption {}

.table-compare .product-card .card-inner .my_super_cont .product-caption .product-title {}

.table-compare .product-card .card-inner .my_super_cont .product-caption .product-title a {}

.table-compare .product-card .card-inner .my_super_cont .product-caption .product-title a div {}


.table-compare .product-card .card-inner .my_super_cont .reyting {}

.table-compare .product-card .card-inner .my_super_cont .reyting .star_wrap {}

.table-compare .product-card .card-inner .my_super_cont .reyting .star_wrap svg {}


.table-compare .product-card .card-inner .my_super_cont .reyting .count {}


.table-compare .product-card .card-inner .my_super_cont .product-prices-wrapper .product-control {}


.table-compare .product-card .card-inner .my_super_cont .product-prices-wrapper .product-control .my_buy {}


.table-compare .product-card .card-inner .my_super_cont .product-prices-wrapper .product-control .my_buy button {
    width: 34px;
}

.content_comp_core .param-value2:last-child {
    border-right: 0;
}



.js-favorite {
    margin: 0 0 60px 0;
}

.js-favorite .product-card {
    margin-bottom: 25px;
}

.js-favorite .product-card .card-inner {
    border: 1px solid #DBDBDB;
}

.js-favorite .product-card .card-inner .product-photo {}

.js-favorite .product-card .card-inner .product-photo a {}

.js-favorite .product-card .card-inner .product-photo a img {}

.js-favorite .product-card .card-inner .my_super_cont {}

.js-favorite .product-card .card-inner .my_super_cont .product-caption {}

.js-favorite .product-card .card-inner .my_super_cont .product-caption .product-title {
    margin-bottom: 0;
}

.js-favorite .product-card .card-inner .my_super_cont .product-caption .product-title a {}

.js-favorite .product-card .card-inner .my_super_cont .product-caption .product-title a div {
    text-align: center;
}



.js-favorite .product-card .card-inner .my_super_cont .compare-control {
    opacity: 1;
    visibility: visible;
}

.js-favorite .product-card .card-inner .my_super_cont .gabarites {}

.js-favorite .product-card .card-inner .my_super_cont .gabarites .item {}

.js-favorite .product-card .card-inner .my_super_cont .gabarites .item span {}

.js-favorite .product-card .card-inner .my_super_cont .my_fav_form {
    opacity: 1;
    visibility: visible;
}

.js-favorite .product-card .card-inner .my_super_cont .my_fav_form .fav_in_prod_card.is-added svg path {
    stroke: #C99B69;
    fill: #C99B69;
}





.js-favorite .product-card .card-inner .my_super_cont .product-prices {
    margin-top: 7px;
}


.js-favorite .product-card .card-inner .my_super_cont .product-prices .price {}

.js-favorite .product-card .card-inner .my_super_cont .product-prices .old-price {}


.js-favorite .product-card .card-inner .product-control {
    margin: 11px auto 16px;
}


/******************************************************************************************************************/

.main_content_product {}

.main_content_product .darck_quid {
    background: #0E0E0E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 55px 15px 30px;
}

.main_content_product .darck_quid .item {
    width: 428px;
    position: relative;
}

.main_content_product .darck_quid .item:nth-child(2):after {
    content: "";
    width: 1px;
    height: 210px;
    background: #6C6C6C;
    position: absolute;
    left: 0;
    top: 0;
}

.main_content_product .darck_quid .item:nth-child(2):before {
    content: "";
    width: 1px;
    height: 210px;
    background: #6C6C6C;
    position: absolute;
    right: 0;
    top: 0;
}



.main_content_product .darck_quid .item .in_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.main_content_product .darck_quid .item .in_item h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    display: block;
    margin: 0 0 40px 0px;
}

.main_content_product .darck_quid .item .in_item img {}

.main_content_product .fop {}

.main_content_product .fop h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    margin: 65px 0 50px;
    text-align: center;
}

.main_content_product .fop img {
    width: 100%;
}


.main_content_product .batir {}

.main_content_product .batir h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 16px;
    text-align: center;
    margin: 60px 0 13px;
}

.main_content_product .batir p {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin: 0 auto 50px;
    max-width: 1180px;
}



.main_content_product .flex_batir {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 52px;
}

.main_content_product .flex_batir .left {
    width: 50%;
    padding: 0 15px 0 0;
}

.main_content_product .flex_batir .left img {
    width: 100%;
}

.main_content_product .flex_batir .right {
    width: 50%;
}

.main_content_product .flex_batir .right .inner {
    padding-left: 50px;
    max-width: 530px;
}

.main_content_product .flex_batir .right .inner h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 16px;
    margin: 0px 0 12px 0;
}

.main_content_product .flex_batir .right .inner p {
    margin: 0px 0 10px 0;
    font-size: 14px;
    line-height: 16px;
}




.main_content_product .flex_batir.revert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.main_content_product .flex_batir.revert .left {
    width: 50%;
    padding-right: 0;
    padding-left: 15px;
}

.main_content_product .flex_batir.revert .left img {}

.main_content_product .flex_batir.revert .right {
    width: 50%;
}

.main_content_product .flex_batir.revert .right .inner {
    padding-left: 0;
    padding-right: 50px;
    margin-left: auto;
}

.main_content_product .flex_batir.revert .right .inner h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 16px;
    margin: 0px 0 12px 0;
}

.main_content_product .flex_batir.revert .right .inner p {
    margin: 0px 0 10px 0;
    font-size: 14px;
    line-height: 16px;
}


/********************************************Карточка товара************************************************/



.js-product-wrapper .product-gallery {}

.js-product-wrapper .product-gallery .product-labels-main {
    position: absolute;
    left: 10px;
    top: 26px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.js-product-wrapper .product-gallery .product-labels-main .s-discount {
    background: #C99B69;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 56px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 7px;
}

.js-product-wrapper .product-gallery .product-labels-main .s-discount .stiker-span1 {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
}

.js-product-wrapper .product-gallery .product-labels-main .sticker {}

.js-product-wrapper .product-gallery .product-labels-main .sticker .img_cr {
    margin-bottom: 7px;
    background: #F4F4F4;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: 24px;
    width: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.js-product-wrapper .product-gallery .product-labels-main .sticker .img_cr svg {}





.js-product-wrapper .product-gallery.gallery-prod-capt {
    width: 580px;
    /*background: #456;*/
    padding: 50px 10px 0 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.js-product-wrapper .product-caption.captione_two {
    width: calc(100% - 580px);
    /*background: #87f436;*/
    padding: 0px 10px 0 25px !important;
}



.js-product-wrapper .product-gallery.gallery-prod-capt .gallery-main-wrapper {
    max-width: 100%;
    padding: 0 0 20px 0;
}

img.zoom_gallery {
    position: absolute;
    z-index: 2;
    // right: 50px;
    // bottom: 140px;
    right: 57px;
    bottom: 127px;
    cursor: pointer;
    opacity: 0;
}

.gallery-prod-capt:hover .gallery-main-wrapper .js-gallery-main-prev {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery-prod-capt:hover .gallery-main-wrapper .js-gallery-main-next {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery-prod-capt:hover img.zoom_gallery {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.gallery-thumbs-wrapper {
    margin: 30px auto 0;
    max-width: 400px;
    position: relative;
}


.js-product-wrapper .product-caption .product-introtext.on-page {}


.js-product-wrapper .product-caption .product-introtext.on-page p {
    margin: 0 0 6px 0;
}



.prod_tech {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 18px 0 0 0;
}

.prod_tech .tech_cont {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 16px;
}

.prod_tech .tech_cont .blue_circle {
    border: 1px solid #C99B69;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-right: 8px;
}

.prod_tech .tech_cont .blue_circle svg {
    width: 33px;
    height: 33px;
}

.prod_tech .tech_cont .tech_name {
    width: calc(100% - 52px);
    padding-right: 5px;
    color: #0E0E0E;
    font-weight: 500;
    font-size: 12px;
    line-height: 11px;
}

.prod_tech .tech_cont .blue_popupic {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ececec;
    padding: 5px 5px;
    z-index: 2;
    width: 170px;

}

.prod_tech .tech_cont .blue_popupic .blue_popupic-descr {
    font-size: 10px;
    line-height: 120%;
    text-align: left;
}



.js-product-wrapper .product-caption .reit_block_prod {
    margin: 16px 0 16px 0;
}


.js-product-wrapper .product-caption .reit_block_prod .reit {
    margin-top: 0px;
}


.js-product-wrapper .product-caption .reit_block_prod .reit .star-rating-wrapper {
    position: relative;
    // bottom: 3px;
}

.star-rating {
    display: flex;
}

.js-product-wrapper .product-caption .reit_block_prod .reit .otzyv {
    color: #C99B69;
    white-space: nowrap;
}

.js-product-wrapper .product-caption .reit_block_prod .reit .currentRating {
    color: #C99B69;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
}

.js-product-wrapper .product-caption .reit_block_prod .prod_number {
    margin-top: 0px;
    color: #6C6C6C;
}



.js-product-wrapper .product-caption .prod_actions .prod_action1 {
    height: auto;
    position: relative;
    top: -2px;
}


.js-product-wrapper .product-caption .row_pricer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}


.js-product-wrapper .product-caption .prod_actions .prod_action1 .product-prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 0 0;
}

.js-product-wrapper .product-caption .prod_actions .prod_action1 .product-prices .price js-product-price {}

.js-product-wrapper .product-caption .prod_actions .prod_action1 .product-prices .old-price js-product-old-pric {}


.js-product-wrapper .product-caption .prod_actions .prod_action2 {
    margin: 0 0 0 40px;
}

.js-product-wrapper .product-caption .prod_actions .prod_action2 .buy {}

.js-product-wrapper .product-caption .prod_actions .prod_action2 .buy .product-order-variant {}

.js-product-wrapper .product-caption .prod_actions .prod_action2 .buy .product-order-variant .button-buy {
    padding: 0 0;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 195px;
    border: 1px solid #C99B69;
}

.js-product-wrapper .product-caption .prod_actions .prod_action2 .buy .product-order-variant .button-buy svg {}

.js-product-wrapper .product-caption .prod_actions .prod_action2 .buy .product-order-variant .button-buy .button-text {
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-left: 11px;
}



.js-product-wrapper .product-caption .prod_actions .prod_action2 .buy .my_buy.js-inСart {
    display: none;
}

.js-product-wrapper .product-caption .prod_actions .prod_action2 .buy .my_buy.js-inСart a.button-inСart {
    width: 195px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.js-product-wrapper .product-caption .prod_actions .prod_action2 .buy .my_buy.js-inСart a.button-inСart svg {
    display: none;
}


.js-product-wrapper .product-caption .prod_actions .prod_action2 .buy .my_buy.js-inСart a.button-inСart .button-text {}







/*************************************************/




.balli {}

.balli .formot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 0 0;
}

.balli .formot .img_svg {
    line-height: 1;
}

.balli .formot .img_svg svg {}

.balli .most_ball {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 0 0;
    position: relative;
}

.balli .most_ball .bal_c {
    color: #0E0E0E;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin: 0 5px 0 3px;
}

.balli .most_ball .bal_d {
    background: #B5B5B5;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}




.balli .most_ball .bal_d span {
    font-weight: 500;
    font-size: 6.75px;
    line-height: 9px;
    display: block;
    color: #fff;
}

.balli .most_ball .bal_d .hover_pods {
    display: none;
    background: #FFFFFF;
    width: 210px;
    height: 100px;
    position: absolute;
    bottom: 16px;
    left: 50%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #e2e2e2;
    padding: 9px 13px 7px 13px;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.balli .most_ball .bal_d:hover .hover_pods {
    display: block;
}



.balli .most_ball .bal_d .hover_pods:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #ffffff;
    display: block;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 4px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.balli .most_ball .bal_d .hover_pods p.titleg {
    color: #0E0E0E;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    margin: 0 0 0px 0;
}

.balli .most_ball .bal_d .hover_pods p.opis {
    margin: 7px 0 7px 0;
    font-weight: 400;
    font-size: 9px;
    line-height: 11px;
}

.balli .most_ball .bal_d .hover_pods p.zareg {
    margin: 0 0 0 0;
    font-weight: 400;
    font-size: 9px;
    line-height: 11px;
}

.balli .most_ball .bal_d .hover_pods p.zareg a {
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    color: #1D2E3F;
}


.js-product-wrapper .product-caption .prod_delivery {
    margin: 42px 0 20px 0;
}


.js-product-wrapper .product-caption .prod_delivery .del_city {
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}


.js-product-wrapper .product-caption .prod_delivery .del_city .img_cl {
    line-height: 1;
}

.js-product-wrapper .product-caption .prod_delivery .del_city .img_cl svg {}

.js-product-wrapper .product-caption .prod_delivery .del_city .txt {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 0 7px;


}

.js-product-wrapper .product-caption .prod_delivery .del_city:last-child {
    margin-left: 33px;
    margin-top: 5px;

    a {
        color: #1D2E3F;
    }
}



.container_unreal {
    padding: 0 15px 12px 15px;
    border-bottom: 1px solid #DBDBDB;
}

/****************************************************************************************************/


/******************************************************************************************/
.man_fish {
    margin: 45px 0 0 0;
}

.tab_content_button_goust {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 24px;
    padding-right: 19px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 9px 0px 0px 0;
    background: #0E0E0E;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.tab_content_button_goust .svg_ac {}

.tab_content_button_goust .svg_ac svg {}

.tab_content_button_goust span.slip_h {
    font-weight: 300;
    font-size: 21px;
    line-height: 28px;
    color: #fff;
    margin-left: 16px;
}

.tab_content_button_goust .tab_content_cross_goust {
    background-image: url(tab_plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 54px;
    height: 54px;
}


.tab_content_button_goust .tab_content_cross_goust-active {
    background-image: url(tab_cross.svg);
    background-repeat: no-repeat;
    background-position: center;
}




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

.content_tab_core_goust {}

.content_tab_core_goust .tab_content-item-sovet {
    padding: 27px 30px 15px 77px;
}

.content_tab_core_goust .tab_content-item-sovet p {
    margin: 0 0 7px 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.content_tab_core_goust .tab_content-item-sovet ol {
    margin: 0 0 0px 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 0 0 0 22px;
}

.content_tab_core_goust .tab_content-item-sovet ul {
    margin: 0 0 15px 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.prod_char.prod_content {
    padding: 35px 0 0 0;
}



/**********************************************/


.prod_inner_p {
    padding: 44px 0 20px 0;
}

.prod_inner_p .item_pdf {
    margin: 0 0 15px 0;
}

.prod_inner_p .item_pdf a {
    text-decoration: none;
}

.prod_inner_p .item_pdf a .our_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.prod_inner_p .item_pdf a .our_block .icon_m {
    margin-right: 17px;
}

.prod_inner_p .item_pdf a .our_block .icon_m img {}

.prod_inner_p .item_pdf a .our_block .txt {
    max-width: 262px;
}

.prod_inner_p .item_pdf a .our_block .txt p {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;

}

.prod_inner_p .item_pdf a .our_block .txt span {
    display: none;
}

.prod_inner_p .item_pdf a .our_block .icon_f {}

.prod_inner_p .item_pdf a .our_block .icon_f img {}



.container_rewiews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
}

.container_rewiews .left_table_rev {
    width: 867px;
    margin: 44px 0 0;
}

.container_rewiews .left_table_rev .left_cont_rev {}

.container_rewiews .left_table_rev .left_cont_rev .reviews-item {
    // border: 1px solid #DBDBDB;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    // margin: 0 0 28px 0;
    // padding: 15px 25px 25px 27px;
    margin-bottom: 35px;
    padding: 0;
}

.container_rewiews .left_table_rev .left_cont_rev .reviews-item .review-header {}

.container_rewiews .left_table_rev .left_cont_rev .reviews-item .review-header img {}

.container_rewiews .left_table_rev .left_cont_rev .reviews-item .review-header .rev_r_cont {}

.container_rewiews .left_table_rev .left_cont_rev .reviews-item .review-header .rev_r_cont .author {}

.container_rewiews .left_table_rev .left_cont_rev .reviews-item .review-header .rev_r_cont .rev_date_cont {}

.container_rewiews .right_cont_rev {
    width: calc(100% - 880px);
    padding: 45px 0 0 12px;
}

.container_rewiews .right_cont_rev .review-form {
    background: #F4F4F4;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 27px 15px 15px 15px;
    max-width: 270px;
}

.container_rewiews .right_cont_rev .review-form #review_form {}

.container_rewiews .right_cont_rev .review-form #review_form .notice-success {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    background: #c9ffa1;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 6px 0 6px 0 !important;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container_rewiews .right_cont_rev .review-form #review_form .reviews-form-wrapper.dropdown {}

.container_rewiews .right_cont_rev .review-form #review_form .reviews-form-wrapper.dropdown .shadow_rew {}

.container_rewiews .right_cont_rev .review-form #review_form .reviews-form-wrapper.dropdown .review-form-toggle {
    margin: 0 0 23px 31px;
    width: 179px;
    height: 34px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    background: #C99B69;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #FFFFFF;
}

.container_rewiews .right_cont_rev .review-form #review_form .reviews-form-wrapper.dropdown .review-form-toggle:hover {
    background: #BB8A56;
    cursor: pointer;
}

.container_rewiews .right_cont_rev .review-form #review_form .marks_cont {
    padding: 0 0 0 31px;
}

.container_rewiews .right_cont_rev .review-form #review_form .marks_cont h4 {
    display: none;
}

.container_rewiews .right_cont_rev .review-form #review_form .marks_cont .stars_choose {
    margin-bottom: 10px;
}

.container_rewiews .right_cont_rev .review-form #review_form .marks_cont .stars_choose .chkbx-label {}

.container_rewiews .right_cont_rev .review-form #review_form .marks_cont .stars_choose .chkbx-label .chkbx-control {}

.container_rewiews .right_cont_rev .review-form #review_form .marks_cont .stars_choose .chkbx-label .chkbx-control {}

.container_rewiews .right_cont_rev .review-form #review_form .marks_cont .stars_choose .chkbx-label .filter_checkbox_t {}

.container_rewiews .right_cont_rev .review-form #review_form .marks_cont .stars_choose .chkbx-label .filter_checkbox_t .rev_num {
    color: #6C6C6C;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 0 6px;
    top: -3px;
}

.container_rewiews .right_cont_rev .review-form #review_form .marks_cont .stars_choose .chkbx-label .filter_checkbox_t img {
    margin: 0px 0 0 0px;
}

.container_rewiews .right_cont_rev .review-form .chkbx+.chkbx-control:after {
    left: 1px;
    top: 0px;
}

.container-mind {
    margin: 0 -15px;
}










.prod_rev .reviews-item .review-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 0 0;
}

.prod_rev .reviews-item .review-header img {}

.prod_rev .reviews-item .review-header .rev_r_cont {
    margin: 0 0 0 0;
    padding-left: 18px;
    width: calc(100% - 55px);
    padding-left: 15px;
}


.prod_rev .reviews-item .review-header .rev_r_cont .dement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    flex-direction: column;
    align-items: flex-start;
    row-gap: 2px;
}

.prod_rev .reviews-item .review-header .rev_r_cont .dement .addone {}

.prod_rev .reviews-item .review-header .rev_r_cont .dement .addone .author {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;

    font-weight: 700;
    font-size: 16px;
    line-height: 131%;
    color: #42515a;
}

.prod_rev .reviews-item .review-header .rev_r_cont .dement .addone2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.prod_rev .reviews-item .review-header .rev_r_cont .dement .addone2 .rev_date_cont {
    margin: 0 0 0 0;
}

.prod_rev .reviews-item .review-header .rev_r_cont .dement .addone2 .date {
    color: #6C6C6C;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin: 0 24px 0 0;
}

.prod_rev .reviews-item .review-header .rev_r_cont .dement .addone2 .star-rating-wrapper {
    position: relative;
    bottom: 4px;
}

.prod_rev .reviews-item .review-header .rev_r_cont .dement .addone2 .star-rating-wrapper .star-rating {}


.prod_rev .reviews-item .review-header .rev_r_cont .dement .addone2 .star-rating-wrapper .star-rating .star-item {}


.dropdown-block-rev-inner {
    background: #FFFFFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 574px;
    height: 720px;
    position: absolute;
    top: 25px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    padding: 25px 40px;

    max-height: 90vh;
    overflow-y: auto;
}


.dropdown-block-rev-inner .dropdown-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dropdown-block-rev-inner .dropdown-flex .width_100 {
    width: 100%;
    margin-bottom: 20px;
}

.dropdown-block-rev-inner .dropdown-flex .width_50 {
    width: 48%;
    margin-bottom: 20px;
}

.dropdown-block-rev-inner .dropdown-flex .title {
    color: #000000;
    font-weight: 500;
    font-size: 20px;
    line-height: 16px;
    margin-bottom: 6px;
}

.dropdown-block-rev-inner .dropdown-flex .form-label {
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 5px 0;
}

.dropdown-block-rev-inner .dropdown-flex .form-label .text-error {
    color: #C99B69;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-left: 1px;
}

.dropdown-block-rev-inner .dropdown-flex .input-field {
    border: 1px solid #DBDBDB;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 36px;
    margin: 0 0 0 0;
}

.dropdown-block-rev-inner .dropdown-flex .width_100 .rev_num {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000;
}

.dropdown-block-rev-inner .dropdown-flex .width_100 .rev_num a {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000;
}




.dropdown-block-rev-inner .dropdown-flex .width_100 .flex_jo {}

.dropdown-block-rev-inner .dropdown-flex .width_100.flex_jo .strekoz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-block-rev-inner .dropdown-flex .width_100.flex_jo .strekoz .form-label {}

.dropdown-block-rev-inner .dropdown-flex .width_100.flex_jo .murov {
    margin: 0 0 0 0px
}

.dropdown-block-rev-inner .dropdown-flex .width_100.flex_jo .murov .star-rating-wrapper {}

.dropdown-block-rev-inner .dropdown-flex .width_100.flex_jo .murov .star-rating-wrapper .textarea-field {}

.dropdown-block-rev-inner .dropdown-flex .width_100.big_textarea22 {
    opacity: 0.5;
}


.dropdown-block-rev-inner .dropdown-flex .width_100.flex_hip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.dropdown-block-rev-inner .dropdown-flex .width_100.flex_hip .clips_img {
    width: 190px;
}

.dropdown-block-rev-inner .dropdown-flex .width_100.flex_hip .clips_img .form-label {}

.dropdown-block-rev-inner .dropdown-flex .width_100.flex_hip .choise_file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(100% - 190px);
    position: relative;
}


.dropdown-block-rev-inner .dropdown-flex .width_100.flex_hip .choise_file .reviews_file {
    border: 1px solid #DBDBDB;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 89px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    color: #0E0E0E;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    cursor: pointer;
}

.dropdown-block-rev-inner .dropdown-flex .width_100.flex_hip .choise_file .not_file {
    color: #0E0E0E;
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    margin: 0 0 0 14px;
}


.dropdown-block-rev-inner .dropdown-flex .width_100.flex_hip .choise_file #review_file {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    left: 0;
    top: 0;
    opacity: 0;
}


.form-submit-go {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 0 0;
}


.subjekt {
    display: none;
}

.subjekt .inner {}

.subjekt .inner p {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    margin: 0 0 0 0;
}

/******************************************************************************************************************/

.question_wrap {}

.question_wrap .outer_q {
    border: 1px solid #DBDBDB;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    padding: 24px 24px;
    margin: 44px 0 16px;
}


.question_wrap .title_h {
    font-weight: 500;
    font-size: 20px;
    line-height: 16px;
    margin: 0 0 2px 0;
}

.question_wrap .description {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 10px 0 20px 0;
}

.question_wrap .item_rum {}

.question_wrap .item_rum .form-group-que {}

.question_wrap .item_rum .form-group-que label {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: block;
    margin: 0 0 8px 0;
}


.question_wrap .item_rum .form-group-que label span {
    color: #C99B69;
}



.question_wrap .item_rum .form-control-que {
    border: 1px solid #DBDBDB;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 36px;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 15px;
}

.question_wrap .item_rum textarea {
    border: 1px solid #DBDBDB;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 100%;
    height: 120px;
    margin: 0 0 20px 0;
    padding: 15px;
}



.question_wrap .item_rum .btn-opub {
    background: #C99B69;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 167px;
    height: 34px;
    letter-spacing: 0.04em;
    color: #fff;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 0 0;
}

.question_wrap .item_rum .btn-opub:hover {
    cursor: pointer;
    background: #BB8A56;
}


.reviews-form-wrapper .dropdown-block .form-field.textarea-field {
    min-height: 90px;
    height: 62px;
    margin: 0;
    padding: 15px;
    resize: none;
    border: 1px solid #DBDBDB;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}


.question_wrap .item_rum .clou {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin: 20px 0 20px 0;
}

.question_wrap .item_rum .clou span {
    color: #C99B69;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.question_wrap .item_rum .clou_q {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: block;
    margin: 0 0 0 0;
}

.question_wrap .item_rum .clou_q a {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000;
}

.question_wrap .list_question {}

.question_wrap .list_question .item-q {}

.question_wrap .list_question .item-q .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #DBDBDB;
}

.question_wrap .list_question .item-q:last-child .inner {
    border-bottom: 0;
}



.question_wrap .list_question .item-q .inner .left_img {
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #DBDBDB;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 15px 0;
}

.question_wrap .list_question .item-q .inner .left_img img {}

.question_wrap .list_question .item-q .inner .left_img .name {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin: 13px 0 0 0;
}

.question_wrap .list_question .item-q .inner .right-q {
    width: calc(100% - 150px);
    padding: 0 25px;
}

.question_wrap .list_question .item-q .inner .right-q .client {}

.question_wrap .list_question .item-q .inner .right-q .client p {
    margin: 0;
}

.question_wrap .list_question .item-q .inner .right-q .client .title-q {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 4px 0;
}

.question_wrap .list_question .item-q .inner .right-q .client .question-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 4px 0;
}

.question_wrap .list_question .item-q .inner .right-q .client .name-client {
    color: #6C6C6C;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.question_wrap .list_question .item-q .inner .right-q .adminis {
    padding: 16px 0 0px 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.question_wrap .list_question .item-q .inner .right-q .adminis svg {
    margin-bottom: 10px;
}

.question_wrap .list_question .item-q .inner .right-q .adminis p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    text-align: left;
}

.question_wrap .list_question .item-q .inner .right-q .adminis p span {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}


.question_wrap .list_question .item-q .inner .right-q .adminis span {
    color: #6C6C6C;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    display: block;
    text-align: right;
}


.right_priot_in_product {}


.right_priot_in_product .hes_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 14px;
    padding: 0 15px;
}

.right_priot_in_product .hes_head .h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    color: #000000;
    margin: 0 0 0 0;
}

.right_priot_in_product .hes_head a {
    border: 1px solid #DBDBDB;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 95px;
    height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    padding-bottom: 2px;
}

.right_priot_in_product .hes_head a .all_go {
    color: #0E0E0E;
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    margin-right: 4px;
}

.right_priot_in_product .hes_head a .div_svg {}

.right_priot_in_product .hes_head a .div_svg svg {}

.right_priot_in_product .caruselko .news_arrows {
    z-index: 2;
}

.right_priot_in_product .caruselko .news_arrows .svg_cont1 {
    position: absolute;
    left: -16px;
    top: 0;
    height: 33px;
    width: 33px;
}

.right_priot_in_product .caruselko .news_arrows .svg_cont1 svg {}

.right_priot_in_product .caruselko .news_arrows .svg_cont2 {
    position: absolute;
    right: -14px;
    top: 0;
    height: 33px;
    width: 33px;
}

.right_priot_in_product .caruselko .news_arrows .svg_cont2 svg {}


.right_priot_in_product .caruselko .products-prods_on_main {
    position: relative;
}


.spec_in {
    border-top: 1px solid #DBDBDB;
    padding: 52px 0 52px 0;
}

/****************************************КОРЗИНА*****************************************************************/
.checkout-wrapper {
    background: #F4F4F4;
}

.co-sing-in__modal {
    margin: 0 0 0 10px;
    font-size: 14px;
    line-height: 32px;
    border: none;
    text-align: center;
    background: #C99B69;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    width: 100px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.co-sing-in__modal:hover {
    color: #fff;
    background: #BB8A56;
}

.co-sing-in__description {
    font-size: 14px;
    line-height: 15px;
}


.co-sing-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    padding: 24px 29px 24px 25px;
    background: rgba(201, 155, 105, 0.3);
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.co-tabs-controls {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.co-tabs-node {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 402px;
    height: 34px;
    color: #6C6C6C;
    padding: 0 0 0 0;
    letter-spacing: 0.04em;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    border: 1px solid #6C6C6C;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}


.co-tabs-node:focus,
.co-tabs-node:hover,
.co-tabs-node--active {
    color: #ffffff;
    background: #C99B69;
    border: 1px solid #C99B69;
}

.co-tabs-node:last-child {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.block-title {
    font-family: inherit;
    color: inherit;
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 16px;
}



.co-input .co-input-field,
.co-input .textfield:not([type="checkbox"]),
.field .co-input-field,
.field .textfield:not([type="checkbox"]) {
    height: 56px;
    min-height: 46px;
    width: 100% !important;
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    border: 1px solid #DBDBDB;
}


.content-item.content-item--no-padd {
    padding: 0 24px;
}

.basket-info {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    padding: 27px 0 18px;
    border-bottom: 1px solid #DBDBDB;
    color: #000000;
}


.basket-info span {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}


.basket-product-item__title {
    padding: 0px 0 8px;
    font-size: 14px;
    line-height: 120%;
}

.basket-product-item__title a:hover {
    color: #000;
}


.basket-product-item__article {
    padding: 0px 0;
    font-size: 14px;
    line-height: 120%;
    color: #919191;
}

.basket-product-item__price-old {
    font-size: 12px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #919191;
    font-weight: 400;
}

.shopping-cart .item-counter .counter {
    width: 77px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #F4F4F4;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}




.shopping-cart .item-counter .input-number.input-field {
    background: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    max-width: 30px;
    text-align: center;
}




.shopping-cart .item-counter .button-number {
    height: 10px;
    width: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.shopping-cart .cart-item {
    min-height: 133px;
    border-bottom: 1px solid #DBDBDB;
}



.shopping-cart .cart-item:last-child {
    border-bottom: 0;
}

.checkout-sidebar-wrapper {
    max-width: 100%;
    background: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 0 20px 24px 20px;
}

.order-title {
    padding: 24px 0 28px 0;
    border-bottom: 1px solid #DBDBDB;
    font-weight: 500;
    font-size: 20px;
    line-height: 16px;
}

.order-items {
    padding: 28px 0 0 0;
    border: none;
}

#js-coupon-wrapper .formPromo__submit {
    background: #fff !important;
    border: 1px solid #000000;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 12px;
    color: #0E0E0E;
    width: 104px;
}

#order_complete .co-basket_discount-prices .order-item__number {
    min-width: inherit;
    font-size: 14px;
    line-height: 16px;
}

.formPromo__input {
    width: 100%;
    padding: 3px 110px 3px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 16px;
    background: #fff;
    color: #000;
    border: 1px solid #DBDBDB;
    -webkit-border-radius: 6px 0px 0px 6px;
    border-radius: 6px 0px 0px 6px;
    height: 34px;
}

.formPromo__input::-webkit-input-placeholder {
    color: #000;
}

.formPromo__input::-moz-placeholder {
    color: #000;
}

.formPromo__input::-ms-input-placeholder {
    color: #000;
}

.formPromo__input::placeholder {
    color: #000;
}


.formPromo {
    width: 100%;
    margin: 12px 0 15px 0;
}



#order_complete .co-basket_discount {
    font-size: 14px;
    line-height: 16px;
}

.order-item__number {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

.order-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}



#order_complete .co-basket_total {
    font-size: 18px;
    line-height: 16px;
    font-weight: 500;
    color: #000;
    margin: 16px 0 26px 0;
}

#order_complete .co-basket_total-price {
    font-size: 18px;
    line-height: 16px;
    font-weight: 500;
}






.co-toggable_field-input input+span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    position: relative;
    width: 14px;
    height: 14px;
    line-height: 1.2;
    -webkit-box-shadow: inset 0 0 0 2px currentColor;
    box-shadow: inset 0 0 0 2px currentColor;
}

.co-toggable_field-input--checkbox input+span {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}



.co-toggable_field-input--checkbox input+span {
    -webkit-box-shadow: inset 0 0 0 1px #B5B5B5;
    box-shadow: inset 0 0 0 1px #B5B5B5;
}



#order_complete .consent_to_personal_data_checkbox .co-toggable_field-input span:after {
    font-size: 9px;
}


.co-toggable_field-input--checkbox input:focus+span,
.co-toggable_field-input--checkbox input:checked+span {
    -webkit-box-shadow: inset 0 0 0 10px #C99B69;
    box-shadow: inset 0 0 0 10px #C99B69;
}

.dfr {
    color: #6C6C6C;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    position: relative;
    bottom: 2px;
}


.dfr a {
    color: #000000;
    text-decoration: underline;
}

.dfr a:hover {
    color: #000000;
}



.co-toggable_field-input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1rem;
    flex: 0 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1c1c1c;
    margin: 0 4px 0 0;
}


.checkout-sidebar-button .co-button {
    width: 100%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 100% !important;
    padding: 1px 0 !important;
    text-align: center;
    line-height: 32px !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin: 9px 0 0 0;
    background: #c99b69;
}

.checkout-sidebar-button .co-button:hover {
    background: #BB8A56;
}

button.co-button[disabled] {
    background: #B5B5B5 !important;
}

button.co-button[disabled] :hover {
    background: #B5B5B5 !important;
}

#delivery_info .delivery_list .delivery_variants .co-tabs-content .co-delivery_method.delivery_active {
    background: #DBDBDB;
}

#delivery_info .delivery_list .delivery_variants .co-tabs-content .co-delivery_method .co-delivery_method-title {
    display: block;
    margin-bottom: 0;
    padding-right: 80px;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 100%;
}

#delivery_info .delivery_list .delivery_variants .co-tabs-content .co-delivery_method .co-delivery_method-description {
    display: none;
}

#delivery_info .delivery_list .delivery_variants .co-tabs-content .co-delivery_method .co-price--current {
    position: absolute;
    padding: 0;
    right: 20px;
    color: #C99B69;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}





#delivery_info .delivery_list .delivery_variants .co-tabs-content .co-delivery_method {
    -ms-flex-wrap: initial;
    flex-wrap: initial;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
    position: relative;
    padding: 14px 20px 0px 24px;
    min-height: 50px;
    font-weight: normal;
    margin-top: -1px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    cursor: pointer;
    border-top: 0;
    background-color: #fff;
    -webkit-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px;
}




#delivery_info .delivery_list .delivery_variants .co-tabs-content .co-delivery_method .co-toggable_field-information {
    padding: 0;
    top: 0px;
    position: relative;
}






#delivery_info .delivery_list .delivery_variants .co-tabs-content .co-delivery_method:last-child {
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}


#delivery_info .delivery_list .delivery_variants .co-tabs-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    overflow: hidden;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

#delivery_info .delivery_list .delivery_variants .co-tabs-content .co-delivery_method:hover {
    border-color: transparent;
    border-top: 0;
}

#delivery_info .delivery_list .delivery_variants .co-tabs-content .co-delivery_method .radio.co-delivery_method-input {
    color: #cecece;
    margin-right: 0px;
}

#city_info {
    padding: 24px;
    margin-top: 24px;
}


.content-item {
    padding: 24px;
}


#delivery_info .block-title {
    padding: 24px 20px 0 24px;
    font-family: inherit;
    color: inherit;
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 16px;
}

#delivery_info .delivery_list .delivery_variants .co-tabs-content .co-delivery_method .radio.co-delivery_method-input {
    color: #cecece;
    margin-right: 0px;
    position: relative;
    top: -1px;
}




#payment_info {
    padding: 0 0 0 0;
    margin-top: 24px;
}






#delivery_info .delivery_list .delivery_variants .co-tabs-content .co-delivery_method .radio.co-delivery_method-input span {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #C99B69;
    border: 0;
}


#delivery_info .co-toggable_field-input input+span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8px;
    flex: 0 0 8px;
    position: relative;
    width: 8px;
    height: 8px;
    line-height: 1.2;
    -webkit-box-shadow: inset 0 0 0 2px currentColor;
    box-shadow: inset 0 0 0 2px currentColor;
}

#delivery_info .delivery_list .delivery_variants .co-tabs-content .co-delivery_method .radio.co-delivery_method-input [name="order[delivery_variant_id]"]:checked+span:before {
    background-color: #dbdbdb;
    width: 4px;
    height: 4px;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

#delivery_info .delivery_list .delivery_variants .co-tabs-content .co-delivery_method.delivery_active .radio.co-delivery_method-input span {
    background: #C99B69;
}


#client_info .co-input--subscribe {
    margin: 21px 0 0px 0 !important;
}

#client_info .co-input--subscribe .co-toggable_field {}

#client_info .co-input--subscribe .co-toggable_field .co-toggable_field-input {}

#client_info .co-input--subscribe .co-toggable_field .co-toggable_field-information {
    padding: 0;
}

#client_info .co-input--subscribe .co-toggable_field .co-toggable_field-information .co-input-title {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 18px;
    top: -7px;
}

#order_info .gript {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 20px 0;
    max-width: 660px;
}

#order_info .gript a {
    text-decoration: underline;
}

#order_info .gript a:hover {
    color: #000;
}

#order_info #client_info .co-button {
    background: #C99B69;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    margin: 0px 0 15px 0;
}

#order_info #client_info .co-button:hover {
    background: #BB8A56;
}






.co-input-label--required:before {
    font-size: 14px;
    margin-right: 0;
    line-height: 1.2;
    content: '*';
    color: #C99B69;
}

.co-input--required .co-input-label:after {
    font-size: 14px;
    margin-left: 2px;
    line-height: 0.7em;
    content: '*';
    color: #C99B69;
}






#payment_info .payment_list .co-payment_method.payment_active {
    background: #DBDBDB;
    border: 0;
}

#payment_info .payment_list .co-payment_method .co-payment_method-description {
    display: none;
}

#payment_info .payment_list .co-payment_method .co-payment_method-title {
    font-size: 16px !important;
}

#payment_info .payment_list .co-payment_method .co-payment_method-input [name="order[payment_gateway_id]"]:checked+span {
    background: #c99b69;
}

#payment_info .payment_list .co-payment_method .co-payment_method-input span {
    margin-right: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #c99b69;
}

#payment_info .payment_list .co-payment_method {
    -ms-flex-wrap: initial;
    flex-wrap: initial;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
    position: relative;
    padding: 5px 0 5px 24px;
    min-height: 50px;
    font-weight: normal;
    margin-top: -1px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
    border-top: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0 !important;
}



#payment_info .payment_list .co-payment_method .co-payment_method-input span {
    margin-right: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #c99b69;
    width: 8px;
    height: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8px;
    flex: 0 0 8px;
}

#payment_info .payment_list .co-payment_method .co-payment_method-input [name="order[payment_gateway_id]"]:checked+span:before {
    background-color: #dbdbdb;
    width: 4px;
    height: 4px;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}


#payment_info .payment_list #payment_gateways>.co-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

#payment_info .block-title {
    padding: 24px 20px 0;
}

.h2_card {
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    margin: 0 0 32px 0;
}



#riseFloor {
    display: none !important;
}

#riseFloor .co-input--riseFloor {}

#riseFloor .co-input--riseFloor .co-toggable_field {}

#riseFloor .co-input--riseFloor .co-toggable_field .co-toggable_field-input--checkbox {}

#riseFloor .co-input--riseFloor .co-toggable_field .co-toggable_field-information {
    padding: 0;
}

#riseFloor .co-input--riseFloor .co-toggable_field .co-toggable_field-information span {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 18px;
    top: -7px;
}

#riseFloor .riseFloor__settings {}

#riseFloor .riseFloor__settings .field-floor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
}

#riseFloor .riseFloor__settings .field-floor .co-input-label {
    padding: 0 0 15px 0;
}

#riseFloor .riseFloor__settings .field-floor .js-input-field {
    padding: 0 0 0 0;
    height: 26px;
    min-height: 30px;
    width: 38px !important;
}

#riseFloor .riseFloorType {}

#riseFloor .riseFloorType label {
    opacity: 1;
    font-size: 14px;
    line-height: 1.2;
}

#riseFloor .riseFloorType label span {
    background: #c99b69;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 8px;
    height: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8px;
    flex: 0 0 8px;
}

.riseFloor__settings .riseFloorType [name="riseFloorType"]:checked+span:before {
    background-color: #fff;
    width: 4px;
    height: 4px;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}






.co-modal .co-input,
.co-modal .field {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}


/************************************************Личный кабинет***************************************************/

.hide_all {
    width: 100%;
}


.in_lich_kab {
    margin-bottom: 80px;
}

.co-login {
    -ms-flex: 0 1 100%;
    -webkit-box-flex: 0;
    flex: 0 1 100%;
    margin: 0 auto;
    display: block;
}

.for_zak {
    color: #000000;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin: 2px 0 15px 0;
}

.co-section--checkout_header {
    padding-bottom: 0;
}




.co-checkout-block--padded {
    padding: 0 0 0 0;
    margin: 0 auto;
}

.giper_k {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.giper_k a {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-decoration: underline;
    color: #000;
}

.giper_k a:hover {
    color: #000;
}

/********************************************/

/* The container */
.container_i {
    display: block;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 7px 0 13px 0;
}

/* Hide the browser's default radio button */
.container_i input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark_i {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #42515A;
}



/* When the radio button is checked, add a blue background */
.container_i input:checked~.checkmark_i {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark_i:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_i input:checked~.checkmark_i:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container_i .checkmark_i:after {
    top: 0px;
    left: 4px;
    width: 8px;
    height: 12px;
    background: transparent;
    border: 2px solid #0a91d1;
    border-left: 0;
    border-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.input_field_title {
    color: #000;
    font-size: 16px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-weight: 300;
}

.client_account .co-input .co-input-label {
    top: 0 !important;
    background: transparent;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0px 0px 5px 0px;
    padding: 0 0 0 0;
    font-weight: 300;
}

.co-input--checkbox,
.field--checkbox {
    margin: 2px 0 !important;
}



/*********************************************/

.hide_all.my-reviews {}

.hide_all.my-reviews .reviews-item {
    padding: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 3px #7a7a7a4d;
    box-shadow: 0 0 3px #7a7a7a4d;
}

.hide_all.my-reviews .reviews-item .review-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.hide_all.my-reviews .reviews-item .review-header .rev_date_cont {
    width: calc(100% - 80px);
    text-align: right;
}

.hide_all.my-reviews .reviews-item .review-header .rev_date_cont .date {}

.hide_all.my-reviews .reviews-item .review-header .star-rating-wrapper {
    width: 80px;
}

.hide_all.my-reviews .reviews-item .review-header .star-rating-wrapper .star-rating {}

.hide_all.my-reviews .reviews-item .review-header .star-rating-wrapper .star-rating .star-item {}

.hide_all.my-reviews .reviews-item .review-header .img_rev_ca {
    width: 150px;
}

.hide_all.my-reviews .reviews-item .review-header .img_rev_ca a {}

.hide_all.my-reviews .reviews-item .review-header .img_rev_ca a img {
    width: 150px;
    height: auto;
}

.hide_all.my-reviews .reviews-item .review-header .right_f {
    width: calc(100% - 150px);
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.hide_all.my-reviews .reviews-item .review-header .rev_r_cont {
    width: calc(100% - 70px);
    margin: 0px 0 0px;
}

.hide_all.my-reviews .reviews-item .review-header .rev_r_cont .product-title {}

.hide_all.my-reviews .reviews-item .review-header .rev_r_cont .product-title a {}

.hide_all.my-reviews .reviews-item .review-header .rev_r_cont .author {
    color: #0E0E0E;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    margin: 0 0 0 0;
}


.hide_all.my-reviews .reviews-item .review-body {}

.hide_all.my-reviews .reviews-item .review-body .rev_comm {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 15px;

    font-weight: 700;
    line-height: 150%;
    color: #42515a;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 0;
}

.hide_all.my-reviews .reviews-item .review-body .rev_dos_content {
    font-size: 14px;
    font-weight: 300;

    font-weight: 400;
    line-height: 120%;
}

.hide_all.my-reviews .reviews-item .review-body .rev_ned_content {
    font-size: 14px;
    font-weight: 300;

    font-weight: 400;
    line-height: 120%;
}

.hide_all.my-reviews .reviews-item .review-body .comment_rev_content {
    font-weight: 400;
    line-height: 120%;
}

.hide_all.my-reviews .reviews-item .review-body img.review-image {}

.my_pritection {
    border-bottom: 1px solid #DBDBDB;
}

.my_pritection .co-sidebar--menu {}

.my_pritection .co-sidebar--menu .co-menu {}

.my_pritection .co-sidebar--menu .co-menu .co-menu-item {}


.my_pritection .co-sidebar--menu .co-menu .co-menu-item {}

.my_pritection .co-sidebar--menu .co-menu .co-menu-item a.co-menu-link {}

.my_pritection .co-sidebar--menu .co-menu .co-menu-item a.co-menu-link:hover {
    color: #C99B69;
}

.my_pritection .co-sidebar--menu .co-menu .co-menu-item a.co-menu-link:focus {
    color: #C99B69;
}

.among {
    background: #FFFFFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 24px 24px;
    margin: 24px 0 0 0;
}




.client_account .among .co-input .co-input-label {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}


.client_account .among .co-input .co-input-field,
.client_account .among .co-input .textfield:not([type="checkbox"]),
.client_account .among .field .co-input-field,
.client_account .among .field .textfield:not([type="checkbox"]) {
    height: 36px;
    min-height: 36px;
    padding: 3px 14px 6px;

}


.client_account .among .co-input,
.client_account .field {
    margin-bottom: 16px;
}


.among .co-input--gender {}

.among .co-input--gender .co-input--radio {
    margin-bottom: 0px;
}

.among .co-input--gender .co-input--radio .co-toggable_field {}

.among .co-input--gender .co-input--radio .co-toggable_field .co-toggable_field-input {}

.among .co-input--gender .co-input--radio .co-toggable_field .co-toggable_field-input span {
    color: #c99b69;
    background: #c99b69;
}


.among .co-input--gender .co-input--radio .co-toggable_field .co-toggable_field-information {
    padding: 0;
}

.among .co-input--gender .co-input--radio .co-toggable_field .co-toggable_field-information .co-input-label {
    font-weight: 400;
    font-size: 12px !important;
    cursor: pointer;
}

.among .co-input--gender .co-toggable_field-input--radio input:checked+span {
    -webkit-box-shadow: inset 0 0 0 7px #ffffff;
    box-shadow: inset 0 0 0 7px #ffffff;
    border: 2px solid #c99b69;
}


.among .co-input--checkbox {}

.among .co-input--checkbox .co-toggable_field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.among .co-input--checkbox .co-toggable_field .co-toggable_field-input--checkbox {}

.among .co-input--checkbox .co-toggable_field .co-toggable_field-input--checkbox span {}



.among .co-input--checkbox .co-toggable_field-input--checkbox input:checked+span:after {
    font-size: 9px;
}


.among .co-input--checkbox .co-toggable_field .co-toggable_field-information {
    padding: 0;
    display: block;
    line-height: 1;
    position: relative;
    bottom: 3px;
}

.among .co-input--checkbox .co-toggable_field .co-toggable_field-information .co-input-title {
    font-size: 12px !important;
    font-weight: 400;
    margin: 0 0 0 0 !important;
}

.among .co-input--password {
    width: 100% !important;
    padding: 0 !important;
}

.among .co-input--checkbox .co-toggable_field .co-toggable_field-input--checkbox span a {
    text-decoration: underline;
    color: #000;
}

.among .co-input--checkbox .co-toggable_field .co-toggable_field-input--checkbox span a:hover {
    color: #000;
}

.among .co-button {
    background: #C99B69;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    height: 34px;
    width: 230px;
}


.back_for_user_cabinet {
    background: #F4F4F4;
    padding-bottom: 190px;
}

.back_for_user_cabinet .among .co-section--content_wrapper {
    min-height: auto;
}



.back_for_user_cabinet .among .co-table {
    border: 0;
}


.back_for_user_cabinet .among .co-table-cell--head {
    padding: 10px 10px;
    border-bottom: 1px solid #cccccc;
    opacity: 1;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}


.back_for_user_cabinet .among .co-table-cell--body {
    padding: 10px;
    border-bottom: 1px solid #cccccc;
    font-size: 14px;
}


.back_for_user_cabinet .among .co-link {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-bottom: 1px solid #000;
}

.back_for_user_cabinet .among .co-link:hover {
    color: #000;
}


.back_for_user_cabinet .among .co-order_history-total_title {
    display: inline-block;
    margin-right: 0.32em;
    font-size: 14px;
    color: #000;
}


/*********************************************************/

.back_for_user_cabinet .among .co-checkout-block--padded {}

.back_for_user_cabinet .among .co-checkout-block--padded .co-title--h2 {
    font-size: 20px;
    margin: 0 0 0 0;
}

.back_for_user_cabinet .among .co-checkout-block--padded .co-order-information {}

.back_for_user_cabinet .among .co-checkout-block--padded .co-order-information .co-order-information_row {}

.back_for_user_cabinet .among .co-checkout-block--padded .co-order-information .co-order-information_row .co-order-information_title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    color: #000;
    opacity: 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.back_for_user_cabinet .among .co-checkout-block--padded .co-order-information .co-order-information_row .co-order-information_value {
    color: #000;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.back_for_user_cabinet .among .co-checkout-block--padded .co-order-information .co-order-information_row .co-order-information_value .co-price {
    font-weight: 500;
}

.back_for_user_cabinet .among .co-checkout-block--padded .co-order-information .co-order-information_row .co-order-information_value .co-order-state {
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.back_for_user_cabinet .among .co-checkout-block--padded .co-order-information .co-order-information_row .co-order-information_value .co-order-state--not_paid {}



.back_for_user_cabinet .among .review-header .goport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.back_for_user_cabinet .among .review-header a.rew_img_prod {
    width: 70px;
}



.back_for_user_cabinet .among .rev_r_cont .goport .left_gl {}

.back_for_user_cabinet .among .rev_r_cont .goport .left_gl .product-title {}

.back_for_user_cabinet .among .rev_r_cont .goport .left_gl .product-title a {
    color: #0E0E0E;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    margin: 0 0 0 0;
}

.back_for_user_cabinet .among .rev_r_cont .goport .left_gl .product-title a:hover {}


.back_for_user_cabinet .among .rev_r_cont .goport .right_gl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.back_for_user_cabinet .among .rev_r_cont .goport .right_gl .rev_date_cont {
    width: 120px;
    display: block;
    padding: 0;
    margin: 0 0 0 0;
}

.back_for_user_cabinet .among .rev_r_cont .goport .right_gl .rev_date_cont .date {
    color: #6C6C6C;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.back_for_user_cabinet .among .rev_r_cont .goport .right_gl .star-rating-wrapper {
    width: 117px;
}

.back_for_user_cabinet .among .rev_r_cont .goport .right_gl .star-rating-wrapper .star-rating {
    position: relative;
    bottom: 6px;
}

.back_for_user_cabinet .among .hide_all.my-reviews .reviews-item .review-body {
    padding-left: 70px;
}

.back_for_user_cabinet .among .hide_all.my-reviews .reviews-item .review-header {
    margin-bottom: 0px;
}

.back_for_user_cabinet .among .opubl_h4 {
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 20px 0;
}

.back_for_user_cabinet .among.this_login {
    max-width: 350px;
    margin: 24px auto 0;
}

.back_for_user_cabinet .among.this_login .for_zak {
    text-align: center;
    display: block;
}



/***********************************************************************/


.standart_block_polit {
    margin-bottom: 44px;
}

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

.standart_block_polit ul.table_of_contens li {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 6px 0;
}

.standart_block_polit ul.table_of_contens li.pad_numb {
    padding-left: 0px;
}

.standart_block_polit h5 {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0 10px 0;
}

.standart_block_polit p {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 0 0;
}

.standart_block_polit p.first_p {
    margin: 10px 0px 0px 15px;
}

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

.standart_block_polit ul.normal_disk li {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 0 0;
    position: relative;
    padding: 0 0 0px 20px;
}

.standart_block_polit ul.normal_disk li:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 9px;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #000;
}

.standart_block_polit p.first_marg {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin: 0 0 12px 0;
}

.standart_block_polit p.publick {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin: 15px 0 15px 0;
    padding: 0 0 0px 0px;
}

.standart_block_polit p.publick_no_pad {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin: 0 0 0px 0;
}

.standart_block_polit p.publick.strong_letter {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin: 0 0 20px 0;
    padding-left: 0px;
}

/**********************************************************************/

.polit_cookies_wrap {
    margin-bottom: 60px;
}

.polit_cookies_wrap h5 {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.polit_cookies_wrap ul {
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}

.polit_cookies_wrap ul li {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    padding-left: 20px;
    position: relative;
}

.polit_cookies_wrap ul li:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 7px;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #000;
}


.polit_cookies_wrap p {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}

.polit_cookies_wrap p.has_pad {
    margin: 15px 0;
}

.polit_cookies_wrap p a {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
}

.polit_cookies_wrap p a:hover {
    color: #000;
}


.polit_cookies_wrap .blocks_table {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.polit_cookies_wrap .blocks_table .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.polit_cookies_wrap .blocks_table .item .dop {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 58px;
    border: 1px solid #DBDBDB;
    border-bottom: 0;
    border-right: 0;
}

.polit_cookies_wrap .blocks_table .item .dop.kf-4 {
    border-right: 1px solid #DBDBDB;
}



.polit_cookies_wrap .blocks_table .item:nth-child(odd) {
    background: #E6E6E6;
}

.polit_cookies_wrap .blocks_table .item:last-child {
    border-bottom: 1px solid #DBDBDB;
}

.polit_cookies_wrap .blocks_table .item:first-child .kf-1 {
    -webkit-border-radius: 8px 0 0 0;
    border-radius: 8px 0 0 0;
}

.polit_cookies_wrap .blocks_table .item:first-child .kf-4 {
    -webkit-border-radius: 0 8px 0 0;
    border-radius: 0 8px 0 0;
}


.polit_cookies_wrap .blocks_table .item:last-child .kf-1 {
    -webkit-border-radius: 0 0 0 8px;
    border-radius: 0 0 0 8px;
}

.polit_cookies_wrap .blocks_table .item:last-child .kf-4 {
    -webkit-border-radius: 0 0 8px 0;
    border-radius: 0 0 8px 0;
}


.polit_cookies_wrap .blocks_table .item.head .dop {
    font-weight: 500;
}


/************************************************************************************************/

.box_hoks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0 24px 0;
}

.box_hoks .item {
    max-width: 195px;
    min-width: 122px;
}

.box_hoks .item a {
    border: 1px solid #000000;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 5px 10px;
    height: 50px;
    text-decoration: none;
}

.box_hoks .item a img {
    display: block;
    width: 39px;
    margin-right: 10px;
}

.box_hoks .item a span {
    color: #0E0E0E;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: block;
}



.slide-inner .slide-image.img-mobile {
    display: none;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    border: 1px solid #fff;
}


.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}


.cart-empty__btn .button {
    margin-bottom: 200px;
    background: #C99B69;
    width: 194px;
    height: 36px;
    text-decoration: none;
    color: #fff;
    border: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.cart-empty__btn .button:hover {
    background: #BB8A56;
}




.actii_wraps_outer {
    display: grid;
    grid-template-columns: repeat(3, 0fr);
    justify-items: start;
    grid-gap: 25px;
}

.actii_wraps_outer .page-sales__item {
    margin-bottom: 25px;
}

.actii_wraps_outer .page-sales__item a {
    text-decoration: none;
}

.actii_wraps_outer .page-sales__item a .img_cath {
    width: 273px;
    height: 305px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.actii_wraps_outer .page-sales__item a .txt_actii {
    margin: 15px 0 0 0;
}

.actii_wraps_outer .page-sales__item a .txt_actii .date {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    padding: 0 0px 7px 0;
    color: #000;
}

.actii_wraps_outer .page-sales__item a .txt_actii .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    padding: 0 0px 7px 0;
    color: #000;
}

.actii_wraps_outer .page-sales__item a .txt_actii .exept {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    padding: 0 0px 0px 0;
    color: #000;
}


.page-sales__wrapper .filter.is-close-container {}

.page-sales__wrapper .filter.is-close-container .filter_arr {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.search-results {
    margin-bottom: 50px;
}

.alertify-notifier .ajs-message:before {
    background: #fff;
}

.balli {
    display: none;
}


.js-product-wrapper .gallery-main .slide-inner {}

.js-product-wrapper .gallery-main .slide-inner a {
    line-height: 1;
}

.js-product-wrapper .gallery-main .slide-inner a img {
    max-height: 437px;
}



.remove_filters a {
    background: #c99b69;
}

.remove_filters a:hover {
    background: #BB8A56;
}

.is-color {
    margin: 0 0 0 0;
}

/*************************************************************************************/
.shadow_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 55555;
    background: #00000057;
    display: none;
}

.obr_sv {
    width: 420px;
    background: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 30px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.obr_sv .head_m {
    position: relative;
}

.obr_sv .head_m h4 {}

.obr_sv .head_m .close_m {
    position: absolute;
    top: -15px;
    right: -8px;
    cursor: pointer;
}

.obr_sv .head_m .close_m svg {}

.obr_sv .body_form {
    margin: 15px 0 0 0;
}



.obr_sv .body_form .feedback-form {}

.obr_sv .body_form .feedback-form .feedback {}

.obr_sv .body_form .feedback-form .feedback .iner_1 {
    margin-bottom: 10px;
}

.obr_sv .body_form .feedback-form .feedback .iner_4 {
    margin-bottom: 20px;
}

.obr_sv .body_form .feedback-form .feedback .iner_1 input.my_input {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #c7c7c7;
    width: 100%;
    height: 36px;
    padding: 3px 10px 3px;
    font-size: 14px;
    line-height: 1;
}

.obr_sv .body_form .feedback-form .feedback .iner_2 {
    margin-bottom: 10px;
}

.obr_sv .body_form .feedback-form .feedback .iner_2 .feedback-agree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.obr_sv .body_form .feedback-form .feedback .iner_2 .feedback-agree .feedback-chkbx {}

.obr_sv .body_form .feedback-form .feedback .iner_2 .feedback-agree .feedback-chkbx .chkbx-control {}

.obr_sv .body_form .feedback-form .feedback .iner_2 .feedback-agree .feedback-chkbx .chkbx-control:after {
    top: 1px;
}

.obr_sv .body_form .feedback-form .feedback .iner_2 .feedback-agree .dfr {
    margin: 2px 0 0 7px;
}

.obr_sv .body_form .feedback-form .feedback .iner_2 .feedback-agree .dfr a {}

.obr_sv .body_form .feedback-form .feedback .iner_2 .feedback-agree .dfr a:hover {}

.obr_sv .body_form .feedback-form .feedback .iner_3 {
    margin: 20px 0 0 0;
}

.obr_sv .body_form .feedback-form .feedback .iner_3 .podpis_true {
    color: #FFFFFF;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    background: #C99B69;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 34px;
    width: 100%;
}

.obr_sv .body_form .feedback-form .feedback .iner_3 .podpis_true:hover {
    cursor: pointer;
    background: #BB8A56;
}

.form-subscribe .notice {
    width: 100%;
    position: absolute;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 100%;
    max-width: 500px;
    height: 43px;
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    z-index: 2;
}

.form-subscribe .notice.notice-danger {
    background: #c91212;
}

.form-subscribe .notice.notice-success {
    background: #B5B5B5;
}

.obr_sv .body_form .feedback-form .feedback .iner_3 .notice {
    width: 100%;
    margin: 10px 0 10px 0;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 100%;
    max-width: 500px;
    height: 35px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    z-index: 2;
}

.obr_sv .body_form .feedback-form .feedback .iner_3 .notice.notice-danger {
    background: #c91212;
}

.obr_sv .body_form .feedback-form .feedback .iner_3 .notice.notice-success {
    background: #B5B5B5;
}


.question_wrap .notice {
    font-size: 16px;
    line-height: 100%;
    max-width: 500px;
    height: 35px;
    margin: 0 0 0 0;
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;

}

.question_wrap .notice.notice-danger {
    background: #c91212;
}

.question_wrap .notice.notice-success {
    background: #B5B5B5;
}



/************************************************************************************************/
/****************************************АДАПТИВ*****************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/




@media (min-width: 1025px) and (max-width: 2500px) {}






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








@media (max-width: 1199px) {

    .container {
        max-width: 1025px;
    }


    .main_top2 .line_menu-header li {
        // margin-right: 15px;
        margin-right: 5px;
    }

    .top_menu1 .rekvisity .my_tel {
        // margin-right: 15px;
        margin-right: 5px;
    }

    .geo {
        margin-right: 0px;
    }

    .geo .geo__title img {
        margin-left: 0;
        margin-right: 0;
    }

    .header_social .menu-link {
        margin-left: 0px;
    }


    .top_menu1 .rekvisity .my_time {
        margin-right: 5px;
    }



    .search-widget-form,
    .search-widget-form1 {
        width: 400px;
    }


    .contact_rt .item .left {
        padding: 20px 15px 20px 20px;
        font-size: 14px;
    }

    .contact_rt .item .right {
        font-size: 14px;
        padding: 20px 20px;
    }


    .remove_filters a,
    .show_results a {
        width: 100%;
    }

    .inner_teh {
        width: 350px;
        height: 320px;
    }

    .news-feed-wrapper .wrap_all_staty .wrap_slide_all {
        width: 315px;
        height: 260px;
        margin-bottom: 3px;
    }

    .co-tabs-node {
        width: 344px;
    }

    .co-toggable_field-input--checkbox input+span:after {
        font-size: 0.55rem;
    }

    .page_stuff_our_style .container-1440 .item .img_ret {
        height: 354px;
        width: 540px;
    }

    .page_stuff_our_style .container-1440 .item .txt_wrap {
        width: calc(100% - 540px);
    }

    .box_hoks .item {
        max-width: 162px;
        min-width: 122px;
    }

    .row_home .left_priot {
        width: 40%;
    }

    .row_home .right_priot {
        // width: 57%;
        width: 100%;
    }

    .index-benefits {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .row_news .news-wrapper-item-first {
        width: 310px;
        height: 249px;
        margin-bottom: 28px;
    }

    .row_news .news-wrapper-item-first:nth-child(2) {
        width: 652px;
    }

    .first_footer .row_foot .two_f {
        width: 38%;
    }

    .first_footer .row_foot .tre_f {
        width: 39%;
    }


    .actii_wraps_outer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .actii_wraps_outer .page-sales__item {
        margin-bottom: 25px;
        width: 48%;
    }

    .actii_wraps_outer .page-sales__item a {
        text-decoration: none;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
        display: block;
    }

    .js-product-wrapper .product-gallery.gallery-prod-capt {
        width: 500px;
    }

    .js-product-wrapper .product-caption.captione_two {
        width: calc(100% - 500px);
    }

    .prod_tech .tech_cont {
        width: 33%;
    }

    .main_content_product .flex_batir .right .inner {
        padding-left: 25px;
        padding-right: 25px;
    }

    .main_content_product .flex_batir.revert .right .inner {
        padding-left: 25px;
        padding-right: 25px;
    }


    .container_rewiews .right_cont_rev {
        width: calc(100% - 720px);
        padding: 45px 0 0 12px;
    }


    .container_rewiews .left_table_rev {
        width: 720px;
        margin: 44px 0 0;
    }

    .container_rewiews {
        padding: 0 15px;
    }





    .page_stuff_our_style .bist_2 .left .inner {
        padding-right: 15px;
    }


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

    .row2 .my_benefit_hot {
        margin: 0 0 20px 0;
    }

    .row2 .my_benefit_hot:nth-child(1) {
        width: 50%;
    }

    .row2 .my_benefit_hot:nth-child(2) {
        width: 50%;
    }

    .row2 .my_benefit_hot:nth-child(3) {
        width: 50%;
    }

    .row2 .my_benefit_hot:nth-child(4) {
        width: 50%;
    }






}


@media (max-width: 1030px) {
    .line_menu-header li a {
        font-size: 12px;
    }
}



@media (max-width: 1024px) {
    .container {
        max-width: 991px;
    }

    .main_top2 .line_menu-header li {
        margin-right: 5px;
    }

    .contact_rt .item .left {
        padding: 20px 10px 20px 10px;
    }

    .contact_rt .item .right {
        padding: 20px 10px;
    }

    .news-feed-wrapper .wrap_all_staty .wrap_slide_all {
        width: 303px;
    }

    .news-feed-wrapper .wrap_all_staty .wrap_slide_all .img_cath .likvid .block_title {
        font-size: 14px;
    }

    .card-inner {
        max-width: 350px;
    }

    .page_stuff_our_style .container-1440 .item .img_ret {
        width: 500px;
    }

    .page_stuff_our_style .container-1440 .item .txt_wrap {
        width: calc(100% - 500px);
    }

    .inner_teh {
        width: 340px;
        height: 265px;
    }

    .first_footer .row_foot .one_f .logom a img {
        max-width: 160px;
    }

    .first_footer .row_foot .tre_f .btn_modals .open_modal_form {
        width: 146px;
        font-size: 12px;
    }


    .box_hoks .item {
        max-width: 159px;
        min-width: 122px;
    }




    .row_news .news-wrapper-item-first .news-wrapper-item-wrapper a .warap_img .news-wrapper-item-title {
        font-size: 16px;
        ;
    }

    .row_news .news-wrapper-item-first:nth-child(2) {
        width: 633px;
    }

    .row_news .news-wrapper-item-first {
        width: 306px;
        height: 233px;
    }

    .js-product-wrapper .product-gallery.gallery-prod-capt {
        width: 470px;
    }

    .js-product-wrapper .product-caption.captione_two {
        width: calc(100% - 470px);
    }

    .container_unreal {
        padding: 30px 15px 12px 15px;
        border-bottom: 1px solid #DBDBDB;
    }


    .main_content_product .darck_quid .item .in_item h4 {
        font-size: 18px;
        margin: 0 0 26px 0px;
    }





    .container_rewiews .right_cont_rev {
        width: calc(100% - 650px);
        padding: 45px 0 0 12px;
    }


    .container_rewiews .left_table_rev {
        width: 650px;
        margin: 44px 0 0;
    }













}

// @media (max-width: 1024px) {
//     body {
//         margin-top: 335px;
//     }
// }



@media (max-width: 991px) {
    .container {
        max-width: 768px;
    }

    .news-feed-wrapper .wrap_all_staty {
        grid-template-columns: repeat(2, 0fr);
    }

    .news-feed-wrapper .wrap_all_staty .wrap_slide_all {
        width: 355px;
    }

    .top_line {
        display: none;
    }

    .header_bottom {
        display: none;
    }

    .my_logotype_right {
        display: none;
    }

    .search-widget-form,
    .search-widget-form1 {
        width: 270px;
    }

    // .my_logotype-image {
    //     height: 22px;
    // }

    // .dop_burger {
    //     display: block;
    // }

    // .left-toolbar-trigger {
    //     width: 20px;
    //     margin-right: 20px;
    // }

    body {
        margin: 69px 0 0 0;
        // margin: 185px 0 0 0;
    }

    .filter_hide_mob {
        display: none;
    }

    .container_book {
        margin: 0 0 0px 0;
    }

    .container_book .item_b {
        margin-right: 10px;
        margin-bottom: 30px;
    }


    .page_stuff_our_style .container-1440 .item .img_ret {
        width: 360px;
        height: 260px;
    }

    .page_stuff_our_style .container-1440 .item .txt_wrap {
        width: calc(100% - 360px);
        padding: 0 30px 0 30px;
    }

    .col_nav_920 {
        display: block;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .no_phone {
        background: #F4F4F4;
        padding: 0px 0 64px;
        margin-top: 0;
    }

    .super_compare .for-no-wrap.compare-flex {
        width: 100%;
        overflow-x: scroll;
    }


    .super_compare .for-no-wrap.compare-flex .compare-xl-3 {
        min-width: 240px;
    }

    .col_nav_920 .collection-sort-block1 select {
        width: 100%;
        border: 1px solid #D9D9D9;
        height: 40px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        font-size: 13px;
        color: #000000;
        padding-left: 10px;
        outline: none !important;
        cursor: pointer;
        font-family: 'Hotpoint';
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .col_nav_920 .filters_butt {
        width: 100%;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #c99b69;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        cursor: pointer;
        background: #c99b69;
    }

    .col_nav_920 .filters_butt .filters_butt_core {
        color: #ffffff;
        background-image: url(sliders.svg);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 35px;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
    }

    .first_footer .row_foot .two_f {
        width: 36%;
    }

    .first_footer .row_foot .tre_f {
        width: 41%;
    }

    .row_j .com1 {
        width: 20%;
    }

    .row_j .com2 {
        width: 23%;
    }

    .row_j .com3 {
        width: 30%;
    }

    .row_j .com4 {
        width: 28%;
    }

    .row_j .com1 .social .social-menu-wrapper .social-menu .menu-item a.soc-vk {
        width: 22px;
        height: 22px;
    }

    .row_j .com1 .social .social-menu-wrapper .social-menu .menu-item a.soc-telegram {
        width: 22px;
        height: 22px;
    }

    .row_j .com1 .social .social-menu-wrapper .social-menu .menu-item a.soc-ok {
        width: 22px;
        height: 22px;
    }

    .row_j .com1 .social .social-menu-wrapper .social-menu .menu-item a.soc-dzen {
        width: 22px;
        height: 18px;
        position: relative;
        bottom: 1px;
        right: 2px;
    }

    .row_j .com1 .social .social-menu-wrapper .social-menu .menu-item a.soc-rutube {
        width: 30px;
        height: 22px;
        position: relative;
        bottom: 3px;
    }


    .left-toolbar-trigger.adapt_burger_cross {
        width: 25px;
        height: 25px;
        background-image: url(cross5-big.svg);
        // background-image: url(cross5.svg);
        background-repeat: no-repeat;
        // background-position: center;
    }


    .box_hoks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 24px 0 0 0;
        overflow-x: scroll;
    }


    .box_hoks .item {
        max-width: 180px;
        min-width: 164px;
        margin-right: 15px;
    }

    .remove_filters {
        max-width: 256px;
        margin: 0 auto;
    }



    .mobile_fltrs .show_results {
        position: relative;
        top: 0;
        left: 0;
        max-width: 300px;
        margin: 0 auto;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        cursor: pointer;
        color: #fff;
        background: #C99B69;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        width: auto;
        height: 34px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid #C99B69;
        text-transform: uppercase;
    }

    /******************меню*********************/

    .left-toolbar li.list-item.menu-item .cont_for_menu_item {}

    .left-toolbar li.list-item.menu-item .cont_for_menu_item .menu-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 260px;
    }

    .left-toolbar li.list-item.menu-item .cont_for_menu_item .menu-link .img_menu_mob {
        background: #000;
        width: 50px;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 5px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        margin-right: 10px;
    }

    .left-toolbar li.list-item.menu-item .cont_for_menu_item .menu-link .img_menu_mob svg {
        width: auto;
        height: 100%;
        margin: 0;
    }

    .left-toolbar li.list-item.menu-item .cont_for_menu_item .menu-link .txt_menu1_mob {
        width: calc(100% - 60px);
    }

    .left-toolbar li.list-item.menu-item .cont_for_menu_item .menu-link .txt_menu1_mob .link-text {
        font-size: 14px;
        line-height: 100%;
        display: block;
    }


    .left-toolbar li.list-item.menu-item .cont_for_menu_item .dropdown-link {}

    .left-toolbar li.list-item.menu-item .cont_for_menu_item .dropdown-link svg.arr_mobile {
        max-width: 17px;
        margin: 0 0 0 0;
    }

    .left-toolbar ul.level-2 .list-item {
        width: 100%;
        border-top: 1px solid #e5e5e5;
    }

    .left-toolbar ul.level-2 .list-item a.menu-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 0 0 26px;
        width: 100%;
        max-width: 300px;
    }


    .left-toolbar ul.level-2 .list-item a.menu-link .img_link {
        background: #000;
        width: 50px;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 5px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        margin-right: 10px;
    }

    .left-toolbar ul.level-2 .list-item a.menu-link .img_link svg {
        margin: 0;
        height: 100%;
    }

    .left-toolbar ul.level-2 .list-item a.menu-link .it_link {}

    .left-toolbar ul.level-2 .list-item a.menu-link .it_link .link-text {
        font-size: 14px;
        line-height: 100%;
        display: block;
    }






    .left-toolbar li.list-item.menu-item.aktsii2 {
        padding: 5px 0 5px 13px;
    }

    .left-toolbar li.list-item.menu-item.aktsii2 .menu-link-lvl1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .left-toolbar li.list-item.menu-item.aktsii2 .menu-link-lvl1 .img_menu1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 50px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 10px;
    }

    .left-toolbar li.list-item.menu-item.aktsii2 .menu-link-lvl1 .img_menu1 svg {
        margin: 0;
    }

    .left-toolbar li.list-item.menu-item.aktsii2 .menu-link-lvl1 .txt_menu1 {}

    .left-toolbar li.list-item.menu-item.aktsii2 .menu-link-lvl1 .txt_menu1 .link-text {
        font-size: 14px;
        line-height: 100%;
        display: block;
    }


    .mob_menu_hell div,
    .mob_menu_hell a {
        padding-left: 35px;
        height: 23px;
        color: #000000;
    }

    .mob_menu_hell a.phone_mob {
        color: #000000;
    }




    .row_news .news-wrapper-item-first:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .row_news .news-wrapper-item-first {
        width: 48%;
        height: 256px;
        margin-bottom: 28px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }



    .row_home .hes_head .h4 {
        font-size: 18px;
    }

    .row_home .left_priot {
        width: 48%;
    }

    .row_home .right_priot {
        // width: 50%;
        width: 100%;
    }



    .row_home .right_priot .caruselko .card-inner {
        margin: 0 auto;
    }

    .row_news .news-wrapper-item-first:nth-child(2) {
        width: 100%;
    }


    .col-fil_920 {
        display: block;
    }

    .js-product-wrapper .product-gallery.gallery-prod-capt {
        width: 370px;
    }

    .js-product-wrapper .product-caption.captione_two {
        width: calc(100% - 370px);
    }

    .js-product-wrapper .product-caption .js-product-title {
        font-size: 20px;
    }

    .prod_tech .tech_cont {
        width: 50%;
    }

    .js-product-wrapper .product-caption .row_pricer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .js-product-wrapper .product-caption .prod_actions .prod_action2 {
        margin: 15px 0 0 0px;
    }

    .container_rewiews .left_table_rev {
        width: 500px;
        margin: 44px 0 0;
    }

    .container_rewiews .right_cont_rev {
        width: calc(100% - 500px);
        padding: 45px 0 0 12px;
    }

    .container_rewiews .right_cont_rev .review-form #review_form .reviews-form-wrapper.dropdown .review-form-toggle {
        margin: 0 auto 15px;
        width: 170px;
    }

    .container_rewiews .right_cont_rev .review-form #review_form .marks_cont {
        padding: 0 0 0 0px;
    }

    .reviews-form-wrapper .dropdown-block .form-field.textarea-field {
        min-height: 60px;
        height: 60px;
    }

    .dropdown-block-rev-inner {
        background: #FFFFFF;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        width: 560px;
        height: 630px;
        position: absolute;
        top: 50px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        padding: 20px 40px;
    }

    .dropdown-block-rev-inner .dropdown-flex .width_100 {
        margin-bottom: 15px;
    }

    .dropdown-block-rev-inner .dropdown-flex .width_50 {
        margin-bottom: 15px;
    }

    .dropdown-block-rev-inner .dropdown-flex .input-field {
        height: 33px;
    }

    .container_rewiews .left_table_rev .left_cont_rev .reviews-item {
        -webkit-border-radius: 6px;
        border-radius: 6px;
        margin: 0 0 20px 0;
        padding: 15px 15px 15px 15px;
    }

    .review-header img {
        width: 35px;
        height: 35px;
        min-width: 35px;
    }

    .prod_rev .reviews-item .review-header .rev_r_cont {
        margin: 0 0 0 0;
        padding-left: 13px;
        width: calc(100% - 35px);
    }


    .prod_rev .reviews-item .review-header .rev_r_cont .dement .addone2 .rev_date_cont {
        margin: 0 0 0 0;
        padding-left: 0px;
    }

    .prod_rev .reviews-item .review-header .rev_r_cont .dement .addone2 .date {
        margin: 0 13px 0 0;
    }

    .prod_rev .reviews-item .review-body {
        padding-left: 50px;
    }

    .div_tyk {
        font-size: 14px;
    }

    .tabs_heads_slider {
        height: 24px;
    }

    .js-product-wrapper .product-caption .prod_clicks {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }


    .client_account .arrows_sidebar {
        display: none;
    }



    .page_stuff_our_style h1 {
        font-size: 20px;
    }

    .page_stuff_our_style .desp_2 h4 {
        font-size: 18px;
        line-height: 20px;
    }

    .page_stuff_our_style .copot .leroy {
        width: 320px;
    }

    .page_stuff_our_style .copot .graus {
        width: calc(100% - 320px);
        padding: 21px 20px 6px 20px;
    }





    .page_stuff_our_style .my_fort_end h2,
    .page_stuff_our_style .eliter h2,
    .page_stuff_our_style .novim h2,
    .page_stuff_our_style .forim h2,
    .page_stuff_our_style .elizer h2,
    .page_stuff_our_style .up_coes h2 {
        font-size: 20px;
    }

    .page_stuff_our_style .copot .graus h4 {
        font-size: 18px;
    }

    .page_stuff_our_style .copot .leroy p.big strong {
        font-size: 16px;
    }

    .page_stuff_our_style .copot .leroy p.big {
        font-size: 14px;
        line-height: 16px;
    }

    .page_stuff_our_style .copot .graus ul li {
        font-size: 14px;
        line-height: 1.2;
    }


    .line_menu-header li a {
        font-size: 13px;
    }





























}


@media (min-width: 769px) and (max-width: 991px) {

    .col_nav_920 .cell-m-6 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .global_collection .no_phone .products-content {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }


}




@media (max-width: 768px) {


    // .left-toolbar-trigger {
    //     display: none;
    // }

    // .my_logotype-image {
    //     height: 11px;
    // }

    // .logo_adapt {
    //     width: 90px;
    // }

    .my_search-widget {
        // width: calc(100% - 150px);
        width: calc(100% - 184px);
        // width: calc(100% - 90px);
        max-width: 100%;
        padding-right: 0;
    }

    .search-widget-form,
    .search-widget-form1 {
        width: 100%;
    }

    .blog-tags-first {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 6px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        overflow-x: scroll;
    }

    .blog-tags {
        margin-bottom: 23px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow-x: scroll;
    }


    .blog-tags-first a.blog-tag-first {
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid #000000;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        text-decoration: none;
        padding: 0 12px;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .news-feed-wrapper .wrap_all_staty {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .blog-tags .blog-tag {
        border: 1px solid #000000;
        text-decoration: none;
        margin-right: 15px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        height: 50px;
        padding: 0px 8px;
    }

    .search-widget-form .submit-search,
    .search-widget-form1 .submit-search {
        background: none;
        cursor: pointer;
        position: absolute;
        top: 9px;
        right: 14px;
        outline: none !important;
    }


    .mobile-submenu .left-toolbar-trigger {
        display: block;
        margin-right: 0;
    }


    .mobile-submenu {
        position: fixed;
        z-index: 99;
        bottom: 0;
        background: #000;
        padding: 10px;
    }


    .my_subcats_mobile .parent_col_title {
        position: relative;
        background: #c99b69;
        width: 100%;
        height: 40px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        color: #fff;
        text-align: center;
        font-size: 13px;
        padding-left: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        cursor: pointer;
    }

    .global_collection .my_subcol_item .img_cont_subcol {
        width: 40px;
        min-height: 40px;
        background: #0E0E0E;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        height: 40px;
        padding: 5px;
    }

    .global_collection .my_subcol_item .img_cont_subcol svg {
        width: auto;
        height: 100%;
    }



    .my_subcats_mobile .my_subcolls_mobile {
        padding: 5px;
    }

    .my_subcats_mobile .my_subcolls_mobile .my_subcoll_title a {
        text-decoration: none;
        color: #000000;
        font-size: 12px;
        line-height: 100%;
        display: block;
    }


    .col_nav_920 {
        display: block;
        padding-top: 17px;
        padding-bottom: 25px;
    }

    .remove_filters {
        max-width: 256px;
        margin: 0 auto;
    }

    .blog-tags .blog-tag .blog-tag-name {
        max-width: 166px;
        display: block;
        min-width: 110px;
    }

    .news-feed-wrapper .wrap_all_staty .wrap_slide_all {
        width: 100%;
    }



    .mobile_fltrs {
        padding-top: 25px;
    }



    .header_middle {
        padding: 10px 0;
    }

    .mobile-footer-item {
        position: relative;
    }

    .mobile-footer-item span.is-empty {
        display: none;
    }

    .mobile-footer-item .shopcart-counter.js-widget-card-total-count {
        display: none;
    }

    .mobile-footer-item .shopcart-counter.js-widget-card-total-count.active {
        display: block;
    }


    .left-toolbar-trigger.adapt_burger_cross {
        // background: transparent;
        margin: 0;
    }


    .left-toolbar.active {
        left: 0;
        height: calc(100% - 104px);
        top: 58px;
        width: 100%;
    }

    // .left-toolbar-trigger.adapt_burger_cross {
    //     background: transparent;
    // }

    .mobile-footer-item img {
        width: 22px;
    }

    .mobile-footer-item .active,
    .mobile-footer-item .item-cont span {
        color: #000;
        position: absolute;
        right: -8px;
        bottom: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        width: auto;
        padding: 0px 5px;
        height: 17px;
        font-size: 12px;
        font-weight: 400;
        background: #fff;
        line-height: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-border-radius: 12px;
        border-radius: 12px;
        min-width: 17px;
    }






    .mobile-footer-item .compare-counter.js-compare-amount.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }



    .mobile-footer-item .shopcart-counter.js-widget-card-total-count.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    body {
        margin: 58px 0 0 0;
        // margin: 180px 0 0 0;
    }


    .toolbar-opened .left-toolbar-overlay {
        display: none;
    }

    .row_j .fontr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .row_j .com1 {
        width: 100%;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .row_j .com2 {
        width: 100%;
    }

    .row_j .com3 {
        width: 100%;
    }

    .row_j .com4 {
        width: 100%;
    }


    .first_footer {
        background: #000000;
        padding: 20px 0 20px;
    }

    .first_footer .row_foot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .first_footer .row_foot .one_f {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .first_footer .row_foot .two_f {
        width: 100%;
        margin: 0 0 0 0;
    }

    .first_footer .row_foot .tre_f {
        width: 100%;
        margin: 8px 0 0 0;
    }

    .first_footer .row_foot .tre_f .btn_modals {
        margin: 0px auto 0;
    }

    .row_j .help_c img {
        display: block;
    }




    .row_j .help_c img.galka_foot {
        display: block;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        position: relative;
        top: 2px;
        width: 15px;
        height: 11px;
    }


    .row_j .help_c.active_arr img.galka_foot {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-filter: brightness(10);
        filter: brightness(10);
    }

    .row_j .footer_menu {
        padding: 0 0 0 0;
        margin: 0 0 15px 0;
        display: none;
    }

    .row_j .help_c {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #fff;
        padding: 10px 0px;
        margin: 0 0 0 0;
    }


    .row_j .com1 .social .social-menu-wrapper .social_title {
        margin-bottom: 16px;
        margin-top: 15px;
    }

    footer {
        padding: 15px 0 75px;
    }

    .inner_teh {
        width: 100%;
        height: 250px;
    }


    .products-content {
        margin-bottom: 0px;
    }


    .row_home {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .row_home .left_priot {
        width: 100%;
    }

    .row_home .left_priot .fire_fly .img_ban {
        height: 180px;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
    }

    .row_home .left_priot .fire_fly .foot_tatu {
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 13px;
    }

    .row_home .right_priot {
        width: 100%;
        margin: 20px 0 20px 0;
    }

    .row_home .hes_head .h4 {
        color: #000000;
        font-weight: 500;
        font-size: 18px;
        margin: 15px 0 15px 0;
        line-height: 100%;
        width: calc(100% - 108px);
    }


    .slide-inner .slide-image.img-desktop {
        display: none;
    }

    .slide-inner .slide-image.img-mobile {
        display: block;
        width: 100%;
    }


    .container {
        min-width: 100%;
    }

    .caruselko .svg_d1 {
        left: -6px;
    }

    .caruselko .svg_d2 {
        right: -6px;
    }

    .index-prods-wrapper .svg_cont1 {
        left: 5px;
    }

    .index-prods-wrapper .svg_cont2 {
        right: 5px;
    }

    .index-products .news-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .news-head h6 {
        font-size: 18px;
        line-height: 100%;
        color: #000000;
        width: calc(100% - 90px);
        text-align: left;
        font-weight: 500;
    }


    .index-products.index-news-section .news-head {
        border-top: 1px solid #DBDBDB;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 30px;
    }

    .row_news .news-wrapper-item-first {
        width: 48%;
        height: 138px;
        margin-bottom: 16px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .row_news .news-wrapper-item-first:nth-child(2) {
        width: 100%;
        height: 123px;
    }

    .row_news .news-wrapper-item-first .news-wrapper-item-wrapper a .warap_img .news-wrapper-item-title {
        font-size: 13px;
        color: #fff;
        left: 0px;
        padding: 0 8px;
        bottom: 10px;
    }

    .index-mail .form-email label {
        margin: 0 0 0 30px;
    }

    .index-mail .form-email .feedback-chkbx {
        position: absolute;
        bottom: initial;
        top: 2px;
    }

    .later-flex.form-subscribe {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .index-mail .form-email .email .podpis {
        width: 100%;
        margin: 0 0 14px 0;
    }

    .index-mail .form-email label {
        margin: 0 0 0 30px;
        text-align: left;
    }

    .index-mail .form-email {
        padding: 28px 20px 35px 20px;
        // height: 360px;
    }

    .index-mail {
        margin-bottom: 0;
    }

    .basket-product-item__quantity {
        max-width: 80%;
        flex-basis: 80%;
    }

    .basket-product-item__delete {
        max-width: 20%;
        flex-basis: 20%;
    }

    .basket-product-item__delete button {
        width: 30px;
        height: 30px;
        line-height: 1;
    }


    #custom_form.cell-sm-12 {
        padding: 0px 10px;
    }

    .content-item.content-item--no-padd {
        padding: 0 0px;
    }

    .shopping-cart .item-counter .counter {
        width: 110px;
        height: 36px;
    }


    .shopping-cart .item-counter .button-number {
        height: 15px;
        width: 15px;
    }

    .basket-product-item__delete button {
        width: 20px;
        height: 20px;
        line-height: 1;
    }

    .basket-product-item__article {
        padding: 0px 0 4px 0;
        font-size: 12px;
        line-height: 120%;
        color: #c4c4c4;
    }

    .basket-product-item__title {
        padding: 0px 0 6px;
        font-size: 14px;
        line-height: 120%;
    }

    .content-item {
        padding: 10px;
    }

    .co-sing-in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 20px;
        padding: 15px 15px 15px 15px;
        background: rgba(201, 155, 105, 0.3);
        -webkit-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .co-sing-in__description {
        font-size: 14px;
        line-height: 15px;
        margin-bottom: 10px;
    }

    .block-title {
        font-family: inherit;
        color: inherit;
        margin: 0 0 20px 0;
        font-weight: 500;
        font-size: 18px;
        line-height: 14px;
    }



    .co-tabs-controls {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .co-tabs-node {
        width: 100%;
        margin: 12px 0 0 0;
    }

    .block-title {
        font-family: inherit;
        color: inherit;
        margin: 0 0 17px 0;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
    }

    #delivery_info .block-title {
        padding: 15px 15px 0 15px;
        font-family: inherit;
        color: inherit;
        margin: 0 0 20px 0;
        font-weight: 500;
        font-size: 18px;
        line-height: 16px;
    }

    #delivery_info .delivery_list .delivery_variants .co-tabs-content .co-delivery_method .co-delivery_method-title {
        display: block;
        margin-bottom: 0;
        padding-right: 69px;
        font-weight: 400;
        font-size: 14px !important;
        line-height: 100%;
    }

    .h2_card {
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        margin: 0 0 10px 0;
    }


    #delivery_info .delivery_list .delivery_variants .co-tabs-content .co-delivery_method {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 0 0 12px;
    }

    .riseFloor_warning__descr {
        font-size: 12px;
    }

    .riseFloor .field-floor {
        padding-right: 12px;
    }

    #payment_info .payment_list .co-payment_method .co-payment_method-title {
        font-size: 14px !important;
    }

    .checkout-sidebar-wrapper {
        padding: 0 10px 24px 10px;
    }

    #checkout-sidebar .co-toggable_field-input input+span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        position: relative;
        width: 20px;
        height: 20px;
        line-height: 1.2;
        -webkit-box-shadow: inset 0 0 0 2px #C99B69;
        box-shadow: inset 0 0 0 2px #C99B69;
    }

    #checkout-sidebar .co-toggable_field-input--checkbox input:checked+span {
        -webkit-box-shadow: inset 0 0 0 10px #C99B69;
        box-shadow: inset 0 0 0 10px #C99B69;
    }


    #checkout-sidebar #order_complete .consent_to_personal_data_checkbox .co-toggable_field-input span:after {
        font-size: 12px;
    }



    #order_complete .consent_to_personal_data_checkbox .co-toggable_field-input {
        color: #bebebe;
    }


    .dfr {
        bottom: 1px;
        margin-left: 11px;
    }


    .checkout-sidebar-button .co-button {
        margin: 15px 0 0 0;
    }

    #payment_info .payment_list .co-payment_method {
        padding: 5px 0 5px 14px;
    }

    .order-title {
        padding: 15px 0 15px 0;
        font-size: 18px;
    }

    #checkout-sidebar {
        padding: 0 10px;
    }

    .navpart_mob_menu .user-account #us_ak {
        margin-left: 22px;
        margin-right: 5px;
    }

    .navpart_mob_menu .my_compare #comp_m {
        margin-left: 35px;
        margin-right: 20px;
    }

    .navpart_mob_menu .favorites-widget #fav_m {
        margin-left: 32px;
        margin-right: 16px;
    }

    .navpart_mob_menu .mob_all {
        height: 34px;
    }


    .navpart_mob_menu {
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .mob_menu_hell .time_mob br {
        display: none;
    }


    .mob_menu_hell .time_mob {
        background-image: url(time_mob.svg);
        background-repeat: no-repeat;
        background-position: left center;
        height: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }



    .mob_menu_hell a.phone_mob {
        margin: 10px 0;
    }

    .mob_menu_hell {
        padding: 10px 0 15px 34px;
    }


    .mobile-footer-item .item-cont span.is-empty {
        display: none;
    }


    .page_stuff_our_style .container-1440 .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 44px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }



    .page_stuff_our_style .container-1440 .item .txt_wrap {
        width: 100%;
        padding: 0 15px 0 15px;
        margin: 0 0 20px 0;
    }

    .page_stuff_our_style .container-1440 .item .img_ret.bg1 {
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        max-width: 90%;
    }

    .page_stuff_our_style .title_about_r h2 {
        text-align: left;
        margin-bottom: 15px;
    }

    .page_stuff_our_style .title_about_r p {
        text-align: left;
    }

    .page_stuff_our_style .container-1440 .item.revert {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .page_stuff_our_style .container-1440 .item .img_ret.bg2 {
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        max-width: 90%;
    }

    .page_stuff .page-header h1 {
        font-size: 20px;
        margin: 0 0 25px 0;
    }


    .page_stuff_our_style .list_dostavk .items .txt p {
        font-size: 14px;
        line-height: 16px;
    }

    .page_stuff_our_style .list_dostavk .items {
        margin: 0 0 30px 0;
    }



    .page_stuff_our_style .obmen_wrap h4 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 20px 0;
    }

    .page_stuff_our_style .obmen_wrap p a {
        font-size: 14px;
    }

    .page_stuff_our_style .obmen_wrap p {
        font-size: 14px;
    }

    .contact_rt .item .left {
        min-height: 35px;
    }

    .contact_rt .item .right {
        min-height: 35px;
        padding: 10px 10px;
        width: 100%;
        border-left: 0;
    }

    .contact_rt .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        background: #FFFFFF;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contact_rt .item .left {
        padding: 10px 10px 10px 10px;
        width: 100%;
    }


    .polit_cookies_wrap .blocks_table {
        overflow-x: scroll;
    }


    .polit_cookies_wrap .blocks_table .item {
        min-width: 625px;
    }

    .has_pad_link {
        overflow-wrap: break-word;
    }


    .blog-tags .blog-tag .blog-tag-image {
        height: auto;
        width: 44px;
    }



    .container_book {
        margin: 0 0 0px 0;
        overflow-x: scroll;
    }

    .container_book .item_b a {
        height: 32px;
        padding: 0px 15px;
    }


    .container_book .item_b .txt_b {
        min-width: 76px;
    }





    .index-products.index-news-section .news-head.for_mini {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 21px;
    }

    .news-head.for_mini h6.my_novinks {
        font-size: 18px;
        line-height: 100%;
        width: 100%;
    }

    .global_collection .products-list .product-card .card-inner {
        // min-height: 520px;
        min-height: 543px;
        margin: 0 auto;
    }


    .actii_wraps_outer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .actii_wraps_outer .page-sales__item {
        margin-bottom: 10px;
        width: 100%;
    }


    .tab_content_button .tab_content_cross {
        -webkit-background-size: 40px 40px;
        background-size: 40px;
        width: 25px;
        height: 25px;
    }

    .super_compare .tab_content_cross.tab_content_cross-active {
        -webkit-background-size: 40px 40px;
        background-size: 40px;
        width: 25px;
        height: 25px;
    }


    .tab_content_button {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tab_content_button span {
        font-size: 14px;
    }

    .content_comp_core {
        overflow-x: scroll;
    }

    .comp_prop_item {
        min-width: 664px;
    }

    .content_comp_core .param-title {
        padding-left: 15px;
    }

    .super_compare .remove_all_comp {
        top: 0;
        left: 0;
        width: 232px;
        margin: 12px auto 0;
    }


    .js-product-wrapper .product-gallery.gallery-prod-capt {
        width: 100%;
        padding: 40px 10px 0 10px;
    }

    .js-product-wrapper .product-caption.captione_two {
        width: 100%;
        padding: 0px 10px 0 10px !important;
    }

    .js-product-wrapper .product-caption .reit_block_prod {
        -ms-flex-wrap: wrap;
        flex-wrap: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .js-product-wrapper .product-caption .reit_block_prod .prod_number {
        margin: 4px 0 0 0;
        font-size: 12px;
    }

    .js-product-wrapper .product-caption {
        text-align: left;
    }

    .prod_tech .tech_cont .blue_circle {
        width: 37px;
        height: 37px;
    }


    .prod_tech .tech_cont .tech_name {
        width: calc(100% - 48px);
    }

    .main_content_product .darck_quid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 15px 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main_content_product .darck_quid .item:nth-child(2):before {
        display: none;
    }

    .main_content_product .darck_quid .item:nth-child(2):after {
        display: none;
    }

    .main_content_product .darck_quid .item {
        width: 100%;
        position: relative;
        margin: 20px auto 20px;
    }

    .main_content_product .fop h3 {
        font-size: 24px;
        margin: 30px 0 30px;
    }

    .main_content_product .batir h4 {
        font-size: 18px;
        margin: 24px 0 13px;
    }

    .main_content_product .flex_batir {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }


    .main_content_product .flex_batir .left {
        width: 100%;
        padding: 0 0px 0 0;
    }

    .main_content_product .flex_batir .right {
        width: 100%;
    }

    .main_content_product .flex_batir .right .inner {
        padding: 15px 0 0px 0;
    }

    .prod_about_inner {
        border: 0 !important;
    }

    .main_content_product .flex_batir.revert {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main_content_product .flex_batir.revert .left {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .main_content_product .flex_batir.revert .right {
        width: 100%;
    }

    .main_content_product .flex_batir.revert .right .inner {
        padding: 15px 0 0 0;
    }

    .tabs_container .prod_content {
        border: 0;
        margin-bottom: 0px;
    }

    span.compare-counter.js-compare-amount {
        display: none;
    }

    .js-gallery-thumbs .swiper-slide .slide-inner {
        width: 55px;
        height: 55px;
    }

    .js-gallery-thumbs img {
        max-height: 40px;
    }

    .js-product-wrapper .product-caption .compare-control {
        margin-left: 17px;
    }


    .gallery-thumbs-wrapper .js-gallery-thumbs-prev {
        display: none;
    }

    .gallery-thumbs-wrapper .js-gallery-thumbs-next {
        display: none;
    }


    .js-product-wrapper .product-gallery .product-labels-main {
        top: 5px;
    }

    .right_priot_in_product .hes_head .h4 {
        font-size: 18px;
        margin: 0 0 8px 0;
        width: calc(100% - 95px);
    }

    .spec_in {
        padding: 25px 0 45px 0;
    }

    .right_priot_in_product .caruselko .news_arrows .svg_cont2 {
        right: -10px;
    }

    .right_priot_in_product .caruselko .news_arrows .svg_cont1 {
        left: -10px;
    }

    .review-middle {
        display: none;
    }

    .prod_rev .reviews-item .review-header .rev_r_cont .dement {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .prod_rev .reviews-item .review-header .rev_r_cont .dement .addone .author {
        font-size: 18px;
    }

    .prod_rev .reviews-item .review-header .rev_r_cont .dement .addone2 .date {
        margin: 0px 0px 0 0px;
        font-size: 12px;
        position: relative;
        top: 2px;
    }

    .prod_rev .reviews-item .review-header .rev_r_cont .dement .addone2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        width: 100%;
    }

    .prod_rev .reviews-item .review-body {
        padding-left: 0;
    }

    .container_rewiews .left_table_rev {
        width: 100%;
        margin: 25px 0 0;
    }


    .container_rewiews {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .container_rewiews .right_cont_rev {
        width: 100%;
        padding: 20px 0 0 0px;
    }


    .container_rewiews .right_cont_rev .review-form {
        padding: 27px 15px 15px 15px;
        max-width: 100%;
        margin: 0 auto;
    }

    .tab_content_button_goust span.slip_h {
        font-size: 14px;
        line-height: 15px;
        margin-left: 10px;
    }

    .tab_content_button_goust .svg_ac {
        line-height: 1;
    }

    .tab_content_button_goust .svg_ac svg {
        width: 27px;
        height: 27px;
    }

    .tab_content_button_goust {
        padding-left: 15px;
        padding-right: 15px;

    }

    .tab_content_button_goust .tab_content_cross_goust {
        width: 30px;
        height: 30px;
    }

    .content_tab_core_goust .tab_content-item-sovet {
        padding: 20px 15px 15px 15px;
    }

    .content_tab_core_goust .tab_content-item-sovet p {
        font-size: 14px;
        line-height: 16px;
    }


    .content_tab_core_goust .tab_content-item-sovet ol {
        font-size: 14px;
        line-height: 17px;
    }


    .question_wrap .title_h {
        font-size: 18px;
    }

    .question_wrap .list_question .item-q .inner .left_img {
        width: 90px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #DBDBDB;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        padding: 10px 4px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .question_wrap .list_question .item-q .inner .right-q {
        width: calc(100% - 90px);
        padding: 0 13px;
    }


    .question_wrap .list_question .item-q .inner .right-q .adminis {
        padding: 16px 0 0px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tabs_heads_slider {
        display: none;
    }

    .tabs_container ul.tabs_heads {
        margin: 0px 0 0 0;
        padding: 0 0 8px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        list-style: none;
        overflow-y: scroll;
    }

    .tabs_container ul.tabs_heads li {
        margin-right: 26px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .tabs_container ul.tabs_heads li .prod_rev_count {
        margin-left: 5px;
    }

    .tabs_container ul.tabs_heads li:last-child {
        margin: 0;
        min-width: 100px;
    }

    .prod_inner_p {
        padding: 20px 0 20px 0;
    }

    .man_fish {
        margin: 25px 0 0 0;
    }

    .question_wrap .outer_q {
        margin: 25px 0 16px;
    }

    .js-product-wrapper .product-caption .prod_clicks {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        right: 15px !important;
    }

    .prod_char.prod_content {
        padding: 25px 0 0 0;
    }

    .content_tab_core .tab_content-item {
        height: auto;
        padding: 0 10px;
    }

    .content_tab_core .tab_content-item .align_tabs_item {
        padding: 0 5px;
    }

    .content_tab_core .tab_content-item .tab_content-item-title,
    .content_tab_core .tab_content-item .tab_content-item-value {
        font-size: 12px;
        line-height: 100%;
    }

    .tab_content_button .tab_content_cross.tab_content_cross-active {
        -webkit-background-size: 40px 40px;
        background-size: 40px;
        width: 25px;
        height: 25px;
    }



    .js-product-wrapper .product-caption .prod_delivery {
        margin: 23px 0 0px 0;
    }

    .return_border {
        border-bottom: 0;
    }


    .breadcrumb-wrapper {
        height: auto;
    }

    .prod_favs_mobile {
        position: relative;
        padding: 0;
    }

    img.zoom_gallery {
        position: absolute;
        z-index: 2;
        // right: 0;
        // bottom: 95px;
        right: 28px;
        bottom: 91px;
        cursor: pointer;
        opacity: 0;
    }

    .gallery-main-wrapper .js-gallery-main-next {
        top: 30%;
    }

    .gallery-main-wrapper .js-gallery-main-prev {
        top: 30%;
    }


    .mfp-title_custom {
        font-size: 14px;
        left: 14px;
    }

    .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
        position: absolute;
        top: -19px;
        color: #000;
    }

    .gallery-thumbs-wrapper {
        margin: 15px auto 0;
    }

    .my_pritection .co-sidebar--menu .co-menu {
        overflow-x: scroll;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .my_pritection .co-sidebar--menu .co-menu .co-menu-item {
        margin: 0 26px 0 0;
    }

    .among {
        padding: 15px 10px;
    }

    .back_for_user_cabinet .among .co-checkout-block--padded {
        padding: 0;
    }

    .co-order-state {
        padding: 0.25rem 0.5rem;
    }

    .adaptive .co-table--to_card .co-table-cell--body+.co-table-cell {
        margin-top: 0;
    }


    .back_for_user_cabinet .among .co-table-cell--body {
        padding: 10px;
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .adaptive .co-table--to_card .co-table-row--body {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }

    .adaptive .co-table--to_card .co-table-cell {
        padding: 17px 0px 11px 5px;
        border: 0;
        text-align: center;
    }

    .hide_all.my-reviews .reviews-item {
        padding: 15px;
    }

    .back_for_user_cabinet .among .review-header a.rew_img_prod {
        width: 35px;
    }

    .hide_all.my-reviews .reviews-item .review-header .rev_r_cont {
        width: calc(100% - 35px);
        margin: 0px 0 0px;
        padding: 0 0 0 5px;
    }

    .back_for_user_cabinet .among .review-header .goport {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .back_for_user_cabinet .among .rev_r_cont .goport .left_gl .product-title a {
        color: #0E0E0E;
        font-weight: 400;
        font-size: 14px;
        line-height: 112%;
        margin: 0 0 7px 0;
        display: block;
    }

    .hide_all.my-reviews .reviews-item .review-header .rev_r_cont .author {
        color: #0E0E0E;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        margin: 0 0 9px 0;
    }

    .back_for_user_cabinet .among .rev_r_cont .goport .right_gl .rev_date_cont {
        width: 100px;
        display: block;
        padding: 0;
        margin: 0 0 0 0;
        text-align: left;
    }

    .back_for_user_cabinet .among .rev_r_cont .goport .right_gl .star-rating-wrapper {
        width: 102px;
        display: block;
    }


    .back_for_user_cabinet .among .hide_all.my-reviews .reviews-item .review-body {
        padding-left: 0;
    }

    .hide_all.my-reviews .reviews-item .review-body .rev_dos_content {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.2;
    }

    .hide_all.my-reviews .reviews-item .review-body .comment_rev_content {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.2;
    }


    .shopping-cart {
        margin-left: 0;
        margin-right: 0;
    }


    .mobile .co-modal--fixed {
        position: fixed;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        margin: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        height: auto;
        padding: 0 15px 0 15px;
    }

    .co-modal-close {
        right: 0px;
    }


    .co-modal-title {
        font-size: 18px;
        margin: 0px 0 8px 0;
        padding: 13px 0 0 0;
    }


    .dropdown-block-rev-inner {
        background: #FFFFFF;
        -webkit-border-radius: 0;
        border-radius: 0;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        padding: 20px 15px;
        overflow-y: scroll;
        height: 100vh;
    }

    .dropdown-block-rev-inner .dropdown-flex .width_50 {
        width: 100%;
        margin-bottom: 20px;
    }

    .dropdown-block-rev-inner .dropdown-flex .width_100.flex_hip {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .dropdown-block-rev-inner .dropdown-flex .width_100.flex_hip .clips_img {
        width: 200px;
        margin-bottom: 10px;
    }

    .dropdown-block-rev-inner .dropdown-flex .width_100.flex_hip .choise_file {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        position: relative;
    }

    .page_stuff_our_style .copot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 32px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .page_stuff_our_style .copot .leroy {
        width: 100%;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

    .page_stuff_our_style .copot .graus {
        width: 100%;
        padding: 21px 20px 6px 20px;
        margin-top: 10px;
    }

    .page_stuff_our_style .bist_2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 30px 0 64px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page_stuff_our_style .bist_2 .left {
        width: 100%;
    }

    .page_stuff_our_style .bist_2 .right {
        width: 100%;
    }

    .page_stuff_our_style .bist_2 {
        margin: 30px 0 30px 0;
    }

    .page_stuff_our_style .coloss h4 {
        margin-bottom: 12px;
        font-size: 18px;
    }

    .page_stuff_our_style .revert_opus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 32px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page_stuff_our_style .revert_opus .left {
        width: 100%;
        margin: 0 0 13px 0;
    }

    .page_stuff_our_style .revert_opus .right {
        width: 100%;
    }

    .page_stuff_our_style .revert_opus .right .inner {
        padding: 0 0 0 0px;
    }

    .page_stuff_our_style .item_lip p {
        font-size: 14px;
        line-height: 16px;
    }


    .page_stuff_our_style .novim ul {
        margin-bottom: 27px;
        padding: 0 0 0 20px;
    }

    .page_stuff_our_style .elizer ul {
        padding: 0 0 0 20px;
    }


    .page_stuff_our_style .novim ul li {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 1.2;
    }

    .page_stuff_our_style .novim p {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 18px;
    }

    .page_stuff_our_style .elizer ul li {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 1.2;
    }


    .inArticle_big .news-head h6 {
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        color: #000000;
        margin: 0 auto;
        text-align: center;
        padding: 0 15px;
    }


    .page_stuff_our_style .inourew ul {
        padding: 0 0 0 20px;
    }

    .page_stuff_our_style .opfort ul {
        padding: 0 0 0 20px;
    }

    .page_stuff_our_style .picos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page_stuff_our_style .picos .left {
        width: 100%;
        margin-bottom: 15px;
    }

    .page_stuff_our_style .picos .right {
        width: 100%;
    }

    .page_stuff_our_style .picos .right .inner {
        padding: 0 0 0 0px;
    }


    .page_stuff_our_style .ku_gg3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page_stuff_our_style .ku_gg3 .left {
        width: 100%;
    }


    .page_stuff_our_style .ku_gg3 .right {
        width: 100%;
        margin: 15px 0 0 0;
    }

    .page_stuff_our_style .ku_gg3 .right .inner {
        padding: 0 0 0 0px;
    }

    .page_stuff_our_style .hh_dd2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }


    .page_stuff_our_style .hh_dd2 .left {
        width: 100%;
    }

    .page_stuff_our_style .hh_dd2 .right {
        width: 100%;
        margin: 15px 0 0 0;
    }

    .page_stuff_our_style .hh_dd2 .right .inner {
        padding: 0 0 0 0px;
    }

    .page_stuff_our_style .hh_dd3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 40px 0 40px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page_stuff_our_style .hh_dd3 .left {
        width: 100%;
    }

    .page_stuff_our_style .hh_dd3 .right {
        width: 100%;
    }

    .page_stuff_our_style .hh_dd4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page_stuff_our_style .hh_dd4 .left {
        width: 100%;
    }


    .page_stuff_our_style .hh_dd4 .right {
        width: 100%;
        margin: 15px 0 0 0;
    }

    .page_stuff_our_style .hh_dd4 .right .inner {
        padding: 0px 0 0 0px;
    }

    .page_stuff_our_style .hh_dd4 .right .inner ul {
        margin: 0 0 11px 0;
        padding: 0 0 0 21px;
    }




    .obr_sv {
        width: 100%;
        padding: 15px;
        top: 5%;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }


    .obr_sv .head_m .close_m {
        top: 0px;
        right: 0px;
    }

    .obr_sv .body_form .feedback-form .feedback .iner_2 .feedback-agree .feedback-chkbx .chkbx-control:after {
        top: 0px;
    }







    .index-benefits h1 {
        font-size: 18px;
        line-height: 1.2;
    }

    .row2 .my_benefit_hot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 2px;
        margin: 0 0 30px 0;
        text-decoration: none;
    }

    .row2 .my_benefit_hot .benefit-words {
        width: 100%;
        padding: 15px 0 0 0;
        text-align: center;
        height: 60px;
    }


    .row2 .my_benefit_hot .benefit-words .ben-title {
        color: #FFFFFF;
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
    }

    .row2 .my_benefit_hot .benefit-words .ben-descr {
        color: #FFFFFF;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        max-width: 220px;
        margin: 0 auto;
    }

    .row2 .my_benefit_hot .benefit-img img {
        max-width: 100px;
        height: 50px;
    }

    .row2 .my_benefit_hot:nth-child(3) {
        top: 0;
    }

    .row2 .my_benefit_hot:nth-child(3) .benefit-words {
        width: 100%;
        padding-left: 0;
    }

    .row2 .my_benefit_hot:nth-child(4) .benefit-words {
        width: 100%;
        padding-left: 0;
    }

    .form-subscribe .notice.notice-success {
        height: 90px;
        font-size: 12px;
    }

    .question_wrap .notice {
        font-size: 12px;
        height: auto;
    }







































































}





// @media (min-width: 751px) and (max-width: 768px) {}



// @media (max-width: 516px) {
//     body {
//         margin-top: 200px;
//     }
// }

@media (max-width: 650px) {
    .js-product-wrapper .product-caption .reit_block_prod {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 7px;
        column-gap: 15px;
    }
}




@media screen and (max-width:500px) {
    .header-phone-mobile {
        display: block;
    }
}

.left_cont_rev {
    display: flex;
    justify-content: space-between;

    @media (max-width: 1024px) {
        flex-direction: column-reverse;
    }
}
