/* *** CSS RESET *** */

:focus {outline: 0}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
button {cursor: pointer;}

/* *** GLOBAL *** */

.bx-wrapper {
    z-index: 1;
}

iframe {
    border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    margin-top: 0;
}

body p {
    margin-bottom: 25px;
    margin-top: 0;    
}

body h2 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body ul {
    margin-bottom: 25px;
    padding-left: 16px;
    margin-top: 0;
}

body ol {
    padding-left: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body .bx-wrapper {
    padding: 0;
    border: none;
}

body {
    overflow-x: hidden;
}

figure {
    margin: 0;
}

body a:hover {
    text-decoration: none;
}

input, textarea, button {
    font-family: 'Lato', sans-serif;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #000000;
    background: #fff;
    font-weight: 300;
    line-height: 1.6;
    padding: 0;
    padding: 0 50px;
    padding-top: 167px;    
    margin: 0;
    min-width: 302px;
}

.wrapper {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 100%;
}

@media (min-width: 576px){
    .wrapper {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .wrapper {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .wrapper {
        max-width: 960px;
    }
    .wrapper-1 {
        padding: 0 15px;
    }
}

@media (min-width: 1200px) {
    .wrapper {
        max-width: 1200px;
    }
    .wrapper-1 {
        max-width: 100%;
        padding: 0;
    }
}

img {
    max-width: 100%;
    max-height: 100%;
}

a, a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
    height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.clearer {
    clear: both;
    height: 0;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

.logo, img, a, button, .btn-recipe span {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.bx-caption {
    display: none;
}

.bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background:transparent;    
}

.content-box {
    float: left;
    width: 100%;
}

.row {
    margin: 0 -15px;
}

.row > div {
    float: left;
    padding: 0 15px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

h2, h1 {
    line-height: 1.2;
}

/* *** HEADER *** */

header .wrapper {
    position: relative;
}

header {
    background: #fff;
    position: fixed;
    padding: 0 50px;
    z-index: 10;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    top: 0;
    left: 0;
    float: left;
    width: 100%;
}

.header-box {
    float: left;
    width: 100%;
    padding: 23px 0;
}

header .logo {
    display: inline-block;
    vertical-align: top;
    margin: -30px 0 -20px 0;
}

header .logo img {
    display: block;
}

.h-box-left {
    float: left;
}

.h-box-right {
    float: right;
}

.h-box-left, .h-box-right {
    width: 600px;
    text-align: left;
}

.h-box-left .h-box {
    margin-right: 26px;
}

.h-box a {
    color: #000;
}

.h-box a:hover {
    color: #000;
}

.mail {
    position: relative;
}

.phone-2 {
    padding-left: 30px;
}

.phone-2:after {
    width: 20px;
    height: 20px;
    background: url('../img/sprite.png') -41px 0;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

.h-box-right {
    padding-top: 1px;
    text-align: right;
    font-size: 16px;
}

.h-box-right .h-box {
    margin: 6px 0;
}

.main-menu ul {
    padding: 0;
    margin: 0;
}

.main-menu ul li:hover .submenu-box {
    display: block;
}

.main-menu ul ul {
    display: none;
}

.main-menu ul .submenu-box ul {
    display: block;
}

.submenu-box {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 20px 20px 30px 20px;
    background: rgba(255,255,255,0.9);
}

.su-box a:hover {
    opacity: 0.9;
}

.su-box a {
    color: #000;
    display: flex;
    align-items: center;
}

.su-box figure {
    padding-left: 20px;
}

.su-txt {
    
}

.su-btn {
    text-align: center;
    border: none;
    padding: 0 15px;
    height: 40px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    color: #fff !important;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 3px;
    background: #679e41;
}

.su-box a .su-desc {
    flex-shrink: 0;
    padding-left: 20px;
}

.su-box .su-txt {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
}

.submenu-box {

    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.submenu-box:after {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background: #fff;
    content :"";
    display: block;
}

.submenu-box .row-box {
    display: flex;
    margin: 0 -30px;
    align-items: center;
    flex-wrap: wrap;
}

.submenu-box .row-box .col-box {
    position: relative;
    padding: 0 30px;
}

.submenu-box .row-box .col-box:last-child:after {
    display: none;
}

.submenu-box .row-box .col-box:after {
    width: 1px;
    display: block;
    top: 50%;
    margin-top: -45px;
    flex-shrink: 0;
    right: -1px;
    position: absolute;
    background: #000;
    content: "";
    height: 90px;
}

.submenu-box .row-box .col-box:last-child {
    border-right: 0;
}

body .submenu-box ul {
    display: block;
    line-height: 1.2;
}

.submenu-box ul a {
    line-height: 1.2;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}

.submenu-box ul a:hover {
    text-decoration: underline;
    color: #679e41;
}

.submenu-box ul .su-txt {
    order: 2;
}

.su-menu li {
    padding: 4px 0;
}

.submenu-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.submenu-box .col-box {
    width: 25%;
    flex-shrink: 0;
}

.menu-box {
    float: left;
    width: 100%;
    border-top: 1px solid #000000;
}

.main-menu ul {
    display: inline-block;
    vertical-align: top;
}

.main-menu > ul > li {

    float: left;
    list-style: none;
    margin-left: 35px;
    margin-right: 35px;
}

.main-menu > ul > li > a {
    color: #000;
    font-weight: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    float: left;
    height: 50px;
    line-height: 52px;
    font-size: 13.26px;
}

.main-menu > ul > li:hover > a, .main-menu > ul > .current > a {
    color: #679e41;
}


/*
.main-menu ul ul {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -130px;
    text-align: center;
    list-style: none; 
    width: 260px;
    background: #f4f4f4;  
    display: none;     
}

.main-menu ul ul li {
    position: relative;
    float: left;
    width: 100%;
}

.main-menu ul ul li a {
    position: relative;
    color: #000;
    text-align: center;
    display: block;
    font-weight: normal;
    padding: 11px 15px 10px 15px;
    float: left;
    text-transform: uppercase;    
    width: 100%; 
    font-size: 14px;
}

.main-menu ul ul li:hover > a {
    background: #000;
    color: #fff;
}
*/
.main-menu ul ul ul {
    left: 100%;
    top: 0;
}

.basket-box {
    z-index: 20;
}

.basket-box:hover .basket-btn {
    color: #231f20;
}

.basket-box {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.basket-box:hover .basket-product {
    display: block;
}

.basket-product li a {
    color: #231f20;
}

.basket-product {
    display: none;
    position: absolute;
    top: 100%;
    background: #f4f4f4;
    border-top: 10px solid #fff;
    right: 0;
    color: #000000;    
    font-size: 14px;
    width: 250px;
    padding-bottom: 10px;
}

.basket-product ul {
    padding: 5px 10px;
    margin: 0;
    list-style: none;
    text-align: left;
    color: #231f20;
}

.basket-product .row {
    margin: 0 -5px;
}

.basket-product .row > div {
    padding: 0 5px;
}

.basket-product .col-7 {
    width: 65%;
}

.basket-product .col-5 {
    width: 35%;
}

.basket-product li {
    float: left;
    width: 100%;
    font-size: 13px;
    padding-bottom: 10px;
}

.basket-product a {
    color: #000000;
}

.basket-product ul li:last-child {
    text-align: right;
}

.basket-product ul li {
    padding: 3px 0;
}

.basket-product ul li div {
    text-align: left;
}

.basket-product ul li div:last-child {
    text-align: right;
}

.basket-product a:hover {
    color: #000;
    opacity: 0.8;
}

.basket-product {
    text-align: center;
}

.basket-product .btn-2 {
    width: calc(100% - 20px);
    height: 40px;
    padding: 0 6px 0 10px;
    margin-top: 10px;
    font-size: 12px;
    color: #fff !important;
    line-height: 40px;
}

.btn-1, .btn-2 {
    text-transform: uppercase;
    font-size: 14px;
}

.h-box a:hover {
    opacity: 0.8;
}

main {
    float: left;
    width: 100%;
}

.h-box {
    position: relative;
}

.search {
    height: 70px;
    width: 400px;

}

.search input {
    width: calc(100% - 70px);
    float: left;
    border: none;
    background: #ededed;
    font-size: 18px;
    padding: 0 20px;
    height: 70px;
}

.search button {
    background: #679e41;    
    width: 70px;
    float: right;
    height: 70px;
    display: block;
    position: relative;
    border: none;
}

.search button:after {
    background: url('../img/sprite.png') -63px 0;
    width: 21px;
    height: 21px;
    content:"";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10.5px;
    display: block;
    background: url('../img/sprite.png') -63px 0; 
}

.search button:hover {
    opacity: 0.8;
}

.search-btn {
    width: 21px;
    height: 21px;
    display: block;
    background: url('../img/sprite.png') -63px 0;
}

.search-btn.active {
    background: url('../img/sprite.png') -85px 0; 
}

.search-btn:hover, .favourite-btn:hover, .basket-box:hover .basket-btn {
    opacity: 0.8;
}

.btn-user {
    width: 15px;
    height: 21px;
    display: inline-block;
    vertical-align: top;
    background: url('../img/sprite.png') -108px 0; 
}

.btn-www {
    width: 20px;
    height: 20px;
    margin-top: 1px;
    display: inline-block;
    vertical-align: top;
    background: url('../img/sprite.png') -145px 0; 
}

.basket-btn:after {
    width: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10.5px;
    content: "";
    height: 21px;
    display: block;
    background: url('../img/sprite.png') -126px 0;
}

.basket-btn {
    color: #000;
    padding-left: 23px;
    position: relative;
    height: 21px;
    padding-top: 1px;
    display: block;
}


/* *** BOTTOM BOX *** */

.bottom-box {
    float: left;
    width: 100%;
    color: #000;
    text-align: center;
    background: #f4f4f4;
    padding: 60px 0;
}

.title h2 {
   margin: 0;
   text-align: center;
   font-size: 30px;
   text-transform: uppercase;
   letter-spacing: 4px;
   font-weight: 300;
}

.title:after {
    width: 35px;
    height: 1px;
    background: #000;
    margin: 26px auto;
    content:  "";
    display: block;
}

.bottom-box .txt-1 {
    margin-bottom: 25px;
}

.newsletter-box {
    width: 596px;
    margin: 0 auto;
    max-width: 100%;
}

.newsletter {
    margin-bottom: 25px;
}

.newsletter input {
    height: 43px;
    padding: 0 13px;
    border: 1px solid #000;
    color: #000;
    width: calc(100% - 216px);
    background: none;
    border-right: none;
}

.n-checkbox {
    position: relative;
    text-align: left;
}

.n-checkbox input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}

.n-checkbox label:after {
    position: absolute;
    top: 2px;
    left: 0;
    width: 13px;
    height: 13px;
    display: block;
    border: 1px solid #000;
    content: "";
}

.n-checkbox input[type="checkbox"]:checked + label:before {
    position: absolute;
    top: 2px;
    margin: 3px;
    left: 0;
    width: 7px;
    height: 7px;
    display: block;
    background: #000;
    content: "";
}

.n-checkbox label {
    padding-left: 25px;
    position: relative;
    font-size: 12px;
    display: block;
}

.n-checkbox label a {
    color: #fff;
}

.n-checkbox label a:hover {
    color: #fff;
    opacity: 0.9;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.newsletter .btn-2 {
    width: 216px;
    float: right;
    padding: 0 10px;
}

.btn-2 {
    text-align: center;
    border: none;
    padding: 0 44px;
    height: 43px;
    line-height: 42px;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    background: #679e41;
    color: #fff;
    letter-spacing: 3px;
    border: 1px solid #000;
}

.btn-2:hover {
    background: #a8cb4a;
}

/* *** BREADCRUMB *** */

.breadcrumb-box {
    float: left;
    display: flex;
    font-size: 13px;
    justify-content: center;
    width: 100%;
    margin-bottom: 25px;
    color: #000000;
    padding: 22px 15px 10px 15px;
}

.breadcrumb-box ul {
    padding: 0 !important;
    margin: 0;
}

.breadcrumb-box li {
    float: left;
    list-style: none;
    position: relative;
}

.breadcrumb-box li:after {
    content: "|";
    margin: 0 13px;
}

.breadcrumb-box ul li:last-child:after {
    display: none;
}

.breadcrumb-box a {
    color: #000;
}

.breadcrumb-box a:hover {
    color: #679e41;
}

/* *** FOOTER *** */

footer {
    float: left;
    width: 100%;
    background: #679e41;
    color: #fff;
    line-height: 1.9;
    font-size: 14px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
    opacity: 0.8;
}

.footer-top {
    float: left;
    width: 100%;
    padding: 45px 0;
}

.social-box a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 22px;
    height: 36px;
    width: 36px;
}

.social-box a:hover {
    opacity: 0.9;
}

.social-box a:last-child {
    margin-right: 0;
}

.fb {
    background: url('../img/sprite.png') -169px 0; 
}

.instagram {
    background: url('../img/sprite.png') -207px 0; 
}

footer .col-boxes {
    margin: 0 -15px;
}

footer .col-boxes .col-box {
    padding: 0 15px;
    float: left;
}

footer .footer-top .col-boxes .row-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.f-title {
    color: #fff;
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 1.4;
    margin-bottom: 25px;
}

footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer ul li:last-child {
    margin-bottom: 0;   
}

.footer-bottom {
    float: left;
    width: 100%;
    padding: 20px 0 19px 0;
    font-size: 14px;
    border-top: 1px solid #fff;
    color: #fff;
}

.footer-bottom a {
    color: #fff;  
}

.copyright {
    float: left;
}

.created {
    float: right;
}

.social-box {
    margin-top: -10px;
}

/* *** CUSTOM SELECT *** */

.select .chosen-container {
    width: 100% !important;
}

.select ul {
    margin: 0 4px 4px 0 !important;
    padding: 0 0 0 4px !important;
}

.select .chosen-search {
    display: none;
}

.select .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 17px;
    height: 40px;
    border: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid #231f20;
    box-shadow: none;
    color: #231f20;
    font-size: 14px;  
    text-decoration: none;
    white-space: nowrap;
    line-height: 40px;
}

.select .chosen-drop {
    border-color: #231f20;
}

.select .chosen-drop ul li {
    background-image: none !important;
    height: auto !important;
}

.select .chosen-container-single .chosen-single div {
    width: 10px;
    margin: 17px 12px;
    height: 6px;
    background: url('../img/sprite.png') -280px 0 no-repeat;
}

.select .chosen-container .chosen-results li.active-result {
    background: #fff;
    color: #231f20;
}

.select .chosen-container .chosen-results li:hover {
    background: #000;
    color: #fff;
}

/* *** HAMBURGER + HEADER RSP + MENU *** */


.hamburger-btn {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    width: 70px;
    height: 60px;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    right: 0;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    margin-top: 20px;
    vertical-align: top;
    position: relative;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #231f20;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
    height: 2px;
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.15s;
    transition-delay: 0.15s; 
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.header-rsp {
    top: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    z-index: 101;
    width: 100%;
    padding: 10px 15px;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
    display: none;
}

.header-rsp .logo-rsp {
    height: 50px;
    width: 178px;
    display: table-cell;
    vertical-align: middle;
}

.header-rsp .logo-rsp img {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: -6px;
}

.data-rsp {
    position: absolute;
    top: 27px;
    right: 70px;
}

.data-rsp a {
    font-size: 11px;    
}

.btn-slide-down {
    width: 40px;
    height: 100%;
    background: #fff;
    border-left: 1px solid transparent;
    position: absolute;
    top: 0;
    font-size: 14px;
    text-align: center;
    color: #231f20;
    right: 0;
    z-index: 2;
    display: none !important;
    line-height: 52px;
    cursor: pointer;
}

.btn-1 {
    text-align: center;
    border: none;
    padding: 0 23px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    color: #000 !important;
    font-weight: normal;
    letter-spacing: 3px;
    border: 1px solid #000;
}

.btn-1:hover {
    color: #fff !important;
    background: #000;
}

.text-right {
    text-align: right;
}

.main-content {
    float: left;
    width: 100%;
    padding-bottom: 70px;
}

@media only screen and (max-width: 1000px) {
    .main-menu ul li:hover ul {
        display: none;
    }
    .main-menu ul > li > a .btn-slide-down {
        line-height: 69px;
        background: none;
        border-color: #fff;
    }

    .btn-slide-down {
        display: block !important;
        color: #fff;
    }
}

.btn-1-white {
    color: #fff !important;
    border-color: #fff;
    background: none;
}

.btn-1-white:hover {
    background: #fff !important;
    color: #000 !important;
}

.title-1 {
     text-align: center;
     border-bottom: 1px solid #000;
     padding: 24px 0 21px 0;
     margin-bottom: 30px;
}

.title-1 h2, .title-1 h1 {
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 300;    
}

.pr-box figure {
    /*background: #f4f4f4;
    margin-bottom: 15px;*/
    margin-bottom: 15px;
    text-align: center;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.pr-box figure img {
    display: inline-block;
}

.pr-box {
    position: relative;
    text-transform: uppercase;
    text-align: center;
}

.pr-box .btn-basket-1 {
    position: absolute;
    bottom: 29px;
    right: 0;
}

.pr-box .txt-1 {
    margin-bottom: 7px;
    line-height: 1.2;
    height: 34px;
    overflow: hidden;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.pr-box {
    color: #000;
    display: block;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.pr-box:hover {
    opacity: 0.85;
}

.pr-box .txt-2 {
    line-height: 1.2;
    display: flex;
    align-items: center;
    min-height: 48px;
    align-items:center;
    overflow: hidden;
    font-size: 20px;
    justify-content: center;
    margin-bottom: 7px;
}


.pr-box .price {
    font-size: 20px;
}

.pr-box .price-old {
    color: #717171;
    height: 22px;
    font-size: 14px;
    text-decoration: line-through;
}

.pr-box a {
    color: #000;   
}

.btn-basket-1 {
    width: 16px;
    height: 21px;
    display: inline-block;
    background: url(../img/sprite.png) -126px 0;
}

.btn-basket-1:hover {
    opacity: 0.8;
}

.row10 {
    margin: 0 -5px;
}

.row10 > div {
    padding: 0 5px;
}

@media only screen and (min-width: 992px) {
    .main-menu {
        display: block !important;
    }
}

@media only screen and (max-width: 992px) {
    .breadcrumb-box {
        margin-top: 0;
    }
    body {
        padding-top: 70px;
    }
    header {
        height: 0;
    }
    .header-box {
        padding: 0;
    }
    .header-rsp {
        display: block;
    }    
    body .main-menu {
        position: fixed;
        top: 70px;
        display: none;
        left: 0;
        background: rgba(0,0,0,0.5);
        width: 100%;
        overflow: auto;
        height: calc(100% - 70px);
        z-index: 102;
    }
    body .main-menu ul li a {
        text-align: left;
        color: #231f20;
        background: #fff;
        padding: 16px 15px 15px 15px;
    }
    body .main-menu ul li {
        position: relative;
        width: 100%;
        border-bottom: 1px solid #cacaca;
        margin: 0;
    }
    body .main-menu ul ul li:last-child {
        border-bottom: none;
    }
    body .main-menu ul ul li:first-child {
        border-top: 1px solid #757575;
    }
    body .main-menu ul {
        width: 100%;
    }
    body .main-menu ul li a {
        display: block;
        width: 100%;
        border: none;
        color: #2e2d2c !important;
        line-height: normal;
        font-weight: normal;
        height: auto;
        display: block;
        list-style: none;
    }
    body .main-menu ul li a:hover {
        background: #000;
        color: #fff !important;
        opacity: 1;
    }
    .main-menu ul ul {
        position: relative;
        top: auto;
        left: auto;
        margin: 0;
    }
    .main-menu > ul > li:first-child {
        display: none;
    }
    .main-menu ul > li > a .btn-slide-down {
        color: #757575;
        border-color: #757575;
        line-height: 56px;
        height: 52px;
    }
    body .main-menu ul ul li a {
        padding-left: 30px;
    }
}

@media (max-width: 1800px){
    body, header {
        padding-left: 15px;
        padding-right: 15px;
    }
    .h-box-left, .h-box-right {
        width: 486px;
    
    }
    .h-box-left .h-box {
        margin-right: 15px;
    }

  

    .h-box-left .h-box {
        font-size: 12px;
    }
    .main-menu > ul > li {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 1330px){
    .h-box-left, .h-box-right {
        width: 315px;
    }
    .main-menu > ul > li > a {
        font-size: 14px;
    }
}

@media (max-width: 1199px){
    header .logo img {
        height: 28px;
    }
    header .logo {
        margin-top: 4px;
    }
}

@media (max-width: 992px){
    header .logo {
        display: none;
    }
    header {
        text-align: center;
    }
    .h-box-left .h-box {
        margin-top: 2px;
    }
    .h-box-left, .h-box-right {
        padding: 0;
    }
    .footer-bottom {
        padding-top: 19px;
    }
    .menu-box {
        border: none;
        padding: 0;
        margin: 0;
    }
    .copyright, .created {
        width: 100%;
        text-align: center;
    }
    .title h2 {
        font-size: 24px;
    }
    header {
        padding: 17px 0 15px 0;
        height: auto;
        position: relative;
    }
    body {
        padding-top: 70px;
    }
    .h-box-left .h-box:first-child {
        display: none;
    }
    .h-box-left {
        margin: 0;
    }
    .h-box-right .h-box {
        margin-left: 15px;
    }
    .h-box-left, .h-box-right {
        width: auto;
    }
    .h-box-left .h-box:first-child {
        display: block;
    }
}

@media (max-width: 767px){
    header {
        padding-bottom: 14px;
    }
    .newsletter input {
        width: 100%;
        border-right: 1px solid #000;
    }
    .newsletter .btn-2 {
        width: 100%;
        margin-top: 10px;
    }
    .n-checkbox {
        padding-top: 25px;
        clear: both;
    }
    .phone-1 {
        width: 15px;
        padding: 0;
        height: 21px;
        text-indent: -9999px;
        display: block;
        overflow: hidden;
    }
    .phone-2 {
        width: 21px;
        padding: 0;
        height: 20px;
        text-indent: -9999px;
        display: block;
        overflow: hidden;
    }
    .mail {
        width: 21px;
        padding: 0;
        margin-bottom: -1px;
        margin-top: -1px;
        height: 24px;
        text-indent: -9999px;
        display: block;
        overflow: hidden;
    }
    .h-box-right {
        padding-top:1px;
    }
    .h-box-left, .h-box-right {
        width: auto;
    }
    .h-box-left .h-box:first-child {
        display: block;
    }
    body {
        padding-left: 0;
        padding-right: 0;
    }
    .copyright, .created {
        width: 100%;
        text-align: center;
    }
    footer .footer-top .col-boxes .row-box {
        display: block;
        text-align: center;
    }
    footer .col-boxes .col-box {
        width: 100%;
    }
    .footer-top .col-box {
        margin-bottom: 35px;
    }
    .footer-top .row-box .col-box:last-child {
        margin-bottom: 0;
    }
    .f-title {
        margin-bottom: 10px;
    }
    .social-box {
        padding-top: 18px;
    }
    .search {
        width: 194px;
    }
}

@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 992px) {
    body {
        padding-top: 70px;
    }
    .header-box {
        padding: 0;
    }
    .title-1 h2, .title-1 h1 {
        font-size: 22px;
    }
}

.slider-1 {
    z-index: 1;
    padding: 0 99px;
    position: relative;
}


.slider-1 .swiper-button-prev {
    width: 13px;
    height: 23px;
    display: block;
    background: url('../img/sprite.png') -248px 0;
    left: 0;
}

.slider-1 .swiper-button-prev:after, .slider-1 .swiper-button-next:after {
    display: none;
}

.slider-1 .swiper-button-next {
    width: 13px;
    height: 23px;
    display: block;
    background: url('../img/sprite.png') -263px 0;
    right: 0;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 0.8;
}

.slider-1 {
    display: inline-block;
    width: 100%;
}

.input-box input, .input-box textarea {
    border: 1px solid #000;
    padding: 0 15px;
    height: 43px;
    font-size: 14px;
    width: 100%;
    display: block;
}

.input-box textarea {
    padding: 12px 15px;  
    height: 156px;
    resize: none;
    overflow: auto;
}

.input-box {
    margin-bottom: 8px;
}

@media only screen and (max-width: 1600px) {
    .slider-1 {
        padding: 0 60px;
    }
    .su-btn {
        font-size: 12px;
        line-height: 36px;
        height: 35px;
    }
}

@media (max-width: 992px){
    .slider-1 {
        padding-left: 33px;
        padding-right: 33px;
    }
}


.checkbox-box label {
    font-size: 14px;
    padding-left: 25px;
    margin: 0;
    display: block;
    position: relative;
}

.checkbox-box label:after {
    width: 13px;
    height: 13px;
    display: block;
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    border: 1px solid #000; 
}

.checkbox-box {
    margin-bottom: 15px;
}

.checkbox-content {
    margin-bottom: 30px;
}

.form-box {
    padding-bottom: 22px;
}

.checkbox-content .checkbox-box:last-child {
    margin-bottom: 0;
}

.checkbox-box :checked + label:before {
    width: 5px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    top: 3px;
    margin: 4px;
    background: #000;
    left: 0;
    border: 1px solid #000; 
}

.checkbox-box input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
}

.slider-product {
    margin-top: -5px;
}

.slider-product .pr-box {
    margin-top: 5px;
}

.p-content-box-1 {
    width: 100%;
    padding: 30px;
    background: #f4f4f4;
}
.xx-form-box label {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.xx-form-box input,.xx-form-box textarea, 
.xx-form-box select {
    margin-bottom: 20px;
    height: 43px;
    padding: 0 13px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    width: 100%;
    background: none;
}

.xx-form-box select {
     -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 35px;
  background: url('../img/icons/down-arrow-svgrepo-com.svg') calc(100% - 10px) 12px no-repeat;

  text-overflow: ellipsis;
 white-space: nowrap;
 overflow: hidden;
}

.xx-select  .chosen-container-single .chosen-single{
    height: 43px;
    background: none;
    text-align: center;
    
}

.xx-select .chosen-container-single .chosen-single div {
     background: url('../img/icons/down-arrow-svgrepo-com.svg') center center no-repeat;
       background-size: 18px auto;
           width: 19px;
           height: 10px;
}

.xx-select .chosen-drop {
    padding-top: 4px;
}

.xx-select .chosen-container .chosen-results li {
    text-align: center;
}

.xx-select .chosen-container .chosen-results li.active-result:hover {
    background: #679e41;
}

.xx-select {
    margin-bottom: 20px;
}

.xx-form-box textarea {
    padding: 13px;
    height: 134px;
    resize: none;
    overflow: auto;
}

.xx-form-box .row-box {
    display: flex;
    margin: 0 -15px;
}

.xx-form-box .row-box .col-box {
    width: 50%;
    padding: 0 15px;
}

.label-checkbox {
    position: relative;
}

.label-checkbox label {
    padding-left: 30px;
    display: block;
    position: relative;
        cursor: pointer;
}

.label-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
}

.label-checkbox label:after {
    width: 20px;
    height: 20px;
    position: absolute;
    background: #fff;
    border: 1px solid #000;
    content: "";
    top: 0px;
    left: 0;
    display: block;
    cursor: pointer;
}


.label-checkbox label:before {
    width: 10px;
    margin: 4px;
    height: 10px;
    position: absolute;
    background: #fff;
    content: "";
    top: 1px;
    left: 1px;
    z-index: 2;
    display: block;
}

.p-content-box-1 .alert {
    font-weight: bold;
}

.label-checkbox :checked + label:before {
    background: #679e41;
}

.form-button-box .btn-2 {
    flex-shrink: 0;
    margin-left: 30px;
    cursor: pointer;
}

.xx-form-box .kontakt-element input + .alert {
    margin: -15px 0 10px 0;
}

.form-button-box .kontakt-element-1 .alert {
    margin: 2px 0 0 0;
    padding-left: 30px;
}

.p-content-box-1 .alert-danger {
    margin: -10px 0 10px 0;
}

.xx-form-box .kontakt-element textarea + .alert {
    margin: -20px 0 10px 0;
}

.form-button-box .kontakt-element-1 {
    width: calc(50% - 15px);
}

.form-button-box  {
    display: flex;
    justify-content: space-between;
}

.dealer-boxes .dealer-info {
    padding: 20px 0;
}

.dealer-boxes .dealer-box {
    background: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.dealer-boxes .dealer-box:last-child {
    margin-bottom: 0;
}

.dealer-boxes .dealer-box .dealer-info {
    width: 100%;
    padding-left: 30px;
}

.dealer-boxes .dealer-box .dealer-info  a {
    color: #000;
}

.dealer-boxes .dealer-box .dealer-info a:hover {
    color: #679e41;
}

.dealer-boxes .dealer-box .dealer-name {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

.dealer-boxes .dealer-box .dealer-logo {
    flex-shrink: 0;
    width: 30%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.dealer-boxes .dealer-box .description {
    width: 100%;
}

.dealer-boxes-1 .dealer-info {
    padding-right: 40px;
}


.p-popup-content {
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
}

.dealer-logo img {
    cursor: pointer;
}

.p-popup-content figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-content, .main-page {
        -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
}

