html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

@font-face {
    font-family: DinproRegular;
    src: url('./fonts/DINPro-Regular.otf');
}

@font-face {
    font-family: DinproBold;
    src: url('./fonts/DINPro-Bold.otf');
}

@font-face {
    font-family: DinproLight;
    src: url('./fonts/DINPro-Light.otf');
}

body,
html {
    position: relative;
    height: 100%;
}

body {
    font-family: 'DinproRegular';
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

video {
    max-width: 100%;
}

.form-control:focus {
    box-shadow: none;
}

.navbar-toggle .icon-bar {
    border: 1px solid #a0a0a0;
}

.btn.active,
.btn:active {
    outline: 0;
    box-shadow: none;
    background: inherit;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
select:focus,
button:focus,
.form-control:focus,
.btn:focus {
    outline: 0;
}

.navbar-custom {
    border: none;
    background: transparent;
    padding-top: 40px;
}

h1 {
    font-size: 36px;
}

.nav>li.languages>a {
    display: inline-block;
}

.nav>li.languages>a:first-child {
    padding-right: 5px;
}

.nav>li.languages>a:nth-child(3) {
    padding-left: 5px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-custom.nav>li>a:hover {
    color: #f15e22;
}

.nav>li>a {
    padding: 10px 20px!important;
}

footer li a,
.navbar-default .navbar-nav>li:not(:last-child)>a::after {
    content: "\007c";
    position: absolute;
    right: 0;
}

.header-container .alert {
    position: relative;
    z-index: 1;
}

.alert-dismissable .close {
    top: -5px;
}


/*DEFAULT STYLES*/

.no-padding {
    padding: 0!important;
}

.no-margin {
    margin: 0!important;
}

.text-bold {
    font-family: "DinproBold";
}

.text-light {
    font-family: "DinproLight";
}

.text-white {
    color: #fff;
}

.text-gray-dark {
    color: #58595b;
}

.text-green {
    color: #699967;
}

.container-l {
    max-width: 1170px;
}

.padding-s {
    padding-top: 40px;
    padding-bottom: 40px;
}

.bg-green {
    background-color: #739f70;
}

.bg-gray-light {
    background-color: #f2f2f2;
}

.bg-gray-dark {
    background-color: #cbcdcf;
}

.section-title {
    padding-top: 20px;
    padding-bottom: 20px;
}

.form-control {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
}

.form-control.bottom-line {
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
    border-left: 0;
}

.btn-custom {
    background-color: #739f70;
    color: #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-family: "DinproBold";
    padding: 10px 63px;
}

.object-fit-cover img {
    /* height: inherit;
    width: inherit;*/
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.object-fit-contain img {
    height: inherit;
    width: inherit;
    object-fit: contain;
}


/* SWIPER STYLES */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    height: 68px;
    background-size: cover;
    width: 37px;
    top: 40%;
}

.swiper-button-prev:hover {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.swiper-button-next:hover {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.swiper-button-prev {
    background-image: url('../../image/arrow-prev.png');
}

.swiper-button-next {
    background-image: url('../../image/arrow-next.png');
}


/* SWIPER STYLES END */


/*DEFAULT STYLES END*/


/* HEADER SLIDER STYLES */

.header-container {
    /*height: 642px;*/
    height: 100vh;
}

.swiper-text,
.header-container {
    position: relative;
}

.swiper-text,
.header-elements {
    z-index: 1;
}

.header {
    /*height: 642px;*/
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}

.header .swiper-slide {
    opacity: 0.7;
}

.header img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}


/*.swiper-text h1 {
    padding-top: 130px;
}*/

.swiper-text .title {
    padding-top: 130px;
}


/*.swiper-text h2 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    padding-top: 30px;
}*/

.swiper-text .subtitle {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    padding-top: 30px;
}

.quatation {
    padding-bottom: 25px;
    font-family: "DinproBold";
}

.quatation q {
    font-family: "DinproBold";
}

.scroll-down {
    /*background-image: url(../../image/arrow-prev.png);
    background-position: bottom;
    background-size: 50px 90px;
    background-repeat: no-repeat;*/
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-down img {
    transform: rotate(90deg);
}


/* ABOUT US STYLES */

.first-column-image-top {
    height: 370px;
}

.first-column-image-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 210px;
}

.second-column-top,
.second-column-middle {
    height: 166px;
    letter-spacing: 0.3px;
}

.second-column-top {
    padding: 35px 30px;
}

.second-column-middle {
    padding: 20px 30px;
}

.second-column-bottom {
    height: 248px;
}

.third-column-top {
    height: 215px;
}

.third-column-middle {
    height: 155px;
    padding: 20px 30px 20px 20px;
    letter-spacing: 0.3px;
}

.third-column-bottom {
    height: 210px;
    padding: 20px 30px 20px 20px;
    letter-spacing: 0.3px;
}

.swiper-products {
    height: 375px;
}

.swiper-products-btn {
    top: 50%;
}

.products-container {
    position: relative;
    min-height: 450px;
}

.product-covers-wrapper {
    position: relative;
}

.product-card-wrapper {
    background-color: #fbfbfb;
    position: relative;
    height: 195px;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 1;
}

.product-image {
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-card-wrapper:hover .product-card-overlay {
    left: 0;
    transition: all 0.4s;
}

.product-card-overlay {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 40%;
    left: -40%;
    position: absolute;
    background-color: #699967;
    opacity: 0.8;
    padding-left: 30px;
    padding-right: 30px;
    top: 0;
    transition: all 0.4s;
}

.product-subpage {
    position: absolute;
    top: 0;
    min-height: 450px;
    width: 100%;
    opacity: 0;
    transition: all 0.4s;
    z-index: 0;
}

.product-subpage.shown {
    opacity: 1;
    transition: all 0.4s;
    transition-delay: 0.4s;
    z-index: 1;
}

.product-subpage .product-text {
    height: 375px;
    padding: 10px;
    background-color: #fbfbfb;
}

.gallery-wrapper {
    height: 375px;
    display: flex;
    align-content: stretch
}

.image {
    /*border: 1px solid #000*/
    position: relative
}

.image:hover .image-overlay {
    width: 100%;
    transition: all 0.3s;
}

.image-overlay {
    width: 0%;
    height: 100%;
    background-color: #699967;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/icon-image-overlay.png');
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.3s;
}

.left-block {
    width: 42%;
}

.center {
    width: 33%;
    height: 375px;
}

.right-block {}

.image-1 {
    width: 100%;
    height: 210px;
}

.image-2 {
    height: 100%;
}

.image-3 {
    width: 195px;
    height: 190px;
}

.image-4,
.image-5 {
    width: 50%;
    height: 165px;
    float: left;
    display: inline-block;
}

.image-4 img,
.image-5 img {
    width: 100%;
}

.image-6 {
    width: 195px;
    height: 185px;
}


/* CONTACT FORM STYLES */

.bg-contact {
    /*background: url('../../image/bg-contact-form.png');*/
    background: url('../../image/bg-contact-form-parallax.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0 40px 0;
}

.bg-referencies {
    background: url('../../image/bg-referencies.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding: 0 0 40px 0;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white!important;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: white!important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: white!important;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: white!important;
    opacity: 1;
}


/* REREFENCE STYLES */

.reference-wrapper {
    width: 33.3%;
    height: 165px;
    /*cursor: pointer;*/
}

.swiper-referencies .reference-wrapper:nth-child(1),
.swiper-referencies .reference-wrapper:nth-child(4) {
    background: linear-gradient(to left, #fff 50%, #699967 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.25s ease;
}

.swiper-referencies .reference-wrapper:nth-child(2) {
    background: linear-gradient(to left, #f6f6f6 50%, #699967 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.25s ease;
}

.swiper-referencies .reference-wrapper:nth-child(3) {
    background: linear-gradient(to left, #fbfbfb 50%, #699967 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.25s ease;
}

.swiper-referencies .reference-wrapper:nth-child(5) {
    background: linear-gradient(to top, #fbfbfb 50%, #699967 50%);
    background-size: 100% 200%;
    background-position: left bottom;
    transition: all 0.25s ease;
}

.swiper-referencies .reference-wrapper:nth-child(6) {
    background: linear-gradient(to top, #fff 50%, #699967 50%);
    background-size: 100% 200%;
    background-position: left bottom;
    transition: all 0.25s ease;
}

.swiper-referencies .reference-wrapper:nth-child(7) {
    background: linear-gradient(to bottom, #edecec 50%, #699967 50%);
    background-size: 100% 200%;
    background-position: left top;
    transition: all 0.25s ease;
}

.swiper-referencies .reference-wrapper:nth-child(8) {
    background: linear-gradient(to bottom, #f6f6f6 50%, #699967 50%);
    background-size: 100% 200%;
    background-position: left top;
    transition: all 0.25s ease;
}

.swiper-referencies .reference-wrapper:nth-child(9),
.swiper-referencies .reference-wrapper:nth-child(12) {
    background: linear-gradient(to right, #edecec 50%, #699967 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    transition: all 0.25s ease;
}

.swiper-referencies .reference-wrapper:nth-child(10) {
    background: linear-gradient(to right, #fbfbfb 50%, #699967 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    transition: all 0.25s ease;
}

.swiper-referencies .reference-wrapper:nth-child(11) {
    background: linear-gradient(to right, #fff 50%, #699967 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    transition: all 0.25s ease;
}

.swiper-referencies .reference-wrapper:nth-child(1):hover,
.swiper-referencies .reference-wrapper:nth-child(2):hover,
.swiper-referencies .reference-wrapper:nth-child(3):hover,
.swiper-referencies .reference-wrapper:nth-child(4):hover {
    background-position: left bottom;
}

.swiper-referencies .reference-wrapper:nth-child(5):hover,
.swiper-referencies .reference-wrapper:nth-child(6):hover {
    background-position: left top;
}

.swiper-referencies .reference-wrapper:nth-child(7):hover,
.swiper-referencies .reference-wrapper:nth-child(8):hover {
    background-position: left bottom;
}

.swiper-referencies .reference-wrapper:nth-child(9):hover,
.swiper-referencies .reference-wrapper:nth-child(10):hover,
.swiper-referencies .reference-wrapper:nth-child(11):hover,
.swiper-referencies .reference-wrapper:nth-child(12):hover {
    background-position: right bottom;
}


/*.reference-wrapper.left {
    background: linear-gradient(to left, #fff 50%, #699967 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.25s ease;
}

.reference-wrapper.left:hover {
    background-position: left bottom;
}
.swiper-referencies .reference-wrapper:nth-child(1),
.swiper-referencies .reference-wrapper:nth-child(4),
.swiper-referencies .reference-wrapper:nth-child(6),
.swiper-referencies .reference-wrapper:nth-child(11) {
    background-color: #fff;
}
.swiper-referencies .reference-wrapper:nth-child(3),
.swiper-referencies .reference-wrapper:nth-child(5),
.swiper-referencies .reference-wrapper:nth-child(10) {
    background-color: #fbfbfb;
}

.swiper-referencies .reference-wrapper:nth-child(2),
.swiper-referencies .reference-wrapper:nth-child(8) {
    background-color: #f6f6f6;
}

.swiper-referencies .reference-wrapper:nth-child(7),
.swiper-referencies .reference-wrapper:nth-child(9),
.swiper-referencies .reference-wrapper:nth-child(12) {
    background-color: #edecec;
}*/

.reference-wrapper:hover {
    background-color: #699967!important;
}

.reference-wrapper:hover img {
    -webkit-filter: brightness(10);
    filter: brightness(10);
}


/* COMPETITION STYLES */

.competition-wrapper {
    height: auto;
    padding-top: 30px;
    padding-bottom: 95px;
}

.competition-selected {
    box-shadow: 0 0 1px;
    min-height: 231px;
}

.competition-text-wrapper {
    position: relative;
    min-height: 130px;
}

.competition-text {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.2s;
}

.competition-header p:first-child {
    font-family: "DinproBold";
    margin-bottom: 0;
}

.competition-content p:first-child {
    margin-bottom: 0;
}

.competition-text.selected {
    opacity: 1;
    transition: all 0.2s;
    transition-delay: 0.2s;
}

.competition-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.competition-item {
    width: 165px;
    max-height: 104px;
    margin-right: 30px;
    box-shadow: 0 0 1px;
    cursor: pointer;
}

.competition-item.selected {
    border: 4px solid #699967
}

.contact-box-container {
    position: relative;
}

.contact-box.bg-green {
    opacity: 0.8;
}

.map-container {
    position: relative;
}

#map {
    height: 315px;
    width: 100%;
}

.contact-box {
    position: absolute;
    width: 100%;
    height: 316px;
    padding-top: 35px;
    padding-left: 50px;
    top: -315px;
}

.contact-divider {
    width: 45px;
    height: 1px;
    border-top: 2px solid #fff;
    padding-bottom: 30px;
}

.scrollup {
    color: #cdcdcd;
    height: auto;
    position: fixed;
    bottom: 35px;
    margin: 0;
    z-index: 10000;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 25px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    width: 50px;
    border-radius: 10px;
    padding: 5px;
}

.scrollup img {
    transform: rotate(-90deg);
    -webkit-filter: brightness(0);
    filter: brightness(0);
    width: 25px;
}

footer {
    background-color: #000;
    color: #fff;
    padding-top: 41px;
    padding-bottom: 41px;
}

footer li:not(:last-child) {
    border-right: 1px solid #fff;
}

footer li a {
    position: relative;
    display: block;
    padding: 0 10px;
}

.footer-img img {
    max-width: 300px;
}


/********************  Media Queries  *****************************/

@media (max-width: 330px) {}

@media (max-width: 767px) {
    .swiper-products {
        height: 225px;
        /*height: 100%;*/
    }
    .navbar-custom {
        padding-top: 20px;
    }
    .navbar-collapse {
        position: absolute;
        background: white;
        width: 100%;
        z-index: 12;
    }
    .swiper-text h1 {
        /*font-size: 25px;*/
        font-size: 20px;
        padding-top: 30px;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-text h2 {
        /*font-size: 20px;*/
        font-size: 15px;
    }
    .swiper-text .subtitle {
        padding-bottom: 10px;
        padding-top: 0;
    }
    .swiper-text .swiper-button-prev,
    .swiper-text .swiper-button-next {
        top: 10%;
    }
    .reference-wrapper {
        width: 100%;
        height: 165px;
    }
    .contact-box {
        position: relative;
        width: 100%;
        padding-top: 25px;
        padding-left: 20px;
        top: 0;
    }
    .competition-side-container {
        margin-top: 20px;
    }
    .competition-text-wrapper {
        position: relative;
        min-height: 240px;
    }
    .second-column-top,
    .second-column-middle {
        height: 240px;
    }
    .competition-item {
        margin-right: 10px;
    }
    .products-container,
    .product-subpage,
    .product-subpage .product-text,
    .product-text {
        min-height: auto;
        height: auto;
    }
    .product-subpage {
        min-height: 450px;
    }
    .swiper-products .swiper-slide {
        max-height: 190px;
    }
    .text-center-xs {
        text-align: center;
    }
    .list-inline>li {
        margin-bottom: 15px;
    }
    .swiper-referencies .reference-wrapper:nth-child(1),
    .swiper-referencies .reference-wrapper:nth-child(4),
    .swiper-referencies .reference-wrapper:nth-child(6),
    .swiper-referencies .reference-wrapper:nth-child(11) {
        background: #fff;
    }
    .swiper-referencies .reference-wrapper:nth-child(3),
    .swiper-referencies .reference-wrapper:nth-child(5),
    .swiper-referencies .reference-wrapper:nth-child(10) {
        background: #fbfbfb;
    }
    .swiper-referencies .reference-wrapper:nth-child(2),
    .swiper-referencies .reference-wrapper:nth-child(8) {
        background: #f6f6f6;
    }
    .swiper-referencies .reference-wrapper:nth-child(7),
    .swiper-referencies .reference-wrapper:nth-child(9),
    .swiper-referencies .reference-wrapper:nth-child(12) {
        background: #edecec;
    }
    .bg-referencies,
    .bg-contact {
        background-attachment: initial;
    }
}

@media (min-width: 768px) {}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse {
        position: absolute;
        background: white;
        width: 100%;
        z-index: 12;
        height: 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .swiper-text .swiper-button-prev,
    .swiper-text .swiper-button-next {
        top: 30%;
    }
    .first-column-image-top {
        height: 598px;
    }
    .second-column-top,
    .second-column-middle {
        height: 300px;
        letter-spacing: initial;
    }
    .second-column-top {
        padding: 35px 30px;
    }
    .second-column-middle {
        padding: 20px 30px;
    }
    .second-column-bottom {
        height: 208px;
    }
    .third-column-middle {
        height: 195px;
        letter-spacing: initial;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .first-column-image-top {
        height: 430px;
    }
    .second-column-top,
    .second-column-middle {
        height: 196px;
    }
    .third-column-middle {
        height: 185px;
    }
    .third-column-bottom {
        height: 240px;
    }
    .nav>li>a {
        padding: 10px 13px!important;
    }
}

@media (min-width: 1399px) {}


/************** MEDIA QUERIES END *********************************/