/* line 2, styles.scss */

body,
html {
    margin: 0;
    padding: 0;
}


/* line 10, styles.scss */

body {
    background: url(../images/back-grad.png);
    font-family: "open sans", sans-serif;
}


/* line 15, styles.scss */

.table {
    display: table;
    max-width: none;
}


/* line 20, styles.scss */

.cell {
    display: table-cell;
}


/* line 24, styles.scss */

.center {
    margin: 0 auto;
    width: 1100px;
}


/* line 29, styles.scss */

.wrap-head {
    border-bottom: 1px solid #ededed;
}


/* line 34, styles.scss */

.wrap-head ul {
    font-size: 0;
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}


/* line 42, styles.scss */

.wrap-head .right {
    padding-top: 9px;
    float: right;
}


/* line 47, styles.scss */

.wrap-head .left li {
    width: 135px;
    border-right: 1px solid #dcdcdc;
    padding: 10px 20px 24px 20px;
    border-left: 1px solid #dcdcdc;
    -webkit-box-shadow: inset 16px 0px 9px -16px #dddddd, inset -16px 0px 9px -16px #dddddd;
    -moz-box-shadow: inset 16px 0px 9px -16px #dddddd, inset -16px 0px 9px -16px #dddddd;
    box-shadow: inset 16px 0px 9px -16px #dddddd, inset -16px 0px 9px -16px #dddddd;
}


/* line 57, styles.scss */

.right li {
    padding-left: 25px;
}


/* line 61, styles.scss */

.light {
    display: block;
    position: relative;
}


/* line 66, styles.scss */

.light img {
    display: block;
}


/* line 70, styles.scss */

.light:hover::before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0px 0px 45px 15px rgba(250, 250, 250, 0.67);
    -moz-box-shadow: inset 0px 0px 45px 15px rgba(250, 250, 250, 0.67);
    box-shadow: inset 0px 0px 45px 15px rgba(250, 250, 250, 0.67);
}


/* line 81, styles.scss */

.wrap-head ul li {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    height: 18px;
}


/* line 88, styles.scss */

.wrap-head ul li a {
    text-decoration: none;
    color: #000;
    text-decoration-color: #0e7839;
}


/* line 94, styles.scss */

.wrap-head > .center > div:nth-of-type(2) {
    padding-left: 0;
}


/* line 98, styles.scss */

.wrap-head > .center > div:nth-of-type(1) {
    padding-right: 0;
}


/* line 102, styles.scss */

.wrap-head ul li a:hover {
    color: #0e7839;
}


/* line 106, styles.scss */

.slide a {
    display: inline-block;
    position: relative;
    padding-bottom: 1px;
}


/* line 112, styles.scss */

.slide a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: width 0s ease, background .5s ease;
}


/* line 123, styles.scss */

.slide a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #0e7839;
    transition: width .5s ease;
}


/* line 135, styles.scss */

.slide a:hover:before {
    width: 100%;
    background: #0e7839;
    transition: width .5s ease;
}


/* line 141, styles.scss */

.slide a:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}


/* line 147, styles.scss */

.no-margin {
    margin: 0;
}


/* line 151, styles.scss */

.up-logo {
    background: #fff;
    border-top: 5px solid #f4f4f4;
    -webkit-box-shadow: inset 0px 3px 0px -2px rgba(216, 216, 216, 0.82);
    -moz-box-shadow: inset 0px 3px 0px -2px rgba(216, 216, 216, 0.82);
    box-shadow: inset 0px 3px 0px -2px rgba(216, 216, 216, 0.82);
    -webkit-box-shadow: 0px 1px 2px 0px #707070;
    -moz-box-shadow: 0px 1px 2px 0px #707070;
    box-shadow: 0px 1px 2px 0px #707070;
}


/* line 163, styles.scss */

.up-logo a {
    display: block;
}


/* line 167, styles.scss */

.logo img {
    margin-left: auto;
    margin-right: auto;
}


/* line 172, styles.scss */

.contact {
    display: block;
    text-align: center;
}


/* line 177, styles.scss */

.contact > div {
    display: inline-block;
    vertical-align: middle;
}


/* line 182, styles.scss */

.contact h2 {
    color: #4d4d4d;
    font-size: 22pt;
    font-weight: 600;
}


/* line 188, styles.scss */

.contact ul {
    list-style: none;
    vertical-align: top;
    padding: 0;
    text-align: left;
    font-size: 11pt;
    font-weight: bold;
    color: #0e793a;
    margin-top: 15px;
}


/* line 199, styles.scss */

.contact div:nth-of-type(2) {
    max-width: 491px;
}


/* line 203, styles.scss */

.contact ul li {
    display: block;
}


/* line 208, styles.scss */

.contact ul li img {
    vertical-align: middle;
}


/* line 212, styles.scss */

.contact ul li span {
    padding-left: 13px;
}


/* line 216, styles.scss */

.up-content {
    background: url(../images/content-back.jpg) center no-repeat;
    background-size: cover;
    border-bottom: 1px solid #888888;
}


/* line 223, styles.scss */

.navi-bar {
    -webkit-box-shadow: 0px 1px 2px 0px #707070;
    -moz-box-shadow: 0px 1px 2px 0px #707070;
    box-shadow: 0px 1px 2px 0px #707070;
    text-align: center;
    background-color: #f6f6f6;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 3px 0px #666666;
    -moz-box-shadow: inset 0px 1px 3px 0px #666666;
    box-shadow: inset 0px 1px 3px 0px #666666;
    overflow: hidden;
}


/* line 241, styles.scss */

.navi-bar .navbar-collapse {
    padding: 0;
}


/* line 245, styles.scss */

.navi-bar ul {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    font-size: 0;
    overflow: hidden;
}


/* line 262, styles.scss */

.navi-bar ul li:first-of-type {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    border-right: 1px solid #dbdbdb;
    width: 166px;
}


/* line 270, styles.scss */

.navi-bar ul li:last-of-type {
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    width: 168px;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}


/* line 280, styles.scss */

.navi-bar ul li {
    border-top: 2px solid transparent;
    font-size: 12pt;
    display: inline-block;
    height: 47px;
    width: 190px;
    border-right: 1px solid #dbdbdb;
}


/* line 289, styles.scss */

.navi-bar ul li a {
    text-decoration: none;
    display: block;
    color: #4d4d4d;
    height: inherit;
    font-weight: 600;
    line-height: 25px;
}


/* line 299, styles.scss */

.navi-bar ul li:hover {
    border-top: 2px solid #177d41;
}


/* line 303, styles.scss */

.navi-bar ul li.active {
    -webkit-box-shadow: inset 10px 1px 8px -8px #dbdbdb, inset -10px 1px 8px -8px #dbdbdb;
    -moz-box-shadow: inset 10px 1px 8px -8px #dbdbdb, inset -10px 1px 8px -8px #dbdbdb;
    box-shadow: inset 10px 1px 8px -8px #dbdbdb, inset -10px 1px 8px -8px #dbdbdb;
    border-top: 2px solid #177d41;
}


/* line 310, styles.scss */

.navi-bar ul li:first-of-type.active {
    -webkit-box-shadow: inset -10px 1px 8px -8px #dbdbdb;
    -moz-box-shadow: inset -10px 1px 8px -8px #dbdbdb;
    box-shadow: inset -10px 1px 8px -8px #dbdbdb;
}


/* line 316, styles.scss */

.navi-bar ul li:last-of-type.active {
    -webkit-box-shadow: inset 10px 1px 8px -8px #dbdbdb;
    -moz-box-shadow: inset 10px 1px 8px -8px #dbdbdb;
    box-shadow: inset 10px 1px 8px -8px #dbdbdb;
}


/* line 322, styles.scss */

.navi-bar .navbar-collapse.in {
    overflow: visible;
}


/* line 326, styles.scss */

.content-fridge {
    overflow: hidden;
    display: block;
    padding-top: 38px;
    text-align: center;
    position: relative;
    z-index: 0;
}


/* line 336, styles.scss */

.fridge-img {
    display: inline-block;
}


/* line 340, styles.scss */

.left-buttons {
    margin-top: 35px;
    float: left;
    margin-right: 41px;
    margin-left: -41px;
}


/* line 347, styles.scss */

.left-buttons .dropdown-menu {
    margin: 0 8px 0 21px;
}


/* line 351, styles.scss */

.right-buttons .dropdown-menu {
    margin: 0 26px 0 8px;
}


/* line 355, styles.scss */

.btn-group {
    display: block;
    margin-bottom: 50%;
    width: 150%;
}


/* line 362, styles.scss */

.no-margin {
    margin: 0 auto;
}


/* line 366, styles.scss */

.btn-group:last-of-type {
    margin-bottom: 0;
}


/* line 370, styles.scss */

.right-buttons .btn-group {
    margin-left: -33px;
}


/* line 374, styles.scss */

.button {
    text-align: left;
    color: #0e793a;
    line-height: 41px;
    vertical-align: middle;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    height: 41px;
    font-weight: 600;
    font-size: 1em;
    padding-left: 16px;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.75);
}


/* line 399, styles.scss */

.btn-group:after {
    content: " ";
    height: 31px;
    font-size: 0px;
    line-height: 0%;
    width: 0px;
}


/* line 407, styles.scss */

.btn-group:before {
    content: " ";
    height: 1px;
    font-size: 0px;
    line-height: 0%;
    width: 0px;
}


/* line 415, styles.scss */

.fridge-img img {
    margin-left: auto;
    margin-right: auto;
}


/* line 420, styles.scss */

.left-buttons .btn-group:after {
    position: absolute;
    top: 5px;
    /* z-index: 1; */
    right: -1px;
    border-left: 1px solid #DADADA;
}


/* line 429, styles.scss */

.left-buttons .button {
    margin-left: 14px;
}


/* line 433, styles.scss */

.right-buttons .button {
    margin-right: 19px;
}


/* line 437, styles.scss */

.right-buttons .btn-group:after {
    position: absolute;
    top: 5px;
    /* z-index: 1; */
    left: -1px;
    border-left: 1px solid #DADADA;
}


/* line 446, styles.scss */

.left-buttons .btn-group:before {
    position: absolute;
    top: 4px;
    z-index: 1;
    right: -20px;
    border-top: 16px solid rgba(246, 246, 246, 0);
    border-left: 20px solid #f5f5f5;
    border-bottom: 17px solid rgba(246, 246, 246, 0);
}


/* line 457, styles.scss */

.right-buttons .btn-group:before {
    position: absolute;
    top: 4px;
    left: -20px;
    z-index: 1;
    border-top: 16px solid rgba(246, 246, 246, 0);
    border-right: 20px solid #f5f5f5;
    border-bottom: 17px solid rgba(246, 246, 246, 0);
}


/* line 467, styles.scss */

.right-buttons {
    margin-top: 35px;
    float: right;
    display: block;
}


/* line 473, styles.scss */

.slide-cont {
    width: 100px;
    height: 300px;
    background: #ccc;
    position: absolute;
    display: none;
    z-index: 3;
}


/* line 482, styles.scss */

.slide-cont ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


/* line 488, styles.scss */

.slide-cont ul li a {
    text-decoration: none;
}


/* line 492, styles.scss */

.dropdown-menu {
    -webkit-box-shadow: inset 0px 2px 5px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 2px 5px -3px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 2px 5px -3px rgba(0, 0, 0, 0.75);
    border: none;
    padding: 0;
    margin: 0 8px 0;
    background-color: #f7f7f7;
    border-radius: 0;
    left: 0;
    right: 0;
}


/* line 505, styles.scss */

.dropdown-menu li a {
    font-size: 10pt;
    font-weight: 600;
    line-height: 20px;
    color: #7a7a7a;
}


/* line 512, styles.scss */

.dropdown-menu li a:hover {
    color: #0f793b;
    background: none;
}


/* line 517, styles.scss */

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
}


/* line 522, styles.scss */

.content {
    padding-top: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 2px -2px black;
    -moz-box-shadow: 0px 2px 2px -2px black;
    box-shadow: 0px 2px 2px -2px black;
}


/* line 531, styles.scss */

.content-wrap {
    padding-top: 24px;
}


/* line 535, styles.scss */

.title-img {
    padding-right: 15px;
}


/* line 539, styles.scss */

.inf-title {
    display: block;
    padding-bottom: 14px;
    background: url(../images/cont-inf-title-sep.png) no-repeat bottom;
    position: relative;
    z-index: 5;
}

.right-inf .inf-title .citates {
    position: absolute;
    left: 50px;
    top: -46px;
    background: url(../images/nour.png);
    width: 110px;
    height: 83px;
    z-index: -10;
    text-align: center;
}

.citates {
    padding: 0;
    overflow: hidden;
    cursor: pointer;
}

.citates .slick-list {
    width: auto;
}

.citates .citates-slide .slick-slide {
    list-style: none;
    font-size: 12px;
    max-width: 108px;
    padding: 15px 0px 0 12px;
    margin-left: 0;
    line-height: 15px;
}

.citates .slick-slider {
    margin: 0;
}

.right-inf .news-block-title {
    padding-left: 150px;
}


/* line 545, styles.scss */

.inf-title img {
    float: left;
    clear: both;
    padding-right: 41px;
}


/* line 551, styles.scss */

.inf-title h3 {
    margin: 0;
    padding-top: 15px;
    font-weight: bold;
    color: #4d4d4d;
}


/* line 558, styles.scss */

.inf-title p {
    font-weight: 600;
}


/* line 563, styles.scss */

.left-inf,
.right-inf {
    display: inline-block;
}


/* line 568, styles.scss */

.news {
    display: table;
    padding-top: 15px;
}


/* line 573, styles.scss */

.news .title-img {
    max-width: 135px;
}


/* line 578, styles.scss */

.news .title-img,
.news-content {
    display: table-cell;
    vertical-align: top;
}


/* line 583, styles.scss */

.left-inf .news-content p:first-of-type a {
    color: #0f793a;
    font-size: 19px;
}


/* line 587, styles.scss */

.news-content p:first-of-type {
    color: #0f793a;
    font-weight: bold;
    margin: 0;
}

.news-page .prod-img img {
    margin-top: 0;
}

.known p {
    color: #4d4d4d;
    font-weight: 600;
    font-size: 9pt;
    text-align: justify;
    padding-bottom: 21px;
    margin: 0;
    line-height: 20px;
}


/* line 593, styles.scss */

.left-inf .news-content p:first-of-type {
    margin: 0;
}


/* line 597, styles.scss */

.left-inf .news-content span {
    font-weight: bold;
    font-size: 10pt;
    color: #4d4d4d;
}


/* line 603, styles.scss */

.left-inf .news-content p:nth-of-type(2) {
    color: #4d4d4d;
    font-weight: 600;
    font-size: 9pt;
    text-align: justify;
    padding-bottom: 21px;
    margin: 0;
    line-height: 20px;
}


/* line 613, styles.scss */

.right-inf .news-content p:nth-of-type(2) {
    font-weight: 600;
    font-size: 9pt;
    text-align: justify;
    padding-bottom: 10px;
    color: #4d4d4d;
    margin: 0;
    line-height: 20px;
}


/* line 623, styles.scss */

.right-inf {
    padding-left: 45px;
}


/* line 627, styles.scss */

.news:nth-last-child(n+2) {
    background: url(../images/cont-inf-title-sep.png) no-repeat bottom;
}


/* line 631, styles.scss */

.partners-wrap {
    overflow: hidden;
    text-align: center;
    padding-top: 37px;
    position: relative;
}


/* line 638, styles.scss */

.partners-wrap h4 {
    margin-bottom: 33px;
    font-weight: bold;
    font-size: 19pt;
}


/* line 644, styles.scss */

.slick-slide {
    margin-left: 48px;
}


/* line 648, styles.scss */

.slick-slider {
    margin: 36px 0 5px 28px;
    max-width: 96%;
    max-height: 67px;
}


/* line 654, styles.scss */

.slick-list {
    width: 1048px;
}


/* line 658, styles.scss */

.slick-prev {
    background: url(../images/slick-left.png) no-repeat center;
}


/* line 662, styles.scss */

.slider4 .slick-next {
    background: url(../images/slick-right.png) no-repeat center;
    margin-right: 13px;
    right: -10px;
}


/* line 668, styles.scss */

.foot-img {
    background: url(../images/foot-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* line 677, styles.scss */

.footer-wrap {
    color: #dedede;
    font-weight: 600;
    padding-top: 199px;
    text-align: left;
    color: #e9e9e9;
    background: url(../images/footer-bot-bg.png) no-repeat bottom;
}


/* line 686, styles.scss */

.footer-wrap h3 {
    font-size: 11pt;
    margin-bottom: 29px;
}


/* line 691, styles.scss */

.footer-wrap p {
    text-align: left;
    font-size: 9pt;
}


/* line 696, styles.scss */

.contact-cell {
    padding-left: 20px;
    line-height: 24px;
}


/* line 702, styles.scss */

.contact-cell p {
    text-transform: uppercase;
}


/* line 710, styles.scss */

.sitem-cell ul {
    font-size: 9pt;
    vertical-align: top;
    display: inline-block;
    padding: 0 33px 0 0;
    margin: 0;
    list-style: none;
    text-align: left;
}


/* line 720, styles.scss */

.sitem-cell ul li {
    display: block;
}


/* line 724, styles.scss */

.sitem-cell ul li a {
    color: #dedede;
    display: block;
    text-decoration: none;
}


/* line 730, styles.scss */

.sitem-cell ul li a:hover {
    color: #0f793a;
}


/* line 734, styles.scss */

.cpy-right {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #e9e9e9;
    font-size: 9pt;
}


/*===========end of index style and components what repeat on other pages==========*/


/*=============Produs detalii=======================*/


/* line 744, styles.scss */

.prod-det {
    background: url("../images/back-prod-det.jpg") no-repeat center;
    background-size: cover;
}


/* line 749, styles.scss */

.top-cont {
    padding-bottom: 46px;
}


/* line 753, styles.scss */

.top-cont > h3 {
    color: #fff;
    text-shadow: 0px 1px 2px black;
    font-size: 25pt;
    margin-top: 60px;
    text-align: center;
    font-weight: 600;
}


/* line 762, styles.scss */

.prod-img {
    overflow: hidden;
}

.prod-img img {
    display: inline-block;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-top: -35px;
}


/* line 769, styles.scss */

.prod-info {
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}


/* line 776, styles.scss */

.prod-info .title,
.prod-info .title a {
    font-size: 18pt;
    font-weight: 600;
    color: #108741;
}


/* line 782, styles.scss */

.prod-info > p:last-of-type {
    line-height: 23px;
    font-size: 10pt;
}


/* line 787, styles.scss */

.content-prod {
    background: #fff;
    -webkit-box-shadow: 0px 2px 2px -2px black;
    -moz-box-shadow: 0px 2px 2px -2px black;
    box-shadow: 0px 2px 2px -2px black;
}


/* line 795, styles.scss */

.content-wrap-prod {
    padding-top: 45px;
    padding-bottom: 14px;
}


/* line 800, styles.scss */

.price {
    display: block;
    padding: 10px 5px 5px;
    background: url("../images/price-back.png") no-repeat center;
    width: 84px;
    height: 83px;
    position: absolute;
    top: -16px;
    left: 11px;
    font-size: 15pt;
    color: #fff;
    text-align: center;
    font-weight: 500;
    z-index: 50;
}

.bula {
    display: block;
    padding: 7px 8px 5px;
    background: url("../images/circle.png") no-repeat center;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 2px;
    left: 45px;
    font-size: 9pt;
    color: silver;
    text-align: center;
    font-weight: 500;
    z-index: 50;
}


/* line 816, styles.scss */

.product {
    padding: 5px;
    border-bottom: 1px solid #e8e8e8;
}


/* line 821, styles.scss */

.product-about {
    padding-top: 45px;
    margin-left: 17px;
}


/* line 826, styles.scss */

.product-about > div {
    display: inline-block;
    vertical-align: top;
    width: 355px;
}


/* line 832, styles.scss */

.cat-title {
    padding-bottom: 16px;
    margin-bottom: 10px;
    background: url("../images/cat-title-bord.png") no-repeat bottom;
}


/* line 838, styles.scss */

.cat-title > p {
    font-size: 17pt;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: 52px;
    margin-bottom: 0;
}


/* line 846, styles.scss */

.cat-title > span:last-of-type {
    font-size: 10pt;
    margin-left: 10px;
    letter-spacing: 0.5px;
}


/* line 852, styles.scss */

.img-title {
    float: left;
    display: block;
    height: 55px;
    width: 45px;
}


/* line 859, styles.scss */

.energy-val .img-title {
    background: url("../images/energy-val.png") no-repeat center;
}


/* line 864, styles.scss */

.tips .img-title {
    background: url("../images/tips-ico.png") no-repeat center;
}


/* line 869, styles.scss */

.recipes .img-title {
    background: url("../images/recipes-ico.png") no-repeat center;
}


/* line 874, styles.scss */

.energy-val ul {
    list-style: none;
    margin-left: 20px;
    padding: 0;
}


/* line 880, styles.scss */

.content-wrap-prod .row {
    margin: 0;
}


/* line 884, styles.scss */

.energy-val ul li {
    font-size: 10pt;
    margin-bottom: 12px;
    width: 255px;
    font-weight: 600;
}


/* line 891, styles.scss */

.energy-val ul li span {
    float: right;
    text-align: left;
    width: 60px;
    color: #0e7839;
}


/* line 898, styles.scss */

.product-about article {
    margin-bottom: 7px;
    background: url("../images/cat-title-bord.png") no-repeat bottom;
}


/* line 904, styles.scss */

.prod-articles {
    padding-right: 33px;
    padding-left: 19px;
}


/* line 909, styles.scss */

.product-about article p {
    font-size: 10pt;
    font-weight: 400;
    text-align: justify;
    line-height: 19px;
}


/* line 916, styles.scss */

.prod-articles a {
    color: #0e793a;
}


/* line 920, styles.scss */

.partners-wrap > .bx-wrapper > .bx-viewport {
    background: none;
    box-shadow: none;
    border: 0;
}


/* line 926, styles.scss */

#top-slider-prev {
    cursor: pointer;
    bottom: 84px;
    left: 2px;
    background: url("../images/slick-left.png") no-repeat center;
    width: 23px;
    height: 38px;
    position: absolute;
}


/* line 937, styles.scss */

#top-slider-next a {
    display: block;
    color: transparent;
    height: 100%;
}


/* line 943, styles.scss */

#top-slider-prev a {
    display: block;
    color: transparent;
    height: 100%;
}


/* line 949, styles.scss */

#top-slider-next {
    cursor: pointer;
    bottom: 84px;
    right: 2px;
    background: url("../images/slick-right.png") no-repeat center;
    width: 23px;
    height: 38px;
    position: absolute;
}

.bx-prev {
    cursor: pointer;
    bottom: 84px;
    left: 2px;
    background: url("../images/slick-left.png") no-repeat center;
    width: 23px;
    height: 38px;
    position: absolute;
}


/* line 937, styles.scss */

.bx-next a {
    display: block;
    color: transparent;
    height: 100%;
}


/* line 943, styles.scss */

.bx-prev a {
    display: block;
    color: transparent;
    height: 100%;
}


/* line 949, styles.scss */

.bx-next {
    cursor: pointer;
    bottom: 84px;
    right: 2px;
    background: url("../images/slick-right.png") no-repeat center;
    width: 23px;
    height: 38px;
    position: absolute;
}

span.bx-prev,
span.bx-next {
    background: none;
}

.arrow-down span.bx-prev,
.arrow-down span.bx-next {
    bottom: -19px;
}


/* line 959, styles.scss */

.slider-prod li img {
    /* margin-left: auto;
  margin-right: auto;*/
}


/* line 964, styles.scss */

.slider-prod li {
    vertical-align: top;
    display: inline-block;
}


/* line 969, styles.scss */

.slider-prod li a {
    color: #0e793a;
    margin-top: 5px;
    font-weight: 600;
}


/* line 975, styles.scss */

.slider-prod li p {
    margin-top: 12px;
}


/*=============end produs detalii==========*/


/*=========produse style================*/


/* line 981, styles.scss */

.wrap-prods {
    padding: 26px 20px;
}


/* line 985, styles.scss */

.prods-category {
    text-align: center;
}


/* line 989, styles.scss */

.categ {
    display: inline-block;
    max-width: 281px;
    margin: 5px 0;
}


/* line 995, styles.scss */

.categ:nth-child(4n+1) {
    margin-left: 0;
}


/* line 999, styles.scss */

.categ:nth-child(4n+4) {
    margin-right: 0;
}


/* line 1003, styles.scss */

.categ > a:nth-of-type(2) {
    text-decoration: none;
    line-height: 48px;
    display: block;
    transition: background 0.5s ease-in;
    color: #000;
    outline: 0;
    height: 48px;
    font-weight: 600;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 0;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 0%, #f2f2f2 98%, #cccccc 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(98%, #f2f2f2), color-stop(100%, #cccccc));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, #f2f2f2 98%, #cccccc 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white 0%, #f2f2f2 98%, #cccccc 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, white 0%, #f2f2f2 98%, #cccccc 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 98%, #cccccc 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0);
    /* IE6-9 */
}


/* line 1031, styles.scss */

.categ:hover a:nth-of-type(2) {
    background: #12a24e;
    /* Old browsers */
    color: #fff;
    background: -moz-linear-gradient(top, #12a24e 0%, #13a54d 2%, #13a550 9%, #119548 93%, #109244 96%, #108840 98%, #0f7b3c 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #12a24e), color-stop(2%, #13a54d), color-stop(9%, #13a550), color-stop(93%, #119548), color-stop(96%, #109244), color-stop(98%, #108840), color-stop(100%, #0f7b3c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #12a24e 0%, #13a54d 2%, #13a550 9%, #119548 93%, #109244 96%, #108840 98%, #0f7b3c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #12a24e 0%, #13a54d 2%, #13a550 9%, #119548 93%, #109244 96%, #108840 98%, #0f7b3c 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #12a24e 0%, #13a54d 2%, #13a550 9%, #119548 93%, #109244 96%, #108840 98%, #0f7b3c 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #12a24e 0%, #13a54d 2%, #13a550 9%, #119548 93%, #109244 96%, #108840 98%, #0f7b3c 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#12a24e', endColorstr='#0f7b3c', GradientType=0);
    /* IE6-9 */
}


/* line 1043, styles.scss */

.categ > a:nth-of-type(2):active {
    background: #108c44;
    /* Old browsers */
    background: -moz-linear-gradient(top, #108c44 0%, #119346 2%, #119246 9%, #0e7a3b 93%, #0d7437 96%, #0c6831 98%, #0a5529 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #108c44), color-stop(2%, #119346), color-stop(9%, #119246), color-stop(93%, #0e7a3b), color-stop(96%, #0d7437), color-stop(98%, #0c6831), color-stop(100%, #0a5529));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #108c44 0%, #119346 2%, #119246 9%, #0e7a3b 93%, #0d7437 96%, #0c6831 98%, #0a5529 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #108c44 0%, #119346 2%, #119246 9%, #0e7a3b 93%, #0d7437 96%, #0c6831 98%, #0a5529 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #108c44 0%, #119346 2%, #119246 9%, #0e7a3b 93%, #0d7437 96%, #0c6831 98%, #0a5529 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #108c44 0%, #119346 2%, #119246 9%, #0e7a3b 93%, #0d7437 96%, #0c6831 98%, #0a5529 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#108c44', endColorstr='#0a5529', GradientType=0);
    /* IE6-9 */
}


/* line 1055, styles.scss */

.categ > a:nth-of-type(2).active {
    color: #fff;
    background: #108c44;
    /* Old browsers */
    background: -moz-linear-gradient(top, #108c44 0%, #119346 2%, #119246 9%, #0e7a3b 93%, #0d7437 96%, #0c6831 98%, #0a5529 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #108c44), color-stop(2%, #119346), color-stop(9%, #119246), color-stop(93%, #0e7a3b), color-stop(96%, #0d7437), color-stop(98%, #0c6831), color-stop(100%, #0a5529));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #108c44 0%, #119346 2%, #119246 9%, #0e7a3b 93%, #0d7437 96%, #0c6831 98%, #0a5529 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #108c44 0%, #119346 2%, #119246 9%, #0e7a3b 93%, #0d7437 96%, #0c6831 98%, #0a5529 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #108c44 0%, #119346 2%, #119246 9%, #0e7a3b 93%, #0d7437 96%, #0c6831 98%, #0a5529 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #108c44 0%, #119346 2%, #119246 9%, #0e7a3b 93%, #0d7437 96%, #0c6831 98%, #0a5529 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#108c44', endColorstr='#0a5529', GradientType=0);
}


/* line 1067, styles.scss */

.categ .image {
    max-width: 251px;
    max-height: 182px;
    border-bottom: 1px solid #fff;
}


/* line 1073, styles.scss */

.prod {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 0 30px;
    width: 183px;
}


/* line 1080, styles.scss */

.prod a {
    color: #0e793a;
    margin-top: 18px;
    display: block;
    font-weight: 600;
}


/* line 1087, styles.scss */

.prod .image {
    max-width: 190px;
    max-height: 190px;
}


/* line 1092, styles.scss */

.prod-track {
    text-align: center;
    -webkit-box-shadow: inset 0px 2px 2px -2px black, inset 0px -2px 2px -2px black;
    -moz-box-shadow: inset 0px 2px 2px -2px black, inset 0px -2px 2px -2px black;
    box-shadow: inset 0px 2px 2px -2px black, inset 0px -2px 2px -2px black;
}


/* line 1100, styles.scss */

.prods {
    text-align: center;
}


/* line 1105, styles.scss */

.prods ul {
    margin: 0;
    padding: 28px 54px 22px;
    text-align: left;
}


/* line 1110, styles.scss */

.prods .panel-body {
    padding: 0;
    text-align: center;
}


/* line 1114, styles.scss */

.prods .panel-group {
    margin: 0;
}


/* line 1118, styles.scss */

.prods .panel {
    background: none;
    box-shadow: none;
    border: 0;
}


/* line 1124, styles.scss */

.prods .panel-group .panel + .panel {
    margin: 0;
}


/* line 1128, styles.scss */

.no-shadow {
    box-shadow: none;
}


/* line 1132, styles.scss */

.prod-categs-too {
    padding-bottom: 25px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 2px -2px black;
    -moz-box-shadow: 0px 2px 2px -2px black;
    box-shadow: 0px 2px 2px -2px black;
}


/*========end produse style===========*/


/*===========placeholder effect================*/


/* line 1144, styles.scss */

::-webkit-input-placeholder {
    color: #4a4a4a;
    opacity: 1;
    transition: opacity 0.3s ease;
}


/* line 1150, styles.scss */

::-moz-placeholder {
    color: #4a4a4a;
    opacity: 1;
    transition: opacity 0.3s ease;
}


/* line 1156, styles.scss */

:-moz-placeholder {
    color: #4a4a4a;
    opacity: 1;
    transition: opacity 0.3s ease;
}


/* line 1162, styles.scss */

:-ms-input-placeholder {
    color: #4a4a4a;
    opacity: 1;
    transition: opacity 0.3s ease;
}


/* line 1168, styles.scss */

:focus::-webkit-input-placeholder {
    color: #4a4a4a;
    opacity: 0;
    transition: opacity 0.3s ease;
}


/* line 1174, styles.scss */

:focus::-moz-placeholder {
    color: #4a4a4a;
    opacity: 0;
    transition: opacity 0.3s ease;
}


/* line 1180, styles.scss */

:focus:-moz-placeholder {
    color: #4a4a4a;
    opacity: 0;
    transition: opacity 0.3s ease;
}


/*BlackPower*/


/* line 1187, styles.scss */

:focus:-ms-input-placeholder {
    color: #4a4a4a;
    opacity: 0;
    transition: opacity 0.3s ease;
}


/*========placeholder effect end ===========*/


/*==========contacts style===============*/


/* line 1195, styles.scss */

.addres .panel-group .panel + .panel {
    margin: 0;
}


/* line 1199, styles.scss */

.addres .panel {
    border-radius: 0;
}


/* line 1203, styles.scss */

.addres .panel-heading {
    background: none;
}


/* line 1207, styles.scss */

.addres .panel-heading a {
    color: #0e7839;
    text-decoration: none;
    font-size: 10pt;
    font-weight: 600;
    letter-spacing: 0.5px;
}


/* line 1215, styles.scss */

.addres .panel-collapse {
    background: #f5f5f5;
}


/* line 1219, styles.scss */

.addres .panel-heading.active {
    background: #f5f5f5;
}


/* line 1224, styles.scss */

.addres .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding-top: 0;
    border-top: none;
}


/* line 1229, styles.scss */

.addres ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


/* line 1235, styles.scss */

.addres ul li {
    width: 230px;
    display: inline-block;
    font-size: 10pt;
    margin-bottom: 6px;
    color: #0e7839;
}


/* line 1244, styles.scss */

.addres ul li > span {
    display: inline-block;
    float: right;
    color: #000;
    width: 180px;
}


/* line 1252, styles.scss */

.addres aside {
    display: inline-block;
    padding: 0;
}


/* line 1258, styles.scss */

.addres {
    padding-bottom: 15px;
}


/* line 1262, styles.scss */

.addres .map {
    padding: 0;
    height: 654px;
}


/* line 1267, styles.scss */

#map-canvas {
    height: 100%;
}


/* line 1271, styles.scss */

.addres .panel-group {
    overflow-y: auto;
}


/* line 1276, styles.scss */

::-webkit-scrollbar {
    width: 12px;
    /* for vertical scrollbars */
    height: 12px;
    /* for horizontal scrollbars */
}


/* line 1282, styles.scss */

::-webkit-scrollbar-track {
    background: #fbfbfb;
}


/* line 1286, styles.scss */

::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: rgba(193, 193, 193, 0.5);
}


/* line 1291, styles.scss */

.find > span {
    display: block;
    margin-bottom: 15px;
}


/* line 1297, styles.scss */

.find > input {
    width: 100%;
    color: #000;
    padding-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    border: 0;
    height: 38px;
}


/* line 1310, styles.scss */

.addres .find {
    height: 53px;
    background: #0f7939;
    color: #ff4;
    padding: 17px 13px;
}


/* line 1317, styles.scss */

.feed-wrap {
    padding-top: 9px;
    color: #a7a7a7;
}


/* line 1322, styles.scss */

.feed-wrap > h3 {
    font-size: 23pt;
    text-align: center;
    font-weight: 600;
}


/* line 1328, styles.scss */

.feed-form-wrap {
    margin-top: 30px;
}


/* line 1332, styles.scss */

.feed-form-wrap input,
textarea {
    width: 100%;
    color: #000;
    font-size: 10pt;
    padding-left: 10px;
    border: 1px solid #dadada;
    outline-color: #0d7437;
}


/* line 1341, styles.scss */

.feed-form-wrap input {
    margin-bottom: 15px;
    height: 35px;
}


/* line 1346, styles.scss */

.feed-form-wrap textarea {
    height: 135px;
    resize: vertical;
}


/* line 1351, styles.scss */

.feed-form-wrap button {
    float: right;
    border: 1px solid #0e6e34;
    background: #108c44;
    /* Old browsers */
    background: -moz-linear-gradient(top, #108c44 0%, #119346 2%, #119246 9%, #0e7a3b 93%, #0d7437 96%, #0c6831 98%, #0a5529 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #108c44), color-stop(2%, #119346), color-stop(9%, #119246), color-stop(93%, #0e7a3b), color-stop(96%, #0d7437), color-stop(98%, #0c6831), color-stop(100%, #0a5529));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #108c44 0%, #119346 2%, #119246 9%, #0e7a3b 93%, #0d7437 96%, #0c6831 98%, #0a5529 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #108c44 0%, #119346 2%, #119246 9%, #0e7a3b 93%, #0d7437 96%, #0c6831 98%, #0a5529 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #108c44 0%, #119346 2%, #119246 9%, #0e7a3b 93%, #0d7437 96%, #0c6831 98%, #0a5529 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #108c44 0%, #119346 2%, #119246 9%, #0e7a3b 93%, #0d7437 96%, #0c6831 98%, #0a5529 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#108c44', endColorstr='#0a5529', GradientType=0);
    /* IE6-9 */
    border: 0;
    outline: none;
    color: #fff;
    margin-top: 25px;
    width: 183px;
    height: 48px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


/* line 1373, styles.scss */

.feed-form-wrap button:hover {
    background: #0a5529;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0a5529 0%, #0c6831 2%, #0d7437 4%, #0e7a3b 7%, #119246 91%, #119346 98%, #108c44 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0a5529), color-stop(2%, #0c6831), color-stop(4%, #0d7437), color-stop(7%, #0e7a3b), color-stop(91%, #119246), color-stop(98%, #119346), color-stop(100%, #108c44));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0a5529 0%, #0c6831 2%, #0d7437 4%, #0e7a3b 7%, #119246 91%, #119346 98%, #108c44 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0a5529 0%, #0c6831 2%, #0d7437 4%, #0e7a3b 7%, #119246 91%, #119346 98%, #108c44 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0a5529 0%, #0c6831 2%, #0d7437 4%, #0e7a3b 7%, #119246 91%, #119346 98%, #108c44 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #0a5529 0%, #0c6831 2%, #0d7437 4%, #0e7a3b 7%, #119246 91%, #119346 98%, #108c44 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0a5529', endColorstr='#108c44', GradientType=0);
    /* IE6-9 */
}


/* line 1384, styles.scss */

.feed-form-wrap button:active {
    background: #0e6e34;
}


/*===========end contact style ============*/


/*=================about-us====================*/


/* line 1391, styles.scss */

.about-inform {
    padding-bottom: 120px;
}


/* line 1392, styles.scss */

.text-inform p {
    text-align: justify;
}


/* line 1393, styles.scss */

.about-image-wrap {
    max-width: 500px;
    border: 1px solid #f2f2f2;
}

.product.curiosity > img {
    margin: 0 auto;
}

.product.curiosity {
    border: none;
}

.product.curiosity ul {
    padding: 0;
    margin: 0;
}

.product.curiosity ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 45px 0;
    min-height: 134px;
    font-size: 15px;
    color: #4a4a4a;
}

.product.curiosity ul li p {
    margin-top: 12px;
}

.circle-wrap {
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    overflow: hidden;
    border: 1px solid #f4f4f4;
}

#top-slider-prev.bx-prev {
    background: none;
}

#top-slider-next.bx-next {
    background: none;
}


/*====end about us style==================*/


/*=========media queries===============*/

@media only screen and (min-width: 0px) and (max-width: 1100px) {
    /* line 1399, styles.scss */
    .dropdown-menu {
        min-width: 84%;
    }
    /* line 1402, styles.scss */
    .center {
        width: auto;
    }
    /* line 1405, styles.scss */
    .navi-bar ul li {
        width: auto !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    /* line 1412, styles.scss */
    .dropdown-menu li a {
        font-size: 7pt;
    }
}

@media only screen and (min-width: 768px) and (max-width: 910px) {
    /* line 1418, styles.scss */
    .right-buttons {
        margin-right: 42px;
    }
    /* line 1421, styles.scss */
    .left-buttons {
        margin-left: -28px;
    }
    /* line 1424, styles.scss */
    .left-buttons {
        margin-right: 27px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 886px) {
    /* line 1431, styles.scss */
    .button {
        font-size: 0.6em;
    }
    /* line 1434, styles.scss */
    .btn-group {
        margin-bottom: 40%;
    }
}

@media only screen and (min-width: 886px) and (max-width: 1046px) {
    /* line 1441, styles.scss */
    .button {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 794px) {
    .fridge-img {
        margin-top: -288px;
        z-index: -8;
    }
    .right-buttons {
        margin-right: -16px;
    }
}

@media (min-width: 794px) and (max-width: 991px) {
    .fridge-img {
        margin-top: -365px;
        z-index: -8;
    }
    .right-buttons {
        margin-right: -16px;
    }
}

@media only screen and (max-width: 767px) {
    .btn-group {
        width: auto;
    }
    .btn-group .button {
        margin: 0;
    }
}

@media only screen and (min-width: 768px) {
    .addres .panel-group {
        height: 595px;
    }
}

@media only screen and (max-width: 768px) {
    .bx-prev {
        display: none;
    }
    .bx-next {
        display: none;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .footer-wrap {
        padding-top: 322px;
    }
    .right-buttons .dropdown-menu {
        margin: 0 26px 0 2px;
    }
    /* line 1448, styles.scss */
    .feed-form-wrap button {
        width: 100%;
        float: none;
    }
    /* line 1452, styles.scss */
    .addres .panel-heading .panel-title {
        text-align: center;
    }
    /* line 1455, styles.scss */
    .button {
        overflow: hidden;
    }
    /* line 1458, styles.scss */
    .dropdown-menu li a {
        font-size: 8pt;
        padding-left: 5px;
    }
    /* line 1462, styles.scss */
    .contact h2 {
        font-size: 16pt;
    }
    /* line 1465, styles.scss */
    .right li {
        padding-left: 19px;
    }
    /* line 1468, styles.scss */
    .fridge-img {
        position: absolute;
        left: 0;
        z-index: -8;
        top: 0;
    }
    /* line 1474, styles.scss */
    .content-fridge {
        padding-bottom: 111px;
    }
    /* line 1477, styles.scss */
    .right-inf {
        padding: 41px 0 15px;
    }
    /* line 1480, styles.scss */
    .left-buttons {
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    /* line 1485, styles.scss */
    .right-buttons {
        padding: 0;
    }
    /* line 1488, styles.scss */
    .right-buttons .btn-group {
        margin-left: auto;
    }
    /* line 1491, styles.scss */
    .btn-group {
        margin-bottom: 20%;
    }
    /* line 1495, styles.scss */
    .btn-group:before {
        display: none;
    }
    /* line 1498, styles.scss */
    .contact div:nth-of-type(2) {
        max-width: 180px;
    }
    /* line 1502, styles.scss */
    .content {
        padding-top: 0;
    }
    /* line 1505, styles.scss */
    .contact ul li {
        display: inline-block;
    }
    /* line 1508, styles.scss */
    .contact ul {
        text-align: left;
        margin: 0;
    }
    /* line 1512, styles.scss */
    .navi-bar ul li {
        display: block;
        box-shadow: none !important;
        border-bottom: 1px solid #9d9d9d;
    }
}

.addres #accordion2 ul li > span {
    padding-right: 20px;
}

.addres #accordion2.panel-group {
    height: auto;
    margin: 5px;
}

.addres .panel-default > .panel-heading + .panel-collapse > .panel-body {
    overflow: hidden;
}

.addres .panel-group {
    margin: 0;
}

.vacant_content {
    border-bottom: 1px solid #616161;
    margin-top: 30px;
}

.prod-img .add-prod-img {
    margin-top: -159px;
    border: 1px solid #119346;
}

.slider-prod {
    text-align: center;
}

.prod-slider-top .bx-viewport {
    margin: 2px;
}

.vacant-btn {
    background: #0f7939;
    margin-top: 30px !important;
}

.vacant-btn .panel-title a {
    color: #ff4;
}

.vacant-btn:hover {
    opacity: .8;
}

.left-buttons .button a:hover,
.right-buttons .button a:hover {
    text-decoration: none;
    color: #fff;
    display: block;
}

.left-buttons .btn-group:hover .button, 
.right-buttons .btn-group:hover .button {
    background: #0f7939;
}



.left-buttons .btn-group:hover .button a,
.right-buttons .btn-group:hover .button a {
    color: #fff;
}

.left-buttons .btn-group:hover:before  {
    border-top: 16px solid rgba(246, 246, 246, 0);
    border-left: 20px solid #165D33;
    border-bottom: 17px solid rgba(246, 246, 246, 0);
}
.right-buttons .btn-group:hover:before {
        border-top: 16px solid rgba(246, 246, 246, 0);
    border-right: 20px solid #165D33;
    border-bottom: 17px solid rgba(246, 246, 246, 0);
}