/*
                Settings
                0.	Elements
                1.	Header
                2.	Footer
                3.	Main page
                4.	About
                5.	Partnership
                6.	Contacts
                7.	Retail
                8.	News
                -		8.1		Single news
                9.	Nomenclature
                -		9.1		Main category (+ grid styles)
                -		9.2		Filters
                -		9.2		Products list
                -		9.3		Single product
                -		-			9.3.1			Related products
                -		-			9.3.2			Products blocks
                10.	Office
                11. Animations
                12. Libraries
                -		12.1	Slick
                -		12.2	LightGallery
                -		12.3	jQuery UI
                -		-			12.3.1	jQuery UI custom styles
                -		12.4	jQuery Growl
*/

/* Settings */
/* {font-family: 'Roboto', "Helvetica", "Arial", sans-serif;font-weight:300;border-radius:unset!important;} */
/* body {color: rgba(49,49,49,.74);} */
/* iframe{border:none} */
/* h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{color:#141414;line-height:1.25;} */
/*@media(max-width: 991px) {
  h1 {font-size: 27px!important;}
} */
/*.btn {font-size:16px;}
.btn-link, .text-black {color:#141414}
.btn-link:hover,.btn-link:focus {color: rgba(49,49,49,.74);text-decoration: none;}
.btn-ghost{background:transparent;border: 1px solid transparent;}
.btn-default:hover {border: 1px solid transparent;}
.btn-ghost.white{background:transparent;border: 1px solid #fff;color:#fff;}
.btn-ghost.white:hover{border: 1px solid rgba(255,255,255,.74);color:rgba(255,255,255,.74);}
.btn-ghost.black{background:transparent;border: 1px solid #141414;color:#141414;}
.btn-ghost.black:hover{border: 1px solid rgba(49,49,49,.54);color:rgba(49,49,49,.54);}
.btn-ghost.brand-border{background:transparent;border: 1px solid #ff5122;color:#ff5122;}
.btn-ghost.brand-border:hover{border: 1px solid rgba(242,101,34,.74);color:rgba(242,101,34,.74);}
.btn:hover,.btn:focus,.btn:active {outline:none!important;}
.btn-link:focus {color:rgba(49,49,49,.74);}
.brand-color {color:#ff5122;-webkit-transition: color 0.2s ease-out;-moz-transition: color 0.2s ease-out;-o-transition: color 0.2s ease-out;transition: color 0.2s ease-out;}
.text-white {color: #fff;}
a.brand-color:hover,a.brand-color:focus {color:rgba(242,101,34,.74);}
.brand-border{background:transparent;border: 1px solid #ff5122;color:#ff5122;}
.brand-background {background:#ff5122;color:#fff;border-color: transparent;-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;}
a.brand-background:focus, button.brand-background:focus, a.brand-background:hover, button.brand-background:hover {background:rgba(242,101,34,.74)!important;color:#fff;}
.light-gray{background:#fbfbfb;}
.gray{background:#f2f2f2;}
.visible {display:block;}
.uppercase {text-transform: uppercase;}
.nowrap{white-space:nowrap;}
.bold{font-weight: bold;}
*/
a,
.btn-link {
  text-decoration: none;
  transition: color 0.2s ease-out;
  color: #333;
}
a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
  box-shadow: none;
  /* color: #001f3f; */
  color: #141414;
}
.btn-close{
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem;
}

.catalog-index a:hover {
  color: #141414;
}
button, .btn-close:focus {
    box-shadow: none;
}
/*
hr {margin-top: 30px;margin-bottom: 30px;border-top: 1px solid #f2f2f2;}
dt { font-weight: 300;text-align: left!important;}
dd, dt {line-height: 1.85;}
dl {margin-top: 0;margin-bottom:0;}
blockquote {
    margin: 0 0 20px;
    font-size: 16px;
    border-left: 5px solid #eee;
                background: #fafafa;
}
.get-half {width: 50%;}
.curdor-pointer {cursor:pointer; }
.center {text-align: center;}
.form-control {background-color: transparent;}
.close {float: none;font-size: 20px;line-height: 1;color:#141414;text-shadow: 0 1px 0 #fff;opacity: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;}
.modal {position:absolute;}
.dropdown-menu {padding:15px;;margin:0;background-color:#fff;border: none;-webkit-box-shadow: 0px 15px 25px -5px rgba(0, 0, 0,.15);box-shadow: 0px 15px 25px -5px rgba(0, 0, 0,.15);}
.dropdown-menu>li>a {padding:5px 0;color:#141414;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {color:rgba(49,49,49,.54);background-color:#fff;}
.order-save-message strong{font-size: 20px;}
.pointer {cursor:pointer;}
.active span.office-marker{display:none;}
.rotate180{transform: rotate(180deg);}
@media(max-width: 991px) {
        .btn {font-size:14px;}
        .form-control {font-size: 14px!important;}
}*/

/* @supports (display: grid) {
  .off-grid {display:none!important;}
        .row.no-gutters {margin-right: 0;margin-left: 0;}
        .row.no-gutters > [class^="col-"],.row.no-gutters > [class*=" col-"] {padding-right: 0;padding-left: 0;}
        .row.grid:before,.row.grid:before {margin:0!important;display:none;}
        .row.grid:after,.row.grid:after {margin:0!important;display:none;}
}*/
/* border radius improve */
/* nav-pills.nav-pills>li>a, .btn, .btn-group-lg>.btn, .btn-lg, .label {border-radius: unset;}*/

/* /Settings */

/* Elements */
/* Breadcrumbs */
/*		.breadcrumb {font-size: 14px;padding: 0;margin-bottom: 0;list-style: none;background-color: transparent;border-radius: none;}
                .breadcrumb .active {color:rgba(49,49,49,.45);}
                .breadcrumb>li+li:before {content: "\203A";font-size:20px;}
                @media(max-width: 767px) {
                        .breadcrumb>li:not(:nth-child(1)):not(:nth-child(2)):last-of-type{display:none;}
                }*/

.breadcrumb li {
  margin: 0 10px 0 0;
}
.breadcrumb li:not(:last-child):after {
  content: "›";
  padding: 0 0 0 10px;
}
/*    .breadcrumb li a{font-weight: 500;}*/
/* /Breadcrumbs */

/* current / create orders */
.orders {
  border-bottom: 1px solid #f2f2f2;
}
.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: #898f97; */
  background: #000;
}
.orders .dropdown-item:hover {
  /* background: #f8f9fa; */
  background: #898f97;
  color: #fff;
}
.orders .dropdown-item.active:hover {
  background: #898f97;
}
.orders .create-new-order-btn[data-modal="modal-new-order"],
.orders .create-new-order-btn[data-modal="modal-edit-order"] {
  background-color: #141414;
  border-color: #141414;
  color: #fff;
  box-shadow: none;
  border-radius: 0;
}
.orders button#current-order {
  background: transparent;
  border: 0;
}
/*                .orders .navbar-form {padding:0;margin:0;}
                .orders .create-new-order-btn {padding:15px;margin:0;border:none;}
                .orders .order-text {padding:14px 0 14px 15px;display:inline-block;}
                .orders .dropdown-menu>li>a {color:rgba(49,49,49,.74);}
                .orders .dropdown-menu>li>a.active {font-weight:700;color:#141414;}
                #current-order {background-color:transparent;border-color:transparent;}
                .orders .btn svg {display: block;margin-top:-2px;}
                .orders .btn:hover svg {opacity:.74;}*/
/*		.create-new-order-btn:after{content:attr(data-tooltip); display:none;position:absolute;top:-32px;left:-60px;width:auto;background: #ff5122;Color:#fff;font-size:12px;padding: 5px 15px;box-shadow: 0px 5px 26px -5px rgba(240, 83, 42,.65);z-index:9;font-weight:700;}
                .create-new-order-btn:hover:after{display:block;}*/
/*		@media(max-width: 991px) {
                        .orders .order-text {padding:5px 0 5px 15px;}
                        .orders .nav>li>a {padding: 5px 15px;}
                .orders .create-new-order-btn {padding:5px 15px;}
                .orders .btn svg {width: 16px;}

                }*/
/* //current / create orders */

/* Pagination */
.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;
}
/*                .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {color: rgba(49,49,49,1);background-color: rgba(49,49,49,.05);border: 0!important;}
                .pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {background-color: #fff;color: #ff5122;border: 0!important;}
                .pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {color: rgba(49,49,49,.45);background-color: #fff;border: 0!important;}
                .pagination>.loadmore a {margin-right: 30px;}*/
/* /Pagination */

/* Order message */
/*		.order-message {position:fixed;right:15px;top:15px;max-width:300px;background:rgba(242,101,34,1);box-shadow: 0px 15px 35px -5px rgba(240, 83, 42,.75);z-index:11;}
                .growl span {display:block;margin-bottom:5px;color:#fff;}
                .growl a {color:#fff;text-decoration:underline;font-weight:700;font-size:14px;-webkit-transition: color 0.2s ease-out;-moz-transition: color 0.2s ease-out;-o-transition: color 0.2s ease-out;transition: color 0.2s ease-out;}
                .growl a:hover {color:rgba(255,255,255,.74);}*/
/* /Order message */

/* /Elements */

/*===== 0.	Top-Header =====*/
/*.top-header-wrap {
        padding: 0px;
        background: #212121;
        font-size: .875rem;
}

.el-s-logo {
        display: inline-block;
        padding: .56rem .8rem;
        height: 2.4rem;
        color: #fff;
        transition: .3s ease-in-out all;
}

.el-s-logo span {
        vertical-align: bottom;
        line-height: 16px;
}

.el-s-logo:hover {
        background: #444445;
        color: #fff;
}

.el-s-logo img {
        height: 14px;
}

.el-s-logo:last-child img {
        height: 13px;
}

.el-s-logo.site-active {
        background: #777;
        
}


.account-wrap {	
        position: relative;

}

.account-wrap .person-account {
        border-left: 1px solid #777;
}

.account-wrap .person-account, .cart-wrap {
        padding: .56rem .8rem;
        height: 2.4rem;
        cursor: pointer;
        transition: .3s ease-in-out all;
        color: #fff;
        line-height: 1.5rem;
        position: relative;
        border-right: 1px solid #777;
        display: block;
        font-size: .875rem;
    font-weight: 300;
}

.user-name-wrap {
        color: #fff;
}

.account-wrap .person-account:hover, .cart-wrap:hover  {
        color: #212121;
        background: #fff;
}

.cart-wrap {
        
}

.person-account-menu {
        position: absolute;
        background: #fff;
        z-index: 100;
        width: 200px;
        box-shadow: 0px 20px 24px rgba(0,0,0,.2);
        top:50px;
        z-index: 100;
        display: none;
}

.person-account-menu::before {
        content: ''; 
    position: absolute;
    left: 85px; top: -20px;
    border: 10px solid transparent;
        border-bottom: 10px solid #eee;

}


.account-wrap.open {
        background: #fff;
        
}

.account-wrap.open a {
        color: #212121;
}



.acc-name {
        padding: 10px 20px;
        border-bottom: 1px solid #ddd;
        font-weight: 700;
        background: #eee;
}

.acc-name span {
        color: #999;
        font-weight: 300;
}

.account-logout a {
        padding: 10px 20px 10px 40px;
         border-top: 1px solid #ddd; 
        display: block;
        transition: .3s ease-in-out all;
        position: relative;
        background: #444;
        color: #fff !important;
}

.account-logout a::before {
        width: 10px;
        height: 10px;
        content: "";
        display: block;
        transition: .3s ease-in-out all;
        background:#ff5122;
        position: absolute;
        margin-top: -5px;
        top: 50%;
        right: 0px;
        bottom: 0;
        left: 20px;
        border-radius: 50%;
}

.account-logout a:hover::before {
        left: calc(100% - 30px);
}

.account-logout a:hover {
        padding: 10px 20px 10px 20px;
}

.account-settings-wrap {
        background: #eee;
}

.account-orders-wrap a:hover, .account-docs-wrap a:hover, .account-settings-wrap a:hover { 
        background: #ddd;
}



.account-orders-wrap, .account-docs-wrap, .account-settings-wrap {
        border-bottom: 1px solid #ddd;
}

.account-orders-wrap a, .account-docs-wrap a, .account-settings-wrap a {
        padding: 10px 20px;
        transition: .3s ease-in-out all;
        display: flex;
        align-items: center;
        
}

.account-settings-wrap small {
        font-size: 1.32rem;
        color: #999;
        margin-right: 5px;
        display: flex;
        align-items: center;
        transition: .3s ease-in-out all;
}

.account-settings-wrap small .glyphicon {
        top:0;
}

.account-settings-wrap a:hover  small {
        color: #ff5122;
}

.person-account-menu.dropdown-menu {
        padding: 0;
}

.el-s-logo span {
        margin:0 0 0 5px;
}

@media(max-width: 992px) {

        .top-header {
                width: 100%;
        }

        .person-account, .cart-wrap {
                border-top: 1px solid #777;
        }

        .person-account-menu.dropdown-menu {
                width: 280px;
                margin-left: 20px;
        }

        .person-account-menu::before {
                right: 50px;
                left: auto;
        }
        
}

@media(max-width: 768px) {
        .el-s-logo img {
                height: 10px;
        }

        .el-s-logo:last-child img {
                display: none;
        }

        .acc-name {
                background: #444;
                color: #fff;
        }

        .account-orders-wrap a, .account-docs-wrap a, .account-settings-wrap a {
                background: #999;
                color: #fff;
        }

        .account-settings-wrap .glyphicon {
                color: #fff;
        }

}

@media(max-width: 576px) {
        .el-s-logo {
                padding: 5px;
                height: auto;
        }
}


@media(max-width: 320px) {

        .el-s-logo {
                font-size: .75rem;
                padding: 2px;
        }

        .el-s-logo img {
                height: 9px;
                padding: 0px;
        }

        .el-s-logo img {
                height: 8px;
        }

        .el-s-logo span {
                margin:0;
        }

}*/

/*===== /0.	Top-Header =====*/

/* 1.	Header */
.login-panel {
  padding: 7px 0;
  font-size: 14px;
  background: #ff5122;
  color: #fff;
}
.login-panel a {
  color: #fff;
}
.login-panel a:hover {
  color: rgba(255, 255, 255, 0.74);
}
@media (max-width: 991px) {
  .login-panel .pull-right {
    width: 100%;
    float: left !important;
    margin-top: 7px;
  }
}
.header {
  z-index: 2;
}
.header.homepage,
.header.aboutpage {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  color: #141414;
}
.header-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 510px;
  max-height: 50vh;
  display: block;
  background-image: url(/images/categories/catalog-bg.jpg) no-repeat 50% 50%;
  z-index: -1;
}
.header-background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, transparent, #fff);
}
.header-background.partnershippage {
  background: url(/images/partnership/partnership.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.header-background.contactspage {
  background: url(/images/contacts/contacts.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.header-background.catalogpage {
  background: url(/images/categories/catalog.jpg) no-repeat 50% 0;
  background-size: cover;
}
.header .logo svg {
  max-width: 380px;
}
.header .logo .cls-2.fill-empty {
  fill: transparent;
}
.header .logo .cls-2.fillred {
  fill: #ff5122;
  animation: filllogocircle 0.5s ease-in-out alternate;
}
@keyframes filllogocircle {
  0% {
    fill: #ed1c20;
    stroke: transparent;
  }
  20% {
    fill: transparent;
    stroke: #ff5122;
  }
  100% {
    fill: #ff5122;
    stroke: transparent;
  }
}
@keyframes crazy {
  0% {
    transform: translateX(-2px);
  }
  20% {
    transform: translate(0);
  }
  50% {
    transform: translateY(2px);
  }
  80% {
    transform: translate(0);
  }
  100% {
    transform: translateX(-2px);
  }
}
.header .logo .cls-2.stroked-empty {
  stroke-dashoffset: 0;
  stroke: #ff5122;
  stroke-width: 1px;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
}
.header .logo .cls-2.stroked {
  stroke-dashoffset: 0;
}
.header .logo-b {
  fill: #ff5122;
}
.home-page-menu {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 3;
}
/* .navigation-container {white-space: nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling: touch;}
.navigation {white-space: nowrap;}
.navigation::-webkit-scrollbar,.header .navigation-container::-webkit-scrollbar{display: none;}
.navigation-container {
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
} */

.navigation-container table {
  margin: 0 auto;
  width: 100%;
}

.header-menu .active a {
  color: #ff5122;
}

.navigation-item a,
.header .navigation-item .search-form {
  line-height: 20px;
  padding: 10px 10px;
}
.header .navigation-item .search-form {
  line-height: 20px;
  margin: 0 auto;
  padding: 10px 15px;
  width: calc(100% - 6px);
  background: #ddd;
  display: flex;
}

.navigation-item:nth-child(2) a {
  padding: 10px 0;
  text-align: left;
}

.navigation-item a {
  display: block;
  width: 100%;
}

.header .old-menu-search .navigation-item .search-form {
  background: transparent;
}

.header .old-menu-search .search-icon {
  top: 10px;
  left: 8px;
  color: #ccc;
}

.header .old-menu-search .navigation-item .search-form #search {
  padding-left: 25px;
  border: 1px solid #ddd;
  width: auto;
}

.navigation-container-mobile .navigation-item .search-form {
  width: 100%;
}

.header .navigation-item .search-form #search {
  background: #fff;
  border: none;
}

.header .navigation-item .search-form #search {
  box-shadow: none;
  color: #141414;
  font-size: 16px;
  padding-left: 10px;
  -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;
}
.header .search-in-navbar {
  width: 0;
  max-width: 0;
  visibility: hidden;
  -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;
}
.header .search-in-navbar.show-search-form {
  width: 250px;
  max-width: none;
  visibility: visible;
}
.search-icon {
  position: absolute;
  top: 2px;
  left: -7px;
  color: #999999;
  -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;
}
.search-icon:hover {
  color: rgba(49, 49, 49, 0.74);
}
.navigation-shadow {
  display: none;
  position: absolute;
  top: 0;
  width: 75px;
  height: 100%;
  z-index: 9;
} /* УДАЛИТЬ ЭТО ПРИ НЕОБХОДИМОСТИ!!!!!! */
.navigation-left-shadow {
  left: 0;
  background: -webkit-linear-gradient(
    right,
    rgba(251, 251, 251, 1),
    rgba(251, 251, 251, 0)
  );
  background: -o-linear-gradient(
    right,
    rgba(251, 251, 251, 1),
    rgba(251, 251, 251, 0)
  );
  background: -moz-linear-gradient(
    right,
    rgba(251, 251, 251, 1),
    rgba(251, 251, 251, 0)
  );
  background: linear-gradient(
    to right,
    rgba(251, 251, 251, 1),
    rgba(251, 251, 251, 0)
  );
}
.navigation-right-shadow {
  right: 0;
  background: -webkit-linear-gradient(
    left,
    rgba(251, 251, 251, 1),
    rgba(251, 251, 251, 0)
  );
  background: -o-linear-gradient(
    left,
    rgba(251, 251, 251, 1),
    rgba(251, 251, 251, 0)
  );
  background: -moz-linear-gradient(
    left,
    rgba(251, 251, 251, 1),
    rgba(251, 251, 251, 0)
  );
  background: linear-gradient(
    to left,
    rgba(251, 251, 251, 1),
    rgba(251, 251, 251, 0)
  );
}
.navigation {
  font-size: 16px;
  display: inline-block;
  -ms-display: flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: auto !important;
  float: none;
}
.navigation-item {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  line-height: 32px;
  /* display: flex; */
}
.navigation-item.search {
  -ms-flex-grow: 2;
  flex-grow: 2;
}
.navigation .form-control {
  border: none;
}
.navigation a {
  color: #141414;
  -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;
}
.navigation a[href*="novinki"]:after,
.navigation a[href*="aktsii"]:after {
  content: "";
  display: inline-block;
  background: #ff5122;
  margin-left: 2px;
  width: 6px;
  height: 6px;
  transform: translateY(-7px);
  border-radius: 100% !important;
}
.navigation a:hover {
  color: #ff5122;
}
.navigation a.brand-color {
  color: #ff5122;
}
.navigation a.brand-color:hover {
  color: rgba(242, 101, 34, 0.74);
}

.navbar {
  margin-bottom: 0;
  min-height: auto;
  border: none;
  white-space: nowrap;
}
.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
  white-space: nowrap;
}
.navbar-toggle .icon-bar {
  background: #ff5122;
}
.short-about {
  line-height: 1.1;
}
@media (max-width: 991px) {
  .header .logo svg {
    height: 50px;
  }
  .navigation-container {
    margin-top: 5px;
    padding-bottom: 5px;
  }
  .navigation-item {
    flex: 1 1 0;
    padding: 0 0px;
  }
  .navigation-item.search {
    -ms-flex: 1 0 150px;
    flex: 1 0 150px;
  }
}
@media (max-width: 767px) {
  .navbar-toggle {
    margin-right: 0;
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar-brand {
    padding-left: 0;
    font-size: 16px;
    color: #ff5122;
  }
  .navbar-nav > li {
    display: block;
    text-align: left;
    overflow: hidden !important;
  }
  .navigation-item.search {
    flex: 0 0 50%;
    order: 99;
  }
  .nav-orders .navbar-nav {
    flex-direction: row;
  }
  .nav-orders {
    border: none;
  }
}
/*.header .header-info {margin-top:12px;margin-bottom:4px;}*/
.header-info a {
  background: transparent;
  color: #ff5122;
  font-weight: bold;
}
.header-info a:hover {
  color: rgba(49, 49, 49, 0.74);
}
@media (max-width: 991px) {
  .header-info a {
    color: #141414;
  }
  .header-info .brand-color {
    color: #141414;
  }
  .header-info a:hover {
    color: rgba(49, 49, 49, 0.74);
  }
}
/* /Header */

/* Footer */
.footer {
  margin-top: 20px;
  padding: 0 0 15px 0;
  background: #f2f2f2;
}
.footer .footer-info h4 {
  color: rgba(49, 49, 49, 0.55);
}
.footer .footer-info a,
.footer .footer-info .footer-contacts {
  font-size: 14px;
  color: #141414;
  line-height: 2;
}
.footer .footer-info a:hover {
  color: rgba(49, 49, 49, 0.74);
}
.footer .footer-info a:hover {
  color: rgba(49, 49, 49, 0.74);
}
.footer .rights {
  font-size: 12px;
  color: rgba(49, 49, 49, 0.74);
  line-height: 1.5;
  margin-top: 3px;
}
.footer #gc {
  margin-top: 30px;
  padding-bottom: 30px;
  background: #f2f2f2;
}
.footer #gc .partner {
  width: 14.28571428571428%;
}
.footer #gc a {
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 5px;
}
.footer #gc img {
  max-height: 35px;
}
.footer #gc h3 {
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer #gc img {
    max-height: 30px;
  }
  .footer #gc .partner {
    width: 33.333333333333333333333%;
  }
}
@media (max-width: 767px) {
  .footer #gc img {
    max-height: 30px;
  }
  .footer #gc .partner {
    width: 50%;
  }
}
/* /Footer */

/* Main page */
.main-page {
  overflow: hidden;
}
.main-page h1 {
  font-size: 36px;
  color: #fff;
}
.main-page h2 {
  font-size: 36px;
}
.slider {
  height: 90vh;
  min-height: 700px;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .slider {
    height: 100vh;
  }
}
.slide {
  height: 100%;
  overflow: hidden;
}
.slide .lSSlideOuter,
.slide .lSSlideWrapper,
.slider .slick-list,
.slider .slick-track,
.slide-3 {
  height: 100%;
  overflow: hidden;
}
.main-page .slick-dots {
  position: absolute;
  top: 300px;
  right: 100px;
  list-style: none;
  width: auto;
  margin: 0;
  padding: 0;
  margin-left: -325px;
}
.main-page .slick-dots li {
  display: block;
  margin: 10px;
  width: 20px;
  height: 20px;
  background: rgba(240, 83, 42, 0.7);
  border: 0;
  border-radius: 100px !important;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.main-page .slick-dots li.slick-active {
  background: rgba(240, 83, 42, 1);
}
/*.main-page .slick-dots li:hover {background:rgba(240, 83, 42, 1);} */
.main-page .slick-dots .slick-active-dot {
  background: #ddd;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 100%;
  display: block;
  transform: translateX(0);
}
.main-page .slick-dots .slick-active-dot.process {
  transform: translateX(120px);
  -webkit-transition: all 15s linear;
  -moz-transition: all 15s linear;
  -o-transition: all 15s linear;
  transition: all 15s linear;
}
.main-page .slick-dots .slick-active-dot.complete {
  transform: translateX(0);
  left: 120px;
}
.main-page .slick-dots button {
  display: none;
}
.main-page .main-page-slider-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999999999999999999;
  margin-top: 200px;
}
.main-page .badge-red {
  background: #f00;
  color: #fff;
  text-transform: uppercase;
}

.reveal-slider-item {
  overflow: hidden;
  background: #fff no-repeat center center;
  background-size: cover;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.reveal-slider-item:nth-of-type(1) {
  background-image: url(/images/index/slider/lamps-draw.jpg);
}
.reveal-slider-item:nth-of-type(2) {
  background-image: url(/images/index/slider/lamps-real.jpg);
}
.reveal-slider-item.active {
  position: absolute;
  z-index: 2;
  opacity: 0;
}
.reveal-slider-item.active.full-width {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 1s linear 4s;
  -moz-transition: opacity 1s linear 4s;
  -o-transition: opacity 1s linear 4s;
  transition: opacity 1s linear 4s;
}

.lamp-slider {
  background: #141414;
  height: 100%;
  background: #141414 no-repeat center center;
  overflow: hidden;
}
.lamp-slider .lamp-slider-item {
  background: transparent no-repeat center center;
  height: 100%;
  background-size: cover;
}
.lamp-slider .lamp-slider-item.item-1 {
  background-image: url(/images/index/slider/led-all-on.jpg);
}
.lamp-slider .lamp-slider-item.item-2 {
  background-image: url(/images/index/slider/2.jpg);
}
.lamp-slider .lamp-slider-item.item-3 {
  background-image: url(/images/index/slider/3.jpg);
}

.slide-3 {
  background: transparent url(/images/index/slider/blue-lent.jpg) no-repeat
    center center;
  height: 100%;
  background-size: cover;
  -webkit-transition: all 5s linear;
  -moz-transition: all 5s linear;
  -o-transition: all 5s linear;
  transition: all 5s linear;
  filter: grayscale(100%);
  transition: none;
}
.slide-3.active {
  -webkit-transition: all 1s linear 4s;
  -moz-transition: all 1s linear 4s;
  -o-transition: all 1s linear 4s;
  transition: all 1s linear 4s;
  filter: grayscale(100%);
}
.slide-3.blind {
  filter: grayscale(0);
}

.slide-4 {
  background: transparent url(/images/index/slider/crystal-strotskis.jpg)
    no-repeat center center;
  height: 100%;
  background-size: cover;
}
.slide-5 {
  background: transparent url(/images/index/slider/tk-lighting.jpg) no-repeat
    center center;
  height: 100%;
  background-size: cover;
}
.slide-6 {
  background: url(/images/index/slider/banner-pappilon.jpg) no-repeat center
    center;
  height: 100%;
  background-size: cover;
}
.slide-7 video {
  transform: translateY(-180px);
  width: 100%;
}
.slide-8 {
  background: url(/images/index/slider/dlr023.jpg) no-repeat center center;
  height: 100%;
  background-size: cover;
}
.slide-9 {
  background: url(/images/index/slider/bronze.jpg) no-repeat center center;
  height: 100%;
  background-size: cover;
}
.slide-336 {
  background: url(/images/index/slider/336.jpg) no-repeat center center;
  height: 100%;
  background-size: cover;
}
.tk-lighting-header {
  font-size: 60px;
  color: #141414;
  line-height: 60px;
}

.order-href,
.order-href > span.row {
  display: block;
}
.order-item .order-hover:hover {
  background: #fbfbfb;
}

@media (max-width: 991px) {
  .main-page .h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .slick-dots {
    top: 150px !important;
  }
  .reveal-slider-item,
  .lamp-slider {
    height: 100% !important;
  }
  .reveal-slider-item.active.full-width,
  .slide-3,
  .slide-4,
  .slide-5,
  .slide-6,
  .slide-7,
  .slide-9,
  .slide-28,
  .slide-336 {
    height: 100%;
  }
  .slide-7 video {
    transform: translate(-50%, 0);
    width: 200%;
  }

  .slick-current .main-page-slider-text {
    padding: 15px 0;
    width: 100%;
    margin-top: 80px;
  }
  .slick-current .main-page-slider-text p.mb30 {
    margin-bottom: 15px;
  }
  .tk-lighting-header {
    font-size: 46px !important;
    line-height: 46px;
  }
}
@media (max-width: 768px) {
  .slick-dots {
    right: 20px !important;
  }
}
@media (min-aspect-ratio: 21/9) {
  .slide-7 video {
    transform: translateY(-480px);
    width: 100%;
  }
}
@media (max-width: 991px) {
  .slider {
    min-height: 1px;
  }
}
@supports (display: grid) {
  .info-block .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    justify-items: center;
    justify-content: center;
    align-items: stretch;
    grid-gap: 15px;
  }
  .mainpage-categories .row.grid.no-gutters {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    justify-items: center;
    justify-content: center;
    align-items: stretch;
    grid-gap: 15px;
  }
  @media (max-width: 991px) {
    .mainpage-categories .row.grid.no-gutters {
      grid-template-columns: repeat(2, 1fr);
    }
  }
}
.info-block .row.grid.no-gutters > [class^="col-"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: stretch;
  align-items: stretch;
  -ms-align-content: flex-start;
  align-content: flex-start;
  background: #f2f2f2;
  height: 655px;
  overflow: hidden;
}
.info-block .image-block {
  -ms-flex: 4 1;
  flex: 4 1;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
}

.hd {
  background-color: #f2f2f2;
}
.info-block [class^="col-"]:nth-child(even) .image-block {
  -ms-order: 1;
  order: 0;
}

.info-block [class^="col-"]:nth-of-type(1) .image-block {
  background-image: url(/images/index/news/87.jpg);
}
.info-block [class^="col-"]:nth-of-type(2) .image-block {
  background-image: url(/images/index/news/86.png);
}
.info-block [class^="col-"]:nth-of-type(3) .background-image {
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  background: #f2f2f2 url(/images/index/magazine/magazine-29-10-2020.jpg)
    no-repeat center center;
  background-size: cover;
}
.info-block [class^="col-"]:nth-of-type(3) {
  cursor: pointer;
}
.info-block [class^="col-"]:nth-of-type(4) .background-image {
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  background: #f2f2f2 url(/images/index/about/about.jpg) no-repeat center center;
  background-size: cover;
}
.info-block .text-block {
  flex: 2;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 30px;
  z-index: 10;
}
.info-block [class^="col-"]:nth-of-type(4) {
  color: #fff;
}
.info-block [class^="col-"]:nth-of-type(4) .text-block {
  margin-bottom: auto;
}
.info-block [class^="col-"] .text-block .content {
  padding-top: 30px;
  border-top: 1px solid #ddd;
  margin-top: auto;
}
.info-block [class^="col-"] .text-block .info-block-header,
.info-block .text-block h1 {
  margin-bottom: auto;
}
.mainpage-categories h2 {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 180px;
  margin-left: -90px;
  z-index: 1000;
}
.mainpage-categories h2 a {
  display: block;
  font-size: 24px;
  background: rgba(240, 83, 42, 1);
  color: #fff;
  padding: 15px 0;
  box-shadow: 0 5px 25px -3px rgba(0, 0, 0, 0.35);
  -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;
}
.mainpage-categories h2 a:hover {
  background: rgba(240, 83, 42, 0.9);
  box-shadow: 0 5px 25px -3px rgba(0, 0, 0, 0.8);
}
.mainpage-categories [class^="col-"] .mainpage-categories-link {
  display: block;
  position: relative;
  z-index: 1;
}
.mainpage-categories [class^="col-"] h3 {
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
  -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;
}
.mainpage-categories [class^="col-"]:hover h3 {
  background: rgba(240, 83, 42, 0.9);
  color: #fff;
  cursor: pointer;
}
.mainpage-categories [class^="col-"]:hover h3 a {
  color: #fff;
}
@media (min-width: 1920px) {
  .info-block [class^="col-"]:nth-of-type(3) .background-image {
    background: #f2f2f2 url(/images/index/magazine/magazine-29-10-2020.jpg)
      no-repeat 50% 30%;
    background-size: 110%;
  }
  .info-block [class^="col-"]:nth-of-type(4) .background-image {
    background: #f2f2f2 url(/images/index/about/about.jpg) no-repeat 50% 30%;
    background-size: 120%;
  }
}
@media (max-width: 1199px) {
  .btn-ghost {
    font-size: 14px !important;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  .main-page h1,
  .main-page h2 {
    font-size: 30px;
  }
  .main-page h3 {
    font-size: 16px;
  }
  .info-block .row.grid.no-gutters > [class^="col-"] {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-align-items: stretch;
    align-items: stretch;
    -ms-align-content: flex-start;
    align-content: flex-start;
  }
  .info-block .text-block {
    -ms-flex-flow: row;
    -ms-justify-content: flex-start;
    flex-flow: row;
    justify-content: flex-start;
  }
  .info-block [class^="col-"]:nth-child(4) .text-block {
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  .info-block [class^="col-"]:nth-child(even) .image-block {
    order: 0;
  }
  .info-block [class^="col-"]:nth-child(3) .image-block,
  .info-block [class^="col-"]:nth-child(4) .image-block {
    flex: 4 1;
  }
  .info-block [class^="col-"] .text-block .info-block-header {
    flex: 1;
  }
  .info-block [class^="col-"] .text-block .content {
    padding-top: 13px;
    border-top: none;
    flex: 2;
  }
  .mainpage-categories {
    margin-bottom: 15px;
  }
  .mainpage-categories [class^="col-"] {
    margin-top: auto;
  }
}
@media (max-width: 991px) {
  .main-page h1,
  .main-page h2 {
    font-size: 24px;
  }
  .info-block .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .mainpage-categories h2 {
    position: static;
    width: calc(100% - 30px);
    margin: 15px;
  }
  .mainpage-categories h2 a {
    box-shadow: none;
    text-align: center;
  }
  .mainpage-categories h2 a:hover {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .info-block .row.grid.no-gutters > [class^="col-"] {
    flex-flow: column;
    height: auto;
  }
  .info-block [class^="col-"] .image-block {
    height: 240px;
  }
  .info-block [class^="col-"]:nth-child(even) .image-block {
    order: 0;
  }
  .info-block [class^="col-"] .text-block {
    padding: 15px;
    flex: none;
  }
  .info-block [class^="col-"] .text-block .content {
    padding-top: 15px;
    border-top: none;
    flex: none;
  }
  .mainpage-categories .row.grid.no-gutters {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Animation */
.animating-left {
  transform: translateX(-50px);
  opacity: 0;
}
.animating-right {
  transform: translateX(50px);
  opacity: 0;
}
.animating-top2 {
  transform: translateY(50px);
  opacity: 0;
}
.animating-bottom2 {
  transform: translateY(-50px);
  opacity: 0;
}
/* /Main page */

/* About */

.about {
  margin: 0;
  overflow: hidden;
}
.about .hero {
  height: 100%;
  min-height: 768px;
  height: 100vh;
}
.about .hero-img {
  position: absolute;
  min-height: 768px;
  height: 100%;
  width: 100%;
  background: url(/images/about/about-eurosvet.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.about .hero .hero-info {
  padding-top: 20vh;
}
.about .lead-text {
  font-size: 60px;
  padding: 60px 0 0 0;
}
.about .sub-lead-text {
  font-size: 24px;
  padding: 0 0 180px 0;
  padding: 0 0 40vh 0;
  color: #141414;
}
.about .hero h2 {
  font-size: 30px;
}
.about .advantages {
  padding: 90px 0 60px 0;
}
.about .advantages h2 {
  font-size: 48px;
  margin: 0 0 45px 0;
}
.about .about-us {
  background: #d45b22;
  color: #fff;
  background-size: cover;
}
.about .about-us .animation {
  position: absolute;
  width: 100%;
  bottom: 10%;
  right: 17%;
  height: 50vh;
  max-width: 750px;
  max-height: 532px;
  background: url(/images/about/2-2.jpg) no-repeat 0 0;
  color: #fff;
  background-size: cover;
  opacity: 0.5;
}
.about .about-us .container {
  padding: 120px 0;
}
.about .about-us .about-us-title {
  line-height: 90px;
  font-size: 60px;
  color: #fff;
}
.about .about-us .about-us-title span {
  font-weight: 900;
  font-size: 120px;
}
.about .about-us .about-us-text {
  font-size: 24px;
}
.about .marketing {
  padding: 60px 0;
  background: #dbdbda;
}
.about .marketing h2 {
  font-size: 48px;
}
.about .marketing .marketing-image-container {
  background: #dbdbda;
}
.about .logistics {
  padding: 120px 0;
  background: url(/images/about/storage-color.jpg) no-repeat 75% 50%;
  background-size: cover;
  color: #fff;
}
.about .logistics:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
}
.about .logistics .container {
  z-index: 2;
}
.about .logistics h2 {
  font-size: 48px;
  color: #fff;
}
.about .logistics h2 sup {
  font-size: 50%;
  top: -1em;
}
.about .logistics .storage-img {
  box-shadow: 0 0 50px 5px rgb(0, 0, 0);
}
.about .package {
  padding: 60px 0;
}
.about .package h2 {
  font-size: 48px;
}
.about .choose {
  padding: 60px 0;
  background: #d45b22; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(
    left top,
    #d45b22,
    #ff5122
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(
    bottom right,
    #d45b22,
    #ff5122
  ); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    bottom right,
    #d45b22,
    #ff5122
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(
    to bottom right,
    #d45b22,
    #ff5122
  ); /* Standard syntax */
}
.about .choose {
  color: #fff;
}
.about .choose .white {
  background: #fff;
}
.about .choose a {
  color: #fff;
  font-weight: 700;
}
.about .choose a:hover,
.about .choose a:focus {
  color: rgba(255, 255, 255, 0.74);
}
.about .choose h2 {
  font-size: 48px;
  color: #fff;
}
.about .choose h3 {
  font-size: 30px;
  color: #fff;
}
@media (min-width: 2400px) {
  .about .hero img {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .about .lead-text {
    padding: 200px 0 0 0;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .about .hero img {
    width: 150%;
    margin-top: 0;
    margin-left: -25%;
  }
  .about .lead-text {
    font-size: 48px;
    padding: 180px 0 0 0;
    padding: 20% 0 0 0;
  }
  .about .sub-lead-text {
    font-size: 18px;
    padding: 0 0 180px 0;
    padding: 0 0 40vh 0;
    color: #141414;
  }
}
@media (max-width: 991px) {
  .about .hero {
    max-height: none;
    margin-bottom: 30px;
    height: 80vh;
  }
  .about .hero-img {
    background: url(/images/about/about-eurosvet.jpg) no-repeat 80% 50%;
    background-size: cover;
  }
  .about .hero .hero-info {
    position: static;
    margin-top: 0;
  }
  .about .lead-text {
    font-size: 36px;
    padding: 0;
  }
  .about .sub-lead-text {
    font-size: 16px;
    padding: 0;
    color: #141414;
  }
  .about h2 {
    font-size: 27px !important;
  }
  .about .about-us .about-us-title span {
    font-weight: 900;
    font-size: 27px;
  }
  .about .choose h3 {
    font-size: 21px;
  }
  .about .advantages {
    padding: 30px 0 30px 0;
  }
  .about .about-us .animation {
    position: static;
    width: 100%;
    bottom: 10%;
    right: 17%;
    height: auto;
    max-height: unset;
    background: url(/images/about/2-2.jpg) no-repeat 0 0;
    color: #fff;
    background-size: cover;
    opacity: 0.5;
    z-index: -1;
  }
  .about .about-us .about-us-text {
    font-size: 16px;
  }

  .about .logistics .storage-img {
    box-shadow: unset;
  }
  .about .about-us .container {
    padding: 30px 0;
  }
  .about .about-us .about-us-title {
    line-height: 42px;
    font-size: 36px;
    color: #fff;
  }
}
@media (max-width: 425px) {
  .hero-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .hero-info-con {
    background-color: rgba(245, 245, 245, 0.678);
  }
}

/* /About */

/* Partnership */
.partnership h1 {
  font-size: 54px;
  margin: 30px 0;
}
.partnership h2 {
  font-size: 30px;
}
.partnership .partnership-icon svg {
  margin-top: 30px;
  fill: #ff5122;
  height: 64px;
}
.partnership .row.flex {
  display: flex;
  margin-bottom: 60px;
}
.partnership .row.flex:last-of-type {
  margin-bottom: 30px;
}
.partnership .text {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding: 60px;
}
.partnership .text.text-right {
  justify-content: flex-end;
}
.partnership .gratitude img {
  border: 2px solid #fbfbfb;
  margin-bottom: 8px;
  -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;
}
.partnership .gratitude img:hover {
  border: 2px solid rgba(49, 49, 49, 0.34);
  opacity: 0.8;
}
/* /Partnership */

/* Contacts */
.contacts h1 {
  font-size: 54px;
  margin: 30px 0;
}
.contacts h2 {
  font-size: 42px;
}
.contacts #map-canvas {
  height: 600px;
  background: #eee;
}
/* /Contacts */

/* Retail */
.retail h1 {
  font-size: 54px;
  margin: 30px 0;
}
.retail h2 {
  font-size: 16px;
  font-weight: 700 !important;
}
.retail h3 {
  font-size: 21px;
  font-weight: 700 !important;
}
.retail .retail-container {
  overflow: hidden;
}
.retail .retail-item {
  padding-top: 0px;
  padding-bottom: 0px;
}
.retail .retail-item a img {
  filter: grayscale(70%);
  -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;
  opacity: 0.84;
  max-height: 115px;
}
.retail .retail-item a:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.retail .reatil-item-icons {
  padding: 10px 15px;
}
.retail .reatil-item-icons .icon {
  width: 21px;
  height: 21px;
  margin-right: 15px;
  color: #141414;
}
.retail .reatil-item-icons svg {
  width: 21px;
  height: 21px;
  fill: #141414;
}
.shops-switcher li {
  background: #fff;
}
.shops-switcher li.active {
  background: #000;
}
.shops-switcher li a {
  display: block;
  color: rgba(49, 49, 49, 0.54);
  -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;
}
.shops-switcher li .active a {
  color: #fff;
}
.padding li .active a:hover {
  color: #000;
}
.shops-switcher li a :hover {
  color: #000;
}
.single-shops .abc .abc-title {
  line-height: 32px;
}
.single-shops .abc {
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-shops .abc a {
  display: block;
  background: #fff;
  margin-right: 2px;
  color: #141414;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  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(49, 49, 49, 0.74);
}
.single-shops .letter {
  width: 100%;
  background: #141414;
  color: #fff;
}
.single-shops .city-name {
  display: block;
  margin-right: 5px;
  background: #fbfbfb;
  color: #141414;
  -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.active-city {
  color: #fff !important;
  background: #ff5122;
}
.single-shops .city-name:hover,
.single-shops .city-name:focus {
  color: rgba(49, 49, 49, 0.74);
}
.single-shops .city-shops {
  height: 0;
  opacity: 0;
  transform: translateY(100px);
  -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;
  visibility: hidden;
}
.single-shops .city-shops.active-city-container {
  height: auto;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
@supports (display: grid) {
  .online .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    justify-items: center;
    align-items: end;
    grid-gap: 2px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-shops .abc {
    margin-bottom: 15px;
  }
  .single-shops .letter {
    width: 100%;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .single-shops .abc .abc-title {
    width: 100%;
    display: block;
  }
  .online .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .single-shops .abc {
    margin-bottom: 15px;
  }
  .single-shops .letter {
    width: 15%;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 8px;
  }
  .single-shops .abc .abc-title {
    width: 100%;
    display: block;
  }
  .online .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .retail-item {
    margin-top: 15px;
    margin-bottom: 0;
    padding: 0;
  }
  .retail .retail-item a img {
    filter: grayscale(0);
    opacity: 1;
  }
}
/* /Retail */

/* News */
.news {
  margin: 0 0 45px 0;
}
/* .news h1 {font-size:54px;margin:30px 0;} сделать только на LG*/
.news h2 {
  font-size: 24px;
}
.news h3 {
  font-size: 21px;
  font-weight: 700 !important;
}
.news h4 {
  font-size: 16px;
}
.news .nav-pills > li.active > a,
.news .nav-pills > li.active > a:focus,
.news .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #ff5122;
  font-weight: normal;
}
.office .nav-pills > li.active > a,
.office .nav-pills > li.active > a:focus,
.office .nav-pills > li.active > a:hover {
  color: #fff !important;
  background-color: #9b9b9b !important;
  font-weight: normal !important;
}
.office .nav-pills > li > a:hover {
  background-color: #e4e4e4 !important;
  color: rgba(49, 49, 49, 1);
}
@supports (display: grid) {
  .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    justify-items: center;
    align-items: stretch;
    grid-gap: 2px;
  }
  .row.grid.no-gutters > [class^="col-"] {
    float: none;
    width: 100%;
  }
  .news .news-item,
  .news .blog-item {
    background: #fff;
    display: flex;
    flex-direction: column;
  }
}
.news .blog-item .padding {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.news .blog-item .padding .article-footer {
  margin-top: auto;
  font-size: 14px;
}
.news .news-thumbnail {
  display: block;
  position: relative;
  text-align: center;
}
.news .news-thumbnail .label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 0.2em 1em 0.2em;
  font-size: 85%;
  font-weight: 300;
  line-height: inherit;
}
/* single news */
.single-news {
  margin: 0 0 45px 0;
}
.single-news h1 {
  font-size: 36px;
  margin: 30px 0;
}
.single-news h2 {
  font-size: 24px;
}
.single-news .additional-news-container {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.single-news .additional-news-container:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.single-news .label {
  margin-left: 30px;
  padding: 0.2em 1em 0.2em;
  font-weight: 300;
  line-height: inherit;
  font-size: 16px;
}
.additional-news-container .date {
  font-size: 13px;
}
.additional-news-container .label {
  font-size: 13px;
}

/*
*
*	
*
*/
@media (min-width: 1200px) {
  .news-61 {
    display: grid;
    grid-template-columns: repeat(5, 1fr) !important;
    grid-auto-rows: auto;
    justify-items: center;
    align-items: stretch;
    grid-gap: 2px;
  }
}
/*
*
*	
*
*/

/* /single news */
.news .modal {
  position: fixed;
}
@media (max-width: 767px) {
  .news .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* /News */

/* 9. Nomenclature */
.product-list,
#category,
#collection {
  padding: 0;
  background: transparent;
}
.product-list .btn-default,
.product-list .dropdown-menu,
#category .btn-default,
#category .dropdown-menu,
#collection .btn-default,
#collection .dropdown-menu {
  border: 0 !important;
}

/* 9.3 Single product */
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #333 !important;
}
.swiper-pagination-bullet-active {
  background: #000 !important;
}

/* Main category */
@supports (display: grid) {
  .row.grid:before,
  .row.grid:before {
    margin: 0 !important;
    display: none;
  }
  .row.grid:after,
  .row.grid:after {
    margin: 0 !important;
    display: none;
  }
  /* .row.grid.no-gutters.onhover > [class^="col-"] {float:none;width: 100%;padding: 0px;background:transparent;box-shadow: 0 0 20px -5px rgba(0,0,0,0);position:relative;z-index:1;overflow:hidden;-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;} */
  /* .row.grid.no-gutters.onhover > [class^="col-"]:hover {box-shadow: 0 0 25px -2px rgba(0,0,0,.25);z-index:99;} */
  .main-catalog #category .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    align-content: stretch;
    grid-gap: 2px;
  }
  .main-catalog #category .grid > [class^="col-"] {
    margin-top: auto;
  }
  .main-catalog #category .sl-container {
    overflow: hidden;
    max-width: 379px;
    max-height: 379px;
    color: #fff;
  }
  .main-catalog h4.padding {
    padding: 10px 15px;
    z-index: 25;
  }
  .main-catalog a {
    color: #141414;
    display: block;
    overflow: hidden;
  }
  .main-catalog .grid > [class^="col-"] img {
    -webkit-transition: all 0.2s ease-out !important;
    -moz-transition: all 0.2s ease-out !important;
    -o-transition: all 0.2s ease-out !important;
    transition: all 0.2s ease-out !important;
  }
  .main-catalog .grid > [class^="col-"]:hover h4 {
    background: rgba(240, 83, 42, 1);
  }
  .main-catalog .grid > [class^="col-"]:hover h4 a {
    color: rgba(255, 255, 255, 1);
  }
  .main-catalog .grid > [class^="col-"]:hover img {
    color: #fff;
    transform: scale(1.02) !important;
  }
  .main-catalog #collection .grid {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    justify-items: center;
    align-items: center;
    grid-gap: 0;
  }
  .main-catalog #collection .grid > [class^="col-"]:nth-of-type(1) {
    grid-row: 1 / 3;
  }
  .main-catalog #collection .grid > [class^="col-"]:nth-of-type(2) {
    grid-row: 1 / 3;
  }
  .main-catalog #style .grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    justify-items: center;
    align-items: end;
    grid-gap: 2px;
  }
  .product-list .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    justify-items: center;
    align-items: stretch;
    grid-gap: 2px;
  }
  .product-list .grid > [class^="col-"] {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    align-content: stretch;
  }

  .product-list .text-price-block {
  }
  .product-list .client-price {
  }
  .product-list .client-price.soon-in-stock {
  }
  .product-list .name {
    font-weight: 400;
    font-size: 0.85rem;
    text-transform: uppercase;
  }
  .product-list .product-item-container .stock-info {
    font-size: 0.85rem;
    display: none;
    text-align: right;
  }
  .product-list .product-item-container:hover .stock-info {
    display: block;
  }

  @media (min-width: 992px) and (max-width: 1199px) {
    .product-list .grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .product-list .grid {
      grid-template-columns: repeat(3, 1fr);
    }
    .main-catalog .row.grid.no-gutters > [class^="col-"] {
      padding: 0;
      border: none;
    }
  }
  @media (max-width: 991px) {
    .main-catalog #category .grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .main-catalog #category .grid > [class^="col-"] {
      margin-top: auto;
    }
    .main-catalog #collection .grid {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto auto;
      align-items: start;
    }
    .main-catalog #collection .grid > [class^="col-"]:nth-of-type(1) {
      grid-column: 1 / 3;
      grid-row: auto;
      text-align: left;
    }
    .main-catalog #collection .grid > [class^="col-"]:nth-of-type(2) {
      grid-column: 1 / 3;
      grid-row: auto;
      text-align: left;
    }
    .main-catalog #style .grid {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto auto;
      align-items: start;
    }
    .product-list .grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: auto;
      justify-items: center;
      align-items: stretch;
      grid-gap: 2px;
    }
  }
  @media (max-width: 767px) {
    .product-list .grid {
      display: grid;
      grid-template-columns: repeat(2, 50%);
      grid-template-rows: auto;
      justify-items: center;
      align-items: stretch;
      grid-gap: 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;
    }
    .product-list .row.grid.no-gutters > [class^="col-"] {
      padding: 0;
      border: 1px solid transparent;
    }
  }
}

.product-list .specs-icons {
  position: relative;
}
.product-list .specs-icons img.maxw {
}
.icons-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.icons-wrap div {
  position: relative;
  z-index: 16;
}
.product-list .specs-icons svg {
  max-width: 30px;
}
.main-catalog #collection h4 {
  font-size: 14px;
  font-weight: bold;
}
.main-catalog #collection p {
  font-size: 14px;
}
#collection [class^="col-"] h4 {
  -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;
}
#collection [class^="col-"]:hover h4 {
  color: #ff5122 !important;
}
.category-tabs li {
  float: left;
  position: relative;
}
.category-tabs li a {
  color: rgba(49, 49, 49, 0.74);
  padding: 15px 30px;
  margin: 0;
}
.category-tabs li a:hover {
  color: #ff5122;
}
.category-tabs li.active {
  background: #ff5122;
}
.category-tabs li.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background: #ff5122;
  transform: rotate(45deg);
}
.category-tabs li.active a {
  color: #fff;
}
.category-tabs li.active a:hover {
  color: #fff;
}
.tab-content > .tab-pane {
  display: block;
  transform: translateX(10px);
  height: 0;
  opacity: 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;
  overflow: hidden;
  visibility: hidden;
}
#category,
#collection,
#related-products-list,
#same-category-products-list,
#product-desc,
#product-how-to-buy,
#product-questions,
#single-shops,
#online,
#dosc-home,
#dosc-contracts,
#dosc-sales,
#dosc-orders,
#partners,
#office {
  transform: translateX(10px);
  height: 0;
  opacity: 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;
  overflow: hidden;
  visibility: hidden;
}
.tab-pane.active {
  opacity: 1 !important;
  height: auto !important;
  overflow: unset !important;
  transform: translateX(0) !important;
  visibility: visible !important;
}
@media (max-width: 991px) {
  .category-tabs li a {
    padding: 10px 15px;
    font-size: 14px;
  }
}
/* /Main category */
/* Filters */
/*.filters-container h2 {margin-top:40px;}*/
.filters-container hr {
  margin-bottom: -10px;
}
.filters-container .constructive-menu hr {
  margin-bottom: 0;
  border-top: 1px solid rgb(128 128 128);
  max-width: 220px;
  margin-left: 32px;
}

.filters-container .range-group .form-group .form-control {
  border-radius: unset !important;
  border-right: 1px solid #212529 !important;
}

.filters ul.constructive-menu {
  padding-left: 0px;
}
.filters ul.constructive-menu ul {
  padding-left: 30px;
}
.filters .constructive-menu li {
  list-style-type: none;
}
.filters .constructive-menu li {
  margin: 15px 0;
  display: block;
}
.filters .constructive-menu li a {
  font-size: 1.2rem;
  font-weight: 400;
  padding: 10px 15px 10px 0;
  transition: all 0.2s ease-out;
}
.filters .constructive-menu li a img {
  max-height: 24px;
  max-width: 24px;
  transform: translateY(-1px);
  display: inline-block;
  margin-right: 3px;
}
/*.filters ul.constructive-menu {margin-left: 15px;}*/
.filters ul.constructive-menu li ul {
  display: none;
}
.filters .constructive-menu li.has-active-child ul.active {
  display: block;
}
.filters .constructive-menu li.active ul {
  display: block;
}
.filters .loader {
  position: absolute;
  top: -1px;
  right: 14px;
}
.filter-item {
  position: relative;
  height: auto;
  opacity: 1;
  visibility: visible;
  -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;
}
.filter-radiobutton .filter-item {
  position: static;
}
.filter-radiobutton ul.nav {
  position: relative;
}
.filter-item input[type="checkbox"],
.filter-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.filter-item label {
  font-size: 14px;
  padding: 3px 15px 3px 0;
  cursor: pointer;
  -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;
}
.filter-item label:hover,
.filter-item label:focus {
  color: #ff5122;
}
.filter-item input[type="checkbox"]:checked + label,
.filter-item input[type="radio"]:checked + label {
  font-weight: bold;
  color: #141414;
}
.hide-filters {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.active-filter-indicator:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: -15px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #141414;
}
.filters .nav li a:focus,
.nav li a:hover {
  color: #ff5122;
  background-color: transparent;
}
.filters .nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: transparent;
  font-weight: bold;
  color: #141414;
}
.filters .nav-pills > li.active.has-active-child > a,
.nav-pills > li.active.has-active-child > a:focus,
.nav-pills > li.active.has-active-child > a:hover {
  font-weight: 300;
}
.filters .nav-pills > li.has-active-child ul {
  display: block !important;
}
.filters .nav-pills > li.has-active-child ul li.active a,
nav-pills > li.has-active-child ul li.active a,
nav-pills > li.has-active-child ul li.active a {
  background-color: transparent;
  font-weight: bold;
  color: #141414;
}

.filters .filter-header {
  padding-top: 20px;
  padding-bottom: 7px;
}
.filters .filter-header:first-of-type {
  padding-top: 10px;
}
.filters .filter-header a.arrow {
  position: relative;
}
.filters .filter-header a.arrow {
  position: relative;
}
.filters .filter-header a.arrow,
.filters .filter-header a.arrow h4 {
  color: #141414 !important;
  -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;
}
.filters .filter-header a.arrow h4 {
  width: 85%;
  font-size: 16px;
}
.filters .filter-header a.arrow:hover,
.filters .filter-header a.arrow:hover h4 {
  color: #ff5122 !important;
}

.filters .filter-header.filter-category-header {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.filters .filter-header.filter-category-header:first-of-type {
  margin-top: 0;
}
.filters .filter-header.filter-category-header a.arrow {
  padding: 7px 15px 7px 15px;
  display: block;
  background: #ff5122;
  color: #fff !important;
}
.filters .filter-header.filter-category-header a.arrow h4 {
  color: #fff !important;
}

.filters .filter-header a.arrow span {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 1.2rem;
  -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;
}
.filters .filter-header a.arrow:hover {
  opacity: 1;
  color: #ff5122;
}
.filters a.arrow span.turn {
  transform: rotate(180deg);
}
.filters .filters-up {
  overflow: unset;
  height: auto;
  opacity: 1;
  visibility: visible;
  -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;
}
.filters .filters-down {
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.reset-filters button {
  background: #eee;
  color: rgba(49, 49, 49, 0.74);
  width: 100%;
  font-size: 16px;
}
.reset-filters button .glyphicon {
  top: 2px;
  margin-left: 10px;
}
.choosed-filters {
  opacity: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: opacity 0.2s ease-out, height 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out, height 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out, height 0.2s ease-out;
  transition: opacity 0.2s ease-out, height 0.2s ease-out;
}
.choosed-filters.choosed-filters-open {
  opacity: 1;
  height: auto;
  visibility: visible; /*background:#eee;*/
  overflow: unset;
}
.choosed-filters h4 {
  font-weight: 700 !important;
  font-size: 16px;
}
/*.choosed-filters ul:last-of-type {padding-bottom:15px;}*/
.choosed-filters ul:last-of-type {
  margin-right: 0.8rem;
}
.choosed-filters ul li.filter-header {
  text-transform: unset !important;
  color: #141414;
  font-weight: 400 !important;
  cursor: default !important;
  background: transparent;
}
.choosed-filters ul li.filter-header:hover {
  color: rgba(49, 49, 49, 0.74) !important;
  background: transparent;
}
/*.choosed-filters ul li {text-transform:lowercase;font-weight:700;cursor:pointer;color:#141414;margin-right:10px;margin-left: 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;}*/
.choosed-filters ul li {
  cursor: pointer;
  color: #fff;
  font-weight: 400;
  background: #141414;
  padding: 0.1rem 0.4rem;
  margin: 0.1rem;
  -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;
}
/*.choosed-filters ul li label {display: block;margin-bottom:0;font-weight: 700!important;cursor:pointer;}*/
.choosed-filters ul li label {
  display: block;
  margin-bottom: 0;
  cursor: pointer;
}
.choosed-filters ul li label span,
.choosed-filters .slider-close-button {
  font-weight: bold;
  font-size: 16px;
  margin-left: 5px;
}
.choosed-filters ul li:hover {
  color: #141414;
  background: #eee;
}
.choosed-filters .btn-close-filters {
}
.filter-item .hidden-filters-toggle {
  padding: 3px 15px 3px 0 !important;
}
.filter-item .hidden-filters-toggle:hover {
  opacity: 0.74;
}
.filter-item .hidden-filters-toggle .glyphicon {
  top: 2px !important;
}
.choosed-filters ul {
  float: left;
}

.filters-reset {
  padding: 0.1rem 0.4rem;
  margin: 0.1rem;
  /*margin-left: .8rem;*/
  font-weight: 400;
  color: #141414;
  text-decoration: underline !important;
}
@media (max-width: 991px) {
  .active-filter-indicator:before {
    display: none;
  }
}
/* 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;
}
.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;
}


.page-count span.btn {
  padding-right: 0;
}
.page-count button.btn {
  padding-left: 0;
}
.instock {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.instock,
.instock label,
.instock input {
  cursor: pointer;
  color: #141414;
  font-weight: 400;
}
/*.products-sorting-params button{padding-bottom: 0px;}
.sorting-header .instock {margin-left: 1.2rem; padding: .375rem .75rem; padding-bottom: 0px;}
.page-count{margin-left: 1.2rem}*/
.panel-navigation ul.dropdown-menu {
  padding: 0;
  border-radius: 0;
  border: 0;
  box-shadow: 0px 2px 7px 0px rgb(34 60 80 / 10%);
}
.product-list .product-item-container {
} /* Контейнер превью в категории */
.product-list .product-item-container .favorite-icon {
  position: absolute;
  top: 5px;
  right: 8px;
  z-index: 999;
  font-size: 1.25rem;
} /* Контейнер превью в категории */
.catalog-product-list .btn-default {
  border: 0 !important;
  color: #141414;
}
.sorting-header .caret {
  margin-left: 7px;
}
.sorting-header .loader {
  position: absolute;
  top: 2px;
  right: -20px;
}
/*.sorting-header .instock {margin-top: 6px;margin-left: 25px;}*/
.sorting-header .instock strong {
  color: #141414;
}
.product-list .form-control,
.filters .form-control {
  /* color: rgba(49, 49, 49, 0.74); */
  /* background-color: #eee; */
  color: #141414;
  background: #fff;
  border: 1px solid #000 !important;
  border-right: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: bold;
}
.sorting-header .dropdown-menu {
  border: 0 !important;
  background-color: #fff;
}
.product-list .product-container {
  width: 100%;
}
.product-list .product-item-link {
}
.product-list h4 {
  font-size: 16px;
}
.product-list h4 a {
  color: #141414;
  display: block;
}
/* .product-list h4 .product-list-article {font-weight:700;} */
.product-list-name {
  font-size: 14px;
}
.product-list h4 a:hover {
  color: rgba(49, 49, 49, 0.74);
}
.product-list .client-price {
  color: #141414;
  font-size: 14px;
}
.product-list .items-down,
.product-list .items-up {
  width: 34px;
}
.product-list .buy-block {
  height: 0;
  opacity: 0;
  visibility: hidden;
  -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;
}
.product-list .buy-block.show-buy-button {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.product-list .buy,
.product-list .items-down,
.product-list .items-up {
  color: #fff;
  background: #ff5122;
  -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;
}
.product-list .buy:hover,
.product-list .items-down:hover,
.product-list .items-up:hover {
  color: #fff;
  background: rgba(242, 101, 34, 0.74) !important;
}
.product-list .buy {
  padding-left: 10px;
  padding-right: 10px;
}
.product-list .top-left {
  position: absolute;
  top: 0px;
  left: 0px;
}
.product-list .top-left.new {
  background-color: #00000066;
  color: #f2f2f2;
  padding: 3px 10px;
  display: inline-block;
}
.product-list .icons-wrap .top-left.new {
  position: relative;
  top: 0px;
  left: 0px;
}
.product-list .top-left svg {
  fill: #23b1ca;
  max-width: 32px;
}
.product-list .top-right {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  float: none;
}
.product-list .top-right svg {
  max-width: 32px;
  transform: rotate(-25deg);
}
.product-list .top-right .new-bg {
  fill: red;
  max-width: 32px;
}
.product-list .top-right .new-txt {
  fill: #ffffff;
}
.product-list .bottom-left {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.product-list .bottom-left.pdu {
  display: inline-block;
}
.product-list .bottom-right {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 32px;
  float: none;
}
.product-list .bottom-left svg {
  max-width: 32px;
}
@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%;
  }
  .product-list .bottom-left {
    top: 10px;
  }
}

.category-item-order-buttons button,
.category-item-order-buttons button:focus,
.category-item-order-buttons button:hover {
  background-color: #141414;
  border-color: #141414;
  color: #fff;
  box-shadow: none;
}
.category-item-order-buttons.category-item-waiting-list-buttons
  button.waiting-list,
.category-item-order-buttons.category-item-waiting-list-buttons
  button.waiting-list:focus {
  background-color: #898f97;
  border-color: #898f97;
  color: #fff;
  box-shadow: none;
}
.category-item-order-buttons button[data-to-order],
.category-item-order-buttons button#waiting-list {
  width: 100%;
  line-height: 1.75em;
  min-height: 42px;
}
.category-item-order-buttons button[data-to-order]:hover {
  background-color: #898f97;
  border-color: #898f97;
}
.category-item-order-buttons .input-controls {
  max-width: 40px;
  line-height: 1;
  border: 1px solid #000;
  border-left: none;
}
.category-item-order-buttons .input-group-quantity input,
.category-item-order-buttons .input-group-quantity button {
  border-radius: 0;
  border: 0;
  text-align: center;
}
.category-item-order-buttons .input-group-quantity button {
  /* color: #626262; */
  /* background-color: #eee; */
  color: #141414;
  background: #fff;
  line-height: 1.15em;
  padding-bottom: 1px;
  padding-top: 1px;
}
.category-item-order-buttons .input-group-quantity input {
  line-height: 1;
  padding: 0;
}
.category-item-order-buttons .order-href a {
  color: #141414;
  font-weight: 400;
}
.category-item-order-buttons .order-href a:hover {
  color: rgba(49, 49, 49, 0.74);
}

/* /Product list */
/* Single product */
.single-product {
  margin: 0 0 30px 0;
}
.single-product h1 {
  font-size: 21px;
  font-weight: bold;
}
.single-product h2 {
  font-size: 16px;
}
.single-product .form-control {
  height: 36px;
}
.single-product .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  font-size: 14px;
}
.single-product .product-nav {
  padding: 8px 0;
}
.single-product .product-nav .product-nav-prev,
.single-product .product-nav .product-nav-next {
  display: none;
  width: 240px;
  position: absolute;
  top: 40px;
  right: 0;
  padding: 10px;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
}
.single-product .product-nav a.brand-color:hover .product-nav-prev,
.single-product .product-nav a.brand-color:hover .product-nav-next {
  display: block;
}
.single-product .main-photo {
  background: #f5f5f5;
}
.single-product .product-main-photo {
  position: relative;
  z-index: 1;
}
.single-product .main-photo .main-photo-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.single-product .main-photo .main-photo-link .plus {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 5px;
  z-index: 1;
  border-radius: 100% !important;
  background: rgba(0, 0, 0, 0.3);
  -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;
  opacity: 0;
}
.single-product .main-photo .main-photo-link:hover .plus {
  opacity: 1;
}
.single-product .main-photo .main-photo-link .plus svg {
  fill: #ffffff;
}
.single-product .soon-in-stock {
  font-size: 16px;
  color: #ff5122;
}
.single-product .product-quantity .form-control {
  font-size: 16px;
  border: 1px solid #ff5122;
}
.single-product .product-quantity .btn-link {
  background: #ff5122;
  color: #fff;
  font-weight: bold;
}
.single-product .product-quantity .btn-link:hover,
.single-product .product-quantity .btn-link:hover {
  background: rgba(242, 101, 34, 0.74);
  text-decoration: none;
  color: #fff;
}
.single-product .product-quantity .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  color: rgba(242, 101, 34, 0.74);
}
.single-product .product-add-to-card .btn-lg {
  font-size: 18px;
}
.single-product .product-description .padding {
  background: #fbfbfb;
}
.single-product .product-description .panel {
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.single-product .product-description .panel a.collapsed {
  color: rgba(49, 49, 49, 0.74);
}
.single-product .product-description .panel a.collapsed:hover {
  color: rgba(49, 49, 49, 1);
}
.single-product .table-condensed > tbody > tr > td,
.single-product .table-condensed > tbody > tr > th,
.single-product .table-condensed > tfoot > tr > td,
.single-product .table-condensed > tfoot > tr > th,
.single-product .table-condensed > thead > tr > td,
.single-product .table-condensed > thead > tr > th {
  padding: 5px 3px;
}
.single-product .product-description .table > thead > tr > th {
  vertical-align: bottom;
  border-color: #f2f2f2 !important;
}
.single-product .product-description .table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: top;
  border-color: #f2f2f2 !important;
}
.single-product .product-description .table .toggle-hidden-row,
.single-product .toggle-package-table {
  width: 100%;
  font-size: 14px;
  color: rgba(49, 49, 49, 0.7);
  border-color: rgba(49, 49, 49, 0.44);
}
.single-product .toggle-package-table {
  margin-left: 3px;
  margin-right: 3px;
  width: calc(100% - 6px);
}
.single-product .product-description .table .toggle-hidden-row:hover,
.single-product .toggle-package-table:hover {
  color: rgba(49, 49, 49, 1);
  border-color: rgba(49, 49, 49, 1);
}
.single-product .product-description .table .toggle-hidden-row span:focus {
  color: rgba(49, 49, 49, 1);
}
.single-product .product-description .toggle-hidden-row .glyphicon,
.single-product .toggle-package-table .glyphicon {
  -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-product .product-description .glyphicon.turn {
  transform: rotate(180deg);
}
.single-product .product-quantity .buy {
  width: 100%;
}
.single-product .slick-slide {
  margin: 10px 10px 10px 0;
  border: none;
  cursor: pointer;
  opacity: 0.25;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.single-product .same-product-container {
  opacity: 1;
  margin: 5px;
}
.single-product .slick-slide.slick-current {
  opacity: 1;
}
.single-product .slick-active {
  border: none;
}
.single-product .slick-slide:hover {
  opacity: 0.9;
}
.single-product .preview-btn {
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  max-height: 750px;
  background: rgba(0, 0, 0, 0);
  z-index: 15;
  opacity: 0.54;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.single-product .preview-btn:hover {
  background: rgba(0, 0, 0, 0.3);
  opacity: 0.7;
}
.single-product .preview-btn.prev-preview {
  left: 0;
}
.single-product .preview-btn.next-preview {
  right: 0;
}
.single-product .preview-btn.prev-preview:hover {
  background: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.25),
    rgba(0, 0, 0, 0)
  );
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(
    right,
    rgba(0, 0, 0, 0.25),
    rgba(0, 0, 0, 0)
  );
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}
.single-product .preview-btn.next-preview:hover {
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.25),
    rgba(0, 0, 0, 0)
  );
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}
.single-product .preview-btn span {
  width: 60px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
}
.single-product .active-photo-slide {
  opacity: 0.4;
}
.single-product .specs-icon {
  width: 20%;
  float: left;
}
.single-product .specs-icon svg {
  max-width: 32px;
  fill: rgba(49, 49, 49, 0.74);
}
.single-product .top-left {
  position: absolute;
  top: 15px;
  left: 0;
  width: 70px;
  float: none;
  z-index: 50;
}
.single-product .top-left svg {
  fill: #23b1ca;
  max-width: 54px;
}
.single-product .top-right svg {
  max-width: 54px;
  transform: rotate(-25deg);
}
.single-product .top-right {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 54px;
  float: none;
  z-index: 50;
}
.single-product .top-right .new-bg {
  fill: red;
  width: 54px;
}
.single-product .top-right .new-txt {
  fill: #ffffff;
}
.single-product .bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  float: none;
  z-index: 50;
}

.single-product .specs-icon .icon-name {
  display: block;
  font-size: 14px;
  line-height: 1.15;
  margin-left: 5px;
}
.single-product .prev-next-products h3 {
  font-size: 16px !important;
  font-weight: bold !important;
}
.single-product .prev-next-products h4 {
  font-size: 16px;
}
.single-product .share {
  padding-top: 29px;
  border-top: 1px solid #f2f2f2;
}
.single-product .buy-with {
  max-width: 133px;
}
.single-product .buy-with.same-product-container:nth-child(8n + 1) {
  clear: both;
  margin-left: 0 !important;
}
.single-product .product-details a {
  color: #f26522 !important;
}
.single-product .product-details a:hover {
  color: rgba(242, 101, 34, 0.74) !important;
}
@media (max-width: 1320px) and (min-width: 1200px) {
  .single-product .preview-btn.prev-preview {
    left: 75px;
  }
}
@media (min-width: 992px) and (max-width: 1139px) {
  .single-product .preview-btn.prev-preview {
    left: 75px;
  }
}
@media (max-width: 991px) {
  .main-photo-preview .slick-slide {
    max-height: 150px !important;
    margin-bottom: 0;
  }
  .main-photo-preview .slick-slide img {
    max-height: 150px !important;
    margin-right: 10px;
  }
  .single-product .slick-slide:hover {
    opacity: 1;
  }
  .single-product .active-photo-slide {
    opacity: 1;
  }
  .single-product .specs-icon {
    width: 45px;
  }
  .single-product .form-control {
    height: 34px;
  }
  .single-product .top-right {
    top: 15px;
    right: 15px;
    width: 54px;
  }
  .single-product .top-right svg {
    max-width: 54px;
  }
}
/* Related products */
.single-product .dark-brand-background {
  color: #fff;
  background: #d54d0d;
  -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-product .dark-brand-background:hover {
  background: #ed560e;
}
.single-product .same-products-list .grid {
  grid-template-columns: repeat(6, 1fr);
}
.single-product .same-products-list h4 a {
  color: #141414;
  font-size: 14px;
}
.single-product .same-products-list h4 a:hover {
  color: rgba(49, 49, 49, 0.74);
}
.single-product .same-products-list p {
  padding: 0 10px;
}
.single-product .same-products-list .same-product-container {
  background: #fff;
}
.single-product .viewed-products-container .grid {
  grid-template-columns: repeat(12, 1fr);
}
.single-product .products-tab {
  display: inline-block;
}
.single-product .products-tab .same-products-toggle {
  color: rgba(49, 49, 49, 0.45);
}
.single-product .products-tab.active .same-products-toggle {
  color: #ff5122;
}
.crystal-cleaner {
  background: #a8b4c0;
  color: #fff;
  cursor: pointer;
}
.crystal-cleaner .h1 {
  color: #fff;
}
.crystal-cleaner li.h4 {
  color: #fff;
}
@media (max-width: 991px) {
  .single-product .same-products-list .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Products blocks*/
.product-block {
  padding: 120px;
  background: no-repeat 50% 50%;
  background-size: cover;
}
.product-block.crystal {
  background-image: url(/images/products/blocks/product-block_crystal.jpg);
  margin-bottom: 3px;
}
.product-block.remote {
  background-image: url(/images/products/blocks/product-block_remote.jpg);
  color: #fff;
  margin-bottom: 3px;
}
.product-block.remote h3 {
  color: #fff;
}
.product-block.led {
  background-image: url(/images/products/blocks/product-block_led.jpg);
}
/* /Products blocks */
/* /Related products */
/* /Single product */
/* /Nomenclature */

/* Office */
.warning-red {
  color: #f43927 !important;
}
@media (max-width: 991px) {
  .office hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: none;
  }
  .table-on-mobile {
    font-weight: bold;
  }
  .office-orders .order-item {
    padding: 10px;
    margin-bottom: 0;
    border-bottom: none;
    background: #fbfbfb;
  }
}
/* Menu */
.office-menu {
  background: #eee;
}
.office-menu .nav-pills > li.active > a,
.office-menu .nav-pills > li.active > a:focus,
.office-menu .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #ff5122;
  font-weight: normal;
}
/* /Menu */

/* Office orders */
.office-orders .btn {
  font-size: 14px;
}
.office-orders .order-link {
  vertical-align: top;
}
.office-orders .order-item {
  padding: 5px 5px 10px 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.office-orders .order-item .calcitems,
.office-orders .order-item select {
  background: #fff;
}
.office-orders .order-item .waiting {
  font-size: 13px;
  letter-spacing: -0.03em;
}
.office-orders .order-item.pink {
  background: #ffd5ca;
  border-bottom: none;
  padding: 5px;
}
.office-orders .order-item.danger {
  background: #ffd5ca;
}
.office-orders .order-item.danger > td,
.office-orders .order-item.danger > th,
.table > tbody > tr.danger > td {
  background-color: #ffd5ca;
  color: #000;
}
.office-orders .total {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.office-orders .total .total-quantity,
.office-orders .total .total-price {
  font-weight: bold;
}
/* /Office orders */

/* Office info */
.office-info .discount,
.office-info .overdue,
.office-info .teaching {
  background: #fbfbfb;
}
.office-info h2 {
  border-bottom: 1px solid #ddd;
}
/* .col-7 {width: 14.28571428571429%;position: relative;min-height: 1px;padding-right: 15px;padding-left: 15px;}
.wt-data-position-tag {cursor: pointer;}
.position {display: none;}
.position.showit {display: block;}
.wt-data-position-tag {border-bottom: 1px dotted #ff5122;margin-right: 10px;}
form[data-form-id] {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
}
form[data-form-id]:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}*/
/* /Office info */

/* Office promo */
.office-promo .promo-item {
  background: #fff;
}
/* /Office promo */

/* Office download-builder */
.download-builder .bg-info {
  word-break: break-all;
}
/* /Office download-builder */

/* Office office-login-page */
.office-login-page .space {
  height: 60vh;
}
/* /Office office-login-page */

/* Office new products */
@supports (display: grid) {
  .office-new-products .product-list .grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
/* Office new products */
/* Office orders */
.office-orders {
  font-size: 14px;
}
.sent-orders {
  background: #f9fbf6;
}
.unsent-orders {
  background: #fbf6f9;
}
.archive-orders {
  background: #fbfbf6;
}
.office-orders .order-item .text-success {
  color: green;
}
.office-orders .alert .close {
  line-height: 0.8;
  color: #fff;
  text-shadow: none;
}
.office-orders .alert .close:hover {
  color: #fff;
  text-shadow: none;
  opacity: 0.7;
}
.office-orders .alert-success ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.office-orders .alert-success {
  color: #fff;
  background-color: rgba(242, 101, 34, 1);
  border-color: #fff;
  font-weight: 700 !important;
}
.office-orders .order-item .text-danger {
  color: red;
}
.office-orders .table-header .row > [class^="col-"] {
  font-weight: 700 !important;
}
.office-orders .current-orders .row {
  margin-left: -5px;
  margin-right: -5px;
}
.office-orders .current-orders .row > [class^="col-"] {
  padding: 5px;
}
/* /Office orders */
/* Office docs */
.office-docs {
  font-size: 14px;
}
.office-docs .docs-switcher {
  border-bottom: 1px solid #9b9b9b;
}
.office-docs .docs-switcher li {
  background: #fff;
}
.office-docs .docs-switcher li.active {
  background: #9b9b9b;
}
.office-docs .docs-switcher li.active a:focus {
  background: #ff5122;
}
.office-docs .docs-switcher li a {
  display: block;
  color: rgba(49, 49, 49, 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;
}
.office-docs .docs-switcher li.active a {
  color: #fff;
}
.office-docs .table-header .row > [class^="col-"] {
  font-weight: 700 !important;
}
.office-docs .row {
  margin-left: -5px;
  margin-right: -5px;
}
.office-docs .row > [class^="col-"] {
  padding: 5px;
}
@media (max-width: 991px) {
  .office .col-xs-4 {
    width: 33.33333333%;
  }
}
@media (max-width: 991px) {
  .office .slick-dots {
    top: -30px !important;
    left: 0 !important;
    right: 0 !important;
  }
}
/* /Office docs */
/* /Office */

.off-grid-mainpage {
  margin: 0 0 15px 0;
  padding: 0 15px;
}
.info-block [class^="col-"] .text-block {
  background: #f2f2f2 !important;
}
.info-block [class^="col-"]:nth-of-type(3) .text-block {
  background: none !important;
}
.info-block [class^="col-"]:nth-of-type(4) .image-block {
  order: 2;
  flex: 2 1;
}
.info-block [class^="col-"]:nth-of-type(4) .text-block {
  background: none !important;
}
.info-block .row.grid.no-gutters > [class^="col-"] {
  background: #fff !important;
}
@supports (display: grid) {
  .off-grid {
    display: none !important;
  }
  .info-block .row.grid.no-gutters > [class^="col-"] {
    background: #f2f2f2 !important;
  }
  .off-grid-mainpage {
    margin: 0;
    padding: 0;
  }
  .info-block [class^="col-"] .background-image {
    padding: 0;
  }
  .off-grid-mainpage .text-block {
    background: #fff !important;
  }
  .info-block [class^="col-"] .background-image {
    width: 100% !important;
  }
}

/* Admin */
.staff-block {
  position: fixed;
  top: 25vh;
  left: 0;
  /*width: 240px;*/
  text-align: left;
  /*padding: 15px;*/
  background: #f2f2f2;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3);
  z-index: 99999999999;
  -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;
}
.staff-block-toggle {
  position: absolute;
  top: 0;
  left: 100%;
  width: 30px;
  text-align: center;
  padding: 15px 5px;
  color: #fff;
  background: #ff5122;
  z-index: 999999999999;
  cursor: pointer;
  transform: translateX(0);
}

.manager-helper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50px;
  width: 30px;
  height: 150px;
  left: 0;
  color: #fff;
  background: #ff410d;
  cursor: pointer;
  z-index: 10000;
  writing-mode: vertical-rl;
  user-select: none;
}
.manager-helper:focus,
.manager-helper:active {
  color: #fff;
}

.manager-helper:hover {
  color: black;
}

.staff-block-toggle-hide {
  /*transform: translateX(-240px);*/
}
/* Admin */

/* Animations */
.toleft-default {
  transform: translateX(-50px);
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.toleft {
  transform: translateX(0);
  opacity: 1;
}
.toright-default {
  transform: translateX(50px);
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.toright {
  transform: translateX(0);
  opacity: 1;
}
.totop-default {
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.totop {
  transform: translateY(0);
  opacity: 1;
}
.tobottom-default {
  transform: translateY(-50px);
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.tobottom {
  transform: translateY(0);
  opacity: 1;
}
.scaledown-default {
  transform: scale(1.25);
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.scaledown {
  transform: scale(1);
  opacity: 1;
}
.tovisible-default {
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.tovisible {
  opacity: 1;
}
.add-toleft {
  animation: toleft 500ms alternate forwards;
}
/* /Animations */

/* Libraries */
/* Slick */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  max-height: 100px;
  outline: none;
  overflow: hidden;
}
.slick-vertical .slick-slide img {
  display: block;
  max-width: none;
  width: auto;
  height: 100px;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* /Slick */

/* LightGallery */
.lg-sub-html,
.lg-toolbar {
  background-color: rgba(255, 255, 255, 0.25);
}
@font-face {
  font-family: lg;
  src: url(../fonts/lg.eot?n1z373);
  src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),
    url(../fonts/lg.woff?n1z373) format("woff"),
    url(../fonts/lg.ttf?n1z373) format("truetype"),
    url(../fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal;
}
.lg-icon {
  font-family: lg;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: 0;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-moz-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-ms-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-webkit-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@-moz-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@-ms-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-toolbar .lg-icon {
  color: #000;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #000;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item.lg-complete
  .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #ffffff;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #fff;
  border-radius: 2px 2px 0 0;
  color: #000;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
  color: #ff5122;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 100%;
  /* padding-bottom:56.25%; */
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../images/vimeo-play.png) no-repeat;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../images/vimeo-play.png) 0 -58px no-repeat;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../images/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../images/youtube-play.png) no-repeat;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../images/youtube-play.png) 0 -60px no-repeat;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  -moz-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s,
    visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url(/images/products/gallery/loading.gif) center center no-repeat;
  display: none !important;
}
.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #7f7f7f;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

@media (max-width: 576px) {
  #lg-actual-size {
    display: none;
  }
  #lg-counter {
    display: none;
  }
}
@media (min-width: 576px) {
  /* LightGallery rewrite */
  .lg-actions .lg-prev {
    left: 110px;
  }
  .lg-actions .lg-next {
    right: 110px;
  }
  #lg-counter {
    float: right;
    display: none;
  }
  .lg-outer .lg-thumb-outer {
    width: 90px;
    height: 100% !important;
    max-height: none;
    z-index: 1087;
    -webkit-transform: translate3d(-110px, 0, 0);
    transform: translate3d(-110px, 0, 0);
  }
  .lg-outer .lg-thumb {
    width: 100% !important;
    padding: 10px;
    height: auto;
    margin-bottom: 0;
    z-index: 1088;
    transform: translate3d(0, 0px, 0px) !important;
  }
  .lg-outer .lg-toogle-thumb {
    top: 3px;
    right: -65px;
  }
  .lg-outer .lg-thumb-item.active,
  .lg-outer .lg-thumb-item:hover {
    border-color: #ff5122;
  }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item,
  .lg-thumb-item,
  .lg-thumb-outer .lg-grab {
    width: 70px !important;
  }
  /* /LightGallery rewrite */
  /* /LightGallery */
}
/* jQuery UI */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
} /*.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}*/
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}
/* jQuery UI custom styles */
.ui-widget-content {
  border: none;
  background: #eee;
}
.ui-widget.ui-widget-content {
  border: none;
}
.ui-slider-horizontal {
  height: 4px;
}
.ui-widget-header {
  background: #141414;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
  background: #fff;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -7px;
  margin-left: -9px;
}
.ui-slider .ui-slider-handle {
  width: 18px;
  height: 18px;
  border-radius: 100% !important;
  box-shadow: 2px 2px 3px -2px rgba(0, 0, 0, 0.2),
    inset 2px 2px 5px -1px rgba(0, 0, 0, 0.1);
  outline: 0;
  border: 1px solid #ddd;
}
.mobile-filters {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  z-index: 9999;
  overflow-y: scroll;
  transform: translateX(-100%) scale(0.2, 0.6);
  -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;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
}
.mobile-filters.show-mobile-filters {
  transform: translateX(0) scale(1, 1);
  opacity: 1;
}
.close-mobile-fiters {
  position: absolute;
  top: 10px;
  text-align: center;
  right: 12px;
  display: block;
  width: 26px;
  height: 26px;
  line-height: 30px;
  z-index: 10;
}
.catalog-product-list {
  -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;
}
.no-scroll {
  overflow: hidden;
}
@media (max-width: 991px) {
  .catalog-product-list #filters-trigger {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  .show-filters {
    color: #141414;
    /* font-size: 16px; */
  }
  .show-filters svg {
    /* transform: translateY(2px); */
    margin-right: 6px;
  }
}
/* /jQuery UI custom styles */
/* /jQuery UI */

/* jQuery Growl */
.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;
  filter: alpha(opacity=100);
  position: relative;
  border-radius: 0;
  -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: 10px;
  margin: 10px;
}
.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 {
  border: 1px solid #141414;
  color: #ffffff;
  background: #141414;
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.4);
}
.growl.growl-warning a {
  color: #fff;
}
.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: 14px;
  line-height: 18px;
}
/* /jQuery Growl */

/* jQuery LightSlider */
/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/

.lSSlideOuter {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.lSSlideOuter.vertical {
  padding: 0 !important;
}

.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}
.lightSlider {
  overflow: hidden;
  margin: 0;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca;
}
.lSSlideOuter .media {
  opacity: 0.8;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lSSlideOverflow {
  position: absolute;
  top: 0px;
  left: 0;
  width: 70px !important;
  overflow: hidden;
  opacity: 0;
  transform: translateX(0);
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0, 1.9);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0, 1.9);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0, 1.9);
  transition: all 0.2s cubic-bezier(0, 0, 0, 1.9);
}
.lSSlideOverflow.move-little-left {
  transform: translateX(-75px);
  opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery {
  margin-top: 0 !important;
}
.lSSlideOuter .lSPager.lSGallery li {
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li {
  width: 100% !important;
  overflow: hidden;
  max-height: 70px;
  max-width: 70px !important;
  margin: 0 0 5px 0 !important;
  border: 2px solid transparent;
}
.lSSlideOuter .lSPager.lSGallery li:last-of-type {
  margin: 0 !important;
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 70px;
}
.lSSlideOuter .lSPager.lSGallery img[src*=".svg"] {
  max-height: 70px;
  max-width: 70px;
}
.lSSlideOuter .lSPager.lSGallery li:hover {
  border: 2px solid rgba(242, 101, 34, 0.74);
}
.lSSlideOuter .lSPager.lSGallery li.active {
  border: 2px solid #ff5122;
}
.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}
@media (min-width: 992px) and (max-width: 1140px) {
  .single-product .lSSlideOuter {
    margin-left: 75px !important;
  }
  .single-product .top-left.specs-icon {
    margin-left: 75px !important;
  }
  .single-product .bottom-left.specs-icon {
    margin-left: 75px !important;
    width: 10%;
  }
  .single-product .bottom-left.specs-icon img {
    width: 100%;
  }
  .single-product .lSSlideOuter .lSSlideOverflow {
    position: absolute;
    top: -1px;
    left: 0;
    width: 70px !important;
    margin-top: 0 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1320px) {
  .single-product .lSSlideOuter {
    margin-left: 75px !important;
  }
  .single-product .top-left.specs-icon {
    margin-left: 75px !important;
  }
  .single-product .bottom-left.specs-icon {
    margin-left: 75px !important;
  }
  .single-product .lSSlideOuter .lSSlideOverflow {
    position: absolute;
    top: -1px;
    left: 0;
    width: 70px !important;
    margin-top: 0 !important;
    max-height: 675px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-product .lSSlideOuter .lSSlideOverflow {
    max-height: 542px !important;
  }
}
@media (max-width: 991px) {
  .lSSlideOuter .lSPager.lSGallery {
    display: none;
  }
  .single-product .bottom-left.specs-icon {
    width: 10%;
  }
  .single-product .bottom-left.specs-icon img {
    width: 100%;
  }
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("../images/controls.png");
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
  opacity: 1;
}
.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}
.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}
.lSAction > a.disabled {
  pointer-events: none;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  left: -100px;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}
/* vertical */

/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}
.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/* banner */
.blackfriday {
  background: url(/images/promo/blackfriday-eurosvet.png) no-repeat 50% 50% /
    cover;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 991px) {
  .blackfriday {
    border: 3px solid black;
    margin: 5px 0 !important;
    background: url(/images/promo/blackfriday-eurosvet-2.png) no-repeat 50% 50% /
      cover;
  }
  .blackfriday .p10 {
    color: #141414 !important;
    padding: 5px !important;
  }
}
/*/  GRab cursor */
/* /jQuery LightSlider */

/* /Libraries */

/* crazy pulsing */

@keyframes addpulsing {
  0% {
    opacity: 1;
  }
  7% {
    opacity: 0.7;
  }
  12% {
    opacity: 0.3;
  }
  13% {
    opacity: 0.1;
  }
  14% {
    opacity: 0.8;
  }
  15% {
    opacity: 1;
  }
  17% {
    opacity: 0.1;
  }
  19% {
    opacity: 1;
  }
  20% {
    opacity: 0.5;
  }
  21% {
    opacity: 1;
  }
  48% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  53% {
    opacity: 1;
  }
  55% {
    opacity: 0.1;
  }
  56% {
    opacity: 0.8;
  }
  58% {
    opacity: 1;
  }
  60% {
    opacity: 0.1;
  }
  61% {
    opacity: 1;
  }
  62% {
    opacity: 0.1;
  }
  63% {
    opacity: 1;
  }
  64% {
    opacity: 0.1;
  }
  66% {
    opacity: 1;
  }
  70% {
    opacity: 0.5;
  }
  72% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  81% {
    opacity: 0.6;
  }
  82% {
    opacity: 1;
  }
  83% {
    opacity: 0.4;
  }
  85% {
    opacity: 0.8;
  }
  86% {
    opacity: 1;
  }
  87% {
    opacity: 0.4;
  }
  88% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes addpulsing2 {
  0% {
    opacity: 1;
  }
  19% {
    opacity: 1;
  }
  20% {
    opacity: 0.5;
  }
  23% {
    opacity: 1;
  }
  39% {
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  41% {
    opacity: 0.1;
  }
  42% {
    opacity: 0.8;
  }
  43% {
    opacity: 0.1;
  }
  44% {
    opacity: 1;
  }
  45% {
    opacity: 0.1;
  }
  46% {
    opacity: 0.1;
  }
  53% {
    opacity: 1;
  }
  70% {
    opacity: 0.8;
  }
  72% {
    opacity: 1;
  }
  73% {
    opacity: 0.9;
  }
  74% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0.8;
  }
  77% {
    opacity: 1;
  }
  78% {
    opacity: 0.4;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.addpulsing {
  -webkit-animation: addpulsing 10s infinite;
  -moz-animation: addpulsing 10s infinite;
  -o-animation: addpulsing 10s infinite;
  animation: addpulsing 10s infinite;
}
.addpulsing2 {
  -webkit-animation: addpulsing2 10s infinite;
  -moz-animation: addpulsing2 10s infinite;
  -o-animation: addpulsing2 10s infinite;
  animation: addpulsing2 10s infinite;
}

/* 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 {
  animation: anim-arrow 1s infinite ease-in-out;
}
.text-anim {
  animation: open-window-link 1s ease-in-out;
  color: #ff5122;
}

.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;
  }
}

.link-text__store {
  cursor: pointer;
}

.link-ss {
  display: flex;
  align-items: center;
}
.link-ss p {
  white-space: nowrap;
  margin: 0;
  margin-top: 4px;
  color: #ff5122;
}

.partnership-vector {
  margin-left: 100px;
}
.partnership-vector a {
  color: #ff5122;
}
@media (max-width: 475px) {
  .partnership-vector {
    margin-left: 0px;
  }
}
.footerEvro {
  display: flex;
  align-items: center;
}
.product-details a:hover {
  color: rgb(79, 113, 224);
}

.news-content img {
  width: 100% !important;
}
.text-interlight {
  background-color: #ff5122;
  color: white;
  padding: 10px;
}
.text-interlight a {
  font-weight: bold;
  color: white;
}
.text-interlight a:hover {
  opacity: 0.6;
}

.dekorativnoe-osveshchenie {
  position: relative;
}
.dekorativnoe-osveshchenie a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.55)
    )
    100%;
}
.dekorativnoe-osveshchenie a span {
  padding: 15px;
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.dekorativnoe-osveshchenie:nth-of-type(1) {
  border-left: 2px solid white;
}
.dekorativnoe-osveshchenie:nth-of-type(2) {
  border-right: 2px solid white;
}
@media (max-width: 767px) {
  .dekorativnoe-osveshchenie a span {
    padding: 8px;
    color: #fff;
    font-size: 16px;
  }
  .callback-button-wrap {
    padding-right: 10px;
  }
}

/*анимация иконки лайка */
.like-icon {
  fill: #ffffff;
  stroke: #141414;
  stroke-width: 1px;
  width: 114px;
  height: 54px;
  cursor: pointer;
  transform: scale(0.95);
  transition: fill 0.6s, transform 0.3s 0.6s;
}
@media (max-width: 767px) {
  .like-icon {
    width: 100%;
    height: auto;
    max-height: 28px;
    transform: scale(1);
  }
}

.like-icon.translate-icon {
  fill: #f26522;
  stroke: #f26522;
  transform: scale(1) rotateY(180deg);
}

.favorite {
  color: #141414 !important;
}

/*стилизация фрмы подтверждения действия sweetalert2*/
.badge {
  display: block;
  border-radius: 50% !important;
}
.swal2-icon {
  display: block;
  border-radius: 50% !important;
  color: #ff5122 !important;
  border-color: #ff5122 !important;
}
.swal2-confirm {
  background-color: #ff5122 !important;
  font-weight: bold !important;
}
.swal2-cancel {
  background-color: #ff5122 !important;
  font-weight: bold !important;
}

.swal2-success-ring {
  color: #ff5122 !important;
  border-radius: 50% !important;
}
.error-input {
  border: 1px solid red;
}

.int-mag-logo {
  width: 75px;
}

.office-info-blade_wrap {
  width: 100%;
  /* background: #e12831; */
  background: linear-gradient(to right, #e12831, #b10000);
  color: #fff;
  padding: 0;
  margin-bottom: 0px;
}

.info-phone-img {
  width: 18%;
  display: flex;
  align-items: flex-end;
}

.info-phone-img img {
  width: 100%;
  vertical-align: bottom;
}

.office-info-blade_wrap .office-info-blade {
  display: flex;
}

.office-info-txt p:first-child {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

.office-info-blade_wrap .info-imgages {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  margin: 0 20px 0 10px;
}

.info-imgages .info-img-wrap {
  width: 32%;
  box-shadow: 8px 16px 32px rgba(0, 0, 0, 0.2);
  position: relative;
}

.info-img-wrap .all_models {
  background: rgba(40, 0, 0, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out all;
}

.info-img-wrap .all_models:hover {
  background: rgba(40, 0, 0, 0.8);
}

.info-imgages .for_mobile {
  display: none;
}

.office-info-txt {
  width: 32%;
  margin: 0 10px;
}

.office-info-txt p a {
  font-weight: 700;
  display: block;
  padding: 10px 20px;
  margin: 20px 0;
  background: #fff;
  color: #e12831;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
  transition: 0.3s ease-in-out all;
  text-align: center;
}

.office-info-txt p a:hover {
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
}

.catalog_block_wrap {
  position: relative;
}

.catalog_block_wrap h4 {
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  bottom: 0;
  transition: 0.3s ease-in-out all;
}

.catalog_block_wrap h4 a {
  color: #fff;
}

.catalog_block_wrap:hover h4 {
  background: rgba(255, 081, 034, 1);
}

@media (max-width: 991px) {
  .office-info-blade_wrap .office-info-blade {
    flex-flow: row wrap;
  }

  .info-phone-img {
    width: 30%;
    order: 2;
  }

  .office-info-txt {
    width: 60%;
    order: 2;
  }

  .office-info-blade_wrap .info-imgages {
    width: 100%;
    margin: 20px;
    order: 1;
  }

  .office-info-txt p a {
    width: 70%;
  }

  .office-info-txt p:last-child {
    display: flex;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .office-info-txt p a {
    width: 100%;
  }

  .office-info-txt {
    width: 68%;
    order: 2;
  }

  .office-info-txt {
    width: calc(70% - 40px);
  }

  .office-info-txt p:first-child {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .info-phone-img {
    width: 30%;
    order: 4;
    margin: 0 auto;
    display: none;
  }

  .office-info-txt {
    width: calc(100% - 20px);
    order: 1;
  }

  .office-info-blade_wrap .info-imgages {
    order: 2;
    margin: 10px;
  }

  .office-info-txt p:last-child {
    margin: 0;
  }

  .info-imgages .for_mobile {
    display: block;
  }

  .office-info-blade_wrap .info-imgages {
    flex-flow: row wrap;
  }

  .info-imgages .info-img-wrap {
    width: 47%;
    margin-bottom: 20px;
  }
}

/*======================= RETAIL =============================*/

.all-retail-wrap {
  box-sizing: border-box;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.retail-item {
  height: 220px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  padding: 20px !important;
  justify-content: center;
  transition: 0.3s ease-in-out all;
  margin: 0;
}

.retail-item:hover {
  transform: scale(1.2);
  /*box-shadow: 0px 12px 24px rgba(0,0,0,.16);*/
  z-index: 1000;
}

.retail-item img {
  vertical-align: bottom;
  border: none;
  margin: 0;
  padding: 0;
  max-height: 100%;
}

.all-retail-wrap .banner-on-store2 {
  height: 220px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  padding: 20px !important;
  justify-content: center;
  transition: 0.3s ease-in-out all;
  flex-flow: row wrap;
}

.all-retail-wrap .banner-on-store2:hover {
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.16);
  z-index: 1000;
}

.banner-on-store__text {
  color: #212121;
  font-weight: 300;
}

.banner-on-store2 .banner-on-store__text h2 {
  margin-top: 20px !important;
  font-weight: 300 !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: 20px 0 30px 0;
}

.partners-btn-wrap a {
  position: relative;
  display: flex;
  padding: 5px 0;
  width: 50%;
  color: #fff;
  background: #ff5122;
  transition: 0.3s ease-in-out all;
  text-align: center;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}

.partners-btn-wrap a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/partnership/info-white.svg) no-repeat center;
  margin-right: 5px;
}

.partners-btn-wrap a:hover {
  background: rgba(242, 101, 34, 0.74);
}

span[data-favorites]{
    opacity: 0;
    transition: 0.5s;
}
.product-item-container:hover span[data-favorites]{
    opacity: 1;
}
span[data-favorites].favorite{
    opacity: 1;
    transition: 0.5s;
}

.product-item-container[data-disabled="1"] {
    opacity: 0.5;
}

@media (max-width: 992px) {
  .partners-btn-wrap a {
    width: 100%;
  }
}
.tooltip.show {
  opacity: 1;
}
/*================= /Partnership ====================*/

.product-list-view {
  width: 100px;
}
.product-list-view.ui-widget-content {
  background: #141414;
  height: 1px;
  margin-bottom: 2px;
}
.product-list-view .ui-slider-handle {
  background: #141414;
  box-shadow: none;
  border: 1px solid #141414;
  top: -8px;
}
@media (max-width: 767px) {
  .icons-wrap div {
    display: none !important;
  }
  .icons-wrap .smart-house {
    display: inline-block !important;
    font-size: 75% !important;
    padding: 3px 8px !important;
    line-height: 16px !important;
    height: 22px !important;
  }
  .icons-wrap .smart-house img {
    max-height: 14px !important;
  }
  .product-item-container {
    margin-bottom: 30px;
  }
  .product-list .product-item-container .stock-info {
    display: block;
    text-align: left;
  }
  .panel-navigation .page-count {
    display: none;
  }
  .category-header h1 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .panel-navigation .container-fluid {
    padding: 0;
  }
  .panel-navigation .nav-item {
    margin: 0;
  }
  .panel-navigation .nav-item button {
    margin-left: -0.75rem;
  }
  .category-item-order-buttons .input-group button {
    width: 100%;
  }
  .product-page .px-5 {
    /*padding: 0!important;*/
  }
  .pagination {
    justify-content: center !important;
  }
  .product-page-info h1 {
    margin: 1rem 0;
  }
  .close-mobile-fiters {
    font-size: 200%;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
  }
  .catalog-product-list .dropdown-toggle::after {
    display: none;
  }
  .catalog-product-list .navbar-nav {
    flex-direction: row;
  }
  .panel-navigation .navbar-nav > li {
    overflow: visible !important;
  }
  .mobile-catalog {
    display: none;
  }
  
  .nowelty-sort{
      padding-left: 0;
  }
  .panel-navigation .navbar-nav{
      /* width:100%; */
  }
  
/*  .filters{
      text-align: right;
  }
  .filters .filter-help{
      display:none;
  }
  .filter-header h2{
      text-align: right;
  }
  .close-mobile-fiters{
      right:auto;
      left:12px;
  }*/
  /*.categories[data-aos-delay]*/
}




/* --------- /partnership-request --------- */

