/*.lightboxOverlay {
    background: #fff;
    opacity: 0.93;
}
.lb-outerContainer {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.lightbox .lb-image {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #4e4e4e;
}
.lb-data .lb-number {
    color: #4e4e4e;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
}
.lb-data .lb-close {
    background: none;
    font-family: 'new-icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4e4e4e;
    font-size: 14px;
    opacity: 1;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.lb-data .lb-close:before {
    content: "\e941";
}
.lb-data .lb-close:hover {
    color: #fe5000;
}*/
.e-new-main-slider {
    height: calc((100vh - 125px)*0.55) !important;
    margin-top: 16px;
}
@media only screen and (max-height:900px) {
    .e-new-main-slider {
        height: calc((100vh - 125px)*0.6) !important;
    }
}
@media only screen and (max-height:800px) {
    .e-new-main-slider {
        height: calc((100vh - 125px)*0.6) !important;
    }
}
@media only screen and (max-height:799px), only screen and (max-width:1279px) {
    .e-new-main-slider {
        height: 419px !important;
    }
}
@media only screen and (min-height: 1200px) {
    .e-new-main-slider {
        height: auto !important;
    }
}

.e-new-slider .slick-dots {
    visibility: hidden;
}
.e-new-slide-col-slogan {
    width: 350px;
    height: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.831);
    position: absolute;
    right: 90px;
    top: 50%;
    margin-top: -150px;
    padding-top: 30px;
    padding-left: 45px;
    font-size: 14px;
}
.e-new-slide-col-slogan-title {
    border-bottom: 2px solid #4e4e4e;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1;
}
.e-new-slide-col-slogan-title span {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 12px;
    display: block;
}
.col-prod-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 11px auto 20px;
}
.col-prod-nav-item {
    white-space: nowrap;
    padding: 5px 25px;
    background-color: #efefef;
    font-weight: 600;
    font-size: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    margin: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #efefef;
}
.col-prod-nav-item:first-child {
    margin-left: 0;
}
.col-prod-nav-item:last-child {
    margin-right: 0;
}
.col-prod-nav-item:first-letter {
    text-transform: uppercase;
}
.col-prod-nav-item:hover {
    color: #4e4e4e;
    background-color: #fff;
    border-color: #4e4e4e;
}
.col-prod-nav-item.active {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.28);
    background-color: #fff;
    color: #fe5000;
    border-color: #fff;
}
.col-prod-tab>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.col-prod-tab {
    display: none;
}
.col-prod-tab.active {
    display: block;
}
.col-prod-wrap {
    margin-bottom: 75px;
}
.e-new-catalogue-collection {
    background-color: #efefef;
    padding-top: 60px;
    margin-bottom: 0;
    padding-bottom: 40px;
}
.collection-cont {
    display: block;
}
.collection-cont>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.collection-cont>div.second-block {
    display: none;
}
.col-show-all {
    border: 1px solid #fe5000;
    text-transform: uppercase;
    font-size: 14px;
    color: #fe5000;
    /*width: 245px;*/
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 30px;
    text-align: center;
    margin: auto;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
    display: table;
    padding: 0 20px;
}
.col-show-all:hover {
    color: #fff;
    background-color: #fe5000;
}
.collection-list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 20px;
}
.collection-list-item {
    width: 31.3%;
    margin-right: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #4e4e4e;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 23px 20px;
    font-family: "Open Sans";
    color: #4e4e4e;
    font-size: 14px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    margin-top: 10px;
    margin-bottom: 0;
}
.collection-list .collection-list-item:nth-child(3) {
    margin-right: 0;
}
.collection-list-item img {
    width: 100%;
    max-width: 100%;
}
.collection-title {
    margin-top: 25px;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-size: 16px;
}
.collection-desc {
    height: 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    align-items: center;
    text-align: center;
    line-height: 15px;
}
.collection-link {
    font-size: 12px;
    color: #4e4e4e;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    height: 14px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.collection-link>i {
    margin-left: 5px;
    font-size: 8px;
    margin-top: 2px;
}
.collection-link:hover {
    color: #4e4e4e;
}
.collection-list-item>a:first-child {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.collection-list-item:hover {
    color: #fe5000;
    border-color: #fe5000;
    margin-top: 0;
    margin-bottom: 10px;
}
.collection-list-item:hover .collection-link {
    color: #fe5000;
}
.e-new-catalogue .collection-cont {
    justify-content: flex-start;
}
.collection-item {
    width: 30%;
    margin-right: 5%;
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    background: #4e4e4e;
}
.collection-item:nth-child(3n) {
    margin-right: 0;
}
.collection-item img {
    max-width: 100%;
    width: 100%;
}
.collection-slider .slick-next {
    right: 2%;
}
.collection-slider .slick-prev {
    left: 2%;
}
.e-new-slide-col-slogan-text {
    padding-right: 10px;
}



