/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');*/
.el-flex-row {
    display: flex;
    flex-wrap: wrap;
}

/*PROG-3435 */
@media (min-width: 320px) and (max-width: 768px) {
    .el-product-full .el-wrapper {
        height: 430px;
    }
}

/*PROG-3435 END*/

@media (min-width: 1430px) {
    .container {
        width: 1400px;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1480px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1560px;
    }
}

@media (min-width: 1700px) {
    .container {
        width: 1630px;
    }
}

@media (min-width: 1800px) {
    .container {
        width: 1730px;
    }
}

@media (min-width: 1910px) {
    .container {
        width: 1830px;
    }
}

@media screen and (min-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

body {
    position: relative;
}

h1,
.h1 {
    margin-bottom: 20px;
    font-size: 32px;
}

a:hover {
    cursor: pointer;
}

a>h3,
a>h4 {
    text-decoration: underline;
}

a:hover>h3,
a:hover>h4 {
    text-decoration: none;
}

a[data-url],
a[data-toggle],
.el-add-coord {
    cursor: pointer;
}

s {
    color: #AAA;
    font-size: 94%;
}

.el-prices .lead {
    font-weight: 600;
}

.el-prices s,
.lead__big s {
    color: unset;
    opacity: 0.7;
    margin-right: 5px;
}

footer {
    padding: 30px 0;
    margin-top: 30px;
    background: #0f6ab1;
    color: #FFF;
    font-size: 90%;
}

footer a {
    color: #FFF;
}

footer a:hover {}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    color: inherit;
}

.wide {
    width: 100% !important;
    padding: 0;
}

@media (min-width: 992px) {
    .wide>.row>.col-md-6 {
        width: 33.33333333%;
    }
}

@media (min-width: 1200px) {
    .wide>.row>.col-lg-4 {
        width: 25%;
    }
}

@media (min-width: 1600px) {
    .wide>.row>.col-xl-3 {
        width: 16.66666667%;
    }
}


.el-top-line {
    margin-bottom: 2px;
}

.el-nav-top {
    margin-bottom: 4px;
}

.el-nav-top .nav>li>a {
    padding: 2px 12px;
}

.el-top-contact {
    padding-top: 10px;
    font-size: 13px;
}

.el-top-contact-body {
    display: inline;
}

.text-bold {
    font-weight: bold;
}

.el-top-contant-prefix {}

.el-top-contact .dropdown {
    position: static;
}

.el-top-contact-rezhim {
    padding-left: 30px;
    font-size: 90%;
}

.el-top-contact-city {
    padding-left: 30px;
    white-space: nowrap;
}

.el-top-contact-rezhim,
.el-top-contact-callback {
    display: block;
    margin-bottom: 4px;
}

@media (min-width: 767px) {
    .el-top-contact {
        margin: 0;
        padding: 0;
    }

    .el-top-contant-number {
        font-size: 26px;
    }

    .el-top-contact-rezhim,
    .el-top-contact-callback {
        padding-left: 30px;
        font-size: 90%;
    }
}

@media (min-width: 1200px) {
    .el-top-contact .dropdown {
        width: 90%;
        margin: 0 auto;
    }
}

.el-top-slogan {
    padding: 10px;
    margin-top: 15px;
    float: right;
    border-radius: 5px;
    font-size: 20px;
}

.el-top-slogan span {
    text-transform: uppercase;
}

.el-top-slogan__inline {
    background-color: initial;
    margin-top: 0px;
}

.el-top-slogan__inline p {
    margin-bottom: 0;
    text-transform: uppercase;
}

.el-top-slogan__inline>span {
    text-transform: none;
    padding: 3px;
    display: inline;
    line-height: 168%;
}

.el-search-icon,
.el-search-icon:hover {
    color: #FFF;
    text-decoration: none;
    line-height: 40px;
    font-size: 20px;
}

.el-search-form_sm {
    position: absolute;
    right: 20px;
    top: 60px;
    padding: 8px;
    z-index: 200;
    display: none;
}

*[data-url],
a[data-toggle] {
    cursor: pointer;
}

.navbar {
    border-radius: 0;
    border-width: 0;

}

.navbar-toggle {
    margin-right: 0;
}

@media (min-width: 767px) {
    .el-top-contact {
        position: relative;
        font-size: 16px;
    }

    .el-top-contact-body {
        display: block;
    }

    .el-top-contant-prefix {
        vertical-align: super;
    }

    .el-top-contant-number {
        font-size: 26px;
    }

    .el-top-contact .fa {
        font-size: 30px;
    }
}

.el-menu-im {
    margin-right: 60px;
}

.el-menu-im .el-menu-im-item {
    float: none;
    text-align: center;
}

@media (min-width: 767px) {
    .el-menu-im {
        width: 30%;
        margin-right: 0;
        position: relative;
    }

    .navbar-nav>li>a {
        padding-top: 14px;
        padding-bottom: 14px;
        line-height: 20px;
        min-height: 68px;
    }

}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
}

@media (min-width: 992px) {
    .el-menu-im {
        width: 23%;
        position: relative;
    }

    .navbar-collapse {
        width: 75%;
    }

    .el-menu-im-item__fix>.dropdown-menu {
        display: block;
    }

}

.el-submenu-content {
    padding: 20px 10px 10px 30px;
    width: auto;
}

.el-submenu-list {
    min-width: 200px;
    padding: 0;
    margin-bottom: 1em;
}

.el-submenu-list_child {
    margin-top: -1em;
    margin-left: 5px;
}

.el-submenu-list_child>li {
    display: inline-block;
    font-size: 13px;
}

.el-submenu-list_child>li :before {
    content: "- "
}

.el-submenu-item {
    margin-left: 14px;
}

.el-submenu-item__title {
    list-style: none;
    margin: 0 0 10px 0;
}

.el-submenu-item__title a {
    color: #0f6ab1;
}

.el-submenu-item__category {
    list-style: none;
    margin: 0 0 4px 0;
}

.el-menucatalog {
    width: 100%;
}

.el-menucatalog .dropdown-menu {
    width: auto;
}

.el-submenucatalog-list {
    margin-left: 5px;
    margin-bottom: 10px;
    padding-left: 19px;
}

.el-color-white,
.el-color-white a {
    color: #ffffff
}

.el-submenucatalog-item {
    display: inline-block;
    font-size: 13px;
}

/*.el-submenucatalog-item>a {    color: #7b8a8b;}*/
.el-submenucatalog-item:before {
    content: "- ";
}

.el-menucatalog .dropdown-header {
    padding: 10px 10px 0px 15px;
}

.el-menucatalog .dropdown-menu>li>a {
    padding: 5px 10px 5px 15px;
}

/* PROG-4222 .el-menucatalog .dropdown-menu > li > a {    white-space: break-spaces;} */
.el-menucatalog .dropdown-menu>li>a.active,
.el-submenucatalog-item>a.active {
    text-decoration: none;
    color: #fff;
    background-color: #ebaf1d;
}

.el-submenucatalog-item_level5 {
    margin-left: 1em
}

.el-main-fan-list a>h4 {
    text-decoration: none;
}

.el-product-list {
    /*overflow: hidden;*/
}

.el-smaller .el-product-list-price {
    font-size: 20px;
}

.dropdown-menu {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    z-index: 1005;
    width: 100%;
}

.el-nav-top .nav-pills .dropdown-menu {
    min-width: 250px;
    left: unset;
    right: 0;
}

.dropdown-menu>li>a {
    padding: 10px 10px 10px 15px;
}

.dropdown-menu>li>p {
    padding: 10px 10px 10px 15px;
    margin: 0;
}

.dropdown-menu.cart-content>li>a {
    padding: 10px 10px 10px 15px;
    white-space: normal;
}

.dropdown-menu .list-group-item {
    padding: 0;
    position: static;
}

.el-main-special {
    margin-bottom: 2em;
}

@media (min-width: 767px) {
    .el-main-special {
        min-height: 350px;
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    width: 700px;
    min-height: 380px;
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

@media (min-width:768px) {
    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #c0c0c0;
    margin-top: 5px;
    margin-right: -5px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* end dropdown-submenu */
.carousel-control {
    padding-top: 10%;
    width: 5%;
}

.pager li>a,
.pager li>span {
    color: #fff;
}


.el-product-icon__new {
    color: #bdcc6d;
}

.el-product-list-item__thumb .el-product-list-title {
    height: 3.4em;
    overflow: hidden;
}

.el-product-list-item .el-product-icon {
    position: relative;
    top: -15px;
}

.el-product-list-item__thumb .el-product-icon {
    position: absolute;
    top: 15px;
    left: 30px;
}

.el-product-list-item__thumb .el-product-btn-group {
    padding-right: 15px;
}

.el-product-list-item-footer {
    padding-bottom: 0;
}

.el-product-list-img {
    margin: 20px 0;
    cursor: pointer
}

.el-product-list-price {
    /* margin-top: 20px;*/
    /*height: 50px;*/
}

.el-product-list-prop .popover {
    width: 300px;
    white-space: normal;
}

.el-product-list-prop .popover-title {
    color: #616b6b;
    font-weight: bold;
}

.el-popover {
    cursor: pointer
}

.el-product-list-prop li {
    border-right: 0;
    border-left: 0;
    padding: 5px 8px;
}

.el-product-list-footer {
    position: absolute;
    bottom: 0px;
}

.el-product-list-img img {
    max-height: 250px;
    margin: 0 auto;
    width: auto;
}

@media (min-width: 767px) {
    .el-product-list-img {
        height: 168px;
    }

    .el-product-list-img img {
        max-height: 168px;
    }

    .el-product-list-item {
        min-height: 330px;
    }

    .el-product-list__v .panel .el-product-list-img {
        height: 250px;
    }

    .el-product-list__v .panel .el-product-list-img img {
        height: 250px;
    }
}

@media (min-width: 992px) {
    .el-product-list-img {
        height: 213px;
    }

    .el-product-list-item {
        min-height: 375px;
    }

    .el-product-list-img img {
        max-height: 213px;
    }

    .el-product-list__v .panel .el-product-list-img {
        height: 250px;
    }

    .el-product-list__v .panel .el-product-list-img img {
        height: 250px;
    }

    .el-product-list-item__thumb .el-product-list-title {
        height: 3.5em;
    }
}

@media (min-width: 1200px) {
    .el-product-list-img {
        height: 183px;
    }

    .el-product-list-img img {
        max-height: 183px;
    }

    .el-product-list-item {
        min-height: 345px;
    }
}

@media (min-width: 1430px) {
    .el-product-list-img {
        height: 252px;
    }

    .el-product-list-item {
        min-height: 390px;
    }

    .el-product-list-img img {
        max-height: 252px;
    }

    .el-product-list__v .panel .el-product-list-img {
        height: 260px;
    }

    .el-product-list__v .panel .el-product-list-img img {
        height: 260px;
    }

    .el-product-list-item__thumb .el-product-list-title {
        height: 3.4em;
    }
}

@media (min-width: 1600px) {}

@media (min-width: 1700px) {}

@media (min-width: 1800px) {}

@media (min-width: 1910px) {}

@media (min-width: 1910px) {
    .el-product-list__v .panel .el-product-list-img {
        height: 260px;
    }

    .el-product-list__v .panel .el-product-list-img img {
        height: 260px;
    }
}

.el-product-list__v .el-product-list-item__thumb .el-product-list-title {
    height: 4.5em;
    /*PROG-3753*/
    font-size: 17px;
}

.el-product-list-china {
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 100;

}

.el-product-list-china span {
    margin: 0 auto;
    background-color: #bdcc6d;
    color: #FFF;
    display: block;
    padding: 2px 8px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}

.el-product-related-item h4 {
    height: 3em;
    overflow: hidden;
}

.el-shop-option {
    margin-bottom: 20px;
}

.el-shop-option-item {
    margin-bottom: 10px;
}

.el-shop-option .pagination {
    margin: 0;
}

@media (min-width: 767px) {
    .el-shop-option-item {
        margin-bottom: 0;
    }
}

@media (min-width: 1600px) {
    .el-product-list-img {
        height: 208px;
    }

    .el-product-list-img img {
        max-height: 208px;
    }

    .el-product-list-item {
        min-height: 345px;
    }
}

.el-product-full-gallery {
    overflow: hidden;
    max-height: 450px;
}

.modal .el-product-full-gallery {
    max-height: 1080px;
}

.el-product-full-gallery-zoom {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 10;
}

.el-product-full-gallery .item {
    height: 400px;
}

.modal .el-product-full-gallery-zoom {
    display: none;
}

.modal .el-product-full-gallery .item {
    /*  height: auto;*/
}

.modal-header .close {
    z-index: 100;
}

.el-product-full-gallery .item img {
    max-height: 100%;
    margin: 0 auto;
}

.el-product-full-gallery .carousel-control {
    background-image: none;
    z-index: 4;
}

.el-product-full-gallery .carousel-control i {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}


.el-product-full-gallery-thumb img {
    border: 1px transparent;
}

.el-product-full-gallery-thumb .el-selected img {
    border: 1px solid #ecf0f1;
}

.el-product-full-title {
    margin-top: 0;
}

.el-product-full-table {
    font-size: 90%;
}

.el-product-full-price {
    font-size: 28px;
}

@media (max-width:768px) {
    .el-product-full-price {
        font-size: 20px;
    }
}

.el-product-full-price__tbl {
    font-size: 20px;
}

.el-product-full-price-title {
    margin: 0.5em 0;
}

.el-product-full-video iframe {
    width: 100%;
    border: 0;
    min-height: 350px;

}

.well.el-product-full-text {
    margin-bottom: 0;
}

.el-category-list {}

.el-category-list-item {
    cursor: pointer;
}

.el-category-list-title {
    height: 2em;
    overflow: hidden;
    line-height: 1em;
    margin-bottom: 0;
}

.el-category-group {
    margin: 0 0 20px 15px;
}

@media (min-width: 992px) {
    .el-category-list-img {
        /*    max-height: 250px; */
        margin: 0 auto;
    }
}

.el-respond-list-item {
    margin-bottom: 1em
}

.el-respond-list-item img {
    cursor: pointer
}

.el-respond-list-text {
    /*height: 88px;*/
    overflow: hidden;
}

.el-article-list {}

.el-article-list-item {
    cursor: pointer;
    margin-bottom: 1em;
}

.el-article-list-title {
    margin-top: 0;
}

.el-article-list-date {
    margin-bottom: 3px;
}

.el-article-full-date {}

.el-article-full-title {
    margin-top: 0;
}

.el-article-full-date {
    margin-bottom: 3px;
}

.el-article-full ul {
    margin-left: 1em;
    overflow: hidden;
}

.el-article-full-img-wrapper {
    padding-right: 30px;
}

.tab-content .panel {
    border-top: 0;
    border-radius: 0 4px 4px 4px;
}

.el-cart-top-ico {
    margin-right: 10px;
}

.el-full-prev-next {
    margin: 2px 2px 0 10px;
}

.el-full-prev-next li>a,
.el-full-prev-next li>span {
    border-radius: 4px;
}

.el-shop-filter-item .form-group {
    margin-bottom: 0.5em;
}

.el-shop-filter-range label {
    margin-top: 0.7em;
}

.el-shop-filter-slider {
    margin: 0 10px;
}

.el-shop-filter .panel-heading {
    cursor: pointer;
}

.el-label__badge {
    display: block;
    margin-bottom: 10px;
}

.el-site-copyright {
    text-align: center;
}

.el-menu-city {
    width: 300px;
    padding: 15px 15px 15px 0;
}

.el-action-form .tab-pane {
    padding-top: 30px;
}

@media (min-width: 767px) {
    .el-menu-city {
        width: 400px;
    }
}

@media (min-width: 992px) {
    .el-menu-city {
        width: 600px;
    }
}

.el-order-full .dl-horizontal dt {
    width: 250px;
}

.el-order-full .dl-horizontal dd {
    margin-left: 280px;
}


input[type="checkbox"],
input[type="radio"] {
    display: inline;
    height: auto;
    width: auto;
}

input#f_Date {
    width: 5em;
    display: inline;
}

/* scroll to top */
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    left: 15px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    background-color: #888888;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

.el-adm-sub-select select {
    max-width: 50%;
}

/*!
 * Slider for Bootstrap
 */
.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.slider.slider-horizontal {
    width: 100%;
    height: 20px;
}

.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0;
}

.slider.slider-horizontal .slider-selection {
    height: 100%;
    top: 0;
    bottom: 0;
}

.slider.slider-horizontal .slider-handle {
    margin-left: -10px;
    margin-top: -5px;
}

.slider.slider-horizontal .slider-handle.triangle {
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0;
}

.slider.slider-vertical {
    height: 210px;
    width: 20px;
}

.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    margin-left: -5px;
    left: 50%;
    top: 0;
}

.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}

.slider.slider-vertical .slider-handle {
    margin-left: -5px;
    margin-top: -10px;
}

.slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #0480be;
    margin-left: 0;
}

.slider.slider-disabled .slider-handle {
    background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}

.slider.slider-disabled .slider-track {
    background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
    cursor: not-allowed;
}

.slider input {
    display: none;
}

.slider .tooltip.hide {
    display: none;
}

.slider .tooltip-inner {
    white-space: nowrap;
}

.slider-track {
    position: absolute;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
    background-image: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
    /* background-image: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);*/
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.slider-selection {
    position: absolute;
    background-image: -webkit-linear-gradient(top, #cccccc 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #cccccc 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #3a94a5;
    background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
    background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    opacity: 0.8;
    border: 0px solid transparent;
}

.slider-handle.round {
    border-radius: 50%;
}

.slider-handle.triangle {
    background: transparent none;
}

.slider-handle.custom {
    background: transparent none;
}

.slider-handle.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204;
}

/*!
 * Fullwidth modal + carousel
 */

.carousel.carousel-fit {
    position: relative;
    height: auto;
    /* When sliding, use the maximum height we have */
    /* Center horizontally the content of the slides */
    /* To be centered, the images of the slides need to be inline */
    /* Maximize the captions in the wrapper */
}

.carousel.carousel-fit.slide {
    /* Hide the content outside the carousel when sliding */
    overflow: hidden;
}

.carousel.carousel-fit .carousel-inner>.next,
.carousel.carousel-fit .carousel-inner>.prev {
    bottom: 0;
}

.carousel.carousel-fit .carousel-inner>.item {
    text-align: center;
}

.carousel.carousel-fit .carousel-inner>.item>img {
    display: inline-block;
}

.carousel.carousel-fit .carousel-inner>.item>.carousel-caption {
    bottom: 0;
    left: 0;
    right: 0;
}

.modal.modal-fullscreen {
    /* Maximize the main wrappers on the screen */
    /* Make the parent wrapper of the modal box a full-width block */
    /* Remove borders and effects on the content */
    /**
	 * /!\ By using this feature, you force the header and footer to be placed
	 * in an absolute position. You must handle by yourself the margin of the
	 * content.
	 */
}

.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.modal.modal-fullscreen .modal-dialog {
    margin: 0;
    width: 100%;
}

.modal.modal-fullscreen .modal-content {
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    -o-box-shadow: inherit;
    box-shadow: inherit;
}

.modal.modal-fullscreen.force-fullscreen {
    /* Remove the padding inside the body */
}

.modal.modal-fullscreen.force-fullscreen .modal-body {
    padding: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 20;
}

.modal.modal-fullscreen.force-fullscreen .modal-header {
    top: 0;
    border: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-footer {
    bottom: 0;
}

.el-label {
    display: block !important
}

/*.popover{white-space: nowrap;}*/
.el-filter-btn-link,
.el-close_modal {
    cursor: pointer
}

.el-btn {
    display: inline-block
}



.typeahead {
    background-color: #fff;
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    right: 0 !important;
    left: auto !important;
    text-align: left;
    /*display: flex !important;*/
    width: 500px;
    margin-top: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}


.tt-suggestion {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 18px;
}

.tt-suggestion+.tt-suggestion {
    font-size: 14px;
    /*border-top: 1px solid #ccc;*/
    border: none;
}

.tt-suggestions .repo-language {
    float: right;
    font-style: italic;
}

.tt-suggestions .repo-name {
    font-size: 20px;
    font-weight: bold;
}

.tt-suggestions .repo-description {
    margin: 0;
}

@media (max-width:768px) {
    .tt-dropdown-menu {
        left: 0 !important;
        /*flex-direction: column;*/
        max-height: 80vh;
        overflow: scroll;
        width: auto;
    }
}

.navbar-form .twitter-typeahead {
    top: -9px
}

.twitter-typeahead .tt-suggestion.tt-cursor {
    color: #03739c;
}

.navbar-form .form-group {
    max-height: 44px;
}

.tt-dataset-repos img {
    width: 50px;
    margin-right: 5px;
    float: left
}

.tt-dataset-repos a {
    display: block;
    overflow: hidden;
}

.tt-dataset-repos span {
    display: block;
}

.table-responsive.el-product-full-table>.fixed-column {
    position: absolute !important;
    /*display: inline-block!important;*/
    width: auto !important;
}

.el-product-full-table .table-striped>tbody>tr:nth-child(even)>td,
.el-product-full-table .table-striped>tbody>tr:nth-child(even)>th {
    background-color: #ffffff;
}

.el-addon {
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 50px;
    height: 39px;
    display: inline-block;
    position: relative;
    z-index: 2;
    left: -55px;
    margin-right: -53px;
    padding: 13px 8px !important
}

.el-addon input {
    margin-top: 5px;
}

.el-search-header,
.el-search-header>.el-current,
.el-search-header .el-search-input {
    width: 100%
}

/*.el-search-header .twitter-typeahead {top: 0px;  right: 47px;}*/
.el-search-header .twitter-typeahead {
    top: 0 !important;
    float: right;
}

.el-search-header .form-control {
    height: 35px;
}

.el-search-header .form-control {
    border-radius: 4px !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.el-search-header .el-search-input {
    position: relative;
}

.el-search-header .el-addon {
    position: absolute;
    z-index: 2;
    top: 2px;
    left: initial;
    right: 102px;
    height: 41px;
    border-radius: 0
}

.el-search-header .input-group-btn {
    width: 47px !important;
    overflow: hidden;
    position: relative;
    top: 0;
    right: 0px;
}

.el-search-header .btn {
    height: 35px;
}

.el-search-header .input-group-addon,
.el-search-header .input-group-btn,
.el-search-header .input-group .form-control {
    display: table-cell;
}

.el-search-header .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.el-search-input {
    display: inline-block;
}

.hidden-sm .el-search-input {
    margin-top: 10px
}

.el-search-input .el-admin {
    width: 240px
}

.el-small {
    margin-top: 0;
    font-weight: normal
}

@media (min-width: 767px) {
    header .collapse {
        display: block;
        visibility: inherit;
        height: auto
    }
}

.collapse.in {
    display: block;
    visibility: visible;
    height: auto
}

.collapse {
    display: none;
    visibility: hidden;
    height: 0
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.el-equal {
    padding-top: 3px
}

.el-equal input {
    margin-top: 4px;
    float: left;
    margin-left: 0;
}

.modal-site-menu .modal-body {
    overflow: hidden;
}

.el-site-menu {
    margin: 0.5em 0;
    padding: 0;
}

.el-site-menu li {
    list-style: none;
    margin-left: 30px;
}

.el-site-menu li.el-site-menu-mark {
    float: left;
    margin-left: 0;
}

.el-sublink {
    font-size: 130%;
}

.el-submenu-item__category {
    color: #616B6B;
}

.DTD .icons {
    width: 19px;
    height: 19px;
    background-image: url(/netcat/admin/skins/default/img/icons.png);
    background-position: -38px -57px;
    margin-right: 5px;
}

.el-product-icon__color {
    background: url(ico-color.png);
    width: 45px;
    height: 45px;
    display: block;
}


.text-danger {
    color: #616b6b !important
}

.el-qty {
    /* width: 33px!important; */
    padding: 4px !important;
}

.el-product-cart-counter {
    width: 69px;
    margin: 0px auto
}

.el-cart-list-item .el-product-cart-counter {
    float: left
}

.el-cart-list-item .qty span {
    line-height: 239%;
}

.el-product-cart-counter.center-block {
    margin-bottom: 15px
}

.el-product-cart-counter.pull-left {
    margin-right: 2px
}

.el-product-cart-counter.pull-right {
    margin-bottom: 28px
}

.el-price-parent-block {
    display: flex;
    align-items: center;
}

.el-product-full-price {
    clear: both;
    font-weight: bold;
}

.el-product-full-files {
    font-size: 120%
}

.el-add-in-cart .popover-title {
    display: none !important
}

.el-product-cart-counter .btn-number {
    padding: 10px 3px !important;
}

.el-product-cart-counter .input-group-sm .btn-number {
    padding: 0px 3px !important;
}

.dropdown-menu>li>a.btn-warning {
    color: #fff;
    width: 80%;
    margin: 10px 10px 10px 15px;
}

.dropdown-menu>li>a.btn-warning:hover,
.dropdown-menu>li>a.btn-warning:focus {
    color: #fff;
    background-color: #acbf47;
    border-color: #a7bb41
}

.el-product-list__category {
    margin-right: 1px;
    margin-left: 1px;
}

.el-product-list__category .panel-default {
    margin-right: -1px;
    margin-left: -1px;
    border-radius: 0;
    position: relative;
}

.el-product-list__category .panel:hover {
    z-index: 5
}

.el-product-list-item__split {
    padding-left: 0px;
    padding-right: 0px;
}

.el-product-list__category .el-product-list-footer {
    height: 42px;
    overflow: hidden;
    bottom: 0px;
    position: relative
}

.el-product-list__category .el-product-icon i {
    float: left
}

.el-product-list__category .el-product-list-img {
    position: relative
}

.el-product-list__category .el-product-list-china {
    top: 0px;
    right: 0px;
}

.el-product-full-oldprice,
.el-product-list-oldprice,
.el-product-full-oldprice__tbl {
    font-size: 25px;
    text-decoration: line-through;
}

@media (max-width:768px) {

    .el-product-full-oldprice,
    .el-product-list-oldprice,
    .el-product-full-oldprice__tbl {
        font-size: 20px;
    }
}

.el-product-list-oldprice {
    font-size: 15px;
    line-height: 100%;
}

.el-map2-list,
.el-map1-list {
    list-style: none;
}

.el-map1-list>a {
    font-size: 130%;
    margin-top: 0.5em;
}

.el-well-info h3 {
    margin-top: 0;
    margin-left: 220px;
}

/*
.el-well-info h4 {
    color: #1985a1;
}*/
.el-well-ico__big {
    margin-right: 40px;
}

.el-well-ico__big i {
    background: #FFF;
    font-size: 100px;
    width: 175px;
    height: 176px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 30px;
}

.el-well-info-link a {
    text-decoration: none;
    cursor: pointer;
}

.el-well-info-link:hover a {
    text-decoration: none;
}

.el-well-info-link .fa {
    font-size: 14px;
    line-height: 16px;
}

/*
.el-well-info-link:hover .fa {
    color: #114b5f;
}*/
.el-well-info-how {
    margin-bottom: 1em;
}

.el-well-info-how .fa {
    display: inline;
}

.el-well-info-how h5 {
    margin-bottom: 0.5em;
    font-size: 110%;
}

.el-well-info-logoname {
    font-size: 120%;
}

.el-vcard-item {
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
}

.el-vcard-item i {
    position: absolute;
    left: 0;
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;

}

.el-vcard-item i.fa-map-marker {
    font-size: 40px;
    top: 8px;
    left: 4px;
}

.vcard h3.org {
    margin: 0 0 0.5em 0;
}

.el-delivery-info {
    margin-bottom: 1em;
}

.el-delivery-info .text-center {
    font-size: 15px;
    margin-top: 10px;
    line-height: 125%;
}

.el-delivery-info .el-well-ico__big,
.el-well-ico__img {
    margin: 0 auto;
    height: 176px;
    width: 176px;
}

.el-contact-item h3 {
    margin-top: 0;
}

.fotorama__wrap {
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .col-lg-2_5 {
        width: 20%;
    }
}


@media (min-width: 320px) and (max-width: 768px) {
    .col-xs-6-center {
        width: 50%;
        float: none;
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .col-sm-6-center {
        width: 50%;
        float: none;
        margin: 0 auto;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .col-md-2_5 {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-md-3_5 {
        width: 20%;
    }

    .col-md-3-center {
        width: 25%;
        float: none;
        margin: 0 auto;
    }

    .col-md-4_5 {
        width: 40%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-md-7_5 {
        width: 60%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-md-6-center {
        width: 50%;
        float: none;
        margin: 0 auto;
    }
}


@media (min-width: 1200px) and (max-width:1599px) {
    .col-lg-2_5 {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-lg-3_5 {
        width: 20%;
    }

    .col-lg-4_5 {
        width: 40%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-lg-7_5 {
        width: 60%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1600px) {
    .col-xl-1 {
        width: 8.333333333333332%;
    }

    .col-xl-1_5 {
        width: 12.5%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-2_5 {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-3_5 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .el-product-list .hidden-lg {
        display: block !important;
    }

    .hidden-xl {
        display: none !important;
    }

    .visible-xl,
    .visible-xl-block {
        display: block !important;
    }

    .dropdown-menu.visible-xl {
        display: none !important
    }

    .open>.dropdown-menu.visible-xl {
        display: block !important
    }
}

.panel-danger .panel-title {
    color: #FFF;
}

.el-marker-sale {
    background: #ef5b05;
    color: #fff;
    font-size: 16px;
    height: 20px;
    left: -95px;
    line-height: 22px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 40px;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    width: 300px;
    z-index: 1;
}

.el-wrapper {
    overflow: hidden;
    position: relative;
}

.el-product-full .el-main-container .el-wrapper {
    /*min-height: 484px;*/
}

@media(max-width:768px) {
    .el-product-full .el-main-container .el-wrapper {
        min-height: 260px;
    }
}

.el-product-icon-box {
    position: absolute;
    right: 2px;
    top: -5px;
    z-index: 2;
}


.el-product-icon__saledate {
    color: #ef5b05;
    font-size: 8.2em;
    right: 0;
    top: 0;
}

.el-product-icon-box__sm .el-product-icon__saledate {
    font-size: 4em;
}

.el-product-icon-text-block {
    position: absolute;
    right: -1px;
    text-align: center;
    top: 27px;
}

.el-product-icon-box__sm .el-product-icon-text-block {
    top: 17px;
    right: 3px;
}

.el-product-icon-discount {
    color: #fff;
    display: inline-block;
    font-size: 2em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: -5px;
    width: 100%;
}

.el-product-icon-box__sm .el-product-icon-discount {
    font-size: 1.2em;
}

.el-product-icon-date {
    color: #fff;
    display: inline-block;
    font-size: 0.9em;
    width: 100%;
}

.el-shop-option-wrapper {
    position: relative;
}

.el-shop-option-wrapper .el-shop-option-item {
    position: absolute;
    top: -65px;
    right: 1px;
}

.el-product-full-table .el-product-list-price {
    height: auto;
}

.el-reviews-list-href {
    height: 1.5em;
    overflow: hidden;
}

@media screen and (max-width: 991px) {

    .multi-column-2,
    .multi-column-3,
    .multi-column-4,
    .multi-column-5,
    .multi-column-6 {
        width: 200px;
    }
}

@media screen and (min-width: 992px) {
    .multi-column-1 {
        width: 200px !important;
    }

    .multi-column-2 {
        width: 345px !important;
    }

    .multi-column-3 {
        width: 535px !important;
    }

    .multi-column-4 {
        width: 710px !important;
    }

    .multi-column-5 {
        width: 800px !important;
    }

    .multi-column-6 {
        width: 1100px !important;
    }

    .multi-column-2>li {
        float: left;
        width: 49.9%;
    }

    .multi-column-3>li {
        float: left;
        width: 33.3%;
    }

    .multi-column-4>li {
        float: left;
        width: 25%;
    }

    .multi-column-5>li {
        float: left;
        width: 20%;
    }

    .multi-column-6>li {
        float: left;
        width: 16.6%;
    }
}

.el-marker-sale__short {
    left: -25px;
    width: 100px;
    top: 0;
}


.el-subdivision-list__card {
    margin-bottom: 2em;
    display: flex;
    flex-wrap: wrap;
}

.el-subdivision-list__card .panel {
    margin-bottom: 0;
    box-shadow: none;
}

.el-subdivision-list__card .el-row-mrl {
    margin-right: 2px;
    margin-left: 2px;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .el-subdivision-list__card .col-lg-4 {
        text-align: center;
    }

    .el-subdivision-list__card img.img-responsive {
        display: inline-block;
    }
}

.el-reviews-list-name {
    font-size: 90%;
    opacity: 0.7;
}

/*стили для текста отзывов (начало)*/
.el-reviews-list-text__visible {
    position: relative;
    height: 4rem;
    margin-bottom: 10px;
    overflow: hidden;
}

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

.el-show {
    cursor: pointer;
}

.el-hide {
    cursor: pointer;
    display: none;
}

.el-reviews-list-text-gradient {
    box-shadow: 0 0 65px 20px #fff;
    height: 4rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
}

.el-reviews-list-title {
    height: 65px;
    line-height: 120%;
    overflow: hidden;
}

.el-reviews-list {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.el-reviews-list-item__thumb {
    margin-bottom: 60px;
}

/*fotorama*/
.el-fotorama-review:not(.fotorama--fullscreen) .el-fotorama-review-cover img {
    object-fit: cover !important;
    object-position: -20% 50% !important;
    width: 100% !important;
    height: 280px !important;
    left: 0 !important;
    top: 0 !important;
}

@media (max-width: 420px) {
    .el-fotorama-review:not(.fotorama--fullscreen) .el-fotorama-review-cover img {
        object-position: 65% 50% !important;
    }
}

/*fotorama (end)*/
.el-review-button a {
    color: #fff;
}

/*стили для текста отзывов (конец)*/

/*стили для нового дизайна (начало)*/
.el-catalogue-main-info {
    background: #1a2f4f;
    padding: 0 10px;
    bottom: 0px;
    opacity: 0.7;
    position: absolute;
    transition: .3s all;
    width: 100%;
}

.el-catalogue-main-info a {
    color: #fff;
    opacity: 1;
}

.el-catalogue-main-info h3 {
    margin: 0;
}

.el-catalogue-main-info h3 a {
    display: block;
    width: 100%;
}

.el-img-wrapper {
    overflow: hidden;
    position: relative;
}

.el-img-wrapper:hover .el-catalogue-main-info {
    background: #88D4B1;
    cursor: pointer;
    opacity: .85;
}

.el-main-row {
    display: flex;
    flex-wrap: wrap;
}

.el-margin-top {
    margin-top: 40px;
}

.el-margin-heading {
    margin-bottom: 30px;
}

.el-product-price {
    color: #a5b8c5;
    font-size: 18px;
}

.el-product-price span {
    color: #1a2f4f;
    font-size: 22px;
    font-weight: normal;
}

.el-product-delivery {
    color: #a5b8c5;
    font-size: 16px;
    margin-top: 6px;
}

.el-product-delivery span {
    color: #1a2f4f;
}

.el-download {
    line-height: 22px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.el-download a {
    font-size: 12px;
}

.el-download.btn a {
    color: #fff;
}

.el-download-fa {
    color: #a5b8c5;
    font-size: 15px;
}

.el-download__full {
    margin-top: 42px;
}

.el-about {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.el-about a {
    font-size: 12px;
}

.el-about-fa {
    color: #a5b8c5;
    font-size: 15px;
}

.el-reviews-list-img img {
    max-width: 0;
}

.el-reviews-list-text__visible {
    height: 2rem;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

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

.el-show {
    cursor: pointer;
}

.el-hide {
    cursor: pointer;
    display: none;
}

.el-reviews-list-text-gradient {
    box-shadow: 0 0 65px 20px #fff;
    height: 4rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
}

.el-advantages p {
    line-height: 20px;
}

.el-advantages img {
    display: inline-block;
    margin-bottom: 15px;
}

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

.el-main-catalogue h5 {
    text-transform: uppercase;
}

.el-main-catalogue ul {
    list-style: none;
}

.el-main-catalogue ul li a:hover {
    text-decoration: underline;
}

.el-main-contacts {
    background: #F3F6F9;
}

.el-advantages-wrapper {
    background: #F3F6F9;
    /*margin: 3em -15px 0 -15px;*/
}

.el-catalogue-first-level {
    padding-left: 0;
    line-height: 22px;
}

.el-catalogue-first-level li:before {
    content: "\f105";
    font-family: FontAwesome;
}

.el-catalogue-second-level {
    padding-left: 10px;
}

.el-catalogue-second-level li:before {
    content: "\f101";
    font-family: FontAwesome;
}

.el-clients-main img {
    margin: 0 auto 20px auto;
    text-align: center;
}

.el-newsblock-header {
    margin-top: 0;
}

.el-product-list-img__main img {
    margin: 0 auto;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .el-product-delivery {
        float: right !important;
    }

    .el-product-price p {
        display: inline-block;
    }
}

@media (min-width: 1600px) {
    .visible-xl-block {
        display: block !important;
    }
}

.el-advantages {
    padding-bottom: 1em;
}

.el-advantages h4 {
    margin-top: 0;
}

/*стили для нового дизайна (конец)*/


/* Icon pulse */
.fa-pulse {
    display: inline-block;
    -moz-animation: pulse 1.5s infinite linear;
    -o-animation: pulse 1.5s infinite linear;
    -webkit-animation: pulse 1.5s infinite linear;
    animation: pulse 1.5s infinite linear;
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.el-breadcrumb li:after {
    border-left-color: #fff;
}

.el-breadcrumb li:before {
    border-left-color: #ccc8c5;

}

.el-pagination-separator {
    height: 60px;
    line-height: 60px;
    margin-bottom: 1em;
    font-size: 90%;
    text-align: center;
    color: #C1C1C1;
}

.el-pagination-separator:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    top: 50%;
    background: #E8E8E8;
}

.el-pagination-separator-text {
    padding: 0 20px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.el-pagination-wrapper .pagination {
    margin: 0;
}

.el-payment-frame {
    width: 100%;
}

@media (min-width: 1200px) and (max-width: 1429px) {
    .el-product-price {
        /*float: left !important;*/
    }

    .el-reviews-list-img__main {
        height: 122px;
    }

    .el-design-block {
        margin-bottom: 111px;
    }

    .el-margin-heading__reviews {
        margin-bottom: 0;
    }
}

@media (min-width: 1430px) and (max-width: 1499px) {
    .el-reviews-list-img__main {
        height: 148px;
    }

    .el-design-block {
        margin-bottom: 138px;
    }

    .el-margin-heading__reviews {
        margin-bottom: 0;
    }
}

@media (min-width: 1500px) and (max-width: 1599px) {
    .el-reviews-list-img__main {
        height: 159px;
    }

    .el-design-block {
        margin-bottom: 138px;
    }

    .el-margin-heading__reviews {
        margin-bottom: 0;
    }
}

.el-carousel-slider {
    margin-bottom: 2em;
}

.el-carousel-slider div.left {
    padding-bottom: 0px;
}

.el-carousel-slider:hover {
    cursor: pointer;
}

/* Новый дизайн карточки товара в каталоге (начало) */
.el-slider img {
    /* width: 100%; /* //PROG-2793 */
    width: auto !important;
    /* height: 100%; */
}

.el-product-list-item__new .el-product-list-mainImg {
    width: auto !important;
    /* //PROG-2793 */
}

.el-hidden {
    display: none !important;
}

.el-product-list__new {
    overflow: unset;
    display: flex;
    flex-wrap: wrap;
}

.el-product-list-item__new {
    position: relative;
}

.el-hidden-block {
    display: none;
}

.el-hidden-block-button {
    /*margin-top: 5px;*/
}

.el-product-list-item__new:hover .el-panel-wrapper {
    position: absolute;
    background: #fff;
    height: auto;
    z-index: 3;
    box-shadow: rgba(0, 0, 0, 0.10) 0 0 3px 3px;
    top: 0;
    left: 0;
    width: 100%;
}

.el-product-list-item__new:hover .el-hidden-block {
    display: block;
    cursor: pointer;
}

.el-product-list-item__new:hover .el-product-list-item-body {
    height: auto;
}

.el-img-rounded {
    width: 9%;
    display: inline-block;
    margin-right: 5px;
}

.el-variants-block {
    margin-top: 10px;
}

.el-variants-block img {
    margin-bottom: 5px;
}

.el-product-list-item__new .owl-prev span,
.el-product-list-item__new .owl-next span {
    color: #fff;
    z-index: 1500;
    top: 50%;
    position: absolute;
    opacity: 0.7;
    font-size: 80px;
}

@media (max-width:1500px) {

    .el-product-list-item__new .owl-prev span,
    .el-product-list-item__new .owl-next span {
        top: 35%;
    }
}

.el-product-list-item__new .owl-prev span {
    left: 20px;
}

.el-product-list-item__new .owl-next span {
    right: 20px;
}

.el-product-list-item__new .owl-carousel {
    background-image: url(/images/js/carousel/ajax-loader[rename_original].gif);
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: center center;
    height: 100%;
}

.el-product-list-item__new .owl-dots {
    display: none;
}

.el-marker-sale {
    z-index: 10;
}

.el-product-list-item__new:hover .left-arrow {
    display: inline-block !important;
}

.el-product-list-item__new:hover .right-arrow {
    display: inline-block !important;
}

.el-product-list-title {
    margin: 0;
}

.el-product-delivery {
    margin: 5px 0 0 0;
}

.el-product-price {
    margin-bottom: 0;
}

.el-novisible-block {
    visibility: hidden;
    margin-top: 5px;
}

.el-product-list-item__new:hover .el-novisible-block {
    visibility: visible;
    cursor: pointer;
}

.panel-body {
    padding: 10px;
}

.el-row-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.el-product-list-item-body__new {
    overflow: unset;
    height: auto;
}

.el-product-list-mainImg {
    height: auto;
    width: 100%;
}

@media (max-width: 1430px) {
    .el-product-list-item-body {
        /* PROG-3300-2        height: 120px;*/
    }

    .el-product-price {
        float: right !important;
    }

    .el-product-list-item__new .el-product-list-title {
        height: 2.5em;
    }
}

@media (max-width: 768px) {
    .el-product-list-item__new .owl-nav {
        display: inline-block;
        z-index: 2000;
    }

    .el-product-list-item__new .owl-carousel:hover .owl-nav {
        display: inline-block;
    }

    .el-product-list-item__new:hover .el-panel-wrapper {
        position: static;
    }

    .el-product-list-img img {
        height: auto;
        width: 100%;
    }

    .el-product-list .el-product-list-item .el-product-list-img img {
        max-height: none !important;
    }

    .owl-carousel .el-product-list-img img {
        width: unset;
        max-width: 100%;
    }
}

/*
.el-product-list-item__new .owl-stage-outer,
.el-product-list-item__new .owl-stage {
    height: 100%;
}
*/
@media (min-width: 1700px) {
    .el-product-list-img {
        height: 218px;
    }

    .el-product-list-img img {
        max-height: 218px;
    }

    .el-product-list-item {
        min-height: 355px;
    }
}

@media (min-width: 1800px) {
    .el-product-list-img {
        height: 233px;
    }

    .el-product-list-img img {
        max-height: 233px;
    }

    .el-product-list-item {
        min-height: 370px;
    }
}

/* Новый дизайн карточки товара в каталоге (конец) */
.el-main-contacts {
    padding: 40px 0;
}

.content-none:before {
    /* для 3 уровня меню в каталоге в подвале */
    content: none !important;
}

/*------------*/
/* New Header */
/*------------*/

.el-product-related-cart {
    position: absolute;
    bottom: 10%;
    right: 10%;
}

.el-product-related-item {
    position: relative;
}

.el-product-overlay {
    background: rgba(0, 0, 0, 0.4);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.el-product-related-item:hover .el-product-overlay {
    display: block;
    cursor: pointer;
}

.el-product-fa-search {
    color: #fff;
    font-size: 40px;
    position: relative;
    top: 50%;
    margin-top: -40px;
}

@media (max-width: 991px) {
    .navbar-default.el-navbar-toggle {
        background: none;
        min-height: unset !important;
    }

    .navbar-default .navbar-toggle {
        background-color: #73a815;
        display: block
    }

    .el-navbar-togglemenu {
        width: 100%
    }

    header .collapse {
        display: none
    }

    header .collapse.in {
        display: block
    }

    .el-cart-short .dropdown-menu {
        display: block
    }

    .navbar-form .input-group>.form-control {
        width: 100% !important;
    }

    .el-search-header .input-group-btn {
        //position: absolute;
        z-index: 100
    }

    .el-top-contact {
        width: 100%;
        overflow: hidden;
    }

    .el-top-line {
        padding-top: 10px
    }

    .el-top-icon a {
        padding: 0 0 0 12px;
        display: inline-block;
    }

    .el-navbar-toggle.el-top-icon {
        margin-left: 0
    }

    .el-top-icon i {
        font-size: 25px !important;
    }

    .el-navbar-toggle,
    el-top-icon {
        padding-left: 10px;
        padding-right: 10px;
    }

    .el-top-icon a:first-child {
        margin-left: 0
    }

    .el-search {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .el-top-contact {
        float: left;
        width: auto;
    }

    .el-cart-short {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .el-top-icon i {
        font-size: 22px !important;
    }

    .el-top-contact-rezhim {
        padding-left: 0;
    }

    .el-top-contact-city {
        padding-left: 0;
    }

    .el-cart-short {
        margin-top: 12px;
    }
}

@media (max-width: 319px) {
    .el-top-icon i {
        font-size: 16px !important;
    }

    .el-top-icon a {
        margin-left: 5px;
        margin-top: 5px;
    }

    .el-navbar-toggle,
    .el-top-logo,
    .el-top-icon {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.el-cart-mobile {
    padding: 0;
    vertical-align: baseline;
}

@media (max-width: 768px) {
    .navbar-default {
        background-image: none !important;
    }

    .el-top-logo {
        padding-right: 0;
    }
}


@media (min-width: 320px) and (max-width: 992px) {
    .el-header-fixed {
        background: #fff;
        z-index: 1050;
        width: 100%;
        max-height: 100%;
        margin-bottom: 10px;
    }

    .el-header-fixed .el-top-line {
        margin-bottom: 0;
    }

    .el-mobile-header-margin {
        margin-top: 20px;
    }
}

.stickytop {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
}

@media (min-width: 320px) and (max-width: 768px) {
    .el-no-padding-mobile {
        padding: 0 5px;
    }

    h3.el-article-list-title a {
        font-size: 18px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        margin: -10px 0 0 0;
    }
}

@media (min-width: 320px) and (max-width: 414px) {
    .el-top-logo img {
        max-width: 135px;
    }
}

@media (min-width: 415px) and (max-width: 768px) {
    .el-top-logo img {
        max-width: 160px;
    }
}

/*------------------*/
/* New Header (end) */
/*------------------*/


/* Fullscreen arrows Fotorama */


.el-wrapper .fotorama__fullscreen-icon {
    top: 0 !important;
    right: 110px !important;
}

/* Fullscreen arrows Fotorama (end) */



/*Социальные кнопки [social] (начало)*/
.el-social .el-social-item,
.el-social-header .el-social-item {
    display: inline-block;
    opacity: 0.8;
    transition: .2s all;
}

.el-social .el-social-item.vk a {
    color: #4a76a8;
}

.el-social .el-social-item.fb a {
    color: #3b5998;
}

.el-social .el-social-item.insta a {
    color: #e84452;
}

.el-social .el-social-item.yt a {
    color: #ff0000;
}

.el-social .el-social-item.wa a {
    color: #4aC959;
}

.el-social .el-social-item:hover {
    opacity: 1;
}

.el-social-header .el-social-item.vk a {
    color: #4a76a8;
}

.el-social-header .el-social-item.fb a {
    color: #4a76a8;
}

.el-social-header .el-social-item.insta a {
    color: #e84452;
}

.el-social-header .el-social-item.yt a {
    color: #4a76a8;
}

.el-social-header .el-social-item.wa a {
    color: #4aC959;
}

.el-social-header .el-social-item:hover {
    opacity: 1;
}

/*в подвале (начало)*/
.el-main-contacts .el-social .el-social-item,
.el-bg-main .el-social .el-social-item {
    margin-right: 7px;
    font-size: 28px;
}

/*в подвале (конец)*/
/*на странице контактов (начало)*/
.el-social,
.el-social-header,
.el-toruda {
    display: inline-block;
}

.el-toruda {
    margin-right: 25px;
}

.el-contact-item .el-social .el-social-item {
    margin-right: 11px;
    font-size: 40px;
}

.el-social-header .el-social-item {
    margin-right: 3px;
}

/*на странице контактов (конец)*/

.el-social-share {
    text-align: right;
    margin-bottom: 10px;
}

/*Социальные кнопки [social] (конец)*/




/*Баннеры на ПК (начало)*/

.el-banner-block {
    position: absolute;
    top: 55px;
    left: 33%;
    font-family: 'Lato';
}

.el-banner-oldprice {
    font-size: 30px;
    text-decoration: line-through;
    font-weight: 400;
}

.el-banner-newprice {
    font-size: 60px;
    font-weight: 900;
}

.el-banner-text {
    position: absolute;
    bottom: 5px;
    right: 25px;
    font-size: 25px;
    font-family: 'Lato';
}

@media (max-width: 1800px) {
    .el-banner-newprice {
        font-size: 50px;
    }
}

@media (max-width: 1700px) {
    .el-banner-newprice {
        font-size: 45px;
    }

    .el-banner-oldprice {
        font-size: 25px;
    }
}

@media (max-width: 1600px) {
    .el-banner-newprice {
        font-size: 40px;
    }

    .el-banner-oldprice {
        font-size: 20px;
    }
}

@media (max-width: 1500px) {
    .el-banner-newprice {
        font-size: 40px;
    }

    .el-banner-oldprice {
        font-size: 25px;
    }

    .el-banner-text {
        font-size: 20px;
    }

    .el-banner-block {
        top: 45px;
    }
}

@media (max-width: 1400px) {

    .el-banner-block {
        top: 50px;
    }

    .el-banner-newprice {
        font-size: 30px;
    }

    .el-banner-oldprice {
        font-size: 23px;
    }
}

@media (max-width: 1300px) {
    .el-banner-newprice {
        font-size: 30px;
    }

    .el-banner-text {
        font-size: 18px;
    }

    .el-banner-block {
        top: 45px;
    }

    .el-banner-newprice {
        font-size: 25px;
    }

    .el-banner-oldprice {
        font-size: 17px;
    }
}

@media (max-width: 1050px) {
    .el-banner-newprice {
        font-size: 20px;
    }

    .el-banner-oldprice {
        font-size: 16px;
    }

    .el-banner-text {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .el-banner-block {
        top: 40px;
    }

    .el-banner-newprice {
        font-size: 18px;
    }

    .el-banner-text {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .el-banner-block {
        top: 15px;
    }

    .el-banner-text {
        font-size: 12px;
    }
}

@media (max-width: 650px) {
    .el-banner-newprice {
        font-size: 15px;
    }

    .el-banner-oldprice {
        font-size: 13px;
    }
}

@media (max-width: 600px) {
    .el-banner-newprice {
        font-size: 12px;
    }

    .el-banner-oldprice {
        font-size: 10px;
    }

    .el-banner-text {
        font-size: 10px;
    }
}

@media (max-width: 500px) {
    .el-banner-newprice {
        font-size: 12px;
    }

    .el-banner-oldprice {
        font-size: 10px;
    }

    .el-banner-text {
        right: 5px;
    }
}

@media (max-width: 500px) {
    .el-banner-newprice {
        font-size: 10px;
    }

    .el-banner-oldprice {
        font-size: 8px;
    }

    .el-banner-text {
        right: 5px;
    }
}


/*Баннеры на ПК (конец)*/

/*каталог внизу (начало)*/
.grid-item {
    padding: 0 7px 0 7px;
    margin: 0 7px 15px 7px;
}

@media (max-width: 767px) {
    .grid-item {
        width: 95%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .grid-item {
        width: 23%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .grid-item {
        width: 23.5%;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .grid-item {
        width: 18.5%;
    }
}

@media screen and (min-width: 1600px) {
    .grid-item {
        width: 15.66666667%;
    }
}

/*каталог внизу (конец)*/

/*расширенное меню*/
.dropdown-menu.el-menucatalog-left,
.el-nav-top-left {
    left: auto;
    right: 0;
}

/*расширенное меню (конец)*/

/* Стили для ярлыка "СКИДКА" (начало) */
.el-product-icon-discount-block {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}

.el-product-icon-discount-label {
    width: 60px;
    height: 60px;
    background: #ef5b05;
    position: relative;
}

.el-product-icon-discount-label:before,
.el-product-icon-discount-label:after {
    content: "";
    height: 60px;
    width: 60px;
    background: inherit;
    position: absolute;
    top: 0;
    left: 0;
}

.el-product-icon-discount-label:before {
    transform: rotate(30deg);
}

.el-product-icon-discount-label:after {
    transform: rotate(60deg);
}

.el-product-icon-discount-text {
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 1;
}

.el-product-icon-discount-heading {
    font-weight: bold;
    color: #fff;
    font-size: 1.6em;
    margin: 0;
}

.el-product-icon-discount-paragraph {
    display: none;
}

/* Стили для ярлыка "СКИДКА" (конец) */

.el-no-lastarrow .breadcrumb li:last-child:after,
.el-no-lastarrow .breadcrumb li:last-child:before,
.el-no-lastarrow .breadcrumb a:last-child:after,
.el-no-lastarrow .breadcrumb span:last-child:after {
    border: 0;
}

/*меню городов в подвале*/
.el-main-cities__visible {
    height: 11rem;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.el-show-cities {
    cursor: pointer;
}

.el-hide-cities {
    cursor: pointer;
    display: none;
}

/*меню городов в подвале (конец)*/








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

/*стили для текста в разделах (начало)*/
.el-show-text {
    cursor: pointer;
}

.el-hide-text {
    cursor: pointer;
    display: none;
}

.el-catalogue-list-text-gradient {
    box-shadow: 0 0 65px 20px #fff;
    height: 20rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
}

.el-catalogue-list-text__visible {
    height: 20rem;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

/*стили для текста в разделах (конец)*/


@media screen and (min-width:320px) and (max-width:767px) and (orientation:portrait) {
    .el-product-list-title {
        font-size: 16px;
        word-break: break-all;
    }
}





/* стили для новой кнопки мобильного меню */
.el-toggle-switch {
    display: block !important;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 22px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.el-toggle-switch span {
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 10px;
    background: #743005;
}

.el-toggle-switch span::before,
.el-toggle-switch span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: inherit;
    content: "";
    border-radius: 10px;
}

.el-toggle-switch span::before {
    top: -7px;
}

.el-toggle-switch span::after {
    bottom: -7px;
}

/*.el-toggle-switch__htx span {
    -webkit-transition: background 0 0.3s;
    transition: background 0 0.3s;
}*/
.el-toggle-switch__htx span::before,
.el-toggle-switch__htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0;
    transition-delay: 0.3s, 0;
    background-color: #743005;
}

.el-toggle-switch__htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.el-toggle-switch__htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}

/* активное состояние, т.е. меню открыто */
.el-toggle-switch__htx:not(.collapsed) span {
    background: none;
}

.el-toggle-switch__htx:not(.collapsed) span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.el-toggle-switch__htx:not(.collapsed) span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.el-toggle-switch__htx:not(.collapsed) span::before,
.el-toggle-switch__htx:not(.collapsed) span::after {
    -webkit-transition-delay: 0, 0.3s;
    transition-delay: 0, 0.3s;
}


/*доработка мобильного меню*/
.el-fa-all {
    margin: 0;
    padding: 0 0 0 30px;
    display: none;
    font-size: 21px;
}

.nav-dropdown.open .el-caret {
    display: none;
}

.nav-dropdown.open .el-fa-all {
    display: inline-block;
}

/* КОНЕЦ ДОРАБОТКИ МОБИЛЬНОГО МЕНЮ */

.el-ostatok,
.el-ostatok1,
.deliveryDate {
    display: block;
    font-size: 12px;
    font-weight: bold;
}

.el-catalogue-ostatok {
    margin-top: -20px;
}



/* (НОВАЯ) корзина PROG-1344 */

.el-custom-dropdown-menu {
    overflow: auto;
    max-height: 400px;
    display: block;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    border: 1px solid #ddd;
    z-index: 1;
}

@-moz-document url-prefix() {
    .el-custom-dropdown-menu {
        overflow: scroll;
    }
}


/* SVG ICON PROG-1348 */

.el-svg-icon {
    height: 30px;
    margin-right: 10px;
    /* margin-top: 10px; */
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    vertical-align: middle;
}


/* (END) SVG ICON PROG-1348 */

.el-custom-row-splitter {
    margin-bottom: 10px;
    /**/
}

.el-custom_result_name {
    font-size: 40px;
}

.el-custom_result_price {
    font-size: 40px;
}

@media (min-width: 1600px) {
    .el-custom_result_name {
        font-size: 27px;
    }
}

@media (max-width: 1100px) {
    .el-custom_result_name {
        font-size: 32px;
    }

}

@media (max-width: 1100px) {
    .el-custom_result_price {
        font-size: 32px;
    }

}

#el-initial-select-punkt-button {
    cursor: pointer;
}

@media (max-width: 800px) {
    .el-add-in-cart .el-product-cart-counter {
        margin-bottom: 10px;
    }
}

#nc_netshop_add_order_form .el-svg-icon {
    margin-top: 0;
}


.el-cart-map-search-button {
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}



.punkt_container {
    display: none;
}

#map99 {
    width: 100%;
    height: 500px;
}

#map98 {
    width: 100%;
    height: 500px;
}

#Modal_map .fa-check-circle {
    display: none;
    float: right;
}

@media (min-width: 1250px) {
    #Modal_map .modal-lg {
        width: 1200px;
    }
}

#Modal_map_catalogue .fa-check-circle {
    display: none;
    float: right;
}

@media (min-width: 1250px) {
    #Modal_map_catalogue .modal-lg {
        width: 1200px;
    }
}

/* NEW MAP */

#map_modal_preview .fa-check-circle {
    display: none;
    float: right;
}

@media (min-width: 1250px) {
    #map_modal_preview .modal-lg {
        width: 1200px;
    }
}

#map_modal_preview {
    overflow-x: hidden;
    overflow-y: auto;
}

/* END OF NEW MAP */

.el-panel-map:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.panel_active_class {

    border: 1px solid rgb(22, 32, 43);
    border-bottom: 1px solid rgb(25, 34, 45);
    box-shadow:
        inset 0 1px 3px rgba(0, 10, 20, .5),
        0 1px rgb(83, 94, 104),
        0 0 1px rgb(86, 96, 106);

}

#mapTab_content .input-group-btn {
    opacity: 1;
}

/* (END) (НОВАЯ) корзина PROG-1344 */

/* PROG-1288 новый дизайн для карточки */
@media (max-width: 1899px) and (min-width: 1601px) {
    .el-add-in-cart .el-product-cart-counter {
        padding-left: 15px;
    }
}

.el-sticky-element {
    /* -webkit-sticky; Safari */
    position: sticky;
    top: 0;
}

.el-custom-cart-tab {
    margin-right: 1px !important;
}

.el-custom-reorder-xs {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);

    direction: rtl;
}

.el-custom-reorder-xs>[class*="col-"] {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);

    direction: ltr;
}

.el-custom-header-cart {
    margin: 0px;
}

@media (max-width: 1400px) and (min-width: 1190px) {
    .el-product-full .el-bg-main {
        padding-right: 27px;
    }
}

.el-badge-margin {
    margin-left: 5px;
    /* margin-right: 5px; */
    margin-right: 2px;

}

.el-custom-well {
    border: 1px solid rgba(0, 0, 0, .1);
    margin-top: 15px;
    /* text-align: justify; */
}

.el-custom-well p {
    /* text-align: justify; */
    display: inline-block;
    width: 100%;
}

.el-custom-well .well p {
    text-align: center;
}

.el-advantage-details {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.el-well-custom-padding {
    padding: 5px;
}

.el-advantage_icons_text {
    text-align: center;
}

/*
.el-svg-icon{
    height: 30px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    vertical-align: middle;
}
*/

.razd {
    font-size: 15px;
    margin: 0px 20px 0px -20px;
}

.modal .razd {
    margin: 0px 15px 0px -20px !important;
}

.el-custom-padding-bottom {
    padding-bottom: 20px;
}

.el-cart-available-text {
    font-size: smaller;
}

.el-add-in-cart .el-stocks,
.well .el-stocks {
    min-height: 45px;
}

@media (max-width: 768px) {

    .el-add-in-cart .el-ostatok,
    .el-add-in-cart .el-ostatok1 {
        margin-left: 0;
    }
}

@media (min-width: 1600px) {
    .el-add-in-cart .el-ostatok {
        margin-left: 20px;
    }
}

@media (max-width: 350px) {
    .el-add-in-cart .el-ostatok {
        margin-left: 5px;
    }
}

@media (max-width: 400px) {
    .el-add-in-cart .razd {
        font-size: 1.2em;
    }
}

@media (max-width: 370px) {
    .el-custom-well p {
        font-size: 11px;
    }

    .el-custom-well .el-svg-icon {
        height: 28px;
    }
}

@media (max-width: 370px) {
    .test {
        top: auto !important;
    }

}

@media (max-width: 1000px) {
    .razd {
        margin: 0px 5px 0px -25px;
    }

}

#stop {
    position: relative !important;
}

.el-extra-small-text {
    font-size: x-small;
}

@media (max-width: 700px) {
    .el-extra-small-text {
        white-space: pre;
        font-size: smaller;
    }
}

/*
.modal-backdrop {
    z-index: -1;
  }
  */

#Cart_Modal_Video_Payment {
    z-index: 10000;
}

/* (КОНЕЦ) PROG-1288 новый дизайн для карточки */

.embed-responsive-item {
    width: 100%;
    border: 0;
}





/*Блок с "анимацией" оформления заказа после клика*/
#send_order .fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@keyframes square-animation {
    0% {
        left: 0;
        top: 0;
    }

    10.5% {
        left: 0;
        top: 0;
    }

    12.5% {
        left: 32px;
        top: 0;
    }

    23% {
        left: 32px;
        top: 0;
    }

    25% {
        left: 64px;
        top: 0;
    }

    35.5% {
        left: 64px;
        top: 0;
    }

    37.5% {
        left: 64px;
        top: 32px;
    }

    48% {
        left: 64px;
        top: 32px;
    }

    50% {
        left: 32px;
        top: 32px;
    }

    60.5% {
        left: 32px;
        top: 32px;
    }

    62.5% {
        left: 32px;
        top: 64px;
    }

    73% {
        left: 32px;
        top: 64px;
    }

    75% {
        left: 0;
        top: 64px;
    }

    85.5% {
        left: 0;
        top: 64px;
    }

    87.5% {
        left: 0;
        top: 32px;
    }

    98% {
        left: 0;
        top: 32px;
    }

    100% {
        left: 0;
        top: 0;
    }
}

@keyframes hue-rotate {
    0% {
        filter: hue-rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
    }
}

#modal_send_order .loading {
    position: relative;
    margin: 65px auto 55px auto;
    width: 96px;
    height: 96px;
    transform: rotate(45deg);
    animation: hue-rotate 10s linear infinite both;
}

#modal_send_order .loading__square {
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    margin: 2px;
    border-radius: 2px;
    background: #07a;
    background-image: linear-gradient(45deg, #fa0 40%, #0c9 60%);
    background-image: -moz-linear-gradient(#fa0, #fa0);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    animation: square-animation 10s ease-in-out infinite both;
}

#modal_send_order .loading__square:nth-of-type(0) {
    animation-delay: 0s;
}

#modal_send_order .loading__square:nth-of-type(1) {
    animation-delay: -1.4285714286s;
}

#modal_send_order .loading__square:nth-of-type(2) {
    animation-delay: -2.8571428571s;
}

#modal_send_order .loading__square:nth-of-type(3) {
    animation-delay: -4.2857142857s;
}

#modal_send_order .loading__square:nth-of-type(4) {
    animation-delay: -5.7142857143s;
}

#modal_send_order .loading__square:nth-of-type(5) {
    animation-delay: -7.1428571429s;
}

#modal_send_order .loading__square:nth-of-type(6) {
    animation-delay: -8.5714285714s;
}

#modal_send_order .loading__square:nth-of-type(7) {
    animation-delay: -10s;
}

/*(конец) Блок с "анимацией" оформления заказа после клика*/

.owl-carousel.el-offimeb-carousel .owl-item img {
    width: unset;
}

/* PROG-2793 */

@media (min-width: 100px) and (max-width: 1100px) {

    .modal-dialog {
        margin: 110px auto !important;
    }

}

@media (min-width: 1101px) and (max-width: 1550px) {

    .modal-dialog {
        margin: 60px auto !important;
    }

}


@media (min-width: 1551px) and (max-width: 1650px) {

    .modal-dialog {
        margin: 110px auto !important;
    }

}

@media (min-width: 1651px) and (max-width: 2550px) {

    .modal-dialog {
        margin: 60px auto !important;
    }

}

.el-one-click-buy-window-header {
    font-weight: 500;
    color: black;
    font-size: 1.7em;
}

.el-one-click-buy-item-container {
    padding-bottom: 1em;
}


.el-one-click-buy-modal-left-part {
    padding-top: 2em;
}

.el-one-click-buy-pre-item-name {
    text-align: center;
    color: black;
    font-size: 1.2em;
}

.el-one-click-buy-item-name {
    text-align: center;
    color: black;
    vertical-align: sub;
}

.el-one-click-buy-pre-item-price {
    text-align: center;
}

.el-one-click-buy-item-price {
    font-size: 1.3em;
    font-weight: bold;
    vertical-align: sub;
}

#one_click_buy_approve_button {
    float: right;
    width: 100%;
}

.el-one-click-buy-loading-container {
    text-align: center;
    color: black;
    vertical-align: sub;
    font-size: 1.3em;
    padding: 5em;
}

.el-one-click-buy-result-container {
    text-align: center;
    color: black;
    vertical-align: sub;
    font-size: 1.3em;
    padding: 5em;
}

#el-click-buy-form-email-warn {
    opacity: 0;
}

#el-click-buy-form-name-warn {
    opacity: 0;
}

#el-click-buy-form-phone-warn {
    opacity: 0;
}

/* (END) PROG-2793 */




/*PROG-2865*/
.el-dropdown-filter .dropdown-menu {
    padding: 10px;
}





/*PROG-2902*/
.el-product-list-prop-in-card.el-prop-block {
    height: 120px;
    overflow: hidden;
    position: relative;
}

.el-product-list-prop-in-card.el-prop-block .el-prop-block-gradient {
    box-shadow: 0 0 100px 50px #fff;
    height: 4rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
}

.el-prop-text-show,
.el-prop-text-hide {
    cursor: pointer;
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
    font-size: 16px;
}

.el-prop-text-show {
    display: block;
}

.el-prop-text-hide {
    display: none;
}


/* PROG-2896 */

#related .el-product-list__thumb {
    overflow: visible;

}

/* PROG-2896 (END) */


/* PROG-2793 */

.el-new-catalogue-add-to-cart-button__mobile {
    /* color: black; 
    border: none;
    border-color: unset;
    background-color: unset; 
        font-size: 20px;

    
    padding: 0 0 0 10px; 
    
    */
    width: initial;

}

.el-new-catalogue-add-to-cart-button__mobile.invisible {
    display: none;
}

.el-icons-block__mobile {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 10px 0;
}

.el-icons-block__mobile .fa {
    /* color: black;  */
    font-size: 24px;
}

.el-icons-block__mobile .el-add-in-cart {
    display: inline-block;
}

.el-custom-add-to-cart-button {
    margin-top: 1px;
    padding: 0.4em;
}

/* (END) PROG-2793 */

.el-dropdown-filter .dropdown-menu {
    z-index: 10000;
}

/* PROG-2746*/
.el-placeholder {
    position: absolute;
    z-index: 10;
    height: 45px;
    border-radius: 4px !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    width: 70%;
    margin-top: 12px;
    margin-left: 15px;
    color: rgb(172, 182, 192);
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* /PROG-2746*/

.el-edit-priority-field {
    width: 100%;
    margin-bottom: 5px;
}

.el-edit-priority-field input {
    height: 30px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

.el-stockunits-row .el-catalogue-ostatok {
    margin: 0;
}

.el-product-list-item .el-wrapper .el-priority,
.el-product-list-item__thumb .el-wrapper .el-priority,
.el-product-full .el-wrapper .el-priority {
    position: absolute;
    z-index: 100;
    top: 15px;
    right: 30px;
}

.el-product-list-item .el-wrapper .el-fa-thumbs-o-up,
.el-product-list-item__thumb .el-wrapper .el-fa-thumbs-o-up,
.el-product-full .el-wrapper .el-fa-thumbs-o-up {
    font-size: 32px;
}

.el-product-list-item .el-wrapper .el-priority p,
.el-product-list-item__thumb .el-wrapper .el-priority p,
.el-product-full .el-wrapper .el-priority p {
    display: block;
    line-height: 1;
    font-weight: bold;
    margin: 0;
    font-size: 10px;
}



.el-product-list-item .el-wrapper .el-priority-sub,
.el-product-list-item__thumb .el-wrapper .el-priority-sub,
.el-product-full .el-wrapper .el-priority-sub {
    position: absolute;
    z-index: 100;
    top: 15px;
    right: 30px;
}

.el-product-list-item .el-wrapper .el-fa-thumbs-o-up,
.el-product-list-item__thumb .el-wrapper .el-fa-thumbs-o-up,
.el-product-full .el-wrapper .el-fa-thumbs-o-up {
    font-size: 32px;
}

.el-product-list-item .el-wrapper .el-priority-sub p,
.el-product-list-item__thumb .el-wrapper .el-priority-sub p,
.el-product-full .el-wrapper .el-priority-sub p {
    display: block;
    line-height: 1;
    font-weight: bold;
    margin: 0;
    font-size: 10px;
}

/*prog-3518*/
.el-card-child-modal_href {
    cursor: pointer;
    color: #4768a7;
}

.el-card-child-modal_href:hover {
    color: #5d7dba;
}

.el-city-phone-top-mobile .fa {
    margin-right: 0px;
}

@media (min-width: 320px) and (max-width: 992px) {
    .el-mobile-header-margin {
        margin-top: 25px;
    }

    .el-carousel-slider {
        margin-bottom: 0;
    }

    .el-social-item {
        margin: 0 !important;
    }

    .el-social-item a {
        margin: 0 !important;
    }
}

/* PROG-3487*/
.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    width: 90%;
    min-height: 300px;

}

.youtube .play {
    background: url('/images/youtube-play-btn.png') no-repeat;
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.youtube:hover .play {
    background-position: 0 0;
}


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

.el-city-phone-top-mobile .el-top-contant-phone span {
    font-size: 12px;
}

.el-city-phone-top-mobile .el-top-contact-city {
    font-size: 14px;
}

*,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

@media (max-width: 450px) {
    .el-site-info-collapse-button {
        width: 1.2em;
    }
}


/*PROG-3670 (BEGIN)*/
.el-h1-mobile {
    margin-top: 0;
    font-size: 2.5rem;
    display: block;
}

@media (max-width: 768px) .el-h1-mobile {
    margin-bottom: 10px;
}

@media (max-width: 450px) .el-h1-mobile {
    font-size: 2rem;
    margin: 15px 0;
}

.el-breadcrumbs_mobile {
    min-height: unset;
    background-image: none;
    box-shadow: none;
}

.el-breadcrumbs_link,
.el-filters_mobile {
    padding: 5px 0;
}

.el-breadcrumbs_mobile li {
    list-style: none;
}

.el-breadcrumbs_mobile li a {
    font-size: 18px;
    font-weight: bold;
}

.el-breadcrumbs_mobile .el-breadcrumbs_link li:not(:last-child) {
    display: none;
}

.el-breadcrumbs_mobile li a::before {
    font-family: FontAwesome;
    content: "\f104";
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
}

.el-filters_mobile i {
    font-size: 24px;
    padding: 0 0 0 15px;
}

.el-owl-child-categories-block {
    height: 42px;
}

.el-owl-child-categories {
    margin: 5px 0 5px 0;
    height: 42px;
}

.el-owl-child-categories .owl-stage-outer {
    height: 42px;
}

.el-owl-child-categories .owl-stage {
    width: auto !important;
    white-space: nowrap;
}

.el-owl-child-categories .owl-stage .owl-item {
    position: static;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.el-owl-child-categories .el-owl-child-item {
    background: #F4F4F4;
    padding: 10px 15px;
    border-radius: 3px;
    display: inline-block;
}

.el-owl-child-categories .owl-next span,
.el-owl-child-categories .owl-prev span {
    font-size: 25px;
    outline: none;
}

.el-owl-child-categories .owl-next span {
    color: grey !important;
}

.el-owl-child-categories .owl-prev,
.el-owl-child-categories .owl-next {
    top: 50% !important;
    transform: translate(0%, -50%) !important;
    position: absolute;
}

.el-owl-child-categories .owl-prev {
    left: -11px;
    outline: none;
}

.el-owl-child-categories .owl-next {
    right: -12px;
    outline: none;
}

.el-owl-child-categories .owl-next.disabled,
.el-owl-child-categories .owl-prev.disabled {
    display: none;
}

.el-owl-child-categories__hidden {
    visibility: hidden;
    height: 42px;
}

.el-sort-list_mobile li {
    list-style: none;
}

.el-owl-child-categories .owl-carousel .owl-stage {
    height: 42px;
}

/*PROG-3670 (END)*/
.el-city-phone-top-mobile {
    padding: 2px 0;
}

.el-city-phone-top-mobile .fa-whatsapp {
    font-weight: bold;
    font-size: 16px;
}

.el-city-phone-top-mobile .el-social-item a {
    margin: 0 !important;
}

/*блок О компани и Наша команда*/
.el-company-text {
    font-size: 120%;
    margin-bottom: 20px;
}

.el-company-block {
    margin-bottom: 50px;
}

.el-company-block .panel {
    margin-bottom: 0px;
}

.el-company-block .el-advantages {
    padding-bottom: 0;
}

.el-company-btn {
    padding: 10px 50px;
    font-size: 150%;
    margin: 10px 0;
    white-space: break-spaces;
}

.el-brands-row img {
    margin: 0 auto;
    margin-bottom: 50px;
}

.el-banner img {
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 20px;
}

.el-team {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.el-company-block. col-2-5 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 10px;
    margin-bottom: 20px;
}

@media (max-width: 1430px) {
    .el-company-block .col-2-5 {
        flex: 0 0 33%;
        max-width: 33%;
    }
}

@media (max-width: 992px) {
    .el-company-block .col-2-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .el-company-btn {
        padding: 10px 20px;
        font-size: 130%;
    }
}

.el-team {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.el-team .thumbnail {
    margin-bottom: 0;
}

.el-team-all {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #6bba9f;
}

.el-team-all a {
    text-align: center;
    font-size: 1.8em;
}

.el-team .col-2-5,
.el-row-flex .col-2-5 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 10px;
    margin-bottom: 20px;
}

@media (max-width: 1430px) {

    .el-team .col-2-5,
    .el-row-flex .col-2-5 {
        flex: 0 0 33%;
        max-width: 33%;
    }
}

@media (max-width: 992px) {

    .el-team .col-2-5,
    .el-row-flex .col-2-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}




.el-city-phone-top-mobile .container {
    padding-left: 10px;
    padding-right: 10px;
}

.el-city-phone-top-mobile .el-social-item {
    margin-right: 4px !important;
}

.el-column {
    column-count: 4;
}

@media (max-width: 992px) {
    .el-column {
        column-count: 2;
    }
}


.el-mobile-table td.el-cart-list-product .el-cart-images {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

@media (max-width: 768px) {
    .el-mobile-table td.el-cart-list-product .el-cart-images {
        justify-content: flex-end;
    }
}

@media (max-width: 400px) {
    .el-mobile-table td.el-cart-list-product .el-cart-images {
        flex-direction: column;
        align-items: flex-end;
    }
}

@media (max-width: 768px) {
    /* PROG-3729 */


    .el-mobile-table {
        border: 0;
    }

    .el-mobile-table thead {
        display: none;
    }

    .el-mobile-table tr {
        margin-bottom: 10px;
        display: block;
        /*border-bottom: 1px solid #ddd;*/
    }

    .el-mobile-table td {
        display: block;
        text-align: right;
        font-size: 13px;
        /*border-bottom: 1px dotted #ccc;*/
    }

    .el-mobile-table td.el-cart-list-product img {
        margin-right: 0 !important;
    }

    .el-mobile-table td:last-child {
        border-bottom: 0;
    }

    .el-mobile-table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }

    .el-mobile-table .el-cart-list-item {
        border: 1px solid #ddd;
        border-radius: 4px;
    }

    .el-discount-block td {
        border: none !important;
    }

    .list-group-item span {
        float: none !important;
    }


    .el-mobile-table .el-product-cart-counter {
        margin-left: 5px !important;
        margin-bottom: 0px !important;
        margin-right: 2em !important;
    }

}

/*PROG-3789*/
.el-fa-close {
    position: absolute;
    top: 10px;
    left: 20px;
    color: #ccc;
    font-size: 30px;
    z-index: 9999999999 !important;
    cursor: pointer;
}

/*PROG-3789*/



/* PROG-3519 */
.el-product-list-item__thumb .el-product-related-cart {
    position: relative;
    bottom: 0;
    right: 0;
}

.el-product-list-item__thumb .el-product-related-cart .btn {
    font-size: 20px;
}

/* PROG-3519 */

.btn-about {
    display: table;
    margin: 0 auto;
    margin-top: 20px;
}




.el-chrcterstics-col {
    padding-left: 0;
    padding-right: 0;
}

.el-characteristics-list li {
    padding-left: 0;
    padding-right: 0;

}

.el-characteristics-list li span {

    font-size: 0.95em;
}


.el-characteristics-list li div {

    font-size: 0.95em;
}

.el-product-full .el-wrapper> {
    height: 684px;
}



.el-product-list-title__sm {
    font-size: 90%;
    opacity: 0.7;
}


/*PROG-3792*/
.el-product-list-item-body .h4 {
    font-size: 16px;
    word-break: break-word;
}

.el-similar-products .el-product-list-item-body .h4 {
    height: 2.5em;
    overflow: hidden;
}


/*МОБИЛЬНОЕ МЕНЮ PROG-3611 (начало)*/
.el-navbar-togglemenu .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}

.el-menucatalogue-mobile .dropdown-submenu>a:after {
    content: none;
}

.el-menucatalogue-mobile .navbar-nav>.open>a>i.fa,
.el-menucatalogue-mobile .navbar-nav>.open>a:hover>i.fa,
.el-menucatalogue-mobile .navbar-nav>.open>a:focus>i.fa {
    transform: rotate(180deg);
}

.el-menucatalogue-mobile .navbar-nav>.open>a>i.el-float,
.el-menucatalogue-mobile .navbar-nav>.open>a:hover>i.el-float,
.el-menucatalogue-mobile .navbar-nav>.open>a:focus>i.el-float {
    float: left;
    margin: 2px 10px 0 -10px;
}

.el-menucatalogue-mobile .navbar-nav .dropdown-submenu.open>a:hover,
.el-menucatalogue-mobile .navbar-nav .open .dropdown-submenu.open>a:focus {
    background-color: #D5D5D4 !important;
    color: #779199 !important;
    font-weight: bold;
}

.el-menucatalogue-mobile .navbar-nav .dropdown-submenu.open .dropdown-menu>li>a {
    padding: 5px 15px 5px 35px;
}

.el-menucatalogue-mobile .el-float {
    float: right;
}

.el-menucatalogue-mobile .navbar-nav .dropdown-submenu.open>a>i.el-float,
.el-menucatalogue-mobile .navbar-nav .dropdown-submenu.open>a:hover>i.el-float,
.el-menucatalogue-mobile .navbar-nav .dropdown-submenu.open>a:focus>i.el-float {
    float: left;
    margin: 2px 10px 0 0;
}

.el-menucatalogue-mobile .navbar-nav .dropdown-submenu.open>a>i.fa,
.el-menucatalogue-mobile .navbar-nav .dropdown-submenu.open>a:hover>i.fa,
.el-menucatalogue-mobile .navbar-nav .dropdown-submenu.open>a:focus>i.fa {
    transform: rotate(180deg);
}

.el-menucatalogue-mobile .navbar-nav>li>a {
    color: #779199;
    border-bottom: 1px solid #d5d5d4;
    padding: 10px 15px 10px 25px;
}

.el-menucatalogue-mobile a {
    font-size: 18px;
}

.el-menucatalogue-mobile .navbar-nav .open .dropdown-menu>li>a {
    color: #779199;
    border-bottom: 1px solid #d5d5d4;
    padding: 10px 15px 10px 37px;
}

.el-menucatalogue-mobile .navbar-nav>.open>a,
.el-menucatalogue-mobile .navbar-nav>.open>a:hover,
.el-menucatalogue-mobile .navbar-nav>.open>a:focus {
    background-color: #D5D5D4;
    color: #779199;
    font-weight: bold;
}

.el-menucatalogue-mobile .nav .open>a,
.nav .open>a:hover,
.el-menucatalogue-mobile .nav .open>a:focus {
    border-color: #d5d5d4;
}

.el-menucatalogue-mobile .el-menu-cat {
    background-color: #D5D5D4;
    font-weight: bold;
}

.el-menucatalogue-mobile .el-menu-cat i {
    margin: 2px 10px 0 -10px;
}

.el-menucatalogue-mobile .navbar-nav .dropdown-submenu.open .dropdown-menu>li>a {
    padding: 10px 15px 10px 37px;
}

.el-menucatalogue-mobile .navbar-nav .open .dropdown-menu>li>a:hover,
.el-menucatalogue-mobile .navbar-nav .open .dropdown-menu>li>a:focus,
.el-menucatalogue-mobile .navbar-nav>li>a:hover,
.el-menucatalogue-mobile .navbar-nav>li>a:focus {
    color: #779199;
    background-image: none;
    background: transparent;
}

.el-menucatalogue-mobile .navbar-nav>.active>a,
.el-menucatalogue-mobile .navbar-nav>.active>a:hover,
.el-menucatalogue-mobile .navbar-nav>.active>a:focus {
    background-color: #D5D5D4;
    color: #779199;
    font-weight: bold;
    background-image: none;
    text-shadow: unset;
}

.el-menucatalogue-mobile .navbar-nav .open .dropdown-menu>.active>a,
.el-menucatalogue-mobile .navbar-nav .open .dropdown-menu>.active>a:hover,
.el-menucatalogue-mobile .navbar-nav .open .dropdown-menu>.active>a:focus {
    background: #D5D5D4;
    color: #779199;
    font-weight: bold;
    text-shadow: unset;
}

.el-menucatalogue-mobile .dropdown-submenu>.dropdown-menu {
    min-height: unset;
}

/*МОБИЛЬНОЕ МЕНЮ PROG-3611 (конец)*/

@media(max-width:768px) {

    .fa-caret-right,
    .fa-caret-left {
        font-size: 2em !important;
    }
}

.el-flex-div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

/*Новая иконка увеличения картинки для Fotorama - PROG-2518 (начало)*/
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    transform: unset !important;
}

.fotorama__wrap .fotorama__stage .fotorama__fullscreen-icon {
    top: 50% !important;
    right: 50% !important;
    margin-top: -20px;
    margin-right: -20px;
}

.fotorama__arr,
.fotorama__fullscreen-icon {
    background: unset !important;
}

.fotorama__fullscreen-icon:before {
    content: "\f00e";
    font-family: FontAwesome;
    font-size: 30px;
    color: #ccc;
    opacity: 0.8;
}

.fotorama--fullscreen .fotorama__fullscreen-icon:before {
    content: "\f010";
}

.fotorama__arr fotorama__arr--prev,
.fotorama__arr fotorama__arr--next {
    background: unset !important;
}

.fotorama__arr.fotorama__arr--prev:before {
    content: "\f190";
    font-family: FontAwesome;
    font-size: 25px;
    color: #ccc;
    opacity: 0.8;
}

.fotorama__arr.fotorama__arr--next:before {
    content: "\f18e";
    font-family: FontAwesome;
    font-size: 25px;
    color: #ccc;
    opacity: 0.8;
}

/*Новая иконка увеличения картинки для Fotorama - PROG-2518 (конец)*/


/*Новая карточка товара PROG-4030 (начало)*/
@media (max-width: 992px) {
    .el-h2-mobile {
        margin-bottom: 10px;
    }
}

.el-h2-mobile {
    font-size: 2rem;
    margin: 0 0 15px 0;
}

@media (min-width: 320px) and (max-width: 768px) {
    .el-product-full .el-wrapper {
        height: auto;
    }
}

.el-fotorama-mobile .fotorama__nav__frame.fotorama__active .fotorama__dot {
    border-width: 5.5px;
    background: #7f7f7f;
}

.el-fotorama-mobile .fotorama__dot {
    width: 10px;
    height: 10px;
}

.el-custom-tab__mobile {
    font-size: 18px;
    display: block;
    padding: 7px 0 7px 0;
    border-bottom: 1px solid #d5d5d4;
    background: none;
}

@media (max-width: 768px) {
    .el-full-info {
        margin-top: 20px;
    }

    .el-related-goods_card .el-product-related-item {
        border: none;
        min-height: unset !important;
        margin-bottom: 0;
    }

    .el-related-goods_card .el-product-related-item h4 {
        height: 4em;
        font-size: 16px;
    }

    .el-sublink {
        margin-top: 20px;
    }

    .el-product-full-gallery {
        max-height: unset;
    }

    .el-product-full-gallery .item {
        height: auto;
    }

    .el-price-right-block .well {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .el-price-right-block .lead {
        margin-bottom: 10px;
    }

    .el-price-right-block .el-product-full-price-title {
        margin-bottom: 0;
    }

    .el-review-button .scroll-link {
        white-space: break-spaces;
    }

    .el-in-stock {
        clear: none !important;
    }

    .el-in-stock-date {
        clear: none !important;
        text-align: right;
    }

    .el-related-carousel {
        margin-top: 20px;
    }

    .el-related-carousel .panel {
        min-height: unset !important;
        border: none !important;
        box-shadow: none !important;
    }

    .el-section {
        padding-top: 10px !important;
    }

    .popover {
        white-space: break-spaces;
    }
}

.el-custom-well__mobile {
    border: none;
}

.el-breadcrumbs_mobile {
    margin-bottom: 0;
}

.el-custom-map-adress-change-in-card__mobile {
    display: none;
}

.el-card-text__visible {
    height: 20rem;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.el-price-right-block .well {
    margin-bottom: 0;
}

.el-price-right-block .el-colors h3 {
    margin-top: 0;
}

.el-variant-item-block {
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 15px;
    background: #fff;
    padding: 3px 10px;
    margin: 0 10px 10px 0;
}

.el-colors .el-variant-item.active {
    border: 2px solid #7b7b7b;
}

.el-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.el-variant-item-block:hover {
    cursor: pointer;
}

.el-product-full-oldprice-changed {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.el-product-full-oldprice-changed {
    font-size: 24px;
    font-weight: 600;
    margin-right: 10px;
}

.el-product-full-oldprice-changed .badge {
    margin-left: 10px;
}

@media screen and (max-width: 900px) {

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: normal;
    }
}

@media (max-width: 760px) {

    table.table-striped__mobile,
    .table-striped__mobile thead,
    .table-striped__mobile tbody,
    .table-striped__mobile th,
    .table-striped__mobile td,
    .table-striped__mobile tr {
        display: block;
    }

    .el-property_name {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-striped__mobile tr:not(:first-child) {
        margin: 0 0 3.5rem 0;
    }

    .table-striped__mobile tr:nth-child(odd) {
        background: #ccc;
    }

    .table-striped__mobile td {
        height: auto;
        min-height: 45px;
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
    }

    .table-striped__mobile td:before {
        position: absolute;
        top: 8px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
    }

    .el-product-full-table__mobile {
        border: none;
    }

    .el-product-full-table__mobile .table>tbody>tr>td,
    .el-product-full-table__mobile .table>tbody>tr>th,
    .el-product-full-table__mobile .table>tfoot>tr>td,
    .el-product-full-table__mobile .table>tfoot>tr>th,
    .el-product-full-table__mobile .table>thead>tr>td,
    .el-product-full-table__mobile .table>thead>tr>th {
        border-top: none;
    }

    .el-full-variant-name__width {
        width: 100%;
        white-space: normal;
    }

    .input-group-btn {
        opacity: 1 !important;
    }

    .el-section-mobile .el-product-full {
        margin-bottom: 30px;
    }

}

/*Новая карточка товара PROG-4030 (конец)*/

@media (max-width: 768px) {
    .el-offimeb-carousel .el-advantages-flex-text {
        height: auto;
    }

    .el-offimeb-carousel .el-product-list-item {
        min-height: unset !important;
    }

    .el-offimeb-carousel .owl-dots {
        display: none;
    }

    .el-offimeb-carousel .el-product-list-title.rev-title {
        margin-top: 15px;
    }

    .el-margin-top {
        margin-top: 0;
    }

    .el-advantages-flex-item {
        height: auto !important;
    }

    .el-well-info .el-well-ico__big {
        float: none !important;
        margin: 0 0 10px 0;
        text-align: center;
    }

    .el-well-info h3 {
        margin-left: 0;
        text-align: center;
    }

    .el-city-phone-top-mobile .row {
        margin-left: -10px;
        margin-right: -10px;
    }
}



.mt-15 {
    margin-top: 15px;
}


/* PROG-3521 */

.el-one-click-buy {
    background-color: initial !important;
    background-image: none !important;
    border-width: 0.2em !important;
    border-style: solid !important;
    padding-left: 0.3em !important;
    padding-right: 0.3em !important;
    padding-top: 0.3em !important;
    padding-bottom: 0.3em !important;
    border-radius: 0.4em !important;
    padding: 5px !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
    font-weight: normal !important;
    text-align: center !important;
    vertical-align: middle !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    font-size: 14px !important;
    line-height: 1.428571429 !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    min-height: auto !important;
    user-select: none !important;
}

.el-add-to_compare {
    background-color: initial !important;
    background-image: none !important;
    padding-left: 0.3em !important;
    padding-right: 0.3em !important;
    padding-top: 8px !important;
    padding-bottom: 0 !important;
    border-radius: 0.4em !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
    font-weight: normal !important;
    text-align: center !important;
    vertical-align: middle !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    font-size: 14px !important;
    line-height: 1.428571429 !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    min-height: auto !important;
    user-select: none !important;
    padding: 8px 16.7px 0 0 !important;
}

.el-add-to_compare .fa {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 1.5em;
    position: relative;
    top: -3px;
}

@media (max-width:768px) {
    .el-add-to_compare .fa {
        font-size: 1.2em;
        top: 1px;
    }
}

.el-custom-mob-main-row .el-add-to_compare {
    padding-left: 0.5em !important;
}

@media (max-width:1000px) {

    .el-custom-col-panel {
        padding-left: 0;
    }

}

@media (max-width:600px) {

    .el-custom-mob-main-row {
        margin-left: 0;
        /*  margin-left: 1em; */
        margin-right: 0;
    }

}

.el_compare_close {
    right: 7px;
    position: absolute;
    top: 0px;
}



.el-custom-catalogue-row {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

.el-custom-catalogue-col {
    padding-left: 0;
    padding-right: 0;
}

.el-one-click-buy-catalogue {
    background-color: initial;
    background-image: none;
    border-width: 0.2em;
    border-style: solid;
    padding-left: 0.3em;
    padding-right: 0.3em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    border-radius: 0.4em;
}

.el-catalogue-compare-col {
    margin-top: 0;
    /* padding-left: 0.6em; 
     padding-left: 0.05em; */
}

@media (min-width:1000px) {
    .el-catalogue-compare-col {
        padding-left: 0;
    }
}




@media (max-width:1000px) {
    .el-custom-catalogue-row .el-custom-catalogue-col {
        padding-left: 0.5em;
    }

    .el-custom-catalogue-row .el-catalogue-compare-col {
        padding-left: 2em;
    }
}

@media (max-width:350px) {
    .el-custom-catalogue-row .el-catalogue-compare-col {
        padding-left: 2.3em;
    }
}


@media (min-width:1400px) {
    .el-custom-catalogue-col .el-one-click-buy-catalogue {
        width: 100%;

    }
}

.el-custom-catalogue-col .el-one-click-buy-catalogue {
    border-color: inherit;
}

.el-custom-col-panel .el-one-click-buy {
    border-color: inherit;
}

.el-catalogue-compare-style {
    margin-top: 0;
}

.el-complect-panel .el-custom-mob-main-row {
    display: flex;
    padding-left: 1em;
}

@media (min-width: 401px) and (max-width: 800px) {

    .el-custom-mob-main-row {
        padding-left: 2em;
    }
}


@media (max-width:400px) {
    .el-complect-panel .el-custom-mob-main-row {
        padding-left: inherit;
    }
}

/*
@media (min-width: 1200px) and (max-width: 1400px)  {

    .el-add-to-compare-col{
        padding-left: 3em;
    }

}
*/

/* (END) PROG-3521 */

.el-colors img {
    padding: 2px;
    width: 80px;
    height: 80px;
    margin: 0 10px 10px 0;
}

@media (max-width:768px) {
    .el-colors img {
        width: 50px !important;
        height: 50px !important;
    }
}

/* PROG-2009 safari only */
_:default:not(:root:root),
.row.el-main-row:after,
.row.el-main-row:before,
.row.el-flex-row:after,
.row.el-flex-row:before,
.row.el-row-flex:after,
.row.el-row-flex:before,
.row.el-flex:after,
.row.el-flex:before {
    display: none;
}


.body__padding-mobile {
    padding-top: 75px;
}

@media (min-width: 1600px) {
    .el-hide-xl {
        display: none !important;
    }
}

@media (max-width: 1600px) {
    .el-about__menu .el-about__menu-left {
        display: none;
    }
}

.el-about__menu .el-about__menu-left>li {
    display: inline-block;
}


/* (BEGIN) PROG-4802 */
@media (max-width: 992px) {
    .el-top-icon.about-company {
        padding-left: 0;
    }

    .el-top-icon a {
        padding: 0 0 0 10px;
    }

    .el-top-icon i {
        font-size: 21px !important;
    }

    .navbar-default {
        min-height: unset !important;
    }

    .about-company>div {
        display: flex;
        align-items: center;
    }
}

.el-top-icon a.el-site-info-collapse-button {
    padding: 0;
    width: unset;
    font-size: 12px;
}

@media (min-width: 375px) {
    .about-company-word {
        display: inline-block;
        position: relative;
    }

    .about-company-icon {
        display: none;
    }
}

@media (max-width: 374px) {
    .about-company-word {
        display: none;
    }

    .about-company-icon {
        display: inline-block;
        position: relative;
        top: 1px;
        padding-right: 5px;
    }

    .el-top-icon a {
        padding: 0 0 0 12px;
    }

    .el-cart-short.el-cart-block {
        padding-left: 8px;
    }
}

/* (END) PROG-4802 */

/* (BEGIN) PROG-4824 */
.el-contacts ul {
    list-style: none;
    padding: 10px 0 0 10px;
}

.el-contacts ul li {
    padding: 0 0 15px 0;
}

.el-contacts ul li .el-whatsapp {
    color: #4CCA5A;
}

.el-contacts ul li .el-viber {
    color: #774E97;
}

.el-contacts ul li .el-telegram {
    color: #3390EC;
}

.el-contacts__desktop ul {
    left: unset;
    right: 0;
    min-width: 310px;
    top: 125%;
    border-radius: 0;
    border: 1px solid #ccc;
    box-shadow: none;
    padding: 0;
}

.el-contacts__desktop ul li {
    padding: 0;
}

.el-contacts__desktop {
    top: 2px;
}

.el-contacts__desktop .fa-whatsapp {
    font-size: 20px;
}

.el-contacts__desktop .dropdown-menu>li>a,
.el-contacts__desktop .dropdown-menu>li>p {
    background: none;
    color: #2d4c6b;
    padding: 0;
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #ccc;
    margin: 0;
}

.el-contacts__desktop .dropdown-menu>li>a:hover,
.el-contacts__desktop .dropdown-menu>li>a:focus {
    opacity: 0.7;
    color: #2d4c6b;
}

/* (END) PROG-4824 */

.el-slider-block-main {
    min-height: 430px;
}

@media (max-width: 768px) {
    .el-slider-block-main {
        min-height: 410px;
    }
}

.el-about-montazh-block {
    padding-top: 15px;
}

.el-about-montazh-p {
    font-size: 16px;
}

.el-about-montazh-li {
    font-size: 16px;
}

.el-content,
.el-reviews-full,
.el-article-full {
    font-size: 16px;
}

.el-faq-question {
    font-weight: bold;
    margin-bottom: 0.5em
}

.el-faq-answer {
    padding-left: 1em;
}

.el-faq-answer p:first-child:before {
    content: "Ответ ";
    display: inline-block;
    padding: 3px 7px;
    margin-right: 0.5em;
    font-weight: bold;
    font-size: 90%;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
}

.el-faq-title h2 {
    margin-top: 0;
}

/*(start) PROG-4452*/
.ivideon-camera-block {
    position: fixed;
    bottom: 0;
    z-index: 9999999;
    display: none;
    background: #f4f4f4;
    padding: 7px;
    border-radius: 3px;
}

.ivideon-camera-block_mobile {
    width: 100%;
    text-align: center;
}

.ivideon-close-camera {
    position: absolute;
    right: -25px;
    top: -30px;
    cursor: pointer;
}

.ivideon-close-camera_mobile {
    right: 10px;
    top: -35px;
}

.ivideon-frame {
    display: inline-block;
}

.ivideon-camera-button {
    cursor: pointer;
}

.ivideon-camera-button .fa {
    animation: 2s ease-in-out 0s infinite normal none running pulse;
}

.ivideon-camera-button .fa.on {
    color: #4aC959;
}

.ivideon-camera-button .fa.off {
    color: #ff0000;
}

/*(end) PROG-4452*/
.font-weight-bold {
    font-weight: bold;
}

.el-content .fotorama__stage {
    margin-bottom: 1em;
}

.twitter-typeahead {
    width: 100%
}

.el-search-header .twitter-typeahead,
.el-search-header .input-group .form-control {
    width: 100%;
}

.el-shop-filtercheck {
    margin-bottom: 20px;
    display: none
}

.el-shop-filtercheck-item {
    display: inline-block;
    margin: 2px;
    line-height: 120%;
}

.el-shop-filtercheck-item .close {
    font-size: initial;
    margin-left: 3px;
    color: #ffffff;
    opacity: .9;
    margin-top: -3px;
}

.el-shop-filtercheck-item .close:hover {
    opacity: 1
}



#el-card-child-modal .el-add-in-cart .btn {
    display: grid !important;
}


/*PROG-5196*/
.el-cart-block {
    text-align: end;
}

.el-cart-block a.btn {
    display: inline-block;
    background: none;
    position: relative;
    border: none;
    padding: 8px 12px 8px 0;
}

.el-cart-block a.btn.focus,
.el-cart-block a.btn:focus,
.el-cart-block a.btn:hover {
    color: unset;
}

.el-cart-block a.btn:active {
    box-shadow: none;
}

.el-cart-block a.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    box-shadow: none;
}

.el-cart-block .fa {
    font-size: 35px;
}

.el-cart-block .el-label-head {
    position: absolute;
    right: 0;
    top: 5px;
}

@media(max-width: 992px) {
    .el-cart-short.el-cart-block {
        display: inline-block;
        top: -1px;
        padding-left: 5px;
    }

    .el-cart-block a.btn {
        padding: 0 0 0 7px;
        margin-top: -3px;
    }

    .el-cart-block a.btn i {
        font-size: 22px !important;
    }

    .el-cart-block .el-label-head {
        padding: 1px 4px;
        border-radius: 50%;
        right: -7px;
        top: -5px;
    }
}

/*PROG-5196*/






/*PROG-5140*/
#f_Keyword {
    width: 100%;
}

/*end PROG-5140*/


.el-row-flex__card .el-product-list-price {
    margin: 0;

}

.el-alert {
    min-height: 52px;
    margin-top: 20px;
}

@media (max-width: 992px) {
    .el-alert {
        min-height: 72px;
    }
}

@media (max-width: 510px) {
    .el-alert {
        min-height: 92px;
    }
}

@media (max-width: 387px) {
    .el-alert {
        min-height: 112px;
    }
}




/* PROG-5229 */

.el-fix-click-price-window-header {
    font-weight: 500;
    color: black;
    font-size: 1.7em;
}

.el-fix-click-price-item-container {
    padding-bottom: 1em;
}


.el-fix-click-price-modal-left-part {
    padding-top: 2em;
}

.el-fix-click-price-pre-item-name {
    text-align: center;
    color: black;
    font-size: 1.2em;
}

.el-fix-click-price-item-name {
    text-align: center;
    color: black;
    vertical-align: sub;
}

.el-fix-click-price-pre-item-price {
    text-align: center;
}

.el-fix-click-price-item-price {
    font-size: 1.3em;
    font-weight: bold;
    vertical-align: sub;
}

#fix_click_price_approve_button {
    float: right;
    width: 100%;
}

.el-fix_click_price-loading-container {
    text-align: center;
    color: black;
    vertical-align: sub;
    font-size: 1.3em;
    padding: 5em;
}

.el-fix_click_price-result-container {
    text-align: center;
    color: black;
    vertical-align: sub;
    font-size: 1.3em;
    padding: 5em;
}

#el-fix_click_price-form-email-warn {
    opacity: 0;
}

#el-fix_click_price-form-name-warn {
    opacity: 0;
}

#el-fix_click_price-form-phone-warn {
    opacity: 0;
}

.el-click-fix-price {
    font-weight: bold;
}

.el-click-fix-price span {
    vertical-align: sub;
}

.el-fix-click-price-row .el-click-fix-price span {
    vertical-align: baseline;
}

@media (max-width: 450px) {

    .el-add-in-cart .el-custom-col-panel .el-custom-mob-main-row .el-custom-add-to-cart-row .btn {
        min-height: 4em;
    }

    .el-click-fix-price span {
        white-space: normal;
    }

    .el-add-in-cart .el-custom-col-panel .el-custom-mob-main-row .el-custom-add-to-cart-row {
        padding-left: 0;

    }

    .el-add-in-cart .el-custom-col-panel .el-custom-mob-main-row .el-fix-click-price-row {
        padding-left: 0 !important;
    }

    .el-one-click-buy span {
        white-space: normal;
    }

    .el-add-in-cart .el-custom-col-panel .el-custom-mob-main-row .el-one-click-buy-row {
        padding-left: 0;
    }

    .el-add-in-cart .el-custom-col-panel .el-custom-mob-main-row .el-fix-click-price-row {
        padding-left: 0;
    }

    .el-add-in-cart .el-custom-col-panel .el-custom-mob-main-row .el-add-to-compare-row {
        padding-left: 0;
    }

    .el-add-in-cart .el-custom-col-panel .el-custom-mob-main-row .el-add-to_compare {
        padding-left: 0.5em !important;
        padding-top: 1.5em !important;
    }
}





@media (min-width: 1000px) and (max-width: 1400px) {

    .el-click-fix-price {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }



}

/* (END) PROG-5229 */

.el-menu__desktop {
    box-shadow: 0px 0px 16px rgb(0 0 51 / 10%);
}

@media (min-width: 992px) {
    .navbar.nav-pills.navbar-sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 54px 15px 0 15px;
        z-index: 11;
        width: 100%;
        border-bottom: 1px solid #ccc;
        border-radius: 0;
    }

    .navbar.nav-pills.navbar-sticky .el-breadcrumb {
        display: none;
    }
}

#el-data-add {
    margin-bottom: 2em;
}

.el-data-form {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    padding: 30px;
    border-radius: 10px;
}

.el-data-form h3 {
    margin-top: 0;
}

.el-data-form .form-group {
    margin-bottom: 25px;
}

@media (min-width: 1200px) and (max-width: 1920px) {
    .el-data-form .form-group:last-child {
        margin-bottom: 0;
    }
}

.el-data-form textarea {
    height: 100%;
    resize: none;
}

.el-data-form .el-personal-data {
    margin-top: 30px;
}

@media (max-width:768px) {
    .el-data-form .form-group:last-child {
        margin-bottom: 25px;
    }

    .el-data-form textarea {
        height: 150px;
    }
}

.el-alert strong {
    font-size: 17px;
}

@media (max-width:768px) {
    .el-alert strong {
        font-size: 15px;
    }
}

.el-top-contact .el-desktop-social {
    position: relative;
}

.el-top-contact .el-desktop-social ul {
    min-width: 310px;
    overflow: hidden;
}

.el-top-contact .el-desktop-social ul .fa {
    font-size: 20px;
}

.el-top-contact .el-desktop-social ul li .el-whatsapp {
    color: #4CCA5A;
}

.el-top-contact .el-desktop-social ul li .el-viber {
    color: #774E97;
}

.el-top-contact .el-desktop-social ul li .el-telegram {
    color: #3390EC;
}

.el-control-filter-input {
    cursor: pointer;
}

.el-control-filter-input:hover {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}

@media (max-width: 768px) {
    .el-about-us-personal .caption {
        overflow: hidden;
    }

    .el-about-us-personal h3 {
        margin-top: 0;
        font-size: 20px;
    }

    .el-about-us-personal p {
        font-size: 13px;
    }
}

.el-product-list-item-body .el-row-flex__card .el-row-flex {
    justify-content: end;
}

.el-product-list-item-body .el-row-flex__card .el-row-flex .el-add-in-cart {
    order: 2;
}

.owl-product-14 .owl-prev,
.owl-product-14 .owl-next {
    position: absolute;
    top: 50%;
}

.owl-product-14 .owl-prev {
    left: -20px;
}

.owl-product-14 .owl-next {
    right: -20px;
}

@media(max-width:768px) {
    .owl-product-14 .owl-prev {
        left: 0;
    }

    .owl-product-14 .owl-next {
        right: 0;
    }
}

/*PROG-5333*/
.el-main-container {
    display: grid;
    grid-template-areas:
        "el-col-1 el-col-1 el-col-2 el-col-2"
        "el-col-1 el-col-1 el-col-4 el-col-4"
        "el-col-3 el-col-3 el-col-4 el-col-4";
    grid-column-gap: 30px;
    grid-auto-columns: 1fr;
}

.el-main-container>div {
    min-width: 0;
}

@media (max-width:1200px) {
    .el-main-container {
        grid-template-areas:
            "el-col-1 el-col-1 el-col-2 el-col-2"
            "el-col-1 el-col-1 el-col-4 el-col-4"
            "el-col-3 el-col-3 el-col-4 el-col-4";
    }
}

@media (max-width:992px) {
    .el-main-container {
        grid-template-areas:
            "el-col-1"
            "el-col-2"
            "el-col-3"
            "el-col-4";
    }
}

#el-col-1 {
    grid-area: el-col-1;
}

#el-col-2 {
    grid-area: el-col-2;
}

#el-col-3 {
    grid-area: el-col-3;
}

#el-col-4 {
    grid-area: el-col-4;
}


@media (max-width:768px) {
    .panel-default.el-product-list-item {
        border: none;
        box-shadow: none;
    }

    .panel-footer.el-product-list-item-footer {
        border: none;
        background: none;
        padding-top: 0;
    }

    .el-product-list-price .el-add-to_compare {
        padding: 10px 1px !important;
    }

    .el-product-list-price {
        height: 40px;
    }

    .el-no-padding {
        padding: 0;
    }
}



.el-my-breadcrumbs {
    margin: 20px 0;
}

.el-my-breadcrumbs .el-bc-bloc {
    display: inline-block;
    position: relative;
}

.el-my-breadcrumbs a {
    font-size: 15px;
    padding: 10px 0;
}

.el-my-breadcrumbs .el-bc-bloc span {
    margin: 0 5px;
}

.el-my-breadcrumbs .el-bc-bloc .active {
    color: #ccc;
    cursor: unset;
}

.el-my-breadcrumbs .el-bc-bloc span.caret {
    margin: 0;
}

.el-my-breadcrumbs .el-bc-bloc .dropdown-menu {
    top: 25px;
    left: 30px;
    width: 300px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 4px;
}

.el-my-breadcrumbs .el-bc-bloc .dropdown-menu::-webkit-scrollbar {
    width: 7px;
    background-color: #f9f9fd;
}

.el-my-breadcrumbs .el-bc-bloc .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #d5d5d5;
}

.el-my-breadcrumbs .el-bc-bloc .dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
    background-color: #f9f9fd;
}

.el-my-breadcrumbs .el-bc-bloc:hover>.dropdown-menu {
    display: block;
}

.el-my-breadcrumbs-mobile .el-bc-bloc ul {
    display: none !important;
}

.el-my-breadcrumbs-mobile .el-bc-bloc:not(:last-child) {
    display: none;
}

.el-my-breadcrumbs-mobile .el-bc-bloc-first {
    display: inline !important;
}

.el-my-breadcrumbs-mobile .el-bc-bloc-second {
    display: none !important;
}

@media (max-width: 768px) {
    .el-my-breadcrumbs-block {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .el-my-breadcrumbs-mobile .el-bc-bloc a {
        font-size: 18px;
        font-weight: bold;
    }

    .el-my-breadcrumbs-mobile .el-bc-bloc-first a::before,
    .el-my-breadcrumbs-mobile .el-bc-bloc:last-child a::before {
        font-family: FontAwesome;
        content: "\f104";
        font-size: 20px;
        font-weight: bold;
        margin-right: 10px;
    }

    .el-my-breadcrumbs {
        margin: 10px 0;
    }

    .el-h1-block {
        margin: 10px 0 !important;
    }
}


/*PROG-5494*/
.dropdown-menu.columns-2 {
    min-width: 450px;
    overflow: hidden;
}

.dropdown-menu.columns-2>div {
    padding: 0;
}

.dropdown-menu.columns-2 .dropdown-menu>li>a {
    white-space: unset;
}

.el-menucatalog-list.el-other-menu {
    left: unset;
    right: 0;
}

/*PROG-5494*/

/*PROG-5407*/
.el-manager-foto {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.el-manager-foto .name {
    margin: 5px 0 5px 0;
    font-size: 16px;
}

.el-manager-foto .position {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.el-manager-foto img {
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

@media (max-width: 768px) {
    .el-manager-foto {
        float: none;
    }
}

/*PROG-5407*/


@media (max-width: 374px) {
    .el-top-icon a {
        padding: 0 0 0 15px;
    }

    .el-cart-short.el-cart-block {
        padding-left: 10px;
    }
}

/* PROG-5364 */
.el-owl-child-item form {
    margin: 0;
}

.el-tag-link,
.el-tag-link__close {
    background: transparent;
    border: 0;
}

.el-tag-link:disabled {
    color: #999;
    border-color: #999
}

.el-tag-link__close {
    position: relative;
    top: -5px;
    left: -10px;
}


/*PROG-5539*/
.el-content-inner-block {
    max-width: 800px;
    font-size: 18px;
    line-height: 35px;
    margin: 60px auto 60px auto;
}

.el-content-inner-block h2 {
    margin: 70px 0 30px 0;
}

.el-content-inner-block p {
    word-wrap: break-word;
}

.el-content-inner-block .el-img-rounded-block {
    margin: 70px 0 40px 0;
}

.el-content-inner-block .el-img-rounded-block .el-img {
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 16px 20px rgba(0, 0, 0, 0.2);
}

.el-content-inner-block .el-img-rounded-block .el-img:hover {
    cursor: pointer;
}

.el-content-inner-block p.text-center {
    margin: 40px 0 60px 0;
}

@media(max-width: 768px) {
    .el-content-inner-block {
        font-size: 16px;
        line-height: 28px;
    }

    .el-article-full-title {
        font-size: 2.5rem;
    }

    .el-content-inner-block h2 {
        font-size: 2.5rem;
    }

    .el-content-inner-block .el-img-rounded-block .el-img {
        height: 400px;
    }
}

.el-content-inner-block .container {
    width: 100%;
    padding: 0;
}

.el-content-inner-block #el-data-add,
.el-content-inner-block .container>div {
    width: auto;
    padding: 0;
}

/*.el-content-inner-block p[align="center"] {
        display: none;
    }*/
.el-content-inner-block .well,
.el-content-inner-block .well h4 {
    font-size: 120%;
}

.el-reviews-full-longread {
    text-align: center;
}

.el-col-longread {
    display: inline-block;
    float: none;
}

/*PROG-5539*/

/*PROG-5612*/
.el-tegs-btns .el-teg-btn {
    font-size: 13px;
    padding: 3px 7px;
    line-height: 1.5;
    margin-bottom: 4px;
}

.el-bg-none {
    /*PROG-5681*/
    background: #fff !important;
}

/*PROG-5612*/

/*PROG-5187*/
.el-services-item {
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 40px;
    transition: .3s all;
}

.el-services-item:hover {
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.el-services-item p {
    margin: 0;
    padding: 15px;
    font-size: 16px;
}

@media(max-width: 400px) {
    .el-services-item p {
        font-size: 12px;
    }
}

/*PROG-5187*/

.fancybox__container {
    z-index: 10050 !important;
}

/*PROG-5675*/
.el-social i.fa-vk {
    color: #0077FF;
}

.el-social i.fa-youtube-play {
    color: #FF0000;
}

.el-social-item-zen {
    width: 22px;
    padding-bottom: 4px;
}


/*PROG-5679*/
.el-articles-block .el-article-list.el-flex-row {
    justify-content: center;
}

.el-articles-block .el-article-list .el-article-list-item {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.el-articles-block .el-article-list-item .el-article-block img {
    margin: 0 auto;
    border-radius: 5px;
    filter: brightness(0.5);
    transition: filter 0.4s, box-shadow 0.4s;
}

.el-articles-block .el-article-list-item .el-article-block {
    position: relative;
    border-radius: 4px;
}

.el-articles-block .el-article-list-item a:hover .el-article-list-thumb {
    box-shadow: 0 6px 12px rgb(0 0 0 / 30%);
    filter: brightness(0.8);
}

.el-articles-block .el-article-block-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
}

.el-articles-block .el-article-block-text h3,
.el-articles-block .el-article-block-text .el-atricle-list-announce {
    color: #fff;
}

.el-articles-block .el-article-block-text .el-atricle-list-announce {
    font-size: 15px;
}

.el-articles-block .el-article-block-text .el-article-list-date {
    margin-top: 10px;
    color: #fff;
}

@media (max-width: 1430px) {
    .el-articles-block .el-article-list-item {
        max-width: 30%;
    }
}

@media (max-width: 1200px) {
    .el-articles-block .el-article-list-item {
        max-width: 48%;
    }
}

@media (max-width: 992px) {
    .el-articles-block .el-article-block-text h3 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .el-articles-block .el-article-list-item {
        max-width: 45%;
    }

    .el-articles-block .el-article-block-text {
        padding: 20px;
    }

    .el-articles-block .el-article-block-text h3 {
        font-size: 18px;
    }

    .el-articles-block .el-article-block-text .el-atricle-list-announce {
        font-size: 13px;
    }
}

@media (max-width: 650px) {
    .el-articles-block .el-article-list-item {
        max-width: 100%;
    }
}

/*PROG-5731*/
.el-article-img {
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 20%), 0 16px 20px rgb(0 0 0 / 20%);
    margin: 0 auto;
}

.el-content-inner-block ul li,
.el-content-inner-block ol li {
    margin: 0;
    padding-left: 0;
    list-style-position: inside;
    text-indent: 0;
    overflow: hidden;
    margin-bottom: 3px;
}


/* PROG-5678 start */
#leaveModal .modal-body {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    background-size: cover;
}

#leaveModal .leaveContent {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 10px 20px 10px 20px;
    margin: 50px 20px;
}

#leaveModal h1 {
    font-size: 35px;
}

#leaveModal .leaveContent .leaveText {
    font-size: 16px;
}

#leaveModal .leaveContent .leaveButton {
    font-size: 18px;
    border-radius: 0px;
    width: 32.5%;
    margin-bottom: 20px;
}

#leaveModal .leaveContent .leaveButtonExit {
    margin-top: 20px;
}

#leaveModal .modal-content {
    border: none;
}

#leaveModal .close {
    font-size: 60px;
    margin: -20px -7px 0 0;
}

#leaveModal .leaveInputs {
    margin-top: 15px;
}

#leaveModal .leaveInputs .leaveInput {
    position: relative;
    width: 50%;
    margin: 0 auto 10px auto;
}

#leaveModal .leaveInputs .leaveInput .leaveTextError {
    color: red;
    margin-top: 5px;
}

#leaveModal .leaveInputs .leaveInput input {
    padding: 12px 30px 10px 40px;
    border: none;
}

#leaveModal .leaveInputs .leaveInput input::placeholder {
    color: #cfcfcf;
}

#leaveModal .leaveInputs .leaveInput input.leaveInputError {
    border: 1px solid red;
}

#leaveModal .leaveInputs .fa {
    position: absolute;
    font-size: 18px;
    left: 80px;
    top: 12px;
}

@media(max-width: 768px) {
    #leaveModal .leaveInputs .leaveInput {
        width: 100%;
        margin: 0 0 10px 0;
    }

    #leaveModal .leaveInputs .leaveInput input {
        width: 100%;
    }

    #leaveModal .leaveContent .leaveButton {
        width: auto;
    }

    #leaveModal .leaveInputs .fa {
        left: 15px !important;
    }
}

/* PROG-5678 end */


/*PROG-5926*/
.el-projects-tegs-slider__wrapper {
    padding: 0 0 10px 0;
    min-height: 38px;
}

.el-projects-tegs-slider {
    height: 28px;
    margin-left: 0 !important;
    padding: 0 !important;
}

.el-projects-tegs-slider.el-tegs-btns .btn-group {
    padding: 0;
}

.el-projects-tegs-slider .owl-item {
    display: inline-block;
}

.el-projects-tegs-slider .owl-stage {
    width: auto !important;
    white-space: nowrap;
}

.el-projects-tegs-slider .el-teg-btn {
    font-size: 13px;
    padding: 3px 6px;
}

.el-projects-tegs-slider .el-teg-btn .el-tag-link {
    line-height: 1;
}

.el-projects-tegs-slider .owl-stage .owl-item {
    position: static;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.el-projects-tegs-slider .owl-nav button span {
    font-size: 25px;
}

.el-projects-tegs-slider .owl-nav .owl-prev,
.el-projects-tegs-slider .owl-nav .owl-next {
    top: -5px;
}

.el-projects-tegs-slider .owl-nav .owl-prev {
    left: -10px;
}

.el-projects-tegs-slider .owl-nav .owl-next {
    right: -10px;
}

/*PROG-5926*/

/*PROG-6133*/
.el-tooltip-prev span {
    visibility: hidden;
    position: absolute;
}

.el-tooltip-prev:hover span {
    visibility: visible;
}

.el-tooltip-prev img {
    height: 270px;
    width: auto;
    max-width: 480px;

}

/*end PROG-6133*/


.el-reviews-full .el-wrapper {
    min-height: 484px;
}

.el-reviews-full .el-product-list-item .el-wrapper {
    min-height: unset;
}

.el-add-in-cart:focus-visible {
    outline: none;
}

.btn:focus.el-new-catalogue-add-to-cart-button,
.btn.el-new-catalogue-add-to-cart-button:active:focus,
.btn.el-new-catalogue-add-to-cart-button.active:focus {
    outline: none !important;
    color: inherit;
    background: none;
    box-shadow: none;
}


/*PROG-6227*/
@media(max-width: 768px) {
    .el-wrapper .el-fotorama-mobile {
        max-height: 580px;
        min-height: 535px;
    }

    .el-wrapper .el-fotorama-mobile .fotorama__stage {
        max-height: 550px;
        min-height: 505px;
    }
}

@media(max-width: 700px) {
    .el-wrapper .el-fotorama-mobile {
        max-height: 535px;
        min-height: 495px;
    }

    .el-wrapper .el-fotorama-mobile .fotorama__stage {
        max-height: 505px;
        min-height: 465px;
    }
}

@media(max-width: 650px) {
    .el-wrapper .el-fotorama-mobile {
        max-height: 495px;
        min-height: 455px;
    }

    .el-wrapper .el-fotorama-mobile .fotorama__stage {
        max-height: 465px;
        min-height: 435px;
    }
}

@media(max-width: 600px) {
    .el-wrapper .el-fotorama-mobile {
        max-height: 455px;
        min-height: 420px;
    }

    .el-wrapper .el-fotorama-mobile .fotorama__stage {
        max-height: 435px;
        min-height: 390px;
    }
}

@media(max-width: 550px) {
    .el-wrapper .el-fotorama-mobile {
        max-height: 420px;
        min-height: 385px;
    }

    .el-wrapper .el-fotorama-mobile .fotorama__stage {
        max-height: 390px;
        min-height: 355px;
    }
}

@media(max-width: 500px) {
    .el-wrapper .el-fotorama-mobile {
        max-height: 385px;
        min-height: 345px;
    }

    .el-wrapper .el-fotorama-mobile .fotorama__stage {
        max-height: 355px;
        min-height: 315px;
    }
}

@media(max-width: 450px) {
    .el-wrapper .el-fotorama-mobile {
        max-height: 345px;
        min-height: 305px;
    }

    .el-wrapper .el-fotorama-mobile .fotorama__stage {
        max-height: 315px;
        min-height: 275px;
    }
}

@media(max-width: 400px) {
    .el-wrapper .el-fotorama-mobile {
        max-height: 305px;
        min-height: 265px;
    }

    .el-wrapper .el-fotorama-mobile .fotorama__stage {
        max-height: 275px;
        min-height: 235px;
    }
}

@media(max-width: 350px) {
    .el-wrapper .el-fotorama-mobile {
        max-height: 265px;
        min-height: 180px;
    }

    .el-wrapper .el-fotorama-mobile .fotorama__stage {
        max-height: 235px;
        min-height: 150px;
    }
}

@media(max-width: 300px) {
    .el-wrapper .el-fotorama-mobile {
        max-height: 180px;
        min-height: unset;
    }

    .el-wrapper .el-fotorama-mobile .fotorama__stage {
        max-height: 150px;
        min-height: unset;
    }
}

.el-wrapper .el-fotorama-mobile .fotorama__nav--dots {
    height: 30px;
}

.el-design-about {
    padding: 2em 1em 1em 3em;
}

@media(max-width: 768px) {
    .el-design-projects-owl-carousel {
        padding: 0;
    }

    .el-design-about {
        padding: 0;
    }

    .el-contacts.collapse li>p {
        margin: 0;
    }

    .el-top-site-info-menu .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}


.no-visible {
    display: none;
}

/*PROG-8279*/
.el-premium {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.el-premium div {
    position: relative;
}

.el-premium i,
.el-premium span {
    position: absolute;
}

.el-premium i {
    font-size: 105px;
    color: #ef5b05;
}

.el-premium span {
    top: 44px;
    left: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

@media(max-width:540px) {
    .el-premium i {
        font-size: 75px;
    }

    .el-premium span {
        top: 31px;
        left: 7px;
        color: #fff;
        font-size: 10px;
    }
}

.el-product-list-item .el-premium {
    z-index: 2;
}

.el-product-list-item .el-premium i {
    font-size: 74px;
    color: #ef5b05;
}

.el-product-list-item .el-premium span {
    top: 31px;
    left: 9px;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
}

/*PROG-8279*/


/*PROG-8346*/
.el-cookie-block {
    position: fixed;
    bottom: 10px;
    left: 82px;
    background: #fff;
    width: 300px;
    height: auto;
    z-index: 1005;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 5px rgba(34, 60, 80, 0.2);
}

.el-cookie-block-wrapper {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.el-cookie-fa-close {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 20px;
}

.el-cookie-fa-close:hover {
    cursor: pointer;
}

.el-cookie-text {
    padding: 25px 15px 15px 15px;
    font-size: 13px;
    color: #a1a1a1;
    line-height: 1.6;
}

.btn-cookie-agree {
    color: #fff;
    margin-bottom: 15px;
}

.btn-cookie-agree:hover {
    opacity: 0.8;
}

@media(max-width:768px) {
    .el-cookie-block {
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
    }

    #chat24-root {
        position: relative;
        z-index: 1004;
    }
}

/*PROG-8346*/

/*PROG-8339*/
.el-admin-btns-block {
    margin-bottom: 5px;
}

.el-admin-btns-block .nc6-toolbar.nc-object-toolbar {
    position: relative;
    opacity: 1;
    top: 0;
    right: 0;
}

.el-edit-priority-block {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    z-index: 1200;
    position: relative;
}

.el-edit-priority-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.el-edit-priority-field label {
    margin-bottom: 0;
}

.el-edit-priority-field input {
    width: 22%;
}

.el-sub-priority-btn {
    display: flex;
    margin-left: 5px;
    align-items: center;
}

.el-sub-priority-select {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    z-index: 1200 !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    background: #fff;
}

.el-sub-priority-select-wrapper {
    height: 285px;
    overflow-y: scroll;
}

.el-sub-priority-select .el-input-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 3px;
}

.el-sub-priority-select label,
.el-sub-priority-select input {
    display: block;
}

.el-sub-priority-select label {
    font-size: 13px !important;
    margin-bottom: 0;
}

.el-sub-priority-select input {
    width: 22%
}

.el-edit-priority-field {
    margin-bottom: 0;
}

.el-edit-priority-field input {
    margin: 0;
}

/*PROG-8339*/

/*PROG-8415*/
.sherlock-widget .externalChatIcon {
    background-color: #F28D3E;
}

.sherlock-widget img {
    position: absolute;
    left: 32px;
    top: 11px;
}

.sherlock-chat .operatorPhoto__normalPhoto {
    border: none;
}

.sherlock-chat .message-in>.message-border {
    background-color: #0e3f18;
    color: #fff;
}

.sherlock-chat .message-in>.message-triangle {
    border-top: 12px solid #0e3f18;
}

.sherlock-chat .message-out>.message-border {
    background-color: #BF9D30;
    color: #fff;
}

.sherlock-chat .message-out>.message-triangle {
    border-top: 12px solid #BF9D30;
}

@keyframes animationContent {
    50% {
        transform: scale(1, 1);
        opacity: 1;
        border: 1px #F28D3E solid;
    }

    100% {
        transform: scale(3, 3);
        opacity: 0;
        border: 1px #F28D3E solid;
    }
}

.sherlock-chat .animationContent {
    position: absolute;
    margin-left: 20px;
    width: 48px;
    height: 48px;
    background-color: transparent;
    -webkit-animation-name: animationContent;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-animation-name: animationContent;
    -moz-animation-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    animation-name: animationContent;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    border-radius: 100%;
    border: 1px #F28D3E solid;
    cursor: pointer;
}

@media(max-width: 992px) {
    .sherlock-chat .sherlock-widget {
        margin-bottom: 0;
        right: -10px;
        bottom: -30px;
    }

    .sherlock-chat .widget_channels {
        bottom: 120px;
        right: -35px;
    }
}

/*PROG-8415*/