
/*!*!* Search *!*!*/
/*!*.quick-fullscreen-modal {*!*/
/*!*    position: fixed;*!*/
/*!*    top: 0;*!*/
/*!*    left: 0;*!*/
/*!*    width: 100%;*!*/
/*!*    height: 100%;*!*/
/*!*    background: rgba(255, 255, 255, 0);*!*/
/*!*    transform: scale(.95);*!*/
/*!*    visibility: hidden;*!*/
/*!*    opacity: 0;*!*/
/*!*    -webkit-transition: 0.2s all;*!*/
/*!*    -moz-transition: 0.2s all;*!*/
/*!*    -o-transition: 0.2s all;*!*/
/*!*    -ms-transition: 0.2s all;*!*/
/*!*    z-index: 10000;*!*/
/*!*}*!*/

/*!*.quick-fullscreen-modal.opened {*!*/
/*!*    transform: scale(1);*!*/
/*!*    visibility: visible;*!*/
/*!*    opacity: 1;*!*/
/*!*    background: rgba(0, 0, 0, 0.85);*!*/
/*!*    backdrop-filter: blur(25px);*!*/
/*!*}*!*/

/*!*.quick-fullscreen-modal.opened.closing {*!*/
/*!*    background: rgba(255, 255, 255, 0);*!*/
/*!*    transform: scale(1.15);*!*/
/*!*    visibility: hidden;*!*/
/*!*    opacity: 0;*!*/
/*!*}*!*/

/*!*.close-fullscreen-modal {*!*/
/*!*    position: fixed;*!*/
/*!*    top: 8px;*!*/
/*!*    right: 8px;*!*/
/*!*    width: 32px;*!*/
/*!*    height: 32px;*!*/
/*!*    line-height: 32px;*!*/
/*!*    font-size: 24px;*!*/
/*!*    text-align: center;*!*/
/*!*    outline: none;*!*/
/*!*    transform: translateX(2rem);*!*/
/*!*    visibility: hidden;*!*/
/*!*    opacity: 0;*!*/
/*!*    -webkit-transition: 0.3s all .3s;*!*/
/*!*    -moz-transition: 0.3s all .3s;*!*/
/*!*    -o-transition: 0.3s all .3s;*!*/
/*!*    -ms-transition: 0.3s all .3s;*!*/
/*!*}*!*/

/*!*.quick-fullscreen-modal.opened .close-fullscreen-modal {*!*/
/*!*    transform: translateX(0);*!*/
/*!*    visibility: visible;*!*/
/*!*    opacity: 1;*!*/
/*!*    color: #fff !important;*!*/
/*!*}*!*/

/*!*.modal-dialog form#callback {*!*/
/*!*    padding-left: 1.5rem;*!*/
/*!*    padding-right: 1.5rem;*!*/
/*!*}*!*/

/*!*.modal-dialog .modal-header {*!*/
/*!*    border-bottom: 1px solid black;*!*/
/*!*}*!*/

/*!*.modal-dialog form#callback .form-select-item > div {*!*/
/*!*    position: relative;*!*/
/*!*}*!*/

/*!*.modal-dialog form textarea {*!*/
/*!*    border: 1px solid #dee2e6;*!*/
/*!*    outline: none;*!*/
/*!*}*!*/

/*!*.modal-dialog form#callback .form-select-item > div:before {*!*/
/*!*    content: '\142F';*!*/
/*!*    position: absolute;*!*/
/*!*    height: 10px;*!*/
/*!*    width: 10px;*!*/
/*!*    top: calc(50% - 10px);*!*/
/*!*    right: 10px;*!*/
/*!*    color: black;*!*/

/*!*}*!*/

/*!*.search-form > input {*!*/
/*!*    background: #434343;*!*/
/*!*    color: #929292;*!*/
/*!*    border: none;*!*/
/*!*    width: 50%;*!*/
/*!*    min-width: 300px;*!*/
/*!*    padding: 0 1rem;*!*/
/*!*!*    text-align: left;*!*!*/
/*!*!*    font-size: 20px;*!*!*/
/*!*    height: 54px;*!*/
/*!*    outline: none;*!*/
/*!*}*!*/

/*!*.search-form > input::-webkit-input-placeholder {*!*/
/*!*    !*color: rgba(33,33,33,.62);*!*!*/
/*!*    color: #929292;*!*/
/*!*}*!*/

/*!*.search-form > button {*!*/
/*!*    !*top: 12px;*!*!*/
/*!*    background: none;*!*/
/*!*    color: #ffffff;*!*/
/*!*    border: 1px solid #ffffff;*!*/
/*!*    font-size: 20px;*!*/
/*!*    height: 54px;*!*/
/*!*    left: 10px;*!*/
/*!*    padding: 0 1rem;*!*/
/*!*    position: relative !important;*!*/
/*!*}*!*/

/*!*.search-form > button > span {*!*/
/*!*    display: none;*!*/
/*!*}*!*/

/*!*.search-form > button:hover {*!*/
/*!*}*!*/

/*!* .search-form > button:hover {*/
/*    width: 1.5rem;*/
/*    height: 1.5rem;*/
/*    background: url('/images/header/search-red.svg') no-repeat center / contain;*/
/*} *!*/
/*!*@media (max-width: 991px) {*!*/
/*!*    .quick-fullscreen-modal-container {*!*/
/*!*        width: 100% !important;*!*/
/*!*    }*!*/
/*!*}*!*/

/*!*#mainSearchPanel {*!*/
/*!*    color: black;*!*/
/*!*    border-color: black;*!*/
/*!*}*!*/

/*!*#mainSearchPanel + button {*!*/
/*!*    transition: all .5s linear;*!*/
/*!*}*!*/

/*!*#mainSearchPanel + button:hover i {*!*/
/*!*    color: red;*!*/
/*!*}*!*/

/*!* //Search *!*/

/*!*!* Navigation *!*!*/
/*!*.header .navigation-ui-links a {*!*/
/*!*    color: #fff;*!*/
/*!*    font-weight: 700;*!*/
/*!*    transition: 0.2s color;*!*/
/*!*    -webkit-transition: 0.2s color;*!*/
/*!*    -moz-transition: 0.2s color;*!*/
/*!*    -o-transition: 0.2s color;*!*/
/*!*    -ms-transition: 0.2s color;*!*/

/*!*}*!*/

/*!*.login-panel a:hover,*!*/
/*!*.header .navigation-ui-links a:hover,*!*/
/*!*.header .navigation-ui-links a:focus {*!*/
/*!*    !* color:rgba(33,33,33,.62); *!*!*/
/*!*    text-decoration: none;*!*/
/*!*    color: #D24A43 !important;*!*/
/*!*}*!*/

/*!*.header .navigation-ui-links .nav-item.active a {*!*/
/*!*    color: rgba(33, 33, 33, .62);*!*/
/*!*}*!*/

/*!*.header .navigation-ui-links .helper-links a {*!*/
/*!*    color: rgba(33, 33, 33, .62);*!*/
/*!*    font-weight: 400;*!*/
/*!*}*!*/

/*!*.header .navigation-ui-links .helper-links a:hover,*!*/
/*!*.header .navigation-ui-links .helper-links a:focus {*!*/
/*!*    color: rgba(33, 33, 33, 1);*!*/
/*!*    text-decoration: none;*!*/
/*!*}*!*/

/*!*.header .second-links a {*!*/
/*!*    font-weight: 300 !important;*!*/
/*!*}*!*/

/*!*@media (min-width: 1200px) {*!*/
/*!*    .header .navigation-ui-links a {*!*/
/*!*        letter-spacing: -0.02rem;*!*/
/*!*    }*!*/
/*!*}*!*/

/*!*@media (max-width: 767px) {*!*/
/*!*    .small-banner-text {*!*/
/*!*        text-align: center !important;*!*/
/*!*    }*!*/
/*!*}*!*/

/*!*@media (max-width: 480px) {*!*/
/*!*    .small-banner {*!*/
/*!*        display: none;*!*/
/*!*    }*!*/
/*!*}*!*/

/*!*@media (max-width: 991px) {*!*/
/*!*    .header .navigation-ui-links a {*!*/
/*!*        padding-right: .5rem !important;*!*/
/*!*        padding-left: .5rem !important;*!*/
/*!*        font-size: 14px;*!*/
/*!*    }*!*/
/*!*}*!*/

/*!*@media (max-width: 1439px) {*!*/
/*!*    .custom-full-width {*!*/
/*!*        -ms-flex: 0 0 100%;*!*/
/*!*        flex: 0 0 100%;*!*/
/*!*        max-width: 100%;*!*/
/*!*    }*!*/
/*!*}*!*/



/*!* RETAIL *!*/

/*!* .shops-switcher  .nav-tabs .nav-item.show .nav-link,*/
/*.shops-switcher  .nav-tabs .nav-link.active {*/
/*    color: #212121;*/
/*    border: none;*/
/*    padding: 1rem 2rem;*/
/*} *!*/
/*.shops-switcher .nav-link {*/
/*    height: 100%;*/
/*    display: block;*/
/*    padding: 1rem 2rem;*/
/*    background: #f8f9fa;*/
/*    color: rgba(33, 33, 33, .45);*/
/*    border: none;*/
/*    font-weight: 300;*/
/*    -webkit-transition: color 0.2s ease;*/
/*    -moz-transition: color 0.2s ease;*/
/*    -o-transition: color 0.2s ease;*/
/*    transition: color 0.2s ease;*/
/*}*/

/*.shops-switcher .nav-link:focus {*/
/*    color: rgba(33, 33, 33, .45);*/
/*}*/

/*.shops-switcher .nav-link:hover {*/
/*    color: rgba(33, 33, 33, 1);*/
/*}*/

/*.contacts .nav-tabs,*/
/*.retail .nav-tabs {*/
/*    border-bottom: none !important;*/
/*}*/


/*.contacts .nav-tabs-bottom,*/
/*.retail .nav-tabs-bottom {*/
/*    margin-bottom: -1px;*/
/*}*/

/*.constructor .design-switcher .nav-tabs-bottom .nav-item {*/
/*    margin-bottom: 0px;*/
/*}*/

/*.contructor .design-switcher .nav-link,*/
/*.contacts .nav-link,*/
/*.retail .nav-link {*/
/*    border-bottom: 1px solid #dee2e6;*/
/*}*/

/*.retail .nav-link:not(.active) {*/
/*    !*border-bottom: none;*!*/
/*}*/

/*.constructor .design-switcher .nav-tabs-bottom .nav-link.active {*/
/*    border: 1px solid #dee2e6;*/
/*}*/

/*.constructor .design-switcher .nav-tabs-bottom .nav-link.active,*/
/*.contacts .nav-link.active,*/
/*.retail .nav-link.active {*/
/*    border-bottom: 1px solid #fff !important;*/
/*}*/



/*.retail .nav-link.active {*/
/*    margin-bottom: -1px;*/
/*}*/

/*.contacts .nav-link {*/
/*    height: 100%;*/
/*}*/

/*@media only screen and (max-width: 850px) {*/
/*    .shops-switcher ul li {*/
/*        width: 50%;*/
/*        text-align: center;*/
/*    }*/

/*    .contacts ul li {*/
/*        width: 50%;*/
/*        !*text-align: center;*!*/
/*    }*/

/*    .contacts .contact-partner ul li {*/
/*        width: 100%;*/
/*        !*text-align: center;*!*/
/*    }*/
/*}*/

/*.single-shops .abc .abc-title {*/
/*    line-height: 32px;*/
/*}*/

/*.single-shops .abc a {*/
/*    display: block;*/
/*    background: #fff;*/
/*    margin-right: 2px;*/
/*    color: #212121;*/
/*    width: 32px;*/
/*    height: 32px;*/
/*    line-height: 32px;*/
/*    font-weight: 700;*/
/*    font-size: 16px;*/
/*    -webkit-transition: all 0.2s ease-out;*/
/*    -moz-transition: all 0.2s ease-out;*/
/*    -o-transition: all 0.2s ease-out;*/
/*    transition: all 0.2s ease-out;*/
/*}*/

/*.single-shops .abc a:hover {*/
/*    background: #fff;*/
/*    color: rgba(33, 33, 33, .62);*/
/*    text-decoration: none;*/
/*}*/

/*.single-shops .letter {*/
/*    width: 100%;*/
/*    background: #ffcb05;*/
/*    color: #212121;*/
/*    font-weight: 700;*/
/*}*/

/*.single-shops .city-name.collapsed {*/
/*    display: block;*/
/*    color: rgba(33, 33, 33, 1);*/
/*    -webkit-transition: all 0.2s ease-out;*/
/*    -moz-transition: all 0.2s ease-out;*/
/*    -o-transition: all 0.2s ease-out;*/
/*    transition: all 0.2s ease-out;*/
/*}*/

/*.single-shops .city-name {*/
/*    color: rgba(33, 33, 33, 1);*/
/*    margin-right: 5px;*/
/*}*/

/*.single-shops .city-name:hover {*/
/*    color: rgba(33, 33, 33, .62);*/
/*    text-decoration: none;*/
/*}*/

/*@media (max-width: 1199px) {*/
/*    .shops-switcher .nav-link,*/
/*    .shops-switcher .nav-link.active {*/
/*        padding: .75rem .85rem !important;*/
/*    }*/
/*}*/

/*@media (max-width: 991px) {*/
/*    .retail .w-50 {*/
/*        width: 100% !important;*/
/*    }*/
/*}*/

/*!******* RETAIL ************!*/

/*!* Partnership page *!*/
/*.partnership-item-content {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -ms-flex-wrap: wrap;*/
/*    flex-wrap: wrap;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -ms-flex-line-pack: center;*/
/*    align-content: center;*/
/*}*/

/*!* //Partnership page *!*/

/*!* Home page *!*/
/*.small-banner {*/
/*    position: relative;*/
/*    background: #ef0c0c;*/
/*    box-shadow: 0px 5px 35px -10px rgba(0, 0, 0, .75);*/
/*}*/

/*.small-banner .call-to-action {*/
/*    box-shadow: 0px 16px 35px -10px rgba(0, 0, 0, .14);*/
/*}*/

/*.btn-call-to-action {*/
/*    color: #ef0c0c;*/
/*    background-color: #fff;*/
/*    border-color: #fff;*/
/*}*/

/*.btn-call-to-action:hover {*/
/*    color: #b70a0a;*/
/*}*/

/*.small-banner .call-to-action:hover {*/
/*    box-shadow: 0px 16px 35px -10px rgba(0, 0, 0, .4);*/
/*}*/

/*.index-catalog {*/
/*    !* box-shadow: 0px 16px 35px -10px rgba(0,0,0,.1); *!*/
/*    !*border: 1px solid rgba(234, 234, 234, 0.5);*!*/
/*    overflow: hidden;*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    background: #fff;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -ms-flex-wrap: wrap;*/
/*    flex-wrap: wrap;*/
/*    -webkit-box-align: start;*/
/*    -ms-flex-align: start;*/
/*    align-items: flex-start;*/
/*    -ms-flex-line-pack: start;*/
/*    align-content: flex-start;*/
/*    transition: 0.5s all;*/
/*    -webkit-transition: 0.5s all;*/
/*    -moz-transition: 0.5s all;*/
/*    -o-transition: 0.5s all;*/
/*    -ms-transition: 0.5s all;*/
/*}*/

/*.main-catalog-item-image {*/
/*    !* overflow:hidden; *!*/
/*    !* width: 100%; *!*/
/*}*/

/*.main-catalog-sub-categories-links,*/
/*.main-catalog-description {*/
/*    font-size: 14px;*/
/*}*/

/*.main-page-catalog {*/
/*    transition: all .5s linear;*/
/*    cursor: pointer;*/
/*    padding: 0 10px;*/

/*}*/

/*.main-page-catalog > div {*/
/*    -webkit-box-shadow: 0px 0px 10px 2px rgba(34 60 80 / 20%);*/
/*    -moz-box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);*/
/*    box-shadow: 0px 0px 10px 2px rgba(34 60 80 / 20%);*/
/*    transition: all .5s linear;*/
/*}*/

/*.main-page-catalog:hover > div {*/
/*    box-shadow: 0px 16px 35px -10px rgb(0 0 0 / 40%);;*/
/*}*/

/*.category-slider .category-slider-image.hide-on-start:not(:first-child) {*/
/*    display: none;*/
/*}*/

/*.category-small-icons {*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    background: linear-gradient(to bottom, rgba(0, 0, 0, .55) 0, rgba(0, 0, 0, .95)) 100%;*/
/*}*/

/*.category-small-icons img {*/
/*    max-height: 60px;*/
/*}*/

/*!* .index-catalog:hover {*/
/*    box-shadow: 0px 16px 35px -10px rgba(0,0,0,.4);*/
/*    z-index: 1;*/
/*} *!*/
/*.index-catalog .lSSlideOuter,*/
/*.index-catalog {*/
/*    transform: scale(1);*/
/*    transition: 0.25s all;*/
/*    -webkit-transition: 0.25s all;*/
/*    -moz-transition: 0.25s all;*/
/*    -o-transition: 0.25s all;*/
/*    -ms-transition: 0.25s all;*/
/*}*/

/*!* .index-catalog:hover  .lSSlideOuter,*/
/*.index-catalog:hover   {*/
/*    transform:scale(1.075);*/
/*} *!*/
/*.index-catalog a {*/
/*    !*filter: brightness(0.8) !important;*!*/
/*    filter: none;*/
/*    transition: all 0.5s ease;*/
/*    transition: 0.5s all;*/
/*    display: inline-block;*/
/*    -webkit-transition: 0.5s all;*/
/*    -moz-transition: 0.5s all;*/
/*    -o-transition: 0.5s all;*/
/*    -ms-transition: 0.5s all;*/
/*}*/

/*.index-catalog:hover a {*/
/*    !*filter: none !important;*!*/
/*    !*filter: brightness(0.8);*!*/
/*}*/

/*.index-catalog .index-catalog-image-link {*/
/*    display: block;*/
/*    overflow: hidden;*/
/*}*/

/*.index-catalog .index-catalog-info h3 {*/
/*    font-weight: 700;*/
/*}*/

/*.index-catalog .index-catalog-info p {*/
/*    opacity: 0;*/
/*    transform: translateY(.5rem);*/
/*    transition: .25s all .4s;*/
/*    -webkit-transition: .25s all .4s;*/
/*    -moz-transition: .25s all .4s;*/
/*    -o-transition: .25s all .4s;*/
/*    -ms-transition: .25s all .4s;*/
/*}*/

/*.index-catalog:hover .index-catalog-info {*/
/*    transform: translateY(0);*/
/*}*/

/*.index-catalog:before {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgb(0, 0, 0);*/
/*    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .75) 100%);*/
/*    z-index: 10;*/
/*}*/

/*.index-catalog:after {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgb(0, 0, 0);*/
/*    background: linear-gradient(245deg, rgba(0, 0, 0, .425) 0%, rgba(0, 0, 0, .75) 100%);*/
/*    opacity: 0;*/
/*    transition: 0.5s opacity;*/
/*    -webkit-transition: 0.5s opacity;*/
/*    -moz-transition: 0.5s opacity;*/
/*    -o-transition: 0.5s opacity;*/
/*    -ms-transition: 0.5s opacity;*/
/*}*/

/*.index-catalog:hover:after {*/
/*    opacity: 1;*/
/*}*/

/*.index-about .index-about-main-iamge {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: url(/images/index/info/about.jpg) no-repeat 50% 100%/cover;*/
/*}*/

/*.index-about .index-about-main-iamge:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .5) 60%);*/
/*}*/

/*.index-about .index-about-info {*/
/*    padding: 10rem 3rem;*/
/*}*/

/*.index-info {*/
/*    font-weight: 300;*/
/*}*/

/*.index-info a {*/
/*    position: relative;*/
/*    text-decoration: underline;*/
/*    color: #212121;*/
/*    transition: .3s ease-in-out all;*/
/*}*/

/*.index-info a:hover {*/
/*    color: rgba(33, 33, 33, 0.62);*/
/*}*/

/*.a-pdf {*/
/*    position: relative;*/
/*    padding-left: 60px;*/
/*    display: block;*/
/*}*/

/*.info-img-wrap {*/
/*    display: flex;*/
/*    align-items: flex-end;*/
/*}*/

/*.info-img-wrap img {*/
/*    width: 100%;*/
/*}*/

/*.a-pdf::before {*/
/*    display: block;*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    height: 47px;*/
/*    width: 50px;*/
/*    background: url(/images/index/info/adobe-pdf-icon.svg) no-repeat center /contain;*/
/*    top: 50%;*/
/*    margin-top: -25px;*/
/*}*/

/*.index-news h3 {*/
/*    font-size: 1rem;*/
/*    font-weight: 700;*/
/*}*/

/*.homepage .index-news h4 {*/
/*    font-size: 16px;*/
/*    text-align: center;*/
/*}*/

/*.index-info img {*/
/*    max-height: 125px;*/
/*}*/

/*.compact-output {*/
/*    !* border-top: 1px solid #eee; *!*/
/*    !* border-bottom: 1px solid #eee; *!*/
/*}*/

/*.compact-output a {*/
/*    text-decoration: none;*/
/*    color: rgba(33 33 33 / 0.8);*/
/*    transition: all .5s ease-in-out;*/
/*    background: #f7f7f7;*/
/*}*/

/*.compact-output a:hover {*/
/*    text-decoration: none;*/
/*    font-weight: 500;*/
/*    color: rgba(33 33 33 / 1)*/
/*}*/

/*.compact-output .subcategory {*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.compact-output .subcategory:last-child {*/
/*    margin-bottom: 0;*/
/*}*/

/*@media (max-width: 1199px) {*/
/*    .index-catalog .h4 {*/
/*        font-size: 1.15rem !important;*/
/*    }*/

/*    .index-about .index-about-info .w-50 {*/
/*        width: 100% !important;*/
/*    }*/
/*}*/

/*@media (max-width: 991px) {*/
/*    .index-about .index-about-info {*/
/*        padding: 5rem 2.5rem;*/
/*    }*/

/*    .index-about .index-about-main-iamge:after {*/
/*        background-image: linear-gradient(to right, rgba(0, 0, 0, .4) 30%, rgba(0, 0, 0, .6) 60%);*/
/*    }*/
/*}*/

/*!* //Home page *!*/

/*!* Catalog *!*/

/*!* Main catalog *!*/

/*!*.main-catalog-item-subcategories {*!*/
/*!*    z-index: 20;*!*/
/*!*}*!*/

/*!*!* //Main catalog *!*!*/

/*!*!* Category-menu *!*!*/
/*!*.category-nav a {*!*/
/*!*    padding: .25rem 0;*!*/
/*!*}*!*/

/*!*.category-nav > div {*!*/
/*!*    padding: .25rem 0;*!*/
/*!*    margin-left: 1rem;*!*/
/*!*}*!*/

/*!*.category-nav > div > div {*!*/
/*!*    margin-left: 1rem;*!*/
/*!*    display: none;*!*/
/*!*}*!*/

/*!*.category-nav.active > a {*!*/
/*!*    font-weight: 700;*!*/
/*!*}*!*/

/*!*.has-active-child > .has-active-child > div,*!*/
/*!*.category-nav.active > div {*!*/
/*!*    display: block;*!*/
/*!*}*!*/

/*!*.category-nav-block > .navigation-ui-links {*!*/
/*!*    margin-bottom: 1.5rem;*!*/
/*!*}*!*/

/*!*.category-nav-block > .navigation-ui-links > a {*!*/
/*!*    display: block;*!*/
/*!*    padding: 1rem;*!*/
/*!*    margin-bottom: .5rem;*!*/
/*!*    !* background-color: #ffcb05; *!*!*/
/*!*    border-bottom: 1px solid rgba(225, 40, 49, 0.3)*!*/
/*!*}*!*/

/*!*.category-nav-block .navigation-ui-links.active > a {*!*/
/*!*    color: rgba(33, 33, 33, 1);*!*/
/*!*}*!*/

/*!*.category-nav-block > .navigation-ui-links > a:hover {*!*/
/*!*    color: rgba(33, 33, 33, 1);*!*/
/*!*}*!*/

/*!*.category-nav-block .navigation-ui-links > a:hover {*!*/
/*!*    color: rgba(33, 33, 33, 1);*!*/
/*!*}*!*/

/*!*!* //Category-menu *!*!*/

/*!*[data-product-item-id] {*!*/
/*!*    position: relative;*!*/
/*!*    border: 1px solid transparent;*!*/
/*!*    border-top: none;*!*/
/*!*    border-bottom: none;*!*/
/*!*    margin-bottom: 2px;*!*/
/*!*    transition: 0.2s all;*!*/
/*!*    !* box-shadow: 0 0 3px 0 rgba(0,0,0,.05); *!*!*/
/*!*    z-index: 0;*!*/
/*!*    transition: 0.2s all;*!*/
/*!*    -webkit-transition: 0.2s all;*!*/
/*!*    -moz-transition: 0.2s all;*!*/
/*!*    -o-transition: 0.2s all;*!*/
/*!*    -ms-transition: 0.2s all;*!*/
/*!*}*!*/

/*!*[data-product-item-id]:hover {*!*/
/*!*    !* box-shadow: 0 10px 15px -5px rgba(0,0,0,.4); *!*!*/
/*!*    z-index: 1;*!*/
/*!*}*!*/

/*!*!* Product *!*!*/
/*!*.product-info-container {*!*/
/*!*    border-bottom: 1px solid rgba(33, 33, 33, .3);*!*/
/*!*}*!*/

/*!*.product-info-container:last-of-type {*!*/
/*!*    border-bottom: none;*!*/
/*!*}*!*/

/*!*.thumb-photo {*!*/
/*!*    overflow: hidden;*!*/
/*!*}*!*/

/*!*.thumb-photo img {*!*/
/*!*    -webkit-transition: all 0.2s ease;*!*/
/*!*    -moz-transition: all 0.2s ease;*!*/
/*!*    -o-transition: all 0.2s ease;*!*/
/*!*    transition: all 0.2s ease;*!*/
/*!*}*!*/

/*!*.thumb-photo img.slick-current {*!*/
/*!*    opacity: .25;*!*/
/*!*    cursor: default;*!*/
/*!*}*!*/

/*!*.product-navigation .product-navigation-arrow {*!*/
/*!*    font-size: 10px;*!*/
/*!*}*!*/

/*!*.technical-parameters {*!*/
/*!*    opacity: 0;*!*/
/*!*    visibility: hidden;*!*/
/*!*    height: 0;*!*/
/*!*    -webkit-column-count: 3;*!*/
/*!*    -moz-column-count: 3;*!*/
/*!*    column-count: 3;*!*/
/*!*    -webkit-column-gap: 1rem;*!*/
/*!*    -moz-column-gap: 1rem;*!*/
/*!*    column-gap: 1rem;*!*/
/*!*    -webkit-transition: all 0.2s ease;*!*/
/*!*    -moz-transition: all 0.2s ease;*!*/
/*!*    -o-transition: all 0.2s ease;*!*/
/*!*    transition: all 0.2s ease;*!*/
/*!*}*!*/

/*!*.technical-parameters.active.show {*!*/
/*!*    opacity: 1;*!*/
/*!*    visibility: visible;*!*/
/*!*    height: auto;*!*/
/*!*}*!*/

/*!*.table.table-sm {*!*/
/*!*    font-size: .875rem;*!*/
/*!*}*!*/

/*!*.short-info tr {*!*/
/*!*    display: none;*!*/
/*!*}*!*/

/*!*.short-info tr:nth-child(-n+7) {*!*/
/*!*    display: table-row;*!*/
/*!*}*!*/

/*!*.additional-products-toggle,*!*/
/*!*.similar-products {*!*/
/*!*    display: none;*!*/
/*!*}*!*/

/*!*.additional-products-toggle.active.show,*!*/
/*!*.similar-products.active.show {*!*/
/*!*    display: block;*!*/
/*!*}*!*/

/*!*.additional-products-toggle.active.show a {*!*/
/*!*    color: rgba(33, 33, 33, .62) !important;*!*/
/*!*}*!*/

/*!*.staff-block {*!*/
/*!*    top: 10rem;*!*/
/*!*    width: 280px;*!*/
/*!*    transform: translateX(-280px);*!*/
/*!*    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .3);*!*/
/*!*    z-index: 100;*!*/
/*!*    -webkit-transition: all 0.2s ease;*!*/
/*!*    -moz-transition: all 0.2s ease;*!*/
/*!*    -o-transition: all 0.2s ease;*!*/
/*!*    transition: all 0.2s ease;*!*/
/*!*}*!*/

/*!*.staff-block.opened {*!*/
/*!*    transform: translateX(0);*!*/
/*!*}*!*/

/*!*.staff-block-toggle {*!*/
/*!*    position: absolute;*!*/
/*!*    top: 0;*!*/
/*!*    right: -30px;*!*/
/*!*    width: 30px;*!*/
/*!*    height: 30px;*!*/
/*!*    line-height: 30px;*!*/
/*!*    text-align: center;*!*/
/*!*    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .3);*!*/
/*!*    cursor: pointer;*!*/
/*!*    z-index: 99;*!*/
/*!*}*!*/

/*!*@media (max-width: 1199px) {*!*/
/*!*    .product-main-info {*!*/
/*!*        padding: 0 !important;*!*/
/*!*    }*!*/
/*!*}*!*/

/*!*@media (max-width: 991px) {*!*/
/*!*    .info-panel {*!*/
/*!*        margin-top: 0 !important;*!*/
/*!*    }*!*/

/*!*    .info-panel .shops-switcher {*!*/
/*!*        width: 100% !important;*!*/
/*!*        flex-wrap: wrap;*!*/
/*!*    }*!*/

/*!*    .info-panel .w-50 {*!*/
/*!*        width: 100% !important;*!*/
/*!*        flex-wrap: wrap;*!*/
/*!*    }*!*/

/*!*    .info-panel .shops-switcher .nav-link {*!*/
/*!*        padding: .5rem 1rem;*!*/
/*!*    }*!*/

/*!*    .technical-parameters {*!*/
/*!*        padding: 0;*!*/
/*!*        -webkit-column-count: 1;*!*/
/*!*        -moz-column-count: 1;*!*/
/*!*        column-count: 1;*!*/
/*!*        -webkit-column-gap: 1rem;*!*/
/*!*        -moz-column-gap: 1rem;*!*/
/*!*        column-gap: 1rem;*!*/

/*!*        -webkit-transition: all 0.2s ease;*!*/
/*!*        -moz-transition: all 0.2s ease;*!*/
/*!*        -o-transition: all 0.2s ease;*!*/
/*!*        transition: all 0.2s ease;*!*/
/*!*    }*!*/
/*!*}*!*/

/*!*!* //Product *!*!*/

/*!*!* Product-list *!*!*/
/*!*.product-list {*!*/
/*!*    position: relative;*!*/
/*!*}*!*/

/*!*.product-list .top-right {*!*/
/*!*    position: absolute;*!*/
/*!*    height: 30px;*!*/
/*!*    top: 0px;*!*/
/*!*    !*left: 0.75rem;*!*!*/
/*!*    float: none;*!*/
/*!*}*!*/

/*!*.product-list .top-right svg {*!*/
/*!*    max-width: 32px;*!*/
/*!*    transform: rotate(-25deg);*!*/
/*!*    display: none;*!*/
/*!*}*!*/

/*!*.product-list .top-right::before {*!*/
/*!*    content: "NEW";*!*/
/*!*    background: rgba(0, 0, 0, 0.5);*!*/
/*!*    color: #FFF;*!*/
/*!*    padding: 0.3rem 0.8rem;*!*/
/*!*    width: 48px;*!*/
/*!*    height: 30px;*!*/
/*!*    position: relative;*!*/
/*!*    top: 3px;*!*/
/*!*    left: 0;*!*/
/*!*}*!*/

/*!*.product-list .top-right .new-bg {*!*/
/*!*    fill: red;*!*/
/*!*    max-width: 32px;*!*/
/*!*}*!*/

/*!*.product-list .top-right .new-txt {*!*/
/*!*    fill: #ffffff;*!*/
/*!*}*!*/

/*!*.product-list input[type="number"].calcitems::-webkit-outer-spin-button,*!*/
/*!*.product-list input[type="number"].calcitems::-webkit-inner-spin-button {*!*/
/*!*    display: none;*!*/
/*!*    -webkit-appearance: none;*!*/
/*!*}*!*/

/*!*@media (max-width: 1199px) {*!*/
/*!*    .buy-btn-container {*!*/
/*!*        padding: 0 !important;*!*/
/*!*    }*!*/
/*!*}*!*/

/*!*@media screen and (max-width: 992px) {*!*/
/*!*    .buy-btn-container {*!*/
/*!*        padding-right: calc(var(--bs-gutter-x) * .5) !important;*!*/
/*!*        padding-left: calc(var(--bs-gutter-x) * .5) !important;*!*/
/*!*    }*!*/
/*!*}*!*/

/*!*@media (max-width: 767px) {*!*/
/*!*    .orders > div {*!*/
/*!*        width: 100%;*!*/
/*!*        padding: .5rem !important;*!*/
/*!*        padding-right: 0 !important;*!*/
/*!*        margin: 0 !important;*!*/
/*!*    }*!*/

/*!*    .orders > div > div {*!*/
/*!*        padding-right: 0 !important;*!*/
/*!*    }*!*/

/*!*    .authorized .header + div h1,*!*/
/*!*    .orders {*!*/
/*!*        padding-top: 0 !important;*!*/
/*!*    }*!*/

/*!*    .orders .brand-color.create-new-order-btn[data-modal="modal-new-order"] {*!*/
/*!*        margin-left: 0 !important;*!*/
/*!*    }*!*/
/*!*}*!*/

/*!*@media (max-width: 991px) {*!*/
/*!*    .mr15-xs {*!*/
/*!*        margin-right: 15px;*!*/
/*!*    }*!*/

/*!*    .sorting-header {*!*/
/*!*        font-size: 14px;*!*/
/*!*    }*!*/

/*!*    .sorting-header .pull-left {*!*/
/*!*        margin-bottom: 10px;*!*/
/*!*    }*!*/

/*!*    .sorting-header .pull-right {*!*/
/*!*        font-size: 14px;*!*/
/*!*    }*!*/

/*!*    .product-list .buy {*!*/
/*!*        width: 80%;*!*/
/*!*    }*!*/

/*!*    .orders {*!*/
/*!*        flex-wrap: wrap;*!*/
/*!*    }*!*/

/*!*    .subcategories-full-view {*!*/
/*!*        padding: 0 !important;*!*/
/*!*        background-color: #fff !important;*!*/
/*!*        position: relative;*!*/
/*!*        z-index: 0;*!*/
/*!*    }*!*/

/*!*    .subcategories-full-view-title {*!*/
/*!*        padding: .5rem !important;*!*/
/*!*        margin: 0 !important;*!*/
/*!*    }*!*/

/*!*    .subcategories-full-view-title h3 {*!*/
/*!*        font-size: 1rem;*!*/
/*!*        margin: 0 !important;*!*/
/*!*    }*!*/

/*!*    .subcategories-full-view-title h3 a {*!*/
/*!*        color: #212121 !important;*!*/
/*!*    }*!*/
/*!*}*!*/

/*!*!* //Product-list *!*!*/

/*!*!* //Catalog *!*!*/

/*!*!* News *!*!*/
/*!*.news-single-item-content img {*!*/
/*!*    max-width: 100% !important;*!*/
/*!*    width: auto !important;*!*/
/*!*    height: auto !important;*!*/
/*!*}*!*/

/*!*.news-single .dropdown-menu.show,*!*/
/*!*.news-single .share-product button.show ul {*!*/
/*!*    display: flex;*!*/
/*!*    justify-content: space-around;*!*/
/*!*}*!*/

/*!*.share-product .dropdown-menu.show {*!*/
/*!*    display: flex;*!*/
/*!*}*!*/

/*!*.share-product ul {*!*/
/*!*    display: none;*!*/
/*!*    justify-content: space-between;*!*/
/*!*}*!*/

/*!*.additional-news-item {*!*/
/*!*    border-bottom: 1px solid #e5e5e5;*!*/
/*!*}*!*/

/*!*.additional-news-item:last-of-type {*!*/
/*!*    border-bottom: none;*!*/
/*!*}*!*/

/*!*.category-news-block a {*!*/
/*!*    display: block;*!*/
/*!*}*!*/

/*!*.category-news-block .active a {*!*/
/*!*    !* background: #ffcb05; *!*!*/
/*!*    color: rgba(33, 33, 33, .62);*!*/
/*!*    !* border-bottom: 1px solid rgba(225,40,49, 0.3); *!*!*/
/*!*}*!*/

/*!*@media (max-width: 991px) {*!*/
/*!*    .category-news-block {*!*/
/*!*        padding: 0 !important;*!*/
/*!*    }*!*/

/*!*    .category-news-block a {*!*/
/*!*        padding: .5rem 1rem !important;*!*/
/*!*    }*!*/
/*!*}*!*/

/*!*!* //News *!*!*/



/*!* Office *!*/
/*.office-menu {*/
/*    flex-wrap: wrap;*/
/*    width: 100%;*/
/*    background: #f2f2f2;*/
/*}*/

/*.office-menu > div a {*/
/*    color: #212121;*/
/*    padding: .5rem 1rem;*/
/*    display: block;*/
/*    background: #f2f2f2;*/
/*    -webkit-transition: all 0.2s ease;*/
/*    -moz-transition: all 0.2s ease;*/
/*    -o-transition: all 0.2s ease;*/
/*    transition: all 0.2s ease;*/
/*}*/

/*.office-menu > div a:hover {*/
/*    color: rgba(33, 33, 33, .62);*/
/*    background: #f9f8fb;*/
/*}*/

/*.office-menu > div.active a {*/
/*    background: #ffcb05;*/
/*    color: rgba(33, 33, 33, .62);*/
/*    background: rgba(33, 33, 33, .9);*/
/*    color: rgba(255, 255, 255, 1);*/
/*}*/

/*.orders-table {*/
/*    font-size: .875rem;*/
/*}*/

/*.current-orders-header-md,*/
/*.orders-table-item {*/
/*    border-bottom: 1px solid #eee;*/
/*}*/

/*.current-orders-header-md {*/
/*    border-bottom: 2px solid #eee;*/
/*    line-height: 1.25;*/
/*}*/

/*.orders-table-item:hover {*/
/*    background: #f9f8fb;*/
/*}*/

/*.orders-table-item-link {*/
/*    color: rgba(33, 33, 33, .62);*/
/*}*/

/*.orders-table-item-link:hover {*/
/*    color: #212121;*/
/*    text-decoration: none;*/
/*}*/

/*.orders-table-item-link-image {*/
/*    max-width: 75px;*/
/*}*/

/*.total {*/
/*    font-weight: 700 !important;*/
/*}*/

/*#pdf-svg {*/
/*    max-height: 96px;*/
/*}*/

/*.bg-pink {*/
/*    background-color: #fcedee;*/
/*}*/

/*!* Office info *!*/
/*.office .form-group.has-success.has-feedback .form-control {*/
/*    border-color: #28a745 !important;*/
/*    padding-right: 1.75rem !important;*/
/*}*/

/*.office .form-group.has-success.has-feedback .form-control:focus {*/
/*    border-color: #28a745 !important;*/
/*    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, .25) !important;*/
/*}*/

/*.office .form-group.has-success.has-feedback {*/
/*    position: relative;*/
/*}*/

/*.office .form-group.has-success.has-feedback:after {*/
/*    content: '✔';*/
/*    position: absolute;*/
/*    top: .34rem;*/
/*    right: .22rem;*/
/*    padding: .1rem .25rem;*/
/*    background: #28a745;*/
/*    font-weight: 700 !important;*/
/*    color: #fff !important;*/
/*}*/

/*!* //Office info *!*/

/*@media (max-width: 991px) {*/
/*    .orders-table-item {*/
/*        background: #f9f8fb;*/
/*        padding: .5rem;*/
/*        margin-bottom: .5rem;*/
/*        border: none;*/
/*    }*/

/*    .orders-table-item:hover {*/
/*        background: #f9f8fb;*/
/*    }*/

/*    .orders-table-item > div > div {*/
/*        margin-bottom: .5rem;*/
/*        padding-bottom: .5rem;*/
/*    }*/

/*    .orders-table-item-delete {*/
/*        text-align: left !important;*/
/*    }*/

/*    .delete-order-xs {*/
/*        text-align: left !important;*/
/*    }*/

/*    .office-menu > div a {*/
/*        font-size: .875rem;*/
/*        padding: .25rem .5rem;*/
/*    }*/
/*}*/

/*@media (min-width: 992px) and (max-width: 1199px) {*/
/*    .orders-table-item-link-image {*/
/*        width: 40px;*/
/*        max-width: none;*/
/*        text-align: left !important;*/
/*    }*/

/*    .office-menu > div a {*/
/*        font-size: .875rem;*/
/*    }*/
/*}*/

/*!* //Office *!*/

/*!* /jQuery UI custom styles *!*/
/*!* /jQuery UI *!*/

/*!* Growl plugin *!*/
/*!* jQuery Growl*/
/* * Copyright 2015 Kevin Sylvestre*/
/* * 1.3.5*/
/* *!*/
/*.ontop, #growls-default, #growls-tl, #growls-tr, #growls-bl, #growls-br, #growls-tc, #growls-bc, #growls-cc, #growls-cl, #growls-cr {*/
/*    z-index: 50000;*/
/*    position: fixed;*/
/*}*/

/*#growls-default {*/
/*    top: 10px;*/
/*    right: 10px;*/
/*}*/

/*#growls-tl {*/
/*    top: 10px;*/
/*    left: 10px;*/
/*}*/

/*#growls-tr {*/
/*    top: 10px;*/
/*    right: 10px;*/
/*}*/

/*#growls-bl {*/
/*    bottom: 10px;*/
/*    left: 10px;*/
/*}*/

/*#growls-br {*/
/*    bottom: 10px;*/
/*    right: 10px;*/
/*}*/

/*#growls-tc {*/
/*    top: 10px;*/
/*    right: 10px;*/
/*    left: 10px;*/
/*}*/

/*#growls-bc {*/
/*    bottom: 10px;*/
/*    right: 10px;*/
/*    left: 10px;*/
/*}*/

/*#growls-cc {*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    margin-left: -125px;*/
/*}*/

/*#growls-cl {*/
/*    top: 50%;*/
/*    left: 10px;*/
/*}*/

/*#growls-cr {*/
/*    top: 50%;*/
/*    right: 10px;*/
/*}*/

/*#growls-tc .growl, #growls-bc .growl {*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/

/*.growl {*/
/*    opacity: 1;*/
/*    padding: 1rem;*/
/*    position: relative;*/
/*    border-radius: 4px;*/
/*    -webkit-transition: all 0.4s ease-in-out;*/
/*    -moz-transition: all 0.4s ease-in-out;*/
/*    transition: all 0.4s ease-in-out;*/
/*}*/

/*.growl.growl-incoming {*/
/*    opacity: 0;*/
/*    filter: alpha(opacity=0);*/
/*}*/

/*.growl.growl-outgoing {*/
/*    opacity: 0;*/
/*    filter: alpha(opacity=0);*/
/*}*/

/*.growl.growl-small {*/
/*    width: 200px;*/
/*    padding: 5px;*/
/*    margin: 5px;*/
/*}*/

/*.growl.growl-medium {*/
/*    width: 250px;*/
/*    padding: 1rem;*/
/*    margin: 1rem;*/
/*}*/

/*.growl.growl-large {*/
/*    width: 300px;*/
/*    padding: 15px;*/
/*    margin: 15px;*/
/*}*/

/*.growl.growl-default {*/
/*    color: #FFF;*/
/*    background: #7f8c8d;*/
/*}*/

/*.growl.growl-error {*/
/*    color: #FFF;*/
/*    background: #C0392B;*/
/*}*/

/*.growl.growl-notice {*/
/*    color: #FFF;*/
/*    background: #2ECC71;*/
/*}*/

/*.growl.growl-warning {*/
/*    color: #fff;*/
/*    background: #5e5e5e;*/
/*    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, .4);*/
/*}*/

/*.growl .growl-close {*/
/*    cursor: pointer;*/
/*    float: right;*/
/*    font-size: 14px;*/
/*    line-height: 18px;*/
/*    font-weight: normal;*/
/*    font-family: helvetica, verdana, sans-serif;*/
/*}*/

/*.growl .growl-title {*/
/*    font-size: 18px;*/
/*    line-height: 24px;*/
/*}*/

/*.growl .growl-message {*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*}*/

/*.growl a {*/
/*    color: #FFF;*/
/*    -webkit-transition: all 0.2s ease;*/
/*    -moz-transition: all 0.2s ease;*/
/*    transition: all 0.2s ease;*/
/*}*/

/*.growl a:hover {*/
/*    color: #fff;*/
/*}*/

/*!* //Growl plugin *!*/
/*.single-product .top-right {*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    right: 0.75rem;*/
/*    !* right: 15px; *!*/
/*    !* width: 54px; *!*/
/*    height: 3rem;*/
/*    float: none;*/
/*    z-index: 50;*/
/*}*/

/*.single-product .share-product {*/
/*    align-items: center;*/
/*}*/

/*.single-product .share-product button {*/
/*    height: max-content;*/
/*}*/

/*.single-product .specs-icon {*/
/*    !*width: 20%;*!*/
/*    float: left;*/
/*}*/

/*.single-product .top-right svg {*/
/*    max-width: 54px;*/
/*    transform: rotate(-25deg);*/
/*    display: none;*/
/*}*/

/*.single-product .specs-icon svg {*/
/*    !*max-width: 32px;*!*/
/*    fill: rgba(49, 49, 49, .74);*/
/*}*/

/*!* .single-product .top-right .new-bg {*/
/*    fill: red;*/
/*    width: 54px;*/
/*} *!*/
/*!* .single-product .top-right::before {*/
/*    content: "NEW";*/
/*    background: rgba(0,0,0,0.5);*/
/*    color: #FFF; padding: 0.3rem 0.8rem;*/
/*    width:10rem;*/
/*    height:3rem;*/
/*    position: relative;*/
/*    top:0;*/
/*    left:0;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    font-size: 1.125rem;*/

/*} *!*/

/*.single-product .top-right .new-txt {*/
/*    fill: #ffffff;*/
/*}*/

/*.main-photo a, .fancybox-can-zoomIn .fancybox-content {*/
/*    !* cursor:zoom-in!important; *!*/
/*    cursor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktcGx1cy1jaXJjbGUiIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQogIDxwYXRoIGQ9Ik04IDE1QTcgNyAwIDEgMSA4IDFhNyA3IDAgMCAxIDAgMTR6bTAgMUE4IDggMCAxIDAgOCAwYTggOCAwIDAgMCAwIDE2eiIvPg0KICA8cGF0aCBkPSJNOCA0YS41LjUgMCAwIDEgLjUuNXYzaDNhLjUuNSAwIDAgMSAwIDFoLTN2M2EuNS41IDAgMCAxLTEgMHYtM2gtM2EuNS41IDAgMCAxIDAtMWgzdi0zQS41LjUgMCAwIDEgOCA0eiIvPg0KPC9zdmc+), auto !important;*/
/*}*/


/*#technical-color {*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    float: left;*/
/*    margin-left: 10px;*/
/*}*/

/*.filters-container .tipster {*/
/*    border: 1px solid #E5E4E2;*/
/*    display: block;*/
/*    height: 50px;*/
/*    width: 50px;*/
/*}*/


/*!* banner *!*/
/*.blackfriday {*/
/*    background: url(/images/promo/blackfriday.png) no-repeat 50% 50%/cover;*/
/*    font-weight: 700;*/
/*    cursor: pointer;*/
/*}*/

/*!* link store *!*/

/*.link-on-store {*/
/*    background-image: linear-gradient(to right, #c4c4c4, #d3d3d3, #e4e4e4, #dfdfdf, #e9e9e9);*/
/*    height: 40px;*/
/*    width: 100%;*/
/*    transition: all 0.5s;*/
/*    cursor: pointer;*/
/*}*/

/*.link-on-store:hover .arrow-block img {*/
/*    animation: anim-arrow 1s infinite ease-in-out;*/
/*}*/

/*.text-anim {*/
/*    animation: open-window-link 1s ease-in-out;*/
/*}*/

/*.link-on-store:hover {*/
/*    opacity: 0.8;*/
/*}*/

/*.gr_hidden {*/
/*    display: none;*/
/*}*/

/*.arrow-block {*/
/*    width: 30px;*/
/*}*/

/*@keyframes anim-arrow {*/
/*    from {*/
/*        margin-left: 0px;*/
/*        opacity: 1;*/
/*    }*/
/*    to {*/
/*        margin-left: 15px;*/
/*        opacity: 0.3;*/
/*    }*/
/*}*/

/*@keyframes open-window-link {*/
/*    from {*/
/*        margin-left: -50px;*/
/*        opacity: 0;*/
/*    }*/
/*    to {*/
/*        margin-left: 0px;*/
/*        opacity: 1;*/
/*    }*/
/*}*/


/*@media (max-width: 375px) {*/
/*    .text-adap {*/
/*        font-size: 12px;*/
/*    }*/
/*}*/


/*.text-interlight {*/
/*    !* background-color: #ffcb05; *!*/
/*    padding: 10px;*/
/*    border-top: 1px solid rgba(225, 40, 49, 0.3);*/
/*    border-bottom: 1px solid rgba(225, 40, 49, 0.3);*/
/*}*/

/*.maxHt {*/
/*    max-height: 120px;*/
/*}*/

/*.error-input {*/
/*    border: 1px solid red;*/
/*}*/

/*.btn-grey {*/
/*    background-color: #f2f2f2;*/
/*    width: 100%;*/
/*    color: rgb(74, 74, 74);*/
/*    margin-bottom: 20px;*/
/*}*/

/*.btn-grey:hover {*/
/*    background-color: #f2f2f2;*/
/*    width: 100%;*/
/*    color: black;*/
/*}*/


/*!*======================= RETAIL =============================*!*/

/*.all-retail-wrap {*/
/*    box-sizing: border-box;*/
/*    border-left: 1px solid #ddd;*/
/*    border-top: 1px solid #ddd;*/
/*    margin-left: 0 !important;*/
/*    margin-right: 0 !important;*/
/*}*/

/*.retail-wrap {*/
/*    margin: 0px -0px -0px -0px;*/

/*    border-right: 1px solid #ddd;*/
/*    border-bottom: 1px solid #ddd;*/
/*    box-sizing: border-box;*/
/*    height: 220px;*/
/*    transition: .3s ease-in-out all;*/

/*}*/

/*.retail-wrap:hover {*/
/*    box-shadow: 0px 12px 24px rgba(0, 0, 0, .16);*/
/*}*/

/*.retail-wrap .text-center {*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    flex-flow: row wrap;*/
/*    position: relative;*/
/*    justify-content: center;*/
/*}*/

/*.retail-wrap .text-center sup {*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    width: 100%;*/
/*}*/

/*.retail-wrap .text-center a {*/
/*    width: 100%;*/
/*    padding: 20px;*/
/*}*/

/*.retail-wrap .text-center a:hover .retail-wrap {*/
/*    background: #ccc;*/
/*}*/


/*!*======================= /RETAIL =============================*!*/


/*!*================= Partnership ====================*!*/

/*.partners-btn-wrap {*/
/*    display: flex;*/
/*    flex-flow: row;*/
/*    align-items: center;*/
/*    justify-content: flex-start;*/
/*    margin: 10px 0 30px 0;*/
/*    width: 100%;*/
/*}*/

/*.partners-btn-wrap a {*/
/*    position: relative;*/
/*    display: flex;*/
/*    padding: 5px 0;*/
/*    width: 70%;*/
/*    color: #212121;*/
/*    background: transparent;*/
/*    transition: .3s ease-in-out all;*/
/*    text-align: center;*/
/*    flex-flow: row;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    border: 1px solid #000;*/
/*}*/

/*.partners-btn-wrap a::before {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    background: url(../images/partnership/info-black.svg) no-repeat center;*/
/*    margin-right: 5px;*/
/*}*/

/*.partners-btn-wrap a:hover {*/
/*    background: transparent;*/
/*    color: #212121;*/
/*    border: 1px solid #000;*/
/*    opacity: 0.5;*/

/*}*/

/*.partnership-item-content ul {*/
/*    list-style-position: inside;*/
/*    padding: 0;*/
/*    list-style-type: none;*/
/*}*/

/*.partnership-item-content ul li {*/
/*    position: relative;*/
/*    padding-left: 20px;*/
/*}*/

/*.partnership-item-content ul li::before {*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    background: rgba(0, 0, 0, 0.3);*/
/*    top: 50%;*/
/*    margin-top: -6px;*/
/*    border-radius: 50%;*/
/*}*/

/*@media (max-width: 992px) {*/
/*    .partners-btn-wrap a {*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*!*================= /Partnership ====================*!*/

/*.mb30 {*/
/*    margin-bottom: 30px;*/
/*}*/

/*@media (max-width: 1380px) {*/

/*    .menu-header {*/
/*        display: none !important;*/
/*    }*/
/*}*/

/*!* ---------------new --------------*!*/

/*!* --------------modal callback style -------------*!*/
/*.btn-modal {*/
/*    border: 2px solid rgb(255, 255, 255);*/
/*    color: #fff;*/
/*    width: 46%;*/
/*    min-width: 110px;*/
/*    margin: 1rem 0.5rem;*/
/*    transition: 0.5s;*/
/*    padding: 1rem 0;*/
/*}*/

/*.btn-modal:hover {*/
/*    color: #fff;*/
/*    border: 2px solid rgba(225, 40, 49, 0.5);*/
/*}*/

/*.btn-modal:focus,*/
/*.btn-modal:active {*/
/*    color: #fff;*/
/*    outline: 0 !important;*/
/*    box-shadow: none;*/
/*}*/

/*.modal-backdrop {*/
/*    background: #000;*/
/*    !* backdrop-filter: blur(15px); *!*/
/*}*/

/*.modal-backdrop.show {*/
/*    opacity: .6;*/
/*    backdrop-filter: blur(25px);*/
/*}*/

/*.modal.show {*/
/*    backdrop-filter: blur(25px);*/
/*}*/

/*!*.modal-content {*!*/
/*!*    background: #000;*!*/
/*!*    border: none;*!*/
/*!*    color: #fff;*!*/
/*!*    border-radius: 0;*!*/
/*!*}*!*/

/*.modal-header {*/
/*    !*border-bottom: 1px solid #e12831;*!*/
/*    !*color: #fff;*!*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.form-control:focus {*/
/*    !* box-shadow: 0 0 0 0.2rem rgb(225 40 49 / 25%); *!*/
/*    box-shadow: none;*/
/*    border: 1px solid rgba(0, 0, 9, 0.5);*/
/*}*/

/*.form-control {*/
/*    border-radius: unset;*/
/*}*/

/*.ral-select-modal .modal-content {*/
/*    background: #fff;*/
/*    color: #000;*/
/*}*/

/*.ral-select-modal .modal-header {*/
/*    border-bottom: 1px solid #e9ecef;*/
/*    color: #000;*/
/*}*/

/*.ral-select-modal .btn:focus {*/
/*    background-color: #157347;*/
/*}*/

/*.ral-select-modal .btn-close {*/
/*    filter: none;*/
/*}*/

/*#AddConstructor {*/
/*    background-color: #141414;*/
/*    border-color: #141414;*/
/*    color: #fff !important;*/
/*    box-shadow: none;*/
/*}*/

/*#modal-callback .btn-modal {*/
/*    border: 1px solid rgba(0,0,0, .75);*/
/*    color: #000;*/
/*}*/

/*#modal-callback .btn-modal:hover {*/
/*    background-color: transparent;*/
/*    opacity: 0.5;*/
/*    border: 1px solid #000;*/
/*    text-decoration: none;*/
/*}*/

/*.dropdown-menu .show {*/
/*    transform: translate(0px, 0px) !important;*/
/*}*/



/*.main-items li#interior::before {*/
/*    background: url("/images/menu-logo/lamps.svg") no-repeat center/contain;*/
/*    opacity: 1;*/
/*}*/

/*.main-items li#interior:hover::before,*/
/*.main-items li#interior.active::before,*/
/*.main-items li#interior.dop-visible::before {*/
/*    background: url("/images/menu-logo/lamps-red.svg") no-repeat center/contain;*/
/*    opacity: 1;*/
/*}*/

/*.main-items li#street-lighting::before {*/
/*    background: url("/images/menu-logo/street-light.svg") no-repeat center/contain;*/
/*    opacity: 1;*/
/*}*/

/*.main-items li#street-lighting:hover::before,*/
/*.main-items li#street-lighting.active::before,*/
/*.main-items li#street-lighting.dop-visible::before {*/
/*    background: url("/images/menu-logo/street-light-red.svg") no-repeat center/contain;*/
/*    opacity: 1;*/
/*}*/

/*.main-items li#umnyy-dom::before {*/
/*    background: url("/images/menu-logo/minimir.svg") no-repeat center/contain;*/
/*    opacity: 1;*/
/*}*/

/*.main-items li#track-systems::before {*/
/*    background: url("/images/menu-logo/track-light.svg") no-repeat center/contain;*/
/*    opacity: 1;*/
/*}*/

/*.main-items li#track-systems:hover::before,*/
/*.main-items li#track-systems.active::before,*/
/*.main-items li#track-systems.dop-visible::before {*/
/*    background: url("/images/menu-logo/track-light-red.svg") no-repeat center/contain;*/
/*    opacity: 1;*/
/*}*/

/*.main-items li#umnyy-dom:hover::before,*/
/*.main-items li#umnyy-dom.active::before,*/
/*.main-items li#umnyy-dom.dop-visible::before {*/
/*    background: url("/images/menu-logo/minimir-red.svg") no-repeat center/contain;*/
/*    opacity: 1;*/
/*}*/

/*.main-items li#electronics::before {*/
/*    background: url("/images/menu-logo/socket.svg") no-repeat center/contain;*/
/*    opacity: 1;*/
/*}*/

/*.main-items li#electronics:hover::before,*/
/*.main-items li#electronics.active::before,*/
/*.main-items li#electronics.dop-visible::before {*/
/*    background: url("/images/menu-logo/socket-red.svg") no-repeat center/contain;*/
/*    opacity: 1;*/
/*}*/

/*.main-items li#led-lenta::before {*/
/*    background: url("/images/menu-logo/led-lenta.svg") no-repeat center/contain;*/
/*    opacity: 1;*/
/*}*/

/*.main-items li#led-lenta:hover::before,*/
/*.main-items li#led-lenta.active::before,*/
/*.main-items li#led-lenta.dop-visible::before {*/
/*    background: url("/images/menu-logo/led-lenta-red.svg") no-repeat center/contain;*/
/*    opacity: 1;*/
/*}*/

/*.main-items li#lamps::before {*/
/*    background: url("/images/menu-logo/light.svg") no-repeat center/contain;*/
/*    opacity: 1;*/
/*}*/

/*.main-items li#lamps:hover::before,*/
/*.main-items li#lamps.active::before,*/
/*.main-items li#lamps.dop-visible::before {*/
/*    background: url("/images/menu-logo/light-red.svg") no-repeat center/contain;*/
/*    opacity: 1;*/
/*}*/

/*.main-items li#prazdnichnoye-osveshcheniye::before {*/
/*    background: url("/images/menu-logo/snow.svg") no-repeat center/contain;*/
/*    opacity: 0.7;*/
/*}*/

/*.main-items li#prazdnichnoye-osveshcheniye:hover::before,*/
/*.main-items li#prazdnichnoye-osveshcheniye.active::before,*/
/*.main-items li#prazdnichnoye-osveshcheniye.dop-visible::before {*/
/*    background: url("/images/menu-logo/snow-red.svg") no-repeat center/contain;*/
/*    opacity: 0.7;*/
/*}*/

/*.list-dop-items {*/
/*    padding: 2rem 0 2rem 2.2rem;*/
/*}*/

/*.list-dop-items li {*/
/*    font-weight: 300;*/
/*    font-size: 1rem;*/
/*}*/


/*#animatedFilters .closebt,*/
/*#animatedModal .closebt {*/
/*    position: absolute;*/
/*    top: 25px;*/
/*    right: 25px;*/
/*    z-index: 150;*/
/*    cursor: pointer;*/
/*    transition: opacity .25s linear;*/
/*}*/

/*#animatedFilters .closebt:hover,*/
/*#animatedModal .closebt:hover {*/
/*    opacity: .75;*/
/*}*/

/*#animatedModal {*/
/*    height: unset !important;*/
/*}*/

/*#animatedModal .modal-content {*/
/*    background: none !important;*/
/*    border: none !important;*/
/*}*/

/*.news .breadcrumb {*/
/*    padding-top: 2.75rem;*/
/*}*/

/*.left-menu-auth .left-menu-logout {*/
/*    display: block;*/
/*    text-align: right;*/
/*}*/

/*.left-menu-auth .left-menu-header {*/
/*    padding-top: 0 !important;*/
/*}*/

/*.additional-products h4 {*/

/*}*/

/*.additional-products .slick-list {margin: 0 -5px;}*/
/*.additional-products .slick-slide>div {padding: 0 5px;}*/

/*.additional-products .slick-slide {*/
/*    padding: .5rem;*/
/*}*/

/*.orders {*/
/*    !*padding-bottom: 0.75rem;*!*/
/*}*/

/*.orders > .row .navbar-nav span {*/
/*    color: #000 !important;*/
/*}*/

/*.menu-desktop .navbar-nav .nav-item a {*/
/*    font-weight: 400 !important;*/
/*}*/

/*.mobile-share {*/
/*    height: 45px;*/
/*}*/

/*@media screen and (max-width: 1200px) {*/
/*    .authorized .header-scroll .logo-order a > img {*/
/*        margin-bottom: .5rem;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 768px) {*/
/*    .catalog-product-list .category-nav-block {*/
/*        display: none;*/
/*    }*/

/*    .orders,*/
/*    .orders > .row {*/
/*        padding: 0 !important;*/
/*        margin: 0 !important;*/
/*    }*/

/*    .orders {*/
/*        padding: 0 0 1.75rem 0 !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 576px) {*/
/*    .authorized .header + div .breadcrumb,*/
/*    .authorized .header + div h1 {*/
/*        padding-top: 25px;*/
/*    }*/

/*    .news .breadcrumb,*/
/*    .catalog-product-list .row > .col .breadcrumb {*/
/*        padding-top: 1.75rem !important;*/
/*    }*/

/*    .catalog-product-list .row > .col .breadcrumb {*/
/*        !*flex-wrap: nowrap;*!*/
/*    }*/

/*    .catalog-product-list .row > .col .breadcrumb > li {*/
/*        white-space: nowrap;*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 320px) and (max-width: 480px) {*/
/*    .header-main {*/
/*        width: 100%;*/
/*        margin-left: auto !important;*/
/*    }*/

/*    .header-row {*/
/*        !*padding: 0;*!*/
/*    }*/

/*    .header-row .slogan-text {*/
/*        !*bottom: -9px;*!*/
/*        line-height: 10px;*/
/*        padding: 2px 10px;*/
/*    }*/

/*    .header-scroll .slogan-text {*/
/*        line-height: 9px;*/
/*        padding: 0 10px;*/
/*    }*/

/*    .schedule-time {*/
/*        display: none;*/
/*    }*/

/*    .container-fluid {*/
/*        max-width: 100vw;*/
/*    }*/

/*    .left-menu-button {*/
/*        !*height: 20px;*!*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 375px) and (max-width: 812px) and (orientation: landscape) {*/
/*    .header-row {*/
/*        !*padding: 1rem;*!*/
/*    }*/

/*    .header-row .slogan-text {*/
/*        bottom: -15px;*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {*/
/*    .header-row {*/
/*        !*padding: 1rem 0;*!*/
/*    }*/

/*    .header-row .slogan-text {*/
/*        bottom: -14px;*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) and (max-width: 1366px) {*/
/*    .slogan-text {*/
/*        font-size: 8px;*/
/*        bottom: -8px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 992px) {*/
/*    .orders,*/
/*    .single-product .breadcrumb,*/
/*    .news-single .breadcrumb {*/
/*        padding-top: 1.75rem;*/
/*    }*/

/*    .news .breadcrumb,*/
/*    .catalog-product-list .row > .col .breadcrumb {*/
/*        padding-top: 1.75rem;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1400px) {*/
/*    .left-menu-button {*/
/*        !*bottom: 2.5rem;*!*/
/*        !*left: 2.5rem;*!*/
/*    }*/
/*}*/

/*@media screen and (max-width: 992px) {*/
/*    .left-menu-button {*/
/*        !*bottom: 2.5rem;*!*/
/*        !*left: 2rem;*!*/
/*    }*/

/*    .logo-order {*/
/*        margin-left: 15px;*/
/*    }*/

/*    .landing-wrap {*/
/*        margin-top: -2.5rem;*/
/*    }*/

/*    .orders,*/
/*    .news .breadcrumb,*/
/*    .catalog-product-list .row > .col .breadcrumb {*/
/*        padding-top: 2.75rem;*/
/*    }*/

/*    .authorized .orders,*/
/*    .authorized .news .breadcrumb,*/
/*    .authorized .catalog-product-list .row > .col .breadcrumb {*/
/*        padding-top: 1.75rem;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 991px) {*/
/*    .landing-wrap {*/
/*        margin-top: -2rem;*/
/*    }*/

/*    .left-menu-button {*/
/*        !*bottom: 2.75rem;*!*/
/*    }*/
/*}*/

/*@media screen and (max-width: 768px) {*/
/*    .left-menu-button {*/
/*        !*bottom: 2.75rem;*!*/
/*        !*left: 2rem;*!*/
/*    }*/

/*    .logo-order {*/
/*        margin-left: 25px;*/
/*    }*/

/*    .orders > .row,*/
/*    .orders > .row > .col-12 {*/
/*        padding-left: 0 !important;*/
/*    }*/

/*    .orders .navbar .navbar-nav {*/
/*        width: 100%;*/
/*        justify-content: space-between;*/
/*    }*/

/*    .authorized .orders .navbar .navbar-nav {*/
/*        justify-content: flex-start;*/
/*    }*/

/*    .header-scroll .left-menu-button {*/
/*        position: relative !important;*/
/*        top: auto !important;*/
/*        left: auto !important;*/
/*        transform: unset !important;*/
/*    }*/

/*    .container-fluid {*/
/*        max-width: 100%;*/
/*    }*/
/*    .logo-order {*/
/*        margin-left: 0 !important;*/
/*        text-align: right;*/
/*    }*/
/*    .header-scroll .slogan-text {*/
/*        right: 3.5rem;*/
/*    }*/
/*    .left-menu-button {*/
/*        height: 100%;*/
/*        position: relative;*/
/*        top: auto;*/
/*        left: auto;*/
/*        right: auto;*/
/*        transform: none;*/
/*    }*/
/*    .logo-order a {*/
/*        padding-left: 20px !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 576px) {*/
/*    .logo-order {*/
/*        margin-left: 30px;*/
/*    }*/

/*    .logo-order a {*/
/*        padding-left: 20px !important;*/
/*        !*padding-right: 20px !important;*!*/
/*    }*/

/*    .left-menu-button {*/
/*        !*bottom: 2.75rem;*!*/
/*    }*/

/*    .catalog-product-list {*/
/*        !*padding-top: 1rem;*!*/
/*    }*/

/*    .homepage {*/
/*        !*margin-top: -0.2rem;*!*/
/*    }*/

/*    .orders > .row .navbar-nav span {*/
/*        white-space: normal;*/
/*        overflow-wrap: anywhere;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 480px) {*/
/*    .logo-order {*/
/*        margin-left: 0;*/
/*    }*/

/*    .left-menu-button {*/
/*        !*bottom: 2.75rem;*!*/
/*    }*/

/*    .catalog-product-list {*/
/*        !*padding-top: 2rem;*!*/
/*    }*/
/*}*/

/*@media screen and (min-width: 1400px) {*/
/*    .header-container .logo-order a > img {*/
/*        margin-bottom: 0.5rem;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 1200px) and (max-width: 1599px) {*/
/*    .header-main__btns ul {*/
/*        padding-left: 0;*/
/*        margin-left: 0;*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 1600px) and (max-width: 1760px) {*/
/*    .menu-header li.nav-item a,*/
/*    .header .dropdown-toggle {*/
/*        !*font-size: 1.15rem;*!*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 1600px) {*/
/*    .menu-header li.nav-item a {*/
/*        display: none;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1600px) {*/
/*    .menu-desktop {*/
/*        display: none;*/
/*    }*/
/*}*/


/*!* ----------footer style-------------- *!*/

/*.footer {*/
/*    background: #000;*/
/*    !* min-height: 100px;*/
/*            height: 100px; *!*/
/*    position: relative;*/
/*    overflow-x: clip;*/
/*    font-size: 1rem;*/
/*}*/

/*.footer .line {*/
/*    width: 100vw;*/
/*    height: 0.5rem;*/
/*    background: #e3000f;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 24px;*/
/*    z-index: 5;*/
/*}*/

/*.footer-img {*/
/*    background: url('/images/logos/ES_2021.svg') no-repeat left center / contain;*/
/*    width: 12rem;*/
/*    height: 30px;*/
/*    min-width: 150px;*/
/*    position: relative;*/
/*}*/

/*.footer-slogan {*/
/*    bottom: -10px;*/
/*    right: 16px;*/
/*    min-width: 60px;*/
/*    z-index: 8;*/
/*}*/

/*@media (max-width: 999px) {*/
/*    .footer-slogan {*/
/*        bottom: -8px;*/
/*        right: 16px;*/
/*        min-width: 60px;*/
/*        z-index: 8;*/
/*    }*/
/*}*/

/*.footer-navbar ul li a {*/
/*    font-size: 16px;*/
/*    font-weight: 300;*/
/*    letter-spacing: -0.32px;*/
/*    line-height: 24px;*/
/*    margin: 0 40px;*/
/*    transition: all .25s linear;*/
/*    white-space: nowrap;*/
/*}*/

/*.footer-navbar ul li a:last-child {*/
/*    margin-right: 0;*/
/*}*/

/*.footer-slogan p {*/
/*    font-size: 8px;*/
/*}*/

/*.dop-menu-footer {*/
/*    font-size: 1.125rem;*/
/*    transition: transform .3s ease-in-out;*/

/*}*/

/*.dop-menu-footer a {*/
/*    text-decoration: none;*/
/*    font-size: 1.125rem;*/
/*    font-weight: 300;*/
/*    transition: 0.5s;*/
/*}*/

/*p.main-text-footer {*/
/*    font-size: 1.25rem;*/
/*    font-weight: 700;*/
/*    padding: 1rem 0 0.5rem 0;*/
/*    text-align: center;*/
/*    position: relative;*/
/*}*/

/*.footer button,*/
/*.soc-logo {*/
/*    transition: 0.5s;*/
/*}*/

/*.soc-logo:hover,*/
/*.footer button:hover {*/
/*    opacity: 0.7;*/
/*}*/

/*.footer__brand {*/
/*    transition: 0.5s;*/
/*    opacity: 70%;*/
/*}*/

/*.footer__brand:hover {*/
/*    opacity: 100%;*/
/*}*/

/*.footer__brand a img {*/
/*    max-height: 15px;*/
/*}*/

/*.footer__brand {*/
/*    min-width: 105px;*/
/*    max-width: 110px;*/
/*    padding: 0 .5rem;*/
/*}*/

/*.info-menu,*/
/*.catalog-menu {*/
/*    !* display: none; *!*/
/*    !* height:0; *!*/
/*    !* overflow: hidden; *!*/
/*    !* visibility: hidden; *!*/
/*    transition: all .5s ease-in-out;*/
/*    !* transition: height .3s ease-in-out; *!*/
/*}*/

/*.menu-open {*/
/*    display: inline-block;*/
/*    height: auto;*/
/*    position: absolute;*/
/*    bottom: 100%;*/
/*    !* inset: auto auto 0px 0px; *!*/
/*    !* transform: translate(0px, -3.5rem);   *!*/
/*    margin: 0px;*/
/*    width: 100%;*/
/*    background: #000;*/
/*    z-index: 3;*/
/*    !* transition: height .3s ease-in-out; *!*/
/*    !* transition: all 0.5s  cubic-bezier(0, 0.74, 1, 1); *!*/
/*    !* overflow: visible; *!*/
/*    visibility: visible;*/
/*    transition: all .5s ease-in-out;*/
/*}*/

/*.footer-logo-block {*/
/*    position: relative;*/

/*}*/

/*.hide-logo {*/
/*    display: none;*/
/*}*/

/*.info-btn,*/
/*.catalog-btn {*/
/*    border: none;*/
/*    background: transparent;*/
/*    color: #fff;*/
/*    !* width: 20rem;*/
/*         min-width: 120px; *!*/
/*}*/

/*.close-btn:active,*/
/*.close-btn:focus,*/
/*.btn-close:focus {*/
/*    outline: 0 !important;*/
/*    box-shadow: none;*/
/*}*/


/*.form-horizontal {*/
/*    margin-bottom: 1rem;*/
/*}*/

/*#animatedFilters .ui-widget-header,*/
/*.sidebar .ui-widget-header, .side-filters .ui-widget-header {*/
/*    !* background: rgb(255,203,5); *!*/
/*    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 5, 0.2) 100%) !important;*/
/*    border-radius: 0 !important;*/
/*}*/

/*.subcategories-full-view a.text-white:hover {*/
/*    color: #ffffff !important;*/
/*}*/

/*.subcategories-full-view .slick-slide {*/
/*    margin-left:  10px;*/
/*    margin-right:  10px;*/
/*}*/

/*.subcategories-full-view .slick-prev {*/
/*    top: calc(50% - 15px);*/
/*    left: 15px;*/
/*    transform: rotate(-90deg);*/
/*    background: rgba(255, 255, 255, 0.8);*/
/*    color: #212121;*/
/*}*/

/*.subcategories-full-view .slick-next {*/
/*    top: calc(50% - 15px);*/
/*    right: 15px;*/
/*    transform: rotate(-90deg);*/
/*    background: rgba(255, 255, 255, 0.8);*/
/*    color: #212121;*/
/*}*/

/*.subcategories-full-view .slick-prev:before,*/
/*.subcategories-full-view .slick-next:before {*/
/*    color: #212121 !important;*/
/*}*/

/*.subcategories-full-view .slick-prev:hover,*/
/*.subcategories-full-view .slick-next:hover {*/
/*    background: #e3000f;*/
/*}*/

/*.main-catalog-item {*/
/*    position: relative;*/
/*}*/

/*.catalog-description .characters,*/
/*.catalog-info .equil,*/
/*.catalog-info .equil > div.images-block {*/
/*    padding-right: 75px !important;*/
/*}*/

/*@media screen and (max-width: 768px) {*/
/*    .catalog-description .characters,*/
/*    .catalog-info .equil {*/
/*        padding-right: 0 !important;*/
/*    }*/
/*}*/

/*#animatedModal,*/
/*.animatedModal-on{cursor: none !important;}*/

/*!*.subcategories-full-view-title {*!*/
/*!*    position: absolute;*!*/
/*!*    content: '';*!*/
/*!*    bottom: 0;*!*/
/*!*    left: 0;*!*/
/*!*    right: 0;*!*/
/*!*    width: 100%;*!*/
/*!*    color: #ffffff;*!*/
/*!*    backdrop-filter: blur(5px);*!*/
/*!*}*!*/

/*!*.subcategories-full-view-title a {*!*/
/*!*    color: #ffffff !important;*!*/
/*!*    font-weight: bold;*!*/
/*!*}*!*/

/*!*.subcategories-main-slider .slick-slide.slick-cloned[data-slick-index="7"],*!*/
/*!*.subcategories-main-slider .slick-slide[data-slick-index="0"]*!*/
/*!*{*!*/
/*!*    display: none;*!*/
/*!*}*!*/

/*.subcategories-inner .slick-slide.slick-cloned[data-slick-index="8"] {*/
/*    display: none;*/
/*}*/

/*.subcategories-inner .slick-arrow {*/
/*    display: none;*/
/*}*/

/*.subcategories-inner .slick-slide {*/
/*    width: 300px;*/
/*}*/

/*.subcategories-inner .subcategories-full-view-title {*/
/*    width: 65%;*/
/*}*/

/*@media screen and (max-width: 992px) {*/
/*    .subcategories-inner .slick-slide {*/
/*        width: 250px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 576px) {*/
/*    .subcategories-inner .slick-slide {*/
/*        width: 300px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 768px) {*/
/*    .subcategories-full-view .slick-next {*/
/*        right: 20px;*/
/*    }*/
/*}*/

/*.subcategories-full-view .slick-list {*/
/*    !*margin-left: -15px;*!*/
/*    !*margin-right: -15px;*!*/
/*}*/

/*.subcategories-full-view-title {*/
/*    padding: 1rem 0;*/
/*    width: 100% !important;*/
/*}*/

/*.subcategories-full-view-title h3 {*/
/*    padding-left: 1rem;*/
/*}*/

/*.subcategories-full-view-text a {*/
/*    !*max-width: 70%;*!*/
/*    margin: 0 auto;*/
/*    text-align: left;*/
/*}*/

/*.product-list > div > div h4 {*/
/*    display: none;*/
/*}*/

/*.product-list > div > div {*/
/*    margin-top: calc(var(--bs-gutter-y) * .5);*/
/*    padding-bottom: calc(var(--bs-gutter-y) * .5);*/
/*    transition: 0.5s;*/
/*}*/

/*.white-btn,*/
/*.white-btn:active,*/
/*.white-btn:focus {*/
/*    border: 1px solid #fff !important;*/
/*    color: #fff !important;*/
/*    transition: 0.5s;*/
/*    padding: 0.375rem 0.75rem;*/
/*    font-size: 1rem;*/
/*}*/

/*.white-btn:hover {*/
/*    opacity: 0.5;*/
/*    !* border: 1px solid rgba(225,40,49,0.3)!important; *!*/
/*    color: #fff !important;*/
/*}*/

/*.product-info-container a {*/
/*    width: 100%;*/
/*}*/

/*.color_common.checked {*/
/*    position: relative;*/
/*}*/

/*.color_common.checked:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 46px;*/
/*    height: 46px;*/
/*    top: -3px;*/
/*    right: -3px;*/
/*    border: 1px solid black;*/
/*    border-radius: 50%;*/
/*}*/

/*.color_common.checked label {*/
/*    position: relative;*/
/*    z-index: 5;*/
/*}*/

/*#animatedFilters input[type="checkbox"]:checked + label:before,*/
/*.sidebar .filters-container-item input[type="checkbox"]:checked + label:before,*/
/*.side-filters .filters-container-item input[type="checkbox"]:checked + label:before {*/
/*    !* background-color: rgba(225,40,49,0.2)!important; *!*/
/*    background-color: transparent !important;*/
/*    border: 1px solid rgba(33, 33, 33, .62) !important;*/
/*}*/

/*#animatedFilters .modal-content {*/
/*    padding: 1.5rem;*/
/*    padding-bottom: 75px;*/
/*}*/

/*.animatedFilters-off {*/
/*    z-index: -9999 !important;*/
/*}*/

/*.animatedFilters-on {*/
/*    z-index: 10000;*/
/*}*/

/*#animatedModal .filters-container.filters-down:last-child {*/
/*    padding-bottom: 50px;*/
/*}*/

/*.news-date {*/
/*    margin-right: 1rem;*/
/*}*/

/*.badge-success {*/
/*    color: #000;*/
/*    background-color: rgba(0, 0, 0, 0.05);*/
/*    font-weight: lighter;*/
/*    border-radius: 0;*/
/*    !* background-color: #28a745; *!*/
/*    !* margin-left: 1rem; *!*/
/*}*/

/*.btn-check:focus + .btn, .btn:focus {*/
/*    outline: 0;*/
/*    box-shadow: none;*/
/*    background-color: transparent;*/
/*    border-color: #000;*/
/*    color: #000;*/
/*}*/

/*.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {*/
/*    box-shadow: none;*/
/*    color: #000 !important;*/
/*    background-color: transparent;*/
/*    border-color: #000;*/
/*}*/

/*!* [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {*/
/*    color: #000;*/
/*    border-color: #000;*/
/*} *!*/
/*.form-check-input:checked {*/
/*    background-color: #000;*/
/*    border-color: #000;*/
/*}*/

/*.form-check-input:focus {*/
/*    border-color: #000;*/
/*    outline: 0;*/
/*    box-shadow: none;*/
/*}*/

/*.slick-dots li button {*/
/*    background: #000 !important;*/
/*}*/

/*!*.buttonAddWaitList {*/
/*    color: #000!important;*/
/*}*!*/
/*.neworder-tabs li > a {*/
/*    !*padding: 0 15px 15px 0;*!*/
/*    color: rgba(49, 49, 49, .74);*/
/*    !*color: #fff !important;*!*/
/*    font-weight: 400 !important;*/
/*    border-bottom: 1px solid transparent;*/
/*}*/

/*.neworder-tabs li > a:hover {*/
/*    !*color: #fff !important;*!*/
/*    border-bottom: 1px solid rgba(0,0,0,.5);*/
/*}*/

/*.neworder-tabs > li > a.active {*/
/*    !*color: #fff !important;*!*/
/*    !* background: #fff; *!*/
/*    font-weight: 400 !important;*/
/*}*/

/*.product-quantity button {*/
/*    width: 100%;*/
/*}*/

/*.product-list .input-group,*/
/*.product-list button,*/
/*#garlandProducts button {*/
/*    width: 80%;*/
/*    margin: auto;*/
/*}*/

/*span.oi-trash {*/
/*    color: rgba(225, 40, 49, 0.5) !important;*/
/*}*/

/*.garland-banner a.btn {*/
/*    color: #fff !important;*/
/*    border-color: #fff !important;*/
/*}*/

/*.garland-banner a.btn:active,*/
/*.garland-banner a.btn:focus,*/
/*.garland-banner a.btn:hover {*/
/*    opacity: 0.7;*/
/*    color: #fff !important;*/
/*}*/

/*.title-status {*/
/*    color: rgba(225, 40, 49, 0.5) !important;*/
/*}*/

/*.bg-primary {*/
/*    background-color: rgba(225, 40, 49, 0.045) !important;*/
/*}*/

/*.modal-body button {*/
/*    !*color: #fff !important;*!*/
/*    !*border-color: #fff !important;*!*/
/*    transition: all .5s linear;*/
/*}*/

/*.modal-body button:hover {*/
/*    !*color: #fff !important;*!*/
/*    !*border-color: #fff !important;*!*/

/*}*/

/*.order-href a {*/
/*    color: #333;*/
/*}*/

/*.category-item-order-buttons .order-href a {*/
/*    color: #141414;*/
/*    font-weight: 400;*/
/*}*/

/*.order-href {*/
/*    line-height: 1;*/
/*}*/

/*.catalog-product-list .bg-light {*/
/*    background-color: transparent !important;*/
/*}*/

/*.input-group-quantity .input-controls .quantity-toggle {*/
/*    !* color: #626262; *!*/
/*    !* background-color: #eee; *!*/
/*    color: #000;*/
/*    background: #fff;*/
/*    !*        color: #fff;*/
/*        background: #141414;*!*/
/*    line-height: 0.3em;*/
/*    padding-bottom: 1px;*/
/*    padding-top: 1px;*/
/*}*/

/*.input-group-quantity .input-controls {*/
/*    max-width: 40px;*/
/*    line-height: 1;*/
/*    border: 1px solid #000;*/
/*    border-left: none;*/
/*}*/

/*.input-group-quantity input,*/
/*.input-group-quantity input:hover,*/
/*.input-group-quantity input:focus {*/
/*    border-color: #000;*/
/*}*/

/*.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {*/
/*    border-top-right-radius: 0;*/
/*    border-bottom-right-radius: 0;*/
/*}*/

/*.add-items,*/
/*.add-items:hover,*/
/*.add-items:focus {*/
/*    background-color: #141414;*/
/*    border: none;*/
/*    color: #fff !important;*/
/*    box-shadow: none;*/
/*}*/

/*.add-items:hover,*/
/*.add-items:focus {*/
/*    background-color: #898f97;*/
/*    border: none;*/
/*}*/

/*button.quantity-toggle,*/
/*button.quantity-toggle:focus,*/
/*button.quantity-toggle:active {*/
/*    border: none;*/
/*}*/


/*.card-categories:hover span.stock-indicator {*/
/*    opacity: 1;*/
/*}*/

/*@media only screen and  (max-width: 480px) {*/
/*    .card-categories span.stock-indicator {*/
/*        opacity: 1;*/
/*    }*/
/*}*/


/*.product-main-info h1 {*/
/*    font-weight: 400;*/
/*}*/

/*.price-items-cat {*/
/*    display: flex;*/
/*    align-items: end;*/

/*}*/

/*!* .price-items-cat  span,*/
/*p.price-items {*/
/*    font-weight:500;*/
/*} *!*/

/*.price-items {*/
/*    font-size: 14px;*/
/*    font-weight: 300;*/
/*}*/

/*.price-name-cat {*/
/*    display: inline-block;*/
/*    min-width: 130px;*/
/*}*/


/*.user-price {*/
/*    color: #141414;*/
/*    font-size: 150%;*/
/*    font-weight: 700;*/
/*}*/

/*.info-cat:hover {*/
/*    color: rgba(33, 33, 33, .62) !important;*/
/*}*/

/*.info-cat:hover svg {*/
/*    fill: rgba(33, 33, 33, .62) !important;*/
/*}*/

/*.additional-products .slick-prev, .additional-products .slick-next {*/
/*    z-index: 99 !important;*/
/*}*/

/*.position-item {*/
/*    position: sticky;*/
/*    top: 5rem;*/
/*}*/

/*.additional-products .slick-prev,*/
/*.additional-products .slick-next {*/
/*    top: 40% !important;*/
/*    margin-top: 0 !important;*/
/*}*/

/*.article {*/
/*    font-size: 16px;*/
/*    font-weight: 300 !important;*/
/*    color: #000;*/
/*}*/

/*.product-icons .icon {*/
/*    padding-right: 7px;*/
/*    padding-left: 7px;*/
/*}*/

/*.product-icons .smart-house {*/
/*    display: none !important;*/
/*}*/

/*.product-icons .icon,*/
/*.product-type-selector img.item,*/
/*.download-block .icon {*/
/*    max-height: 36px;*/
/*}*/

/*@media screen and (max-width: 768px) {*/

/*}*/

/*.design-switcher .nav-tabs .nav-item.show .nav-link, .design-switcher .nav-tabs .nav-link.active {*/
/*    background: transparent !important;*/
/*}*/

/*.nav-tabs {*/
/*    border-bottom: 1px solid #dee2e6;*/
/*}*/

/*.led-light-quiz a {*/
/*    background: transparent !important;*/
/*    font-size: 18px;*/
/*    color: #fff !important;*/
/*    padding: 10px 20px;*/
/*    display: inline-block;*/
/*    border: 1px solid #fff;*/
/*}*/

/*.constructor-link-category:hover {*/
/*    color: rgba(0, 0, 0, 0.5) !important;*/
/*}*/

/*.sub_category:hover {*/
/*    color: rgba(0, 0, 0, 0.5) !important;*/
/*    text-decoration: none;*/
/*}*/

/*.sub_category {*/
/*    font-size: 10pt !important;*/
/*}*/

/*.dop-categories a {*/
/*    margin: 0.15rem;*/
/*}*/

/*.img-height {*/
/*    width: 150px;*/
/*    height: 150px;*/
/*}*/

/*.main-catalog-item,*/
/*.main-catalog-img,*/
/*.main-catalog-item-img,*/
/*!*.main-page .list-img:nth-child(5),*!*/
/*.filter-img,*/
/*.subcategories-full-view > .row > div:nth-child(4) > .list-img > a {*/
/*    filter: none;*/
/*    transition: 0.3s;*/
/*}*/



/*.category-third:hover {*/
/*    cursor: pointer;*/
/*    !*filter: brightness(0.85);*!*/
/*}*/

/*.filter-img:hover,*/
/*.subcategories-full-view > .row > div:nth-child(4) > .list-img > a:hover {*/
/*    !*filter: brightness(0.85);*!*/
/*    -webkit-box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);*/
/*    -moz-box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);*/
/*    box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);*/
/*}*/

/*.main-catalog-text {*/
/*    !*position: absolute;*!*/
/*    width: 100%;*/
/*    bottom: 0;*/
/*    padding: 0 2rem;*/
/*    text-align: left;*/
/*    !*backdrop-filter: blur(5px);*!*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*.main-catalog-text a:hover {*/
/*    color: #000 !important;*/
/*}*/

/*.category-third {*/
/*    height: 100%;*/
/*}*/

/*.category-third .subcategories-full-view-title {*/
/*    min-height: 90px;*/
/*}*/

/*.category-third .index-catalog a,*/
/*.category-third .index-catalog a > div,*/
/*.category-third .index-catalog a > div > img{*/
/*    !*height: 100% !important;*!*/
/*    object-fit: cover;*/
/*    max-width: 94px;*/
/*}*/

/*.category-third .index-catalog a > div > img,*/
/*.category-third .main-catalog-item-image,*/
/*.category-third .index-catalog a > div {*/
/*    height: 100% !important;*/
/*}*/

/*.subcategories-full-view-title p,*/
/*.subcategories-full-view-title a {*/
/*    max-width: unset !important;*/
/*    width: 100%;*/
/*}*/

/*.subcategories-inner__item {*/
/*    !*padding-right: 0 !important;*!*/
/*    padding-bottom: .75rem;*/
/*}*/

/*.catalog-product-list div:not(.constructor) .category-third {*/
/*    !*max-height: 110px;*!*/
/*}*/

/*.constructor .category-third {*/
/*    !*max-height: 172px !important;*!*/
/*}*/

/*.category-third .subcategories-full-view-title {*/
/*    padding: 0 .5rem;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: flex-start;*/
/*}*/


/*.main-catalog-text > p,*/
/*.main-catalog-text > p > a,*/
/*.main-catalog-text > * {*/
/*    height: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    text-align: center;*/
/*}*/

/*.slick-track {*/
/*    padding-top: 10px !important;*/
/*}*/

/*.category-first,*/
/*.category-second,*/
/*.category-third {*/
/*    cursor: pointer;*/
/*    box-shadow: none;*/
/*    transition: all .3s linear;*/
/*    border-radius: 4px;*/
/*}*/

/*.category-first,*/
/*.category-second {*/
/*    -webkit-box-shadow: 0px 0px 20px 2px rgba(34, 60, 80, 0.1);*/
/*    -moz-box-shadow: 0px 0px 20px 2px rgba(34, 60, 80, 0.1);*/
/*    box-shadow: 0px 0px 20px 2px rgba(34, 60, 80, 0.1);*/
/*}*/

/*.category-first:hover,*/
/*.category-second:hover {*/
/*    -webkit-box-shadow: 0px 0px 20px 2px rgba(34, 60, 80, 0.3);*/
/*    -moz-box-shadow: 0px 0px 20px 2px rgba(34, 60, 80, 0.3);*/
/*    box-shadow: 0px 0px 20px 2px rgba(34, 60, 80, 0.3);*/
/*}*/

/*!*.category-third:hover {*!*/
/*!*    -webkit-box-shadow: 0px 0px 2px 2px rgba(34, 60, 80, 0.1);*!*/
/*!*    -moz-box-shadow: 0px 0px 2px 2px rgba(34, 60, 80, 0.1);*!*/
/*!*    box-shadow: 0px 0px 2px 2px rgba(34, 60, 80, 0.1);*!*/
/*!*}*!*/

/*.category-third img {*/
/*    transition: all .25s linear;*/
/*}*/

/*.category-third .index-catalog a > div {*/
/*    overflow: hidden;*/
/*}*/

/*.category-third:hover img {*/
/*    transform: scale(1.1);*/
/*}*/

/*.index-catalog {*/
/*    background: none !important;*/
/*}*/

/*.subcategories-inner > .row > .col-6 > div.category-third {*/
/*    background: rgba(0,0,0, 0.04);*/
/*}*/


/*@media screen and (max-width: 1560px) {*/
/*    .main-catalog-text {*/
/*        !*height: 60px;*!*/
/*        display: flex;*/
/*        align-items: end;*/
/*    }*/

/*    .category-second .main-catalog-text {*/
/*        !*height: 70px;*!*/
/*    }*/
/*}*/

/*@media screen and (max-width: 992px) {*/
/*    .category-second .main-catalog-text {*/
/*        !*height: 70px;*!*/
/*    }*/

/*    .category-third,*/
/*    .subcategories-inner .slick-slide {*/
/*        height: 100% !important;*/
/*        min-height: 110px !important;*/
/*        max-height: 115px;*/
/*        display: flex;*/
/*        align-items: center;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1366px) {*/
/*    !* .main-catalog-item  {*/
/*        min-height: 250px;*/
/*    } *!*/
/*    .index-catalog {*/
/*        !* min-height: 240px; *!*/
/*        height: 100%;*/
/*    }*/

/*    .subcategories-full-view-title {*/
/*        width: 100% !important;*/
/*        padding: .25rem;*/
/*    }*/

/*    .main-catalog-text {*/
/*        padding: 0.2rem;*/
/*        font-size: small !important;*/
/*    }*/
/*}*/


/*.new-main-text {*/
/*    position: absolute;*/
/*    !* top: 5%;*/
/*        left: 2rem; *!*/
/*    font-size: 30pt;*/
/*    font-weight: 500;*/
/*    !* letter-spacing: .8rem;    *!*/
/*    z-index: 1;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    background: rgba(0, 0, 0, 0.4);*/
/*    backdrop-filter: blur(2px) saturate(1.5);*/
/*    transition: 0.3s;*/
/*}*/

/*.new-main-text:hover {*/
/*    !*background: rgba(0, 0, 0, 0.2);*!*/
/*}*/

/*.new-bg-img {*/
/*    background: url("/images/categories/main/new4.jpg") no-repeat center / contain;*/
/*}*/

/*.sale-img {*/
/*    background: url("/images/categories/main/1.svg") no-repeat top 35% left 1.5rem / 30%, #eaeaea;*/
/*    cursor: pointer;*/
/*}*/


/*.img-w-subcategories {*/
/*    !*width: 100%;*!*/
/*    margin: 0 auto;*/
/*    !* min-width: 125px; *!*/
/*}*/

/*.subcategories-full-view-text {*/
/*    width: 60%;*/
/*    !* min-width: 150px; *!*/
/*}*/

/*a.scrollto,*/
/*a.scrollto:hover,*/
/*a.scrollto:focus,*/
/*a.scrollto:active {*/
/*    color: #000;*/
/*}*/

/*.banner-short {*/
/*    border-top: 1px solid rgba(225, 40, 49, 0.3);*/
/*    border-bottom: 1px solid rgba(225, 40, 49, 0.3);*/
/*    padding-right: 7.5vw;*/
/*    padding-left: 7.5vw;*/
/*}*/


/*.banner-short .main-benefits ul li:before {*/
/*    content: '\2714';*/
/*    color: rgba(0, 0, 0, .6);*/
/*    padding-right: 0.5rem;*/
/*}*/

/*.start-cooperation {*/
/*    border: 1px solid black;*/
/*    color: #000;*/
/*    width: 300px;*/
/*    margin-left: auto;*/
/*    transition: all 0.5s ease;*/
/*}*/

/*.start-cooperation:hover,*/
/*.start-cooperation:active,*/
/*.start-cooperation:focus {*/
/*    opacity: 0.5;*/
/*    color: #000 !important;*/
/*}*/

/*!*.show-all-btn::after {*!*/
/*!*    content: '\2192';*!*/
/*!*    color: #333;*!*/
/*!*    !* background: url("/images/about/icons/arrow-down-black.svg") no-repeat center / 50%, rgba(255,255,255,0.3); *!*!*/
/*!*    !* background-color: rgba(255,255,255,0.3); *!*!*/
/*!*    width: 4rem;*!*/
/*!*    height: 2rem;*!*/
/*!*    display: inline-block;*!*/
/*!*    position: absolute;*!*/
/*!*    right: 0;*!*/
/*!*    !* transform: rotate(-90deg); *!*!*/
/*!*    !* border-radius: 100%; *!*!*/
/*!*    !* backdrop-filter: blur(15px); *!*!*/
/*!*    !* border: 1px solid rgba(225,40,49,0.5); *!*!*/

/*!*}*!*/

/*!*.show-all-btn:hover::after {*!*/
/*!*    color: rgba(33, 33, 33, .62) !important;*!*/
/*!*}*!*/

/*.to-up {*/
/*    position: fixed;*/
/*    bottom: 150px;*/
/*    left: 2vw;*/
/*    display: none;*/
/*    z-index: 22;*/
/*    cursor: pointer;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    background: rgba(0, 0, 0, .3);*/
/*    color: #fff;*/
/*    font-size: 1.5rem;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    transition: 0.3s ease;*/
/*}*/

/*.to-up:hover {*/
/*    background: rgba(0, 0, 0, .7);*/
/*}*/

/*.category-nav.has-active-child > .lvl-menu a, .category-nav.active > .lvl-menu,*/
/*.category-nav.has-active-child > .lvl-menu a, .category-nav.active > .lvl-menu > a {*/
/*    color: #898989 !important;*/
/*}*/

/*!* прижать footer *!*/
/*body {*/
/*    min-height: 100vh;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*}*/

/*.iframe-wrapper {*/
/*    min-height: 500px;*/
/*}*/


/*@media screen and (min-width: 300px) {*/
/*    .iframe-wrapper {*/
/*        min-height: 625px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 780px) {*/
/*    .iframe-wrapper {*/
/*        min-height: 580px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 1030px) {*/
/*    .iframe-wrapper {*/
/*        min-height: 550px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 1200px) {*/
/*    .iframe-wrapper {*/
/*        min-height: 700px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 1500px) {*/
/*    .iframe-wrapper {*/
/*        min-height: 800px;*/
/*    }*/
/*}*/

/*#jivo-iframe-container + jdiv {*/
/*    position: fixed !important;*/
/*    z-index: 10;*/
/*}*/

/*!* полоса прокрутки (скроллбар) *!*/
/*::-webkit-scrollbar {*/
/*    width: 8px; !* ширина для вертикального скролла *!*/
/*    height: 8px; !* высота для горизонтального скролла *!*/
/*    background-color: #e2e3e5;*/
/*}*/

/*!* ползунок скроллбара *!*/
/*::-webkit-scrollbar-thumb {*/
/*    background-color: #000;*/
/*    border-radius: 0em;*/
/*    box-shadow: inset 1px 1px 10px #333;*/
/*}*/

/*::-webkit-scrollbar-thumb:hover {*/
/*    background-color: rgba(0, 0, 0, 0.8);*/
/*}*/

/*!* стилизация скролл для Mozill Firefox *!*/
/*html, body {*/
/*    scrollbar-color: #000 #e2e3e5; !* «цвет ползунка» «цвет полосы скроллбара» *!*/
/*    scrollbar-width: thin; !* толщина *!*/
/*}*/

/*!* Стрелки *!*/

/*!* ::-webkit-scrollbar-button:vertical:start:decrement {*/
/*    background: linear-gradient(120deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),*/
/*    linear-gradient(240deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),*/
/*    linear-gradient(0deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);*/
/*    background-color: #f6f8f4;*/
/*}*/

/*::-webkit-scrollbar-button:vertical:end:increment {*/
/*    background:*/
/*        linear-gradient(300deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),*/
/*        linear-gradient(60deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),*/
/*        linear-gradient(180deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);*/
/*    background-color: #f6f8f4;*/
/*}*/

/*::-webkit-scrollbar-button:horizontal:start:decrement {*/
/*    background:*/
/*        linear-gradient(30deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),*/
/*        linear-gradient(150deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),*/
/*        linear-gradient(270deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);*/
/*    background-color: #f6f8f4;*/
/*}*/

/*::-webkit-scrollbar-button:horizontal:end:increment {*/
/*    background:*/
/*        linear-gradient(210deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),*/
/*        linear-gradient(330deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),*/
/*        linear-gradient(90deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);*/
/*    background-color: #f6f8f4;*/
/*} *!*/

/*.btn-link {*/
/*    border: none;*/
/*}*/

/*.btn-link:focus,*/
/*.btn-link:active {*/
/*    border: none;*/
/*    outline: none;*/
/*}*/

/*.swiper-button-next,*/
/*.swiper-button-prev {*/
/*    color: #808080 !important;*/
/*    transition: all .5s linear;*/
/*}*/

/*.swiper-button-next:hover,*/
/*.swiper-button-prev:hover {*/
/*    color: #000 !important;*/
/*}*/

/*.swiper-pagination-bullet {*/
/*    border: 1px solid rgba(255, 255, 255, 0.8);*/
/*}*/

/*.swiper-pagination-bullet-active {*/
/*    background: #000 !important;*/
/*}*/

/*.btn-close {*/
/*    !*filter: invert(1);*!*/
/*    !*color: black;*!*/
/*}*/

/*.authorized .left-menu-favorites i {*/
/*    color: #fff;*/
/*}*/

/*.authorized .left-menu-favorites .favorite i,*/
/*.authorized .header .favorite path {*/
/*    fill: red;*/
/*    color: red !important;*/
/*}*/

/*input[type='number'] {*/
/*    -moz-appearance:textfield;*/
/*}*/

/*input::-webkit-outer-spin-button,*/
/*input::-webkit-inner-spin-button {*/
/*    -webkit-appearance: none;*/
/*}*/

/*.product-list .card-categories .favorite-icon {*/
/*    position: absolute;*/
/*    !*top: 0.3rem;*!*/
/*    top: 1rem;*/
/*    !*right: 1.25rem;*!*/
/*    right: 0;*/
/*    font-size: 1.25rem;*/
/*    color: #adb5bd;*/
/*    !* opacity: 0.5; *!*/
/*    cursor: pointer;*/
/*    transition: 0.3s;*/
/*    !* text-shadow: 0 -0.5px black, 0px 0.5px black   ; *!*/
/*}*/


/*!* .product-list .card-categories:hover .favorite-icon span {*/
/*font-weight: 800;*/
/*} *!*/
/*.alert-danger {*/
/*    background-color: transparent !important;*/
/*}*/

/*.navbar {*/
/*    margin-bottom: 0;*/
/*    min-height: auto;*/
/*    border: none;*/
/*    white-space: nowrap;*/
/*}*/

/*!* Filters *!*/
/*!* Product list *!*/
/*.panel-navigation {*/
/*    color: #141414;*/
/*    font-weight: 400;*/
/*}*/

/*.panel-navigation .nav-item {*/
/*    !*margin-left: 1.2rem;*!*/
/*    position: relative;*/
/*}*/

/*.panel-navigation .nav-item a {*/
/*    color: #808080;*/
/*    text-decoration: none;*/
/*}*/

/*.panel-navigation .nav-item a.active {*/
/*    color: #000000;*/
/*}*/

/*.panel-navigation .nav-item a.price-sort {*/
/*    position: relative;*/
/*}*/

/*.panel-navigation .nav-item a.price-sort .fa-sort {*/
/*    color: #808080;*/
/*    position: absolute;*/
/*    top: 30%;*/
/*    right: 0;*/
/*}*/

/*.panel-navigation .nav-item a.price-sort .fa-sort-up {*/
/*    color: #000;*/
/*    position: absolute;*/
/*    top: 30%;*/
/*    right: 0;*/
/*}*/

/*.panel-navigation .nav-item a.price-sort .fa-sort-down {*/
/*    color: #000;*/
/*    position: absolute;*/
/*    top: 30%;*/
/*    right: 0;*/
/*}*/

/*#view-number {*/
/*    cursor: pointer;*/
/*    height: 4px;*/
/*    width: inherit;*/
/*    padding: 0.5rem 0;*/
/*}*/

/*.orders button#current-order {*/
/*    background: transparent;*/
/*    border: 0;*/
/*}*/

/*.orders .create-new-order-btn[data-modal="modal-new-order"], .orders .create-new-order-btn[data-modal="modal-edit-order"],*/
/*.orders .create-new-order-btn[data-modal="modal-edit-order"]:focus {*/
/*    background-color: #141414;*/
/*    border-color: #141414;*/
/*    color: #fff;*/
/*    box-shadow: none;*/
/*    border-radius: 0;*/
/*    text-decoration: none;*/
/*}*/

/*.orders .brand-color.create-new-order-btn[data-modal="modal-new-order"], .orders .brand-color.create-new-order-btn[data-modal="modal-edit-order"],*/
/*.orders .brand-color.create-new-order-btn[data-modal="modal-edit-order"]:focus {*/
/*    margin-left: 20px;*/
/*}*/

/*#modal-new-order .modal-content,*/
/*#modal-new-order .modal-content .modal-header,*/
/*#modal-new-order .modal-content .modal-body,*/
/*#modal-new-order .modal-content .modal-body > * {*/
/*    background: #fff !important;*/
/*    color: #000 !important;*/
/*}*/

/*.orders .dropdown-menu {*/
/*    box-shadow: 0px 2px 7px 0px rgb(34 60 80 / 10%);*/
/*    background: #fff;*/
/*    border-radius: 0;*/
/*    border: 0;*/
/*    padding: 0;*/
/*    -webkit-transition: 0.2s 0s;*/
/*    -o-transition: 0.2s 0s;*/
/*    transition: 0.2s 0s;*/
/*}*/

/*.orders .dropdown-item.active {*/
/*    background: #000;*/
/*    color: #fff;*/
/*}*/

/*.product-list .client-price {*/
/*    color: #141414;*/
/*    font-size: 14px;*/
/*}*/

/*.client-price strong {*/
/*    font-weight: 400;*/
/*}*/

/*.nav-orders button {*/
/*    height: 100%;*/
/*}*/

/*.card-categories img {*/
/*    width: 100%;*/
/*}*/

/*.pagination > li > a,*/
/*.pagination > li > span {*/
/*    padding: 8px 15px 7px;*/
/*    margin-left: 0;*/
/*    line-height: 1.5;*/
/*    color: #141414;*/
/*    text-decoration: none;*/
/*    border: 0;*/
/*    border-radius: 0;*/
/*    -webkit-transition: all 0.2s ease-out;*/
/*    -moz-transition: all 0.2s ease-out;*/
/*    -o-transition: all 0.2s ease-out;*/
/*    transition: all 0.2s ease-out;*/
/*}*/

/*.pagination .page-item.active .page-link {*/
/*    z-index: 3;*/
/*    color: #fff;*/
/*    background-color: #898f97;*/
/*    border-color: #898f97;*/
/*}*/

/*.pagination .page-link:hover,*/
/*.pagination .page-link:focus {*/
/*    z-index: 2;*/
/*    color: #fff;*/
/*    background-color: #141414;*/
/*    border-color: #141414;*/
/*    box-shadow: none;*/
/*}*/

/*.page-item:last-child .page-link {*/
/*    border-top-right-radius: 0;*/
/*    border-bottom-right-radius: 0;*/
/*}*/

/*.page-item:first-child .page-link {*/
/*    border-top-left-radius: 0;*/
/*    border-bottom-left-radius: 0;*/
/*}*/

/*@media screen and (max-width: 992px) {*/
/*    .catalog-product-list .container-fluid, .office .container-fluid {*/
/*        max-width: 100%;*/
/*    }*/

/*    .office .container-fluid {*/
/*        padding-right: .75rem !important;*/
/*        padding-left: .75rem !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 768px) {*/
/*    .catalog-product-list .breadcrumb {*/
/*        margin-bottom: 0;*/
/*    }*/

/*    .catalog-product-list .nav-orders .navbar {*/
/*        padding-top: 0;*/
/*        padding-bottom: 0;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 992px) {*/
/*    body {*/
/*        !*padding-top: 9em;*!*/
/*        padding-top: 100px !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 576px) {*/
/*    body {*/
/*        padding-top: 100px !important;*/
/*    }*/
/*}*/

/*.img-hover-zoom__trigger .img-hover-zoom__container img {*/
/*    transition: all .8s ease;*/
/*}*/

/*.img-hover-zoom__trigger:hover .img-hover-zoom__container img {*/
/*    transform: scale(1.15);*/
/*}*/

/*.img-hover-zoom__container {*/
/*    overflow: hidden;*/
/*}*/

/*!* about page *!*/

/*.about-page a.close-button {*/
/*    position: absolute;*/
/*    right: 30px;*/
/*    top: 30px;*/
/*    color: white;*/
/*    z-index: 100;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*}*/

/*.about-page a.close-button span {*/
/*    color: white;*/
/*    border: 1px solid rgba(255, 255, 255, 1);*/
/*}*/

/*.about-page a.close-button .btn-close-menu span:nth-child(2) {*/
/*    display: none;*/
/*}*/

/*.about-page a.close-button .btn-close-menu span:nth-child(1) {*/
/*    transform: rotate(45deg);*/
/*}*/

/*.about-page a.close-button .btn-close-menu span:nth-child(3) {*/
/*    transform: rotate(-45deg);*/
/*}*/

/*.about-page a .left-menu-button {*/
/*    left: auto;*/
/*    right: auto;*/
/*    top: auto;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    transform: none;*/
/*}*/

/*!* Category and subcategory template *!*/

/*.subcategories-inner {*/
/*    color: #000;*/
/*}*/

/*@media screen and (max-width: 992px) {*/
/*    .subcategories-inner .main-catalog-item {*/
/*        flex-direction: row;*/
/*    }*/
/*}*/


/*!* Constructor *!*/

/*.product-cards .category-third {*/
/*    background: rgba(0,0,0, 0.04);*/
/*    !*margin-bottom: calc(var(--bs-gutter-x) * .5);*!*/
/*}*/

/*.product-cards .category-third.constructor-item img {*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    object-fit: contain;*/
/*}*/

/*.product-cards .category-third.constructor-item {*/
/*    overflow-wrap: anywhere;*/
/*}*/


/*!* Contructor #readysolution *!*/

/*#readysolution .solution_ready_item:hover a img {*/
/*    transition: all .5s linear;*/
/*    transform: scale(1.2);*/
/*}*/

/*#readysolution .solution_ready_item .solution-wrapper {*/
/*    overflow: hidden;*/
/*}*/

/*input[type=range] {*/
/*    width: 100%;*/
/*    height: 4px;*/
/*    box-shadow: none;*/
/*    border: none;*/
/*    background: none;*/
/*}*/

/*!*!** FF*!*!*/
/*.constructor input[type="range"]::-moz-range-progress {*/
/*    background-color: #044af8;*/
/*}*/
/*.constructor input[type="range"]::-moz-range-track {*/
/*    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 5, 0.2) 100%) !important;;*/
/*}*/
/*!*!* IE*!*!*/
/*.constructor input[type="range"]::-ms-fill-lower {*/
/*    background-color: #044af8;*/
/*}*/
/*.constructor input[type="range"]::-ms-fill-upper {*/
/*    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 5, 0.2) 100%) !important;;*/
/*}*/

/*.constructor input[type=range] {*/
/*    width: 100%; !* Specific width is required for Firefox. *!*/
/*    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 5, 0.2) 100%) !important; !* Otherwise white in Chrome *!*/
/*    height: 4px;*/
/*}*/

/*.constructor input[type=range]::-webkit-slider-thumb {*/
/*    -webkit-appearance: none;*/
/*}*/

/*.constructor input[type=range]:focus {*/
/*    outline: none; !* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. *!*/
/*}*/

/*.constructor input[type=range]::-ms-track {*/
/*    width: 100%;*/
/*    cursor: pointer;*/
/*    border-color: transparent;*/
/*    color: transparent;*/
/*}*/

/*.constructor input[type=range]::-webkit-slider-thumb {*/
/*    margin-top: -7px !important;*/
/*}*/

/*.constructor input[type=range]::-webkit-slider-runnable-track {*/
/*    width: 100%;*/
/*    height: 4px;*/
/*    cursor: pointer;*/
/*    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 5, 0.2) 100%) !important;*/
/*    border-radius: 4px;*/
/*}*/

/*.constructor input[type=range]::-ms-track {*/
/*    width: 100%;*/
/*    height: 4px;*/
/*    cursor: pointer;*/
/*}*/

/*.constructor input[type=range]::-webkit-slider-thumb {*/
/*    -webkit-appearance: none;*/
/*    border: 1px solid rgba(0,0,0,.4);*/
/*    height: 18px;*/
/*    width: 18px;*/
/*    border-radius: 50%;*/
/*    cursor: pointer;*/
/*    margin-top: -14px; !* You need to specify a margin in Chrome, but in Firefox and IE it is automatic *!*/
/*}*/

/*!* All the same stuff for Firefox *!*/
/*.constructor input[type=range]::-moz-range-thumb {*/
/*    border: 1px solid rgba(0,0,0,.4);*/
/*    height: 18px;*/
/*    width: 18px;*/
/*    border-radius: 50%;*/
/*    cursor: pointer;*/
/*}*/

/*!* All the same stuff for IE *!*/
/*.constructor input[type=range]::-ms-thumb {*/
/*    border: 1px solid rgba(0,0,0,.4);*/
/*    height: 18px;*/
/*    width: 18px;*/
/*    border-radius: 50%;*/
/*    cursor: pointer;*/
/*}*/


/*!* burger *!*/

/*!* Icon 1 *!*/

/*.animated-icon1,*/
/*.animated-icon2,*/
/*.animated-icon3 {*/
/*    width: 30px;*/
/*    height: 20px;*/
/*    position: relative;*/
/*    margin: 0px;*/
/*    -webkit-transform: rotate(0deg);*/
/*    -moz-transform: rotate(0deg);*/
/*    -o-transform: rotate(0deg);*/
/*    transform: rotate(0deg);*/
/*    -webkit-transition: .5s ease-in-out;*/
/*    -moz-transition: .5s ease-in-out;*/
/*    -o-transition: .5s ease-in-out;*/
/*    transition: .5s ease-in-out;*/
/*    cursor: pointer;*/
/*}*/

/*.animated-icon1 span,*/
/*.animated-icon2 span,*/
/*.animated-icon3 span {*/
/*    display: block;*/
/*    position: absolute;*/
/*    height: 3px;*/
/*    width: 100%;*/
/*    border-radius: 9px;*/
/*    opacity: 1;*/
/*    left: 0;*/
/*    -webkit-transform: rotate(0deg);*/
/*    -moz-transform: rotate(0deg);*/
/*    -o-transform: rotate(0deg);*/
/*    transform: rotate(0deg);*/
/*    -webkit-transition: .25s ease-in-out;*/
/*    -moz-transition: .25s ease-in-out;*/
/*    -o-transition: .25s ease-in-out;*/
/*    transition: .25s ease-in-out;*/
/*}*/

/*.animated-icon1 span {*/
/*    background: #e3000f;*/
/*}*/

/*.animated-icon2 span {*/
/*    background: #e3000f;*/
/*}*/

/*.animated-icon3 span {*/
/*    background: #e3000f;*/
/*}*/

/*.animated-icon1 span:nth-child(1) {*/
/*    top: 0px;*/
/*}*/

/*.animated-icon1 span:nth-child(2) {*/
/*    top: 10px;*/
/*}*/

/*.animated-icon1 span:nth-child(3) {*/
/*    top: 20px;*/
/*}*/

/*.animated-icon1.open span:nth-child(1) {*/
/*    top: 11px;*/
/*    -webkit-transform: rotate(135deg);*/
/*    -moz-transform: rotate(135deg);*/
/*    -o-transform: rotate(135deg);*/
/*    transform: rotate(135deg);*/
/*}*/

/*.animated-icon1.open span:nth-child(2) {*/
/*    opacity: 0;*/
/*    left: -60px;*/
/*}*/

/*.animated-icon1.open span:nth-child(3) {*/
/*    top: 11px;*/
/*    -webkit-transform: rotate(-135deg);*/
/*    -moz-transform: rotate(-135deg);*/
/*    -o-transform: rotate(-135deg);*/
/*    transform: rotate(-135deg);*/
/*}*/

/*!* Icon 3*!*/

/*.animated-icon2 span:nth-child(1) {*/
/*    top: 0px;*/
/*}*/

/*.animated-icon2 span:nth-child(2),*/
/*.animated-icon2 span:nth-child(3) {*/
/*    top: 10px;*/
/*}*/

/*.animated-icon2 span:nth-child(4) {*/
/*    top: 20px;*/
/*}*/

/*.animated-icon2.open span:nth-child(1) {*/
/*    top: 11px;*/
/*    width: 0%;*/
/*    left: 50%;*/
/*}*/

/*.animated-icon2.open span:nth-child(2) {*/
/*    -webkit-transform: rotate(45deg);*/
/*    -moz-transform: rotate(45deg);*/
/*    -o-transform: rotate(45deg);*/
/*    transform: rotate(45deg);*/
/*}*/

/*.animated-icon2.open span:nth-child(3) {*/
/*    -webkit-transform: rotate(-45deg);*/
/*    -moz-transform: rotate(-45deg);*/
/*    -o-transform: rotate(-45deg);*/
/*    transform: rotate(-45deg);*/
/*}*/

/*.animated-icon2.open span:nth-child(4) {*/
/*    top: 11px;*/
/*    width: 0%;*/
/*    left: 50%;*/
/*}*/

/*!* Icon 4 *!*/

/*.animated-icon3 span:nth-child(1) {*/
/*    top: 0px;*/
/*    -webkit-transform-origin: left center;*/
/*    -moz-transform-origin: left center;*/
/*    -o-transform-origin: left center;*/
/*    transform-origin: left center;*/
/*}*/

/*.animated-icon3 span:nth-child(2) {*/
/*    top: 10px;*/
/*    -webkit-transform-origin: left center;*/
/*    -moz-transform-origin: left center;*/
/*    -o-transform-origin: left center;*/
/*    transform-origin: left center;*/
/*}*/

/*.animated-icon3 span:nth-child(3) {*/
/*    top: 20px;*/
/*    -webkit-transform-origin: left center;*/
/*    -moz-transform-origin: left center;*/
/*    -o-transform-origin: left center;*/
/*    transform-origin: left center;*/
/*}*/

/*.animated-icon3.open span:nth-child(1) {*/
/*    -webkit-transform: rotate(45deg);*/
/*    -moz-transform: rotate(45deg);*/
/*    -o-transform: rotate(45deg);*/
/*    transform: rotate(45deg);*/
/*    top: 0px;*/
/*    left: 8px;*/
/*}*/

/*.animated-icon3.open span:nth-child(2) {*/
/*    width: 0%;*/
/*    opacity: 0;*/
/*}*/

/*.animated-icon3.open span:nth-child(3) {*/
/*    -webkit-transform: rotate(-45deg);*/
/*    -moz-transform: rotate(-45deg);*/
/*    -o-transform: rotate(-45deg);*/
/*    transform: rotate(-45deg);*/
/*    top: 21px;*/
/*    left: 8px;*/
/*}*/

/*@media screen and (max-width: 768px) {*/
/*    .animated-icon3.open span:nth-child(1) {*/
/*        top: 0px !important;*/
/*        left: 10px !important;*/
/*    }*/

/*    .animated-icon3.open span:nth-child(3) {*/
/*        top: 24px !important;*/
/*        left: 10px !important;*/
/*    }*/
/*}*/

/*!**!*/

/*.noscroll {*/
/*    overflow-y: hidden;*/
/*    padding-right: 8px;*/
/*    transition: none !important;*/

/*}*/
/*.noscroll #jvlabelWrap,*/
/*.noscroll #jvlabelWrap > jdiv:first-child {*/
/*    right: -92px !important;*/
/*}*/

/*.noscroll #jcont {*/
/*    right: 38px !important;*/
/*}*/

/*@media screen and (max-width: 768px) {*/
/*    .noscroll {*/
/*        padding-right: 0;*/
/*    }*/
/*}*/

/*body.modal-open,*/
/*body.modal-open .header {*/
/*    overflow: hidden !important;*/
/*    padding-right: 8px !important;*/
/*    !*right: 8px;*!*/
/*}*/

/*body.modal-open #jvlabelWrap,*/
/*body.modal-open #jvlabelWrap > jdiv:first-child {*/
/*    right: -92px !important;*/
/*}*/

/*!* placeholders *!*/

/*.placeholder-container {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    margin-bottom: 20px;*/
/*}*/

/*.placeholder-container input,*/
/*.placeholder-container select {*/
/*    background-color: #FFF;*/
/*    border: 1px solid #ced4da;*/
/*    box-sizing: border-box;*/
/*    color: #000;*/
/*    font-size: 16px;*/
/*    line-height: 16px;*/
/*    height: 50px;*/
/*    outline: 0;*/
/*    padding: 0 20px;*/
/*    width: 100%;*/
/*}*/

/*.placeholder-container textarea {*/
/*    background-color: #FFF;*/
/*    border: 1px solid #ced4da;*/
/*    box-sizing: border-box;*/
/*    color: #000;*/
/*    font-size: 16px;*/
/*    line-height: 16px;*/
/*    outline: 0;*/
/*    padding: 20px 20px;*/
/*    width: 100%;*/
/*}*/

/*.placeholder-container label {*/
/*    color: #000;*/
/*    font-weight: normal;*/
/*    font-family: Verdana, sans-serif;*/
/*    background-color: #FFF;*/
/*    font-size: 14px;*/
/*    line-height: 16px;*/
/*    padding: 5px 10px;*/
/*    pointer-events: none;*/
/*    position: absolute;*/
/*    transition: all 200ms;*/
/*    top: 12px;*/
/*    left: 10px;*/
/*    background-color: #FFF;*/
/*}*/
/*.placeholder-container input:focus + label,*/
/*.placeholder-container textarea:focus + label,*/
/*.placeholder-container input:not(:placeholder-shown) + label,*/
/*.placeholder-container textarea:not(:placeholder-shown) + label{*/
/*    top: -10px;*/
/*    left: 10px;*/
/*    font-size: 10px;*/
/*    background-color: #fff;*/
/*    padding: 2px 10px;*/
/*}*/

/*.growl a {*/
/*    width: 100%;*/
/*}*/

/*.growl a:hover {*/
/*    color: #5e5e5e;*/
/*}*/

/*#shareSelectionModal .modal-dialog {*/
/*    max-width: 500px;*/
/*}*/

/*#shareSelectionModal .modal-dialog .modal-content {*/
/*    border-radius: 10px;*/
/*}*/

/*#shareSelectionLabel {*/
/*    font-size: 2.5rem;*/
/*}*/

/*#shareSelectionModal .modal-body,*/
/*#shareSelectionModal .modal-footer {*/
/*    text-align: left;*/
/*    justify-content: flex-start;*/
/*}*/


