.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    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;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[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;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slider_popup {
    opacity: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(224, 224, 224, 0.3);
    z-index: 0;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.slider_popup .slider_popup_content {
    width: 90%;
    height: auto;
    background: #fff;
    border: 1px solid #dedede;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slider_popup .slider_popup_content .close {
    position: absolute;
    background: url(../img/close.png) no-repeat 50%;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    padding: 10px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 3;
    cursor: pointer
}

.slider_popup .slider_popup_content .slick-slider {
    padding: 30px 30px 40px
}

.slider_popup .slider_popup_content .slick-slider img {
    display: block;
    width: 210px;
    margin: 0 auto
}

.slider_popup .slider_popup_content .slick-slider .slick-arrow {
    display: none !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-indent: -9999px;
    background: 0 0;
    cursor: pointer;
    border: none
}

.slider_popup .slider_popup_content .slick-slider .slick-prev {
    left: -35px
}

.slider_popup .slider_popup_content .slick-slider .slick-prev img {
    width: 21px;
    opacity: .5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider_popup .slider_popup_content .slick-slider .slick-prev img:hover {
    opacity: 1
}

.slider_popup .slider_popup_content .slick-slider .slick-next {
    right: -35px
}

.slider_popup .slider_popup_content .slick-slider .slick-next img {
    width: 21px;
    opacity: .5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.slider_popup .slider_popup_content .slick-slider .slick-next img:hover {
    opacity: 1
}

.slider_popup .slider_popup_content .slick-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0
}

.slider_popup .slider_popup_content .slick-dots li {
    display: inline-block;
    margin: 0 3px
}

.slider_popup .slider_popup_content .slick-dots li button {
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    border: none;
    background: #cfd0d2;
    border-radius: 50%;
    cursor: pointer
}

.slider_popup .slider_popup_content .slick-dots .slick-active button {
    background: #77bd00
}

.slider_popup.active {
    opacity: 1;
    z-index: 9;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

@media screen and (min-width: 768px) {
    .slider_popup .slider_popup_content {
        width: 600px
    }

    .slider_popup .slider_popup_content .slick-slider img {
        width: 90%
    }

    .slider_popup .slider_popup_content .slick-slider .slick-arrow {
        display: inline-block !important
    }
}

@media screen and (min-width: 1370px) {
    .slider_popup .slider_popup_content .close {
        padding: 19px
    }
}

header .stock-delivery form {
    display: none
}

.home .menu-desc {
    display: none
}

.home .home-slider {
    margin-top: 30px
}

.home .home-slider .slick-slide .slider-position {
    position: relative
}

.home .home-slider .slick-slide .big-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home .home-slider .slick-slide .slider-text {
    z-index: 3;
    text-align: center;
    position: relative;
    margin-bottom: -50px;
}

.home .home-slider .slick-slide .slider-text h2 {
    color: #010000;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 15px;
}

.home .home-slider .slick-slide .slider-text a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    background-color: #77bd00;
    border: 1px solid #77bd00;
    border-radius: 40px;
    padding: 15px 20px;
    margin-bottom: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.home .home-slider .slick-slide .slider-text a:hover {
    background-color: #fff;
    color: #77bd00
}

.home .home-slider .slick-slide img {
    width: 100%;
    display: flex
}

.home .home-slider .slick-dots {
    width: auto;
    text-align: center;
    position: absolute;
    z-index: 2;
    display: flex;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.home .home-slider .slick-dots li {
    display: flex;
    margin: 0 3px;
}

.home .home-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    border: none;
    background: #cfd0d2;
    border-radius: 50%;
    cursor: pointer;
    position: relative
}

.home .home-slider .slick-dots .afters {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease
}

.home .home-slider .slick-dots .afters:after {
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    background: #77bd00
}

.home .home-slider .slick-dots .slick-active:first-child ~ li:last-child {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}

.home .home-slider .slick-dots .slick-active:nth-child(2) ~ li:last-child {
    -webkit-transform: translateX(160%);
    transform: translateX(160%)
}

.home .home-slider .slick-dots .slick-active:nth-child(3) ~ li:last-child {
    -webkit-transform: translateX(320%);
    transform: translateX(320%)
}

.home .home-slider .slick-dots .slick-active:nth-child(4) ~ li:last-child {
    -webkit-transform: translateX(480%);
    transform: translateX(480%)
}

.home .home-slider .slick-dots .slick-active:nth-child(5) ~ li:last-child {
    -webkit-transform: translateX(640%);
    transform: translateX(640%)
}

.home .home-slider .slick-dots .slick-active:nth-child(6) ~ li:last-child {
    -webkit-transform: translateX(800%);
    transform: translateX(800%)
}

.home .home-slider .slick-dots .slick-active:nth-child(7) ~ li:last-child {
    -webkit-transform: translateX(960%);
    transform: translateX(960%)
}

.home .home-slider .slick-dots .slick-active:nth-child(8) ~ li:last-child {
    -webkit-transform: translateX(1120%);
    transform: translateX(1120%)
}

.home .home-content {
    margin-top: 20px
}

.home .home-content .dies {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 40px 0
}

.home .home-content .dies ul li {
    padding: 20px 5px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.home .home-content .dies ul li:hover {
    box-shadow: 0 0 22px 2px rgba(190, 190, 190, 0.5)
}

.home .home-content .dies ul li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.home .home-content .dies ul li:hover p {
    color: #77bd00
}

.home .home-content .dies ul li:last-child {
    margin-bottom: 0
}

.home .home-content .dies ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3
}

.home .home-content .dies ul li p {
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    padding-bottom: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.home .home-content .dies ul li p span {
    display: block
}

.home .home-content .dies ul li img {
    width: auto;
    height: 80px;
    display: flex;
    margin: 0 auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.home .home-content .contact-information {
    padding: 35px 0 70px
}

.home .home-content .contact-information h2 {
    text-align: center;
    color: #010000;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 30px;
    text-transform: uppercase
}

.home .home-content .contact-information .information h6 {
    color: #343434;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px
}

.home .home-content .contact-information .information p {
    color: #343434;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px
}

.home .home-content .contact-information .information a {
    color: #343434;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.home .home-content .contact-information .information a:hover {
    color: #77bd00
}

.home .home-content .contact-information .information span {
    display: inline-block;
    color: #343434;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-transform: uppercase
}

.home .home-content .contact-information .information .address {
    margin-bottom: 20px
}

.home .home-content .contact-information .information .tel {
    margin-bottom: 20px
}

.home .home-content .contact-information .information .operating-mode ul li {
    display: inline-block;
    margin-bottom: 5px
}

.home .home-content .contact-information .information .operating-mode ul li:last-child {
    margin-bottom: 0
}

.home .home-content .contact-information .information .operating-mode ul li p {
    text-align: right;
    position: relative;
    text-transform: uppercase;
    padding-left: 150px
}

.home .home-content .contact-information .information .operating-mode ul li span {
    position: absolute;
    bottom: 0;
    left: 0
}

@media screen and (min-width: 768px) {
    .home .home-slider .slick-slide .slider-text h2{
        margin-bottom: 15px;
    }
    .home .menu-desc {
        display: block;
        margin-top: 20px;
        position: relative;
        overflow: hidden
    }

    .home .menu-desc .header-categories-menu {
        text-align: center;
        padding-bottom: 15px;
    }

    .home .menu-desc .header-categories-menu li {
        display: inline-block
    }

    .home .menu-desc .header-categories-menu li a {
        display: inline-block;
        color: #7e7e7e;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        padding: 5px 32px 5px 10px;
        position: relative
    }

    .home .menu-desc .header-categories-menu li > a.active {
        color: #343434;
        background-color: rgba(119, 189, 0, 0.4);
        border-radius: 30px
    }

    .home .menu-desc .header-categories-menu li > a.active .menu-close {
        cursor: pointer;
        position: absolute;
        top: 50%;
        right: 5px;
        background: url(../img/menu-close.png) no-repeat 50% 50%;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        margin-top: -10px;
        z-index: 3
    }

    .home .menu-desc .sub-menu {
        opacity: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: -1
    }

    .home .menu-desc .header-categories-menu.active_parent {
        padding-bottom: 40px
    }

    .home .home-slider {
        margin-top: 0
    }

    .home .home-slider .slick-slide .home-slider-content {
        padding: 0 80px
    }

    .home .home-slider .slick-slide .slider-text {
        width: 100%;
        position: absolute;
        top: 10px;
        right: 0;
        text-align: right
    }

    .home .home-slider .slick-dots {
        bottom: 15px
    }

    .home .home-slider .slick-dots li {
        margin: 0 5px
    }

    .home .home-slider .slick-dots li button {
        width: 14px;
        height: 14px
    }

    .home .home-slider .slick-dots .afters {
        width: 14px;
        height: 14px;
        top: 0;
        left: 0
    }

    .home .home-slider .slick-dots .slick-active:nth-child(2) ~ li:last-child {
        -webkit-transform: translateX(170%);
        transform: translateX(170%)
    }

    .home .home-slider .slick-dots .slick-active:nth-child(3) ~ li:last-child {
        -webkit-transform: translateX(344%);
        transform: translateX(344%)
    }

    .home .home-slider .slick-dots .slick-active:nth-child(4) ~ li:last-child {
        -webkit-transform: translateX(515%);
        transform: translateX(515%)
    }

    .home .home-slider .slick-dots .slick-active:nth-child(5) ~ li:last-child {
        -webkit-transform: translateX(686%);
        transform: translateX(686%)
    }

    .home .home-slider .slick-dots .slick-active:nth-child(6) ~ li:last-child {
        -webkit-transform: translateX(858%);
        transform: translateX(858%)
    }

    .home .home-slider .slick-dots .slick-active:nth-child(7) ~ li:last-child {
        -webkit-transform: translateX(1029%);
        transform: translateX(1029%)
    }

    .home .home-slider .slick-dots .slick-active:nth-child(8) ~ li:last-child {
        -webkit-transform: translateX(1200%);
        transform: translateX(1200%)
    }

    .home .home-content {
        margin-top: 40px;
        padding: 0 80px
    }

    .home .home-content .dies {
        padding: 40px 0 15px
    }

    .home .home-content .dies ul li {
        padding: 25px 5px;
        width: 44%;
        float: left;
        margin: 0 3% 25px
    }

    .home .home-content .contact-information h2 {
        text-align: left
    }

    .home .home-content .contact-information .address-tel {
        width: 40%;
        float: left;
        margin-right: 10%
    }

    .home .home-content .contact-information .operating-mode {
        width: 50%;
        float: left
    }
}

@media screen and (min-width: 1024px) {
    .home .menu-desc .header-categories-menu li a {
        font-size: 16px;
        padding: 8px 42px 8px 15px
    }

    .home .menu-desc .header-categories-menu li a.active .menu-close {
        width: 26px;
        height: 26px;
        margin-top: -13px
    }

    .home .menu-desc .header-categories-menu.active_parent {
        padding-bottom: 50px
    }

    .home .home-slider .slick-slide .home-slider-content {
        padding: 0 100px
    }

    .home .home-slider .slick-slide .slider-text h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 15px
    } 

    .home .home-content {
        padding: 0 100px
    }

    .home .home-content .dies ul li {
        width: 28%;
        margin: 0 2.5% 25px
    }

    .home .home-content .contact-information h2 {
        font-size: 30px;
        line-height: 38px
    }

    .home .home-content .contact-information .address-tel {
        width: 50%
    }

    .home .home-content .contact-information .operating-mode {
        width: 40%
    }
}

@media screen and (min-width: 1280px) {
    .home .home-slider .slick-slide .home-slider-content {
        padding: 0 270px
    }

    .home .home-content {
        padding: 0 270px
    }
}

@media screen and (min-width: 1360px) {
    .home .home-slider .slick-slide .home-slider-content {
        padding: 0 300px
    }

    .home .home-content {
        padding: 0 285px
    }
}

@media screen and (min-width: 1900px) {
    .home .home-slider .slick-slide .home-slider-content {
        padding: 0 270px
    }

    .home .home-content {
        padding: 0 270px
    }
}
