/*
@mobilemenu-bg-color: @header-bg-color;
@mobilemenu-bg-opacity: 1;
@mobilemenu-text-color: @color-brand-primary;
@mobilemenu-text-fontsize: @text-h2-fontsize-default;
@mobilemenu-text-fontweight: @text-h2-fontweight;
@mobilemenu-text-texttransform: uppercase;
@mobilemenu-hover-bg-color: @color-black;
@mobilemenu-hover-bg-opacity: 1;
@mobilemenu-width: 260px;
*/
/*@font-face {
    font-family: 'fontawsome';
    src: url('../../fonts/fontawsome.ttf') format('truetype'), 
        url('../../fonts/fontawsome.woff') format('woff'), 
        url('../../fonts/fontawsome.svg#fontawsome') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}*/
[class^="fa-"],
[class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fontawsome' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-display: swap;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-phone:before {
  content: "\f095";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f09a";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-youtube-play:before {
  content: "\f16a";
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'citygolf' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-big {
  font-size: 70px;
}
.icon-Pictogramhemsida-01:before {
  content: "\e900";
}
.icon-Pictogramhemsida-02:before {
  content: "\e901";
}
.icon-Pictogramhemsida-03:before {
  content: "\e902";
}
.icon-cross:before {
  content: "\e626";
}
.icon-left:before {
  content: "\e60a";
}
.icon-right:before {
  content: "\e612";
}
.icon-cart5:before {
  content: "\ea02";
}
.icon-phone-wave:before {
  content: "\ea1f";
}
.icon-stats-bars4:before {
  content: "\eb8c";
}
.icon-stats-growth:before {
  content: "\eb90";
}
.icon-arrow-right:before {
  content: "\edbb";
}
.icon-arrow-left:before {
  content: "\edc3";
}
.icon-link:before {
  content: "\f05c";
}
.icon-playback-play:before {
  content: "\f0bf";
}
.icon-plus:before {
  content: "\f05d";
}
.icon-primitive-dot:before {
  content: "\f052";
}
.icon-images:before {
  content: "\e90e";
}
.icon-cart:before {
  content: "\e93a";
}
.icon-search:before {
  content: "\e986";
}
.icon-zoom-in:before {
  content: "\e987";
}
.icon-cogs:before {
  content: "\e995";
}
.icon-stats-dots:before {
  content: "\e99b";
}
.icon-play2:before {
  content: "\ea15";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-facebook:before {
  content: "\ea8c";
}
.icon-instagram:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea91";
}
.icon-youtube:before {
  content: "\ea97";
}
.icon-linkedin2:before {
  content: "\eac9";
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* grid mixin loop */
/*.row {
    margin: -@grid-gap -@grid-gap/2;
    .clearfix();

    [class*="col-"] {
        position: relative;
        min-height: 1px;
        padding: @grid-gap @grid-gap/2 0;
        //clear: left;
        float: left;
        clear: none;
    }

    .grid();

    @media (max-width: @screen-lg) {
        .grid(lg-);
    }

    @media (max-width: @screen-md) {
        .grid(md-);
    }

    @media (max-width: @screen-sm) {
        .grid(sm-);
    }
}*/
/* grid mixin loop */
/*.generateGrid (@index: 12, @gap: @grid-gap, @ie: false) when (@index > 0) {
  
  &.col-@{index} {
    .setColumnWidth(12/@index, @gap, @ie);
  }
  
  .generateGrid(@index - 1, @gap, @ie);
}


.setColumnWidth(@count, @gap: @grid-gap, @ie: false) {

    & when (@ie = true) {
        @iefix: ~" - 1px"; //-1px = IE subpixel rounding fix
        & when not (@gap = 0) {
            width: ~"calc(100% / " @count ~" - " @gap @iefix ~")";
        }

        & when (@gap = 0) {
            width: ~"calc(100% / " @count @iefix ~")";
        }
    }
    & when (@ie = false) {
        & when not (@gap = 0) {
            width: ~"calc(100% / " @count ~" - " @gap ~")";
        }

        & when (@gap = 0) {
            width: ~"calc(100% / " @count ~")";
        }
    }

    margin-left: @gap;
    display: block;
    float: left;
}*/
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.show-xs {
  display: block;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
@media (min-width: 500px) {
  .row.equal-height-xs {
    /*          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;*/
    display: flex;
  }
}
@media (min-width: 768px) {
  .row.equal-height-sm {
    /*          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;*/
    display: flex;
  }
}
@media (min-width: 992px) {
  .row.equal-height-md {
    /*        display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;*/
    display: flex;
  }
}
@media (min-width: 1200px) {
  .row.equal-height-lg {
    /*            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;*/
    display: flex;
  }
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 500px) {
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .show-sm {
    display: block;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .show-md {
    display: block;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .show-lg {
    display: block;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.container-burger {
  display: none;
}
.mobile-nav {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 998;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* Chrome < 26, Safari < 7 */
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* Firefox < 16 */
  -o-transition: -o-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* Opera < 12.10 */
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* Chrome 26-35, Safari, Opera 15-23 */
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* IE10+, Firefox 16+, Chrome 36+, Opera 12.10 */
}
.mobile-nav.open {
  display: block;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.mobile-nav .mobilemenu-bg {
  width: 100%;
  height: 100%;
  position: relative;
}
.mobile-nav .submenu-arrow:after {
  top: 0;
  border-bottom-color: #eee;
}
.mobile-nav ol {
  position: relative;
  display: block;
  width: 100%;
}
.mobile-nav ol ol {
  display: none;
}
.mobile-nav ol li {
  display: block;
  text-align: center;
}
.mobile-nav ol li:last-child > a,
.mobile-nav ol li:last-child > span {
  border-bottom: none;
}
.mobile-nav ol li > a,
.mobile-nav ol li > span {
  border-bottom: 1px solid #eee;
  cursor: pointer;
  color: #00723f;
  display: block;
  width: 100%;
  padding: 20px 0;
}
.mobile-nav ol.sublevel {
  border-bottom: 1px solid #dfdcdf;
  position: static !important;
  margin: 0;
}
.mobile-nav ol.sublevel li {
  background-color: #f9f9f3;
  margin: 0;
  border: 0;
}
.mobile-nav ol.sublevel li:hover {
  transform: none !important;
}
.mobile-nav ol.sublevel li > a,
.mobile-nav ol.sublevel li > span,
.mobile-nav ol.sublevel li > a span {
  border-color: #dfdcdf;
  color: #00723f !important;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .mobile-nav {
    display: block;
  }
  .container-burger {
    position: absolute;
    top: 6px;
    right: 0;
    display: block;
    background-color: transparent;
    padding: 20px;
    cursor: pointer;
  }
  .container-burger .burger {
    position: relative;
    margin-top: 9px;
    margin-bottom: 9px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .container-burger .burger,
  .container-burger .burger:before,
  .container-burger .burger:after {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .container-burger .burger:before,
  .container-burger .burger:after {
    position: absolute;
    content: "";
  }
  .container-burger .burger:before {
    top: -9px;
  }
  .container-burger .burger:after {
    top: 9px;
  }
  .container-burger.active .burger {
    background-color: transparent !important;
  }
  .container-burger.active .burger:before,
  .container-burger.active .burger:after {
    background-color: #00723f !important;
  }
  .container-burger.active .burger:before {
    -webkit-transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
  }
  .container-burger.active .burger:after {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
  }
  .scrolled .burger,
  .scrolled .burger:before,
  .scrolled .burger:after {
    background-color: #00723f !important;
  }
}
.hide {
  display: none;
}
.hidden {
  visibility: hidden;
}
.block {
  display: block;
}
.no-scroll {
  overflow: hidden;
}
.no-scroll-y {
  overflow-y: hidden;
}
.no-margin {
  margin: 0;
}
.no-opacity {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  overflow: hidden;
}
.bold,
strong,
b {
  font-weight: 600;
}
.link-list {
  margin-top: 20px;
}
.link-list > li {
  margin-top: 10px;
}
.link-list > li:first-child {
  margin-top: 0;
}
.link-list > li a {
  position: relative;
}
.link-list > li a .link {
  position: relative;
  color: #00723f;
  text-decoration: none;
}
.link-list > li a .link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #00723f;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.no-touch .link-list > li a .link.selected:before,
.no-touch .link-list > li a .link:hover:before,
.no-touch .link-list > li a .link.hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.link-list > li a .icon {
  position: relative;
  bottom: 1px;
  font-size: 12px;
  margin-right: 5px;
}
.italic {
  font-style: italic;
}
em {
  font-style: italic;
}
.default-button {
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #00723f;
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 1, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 1, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 1, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 1, 1);
  transition: all 0.3s cubic-bezier(0, 0, 1, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  /*> span, > a {
        .animateUnderline(@distance:3px);
    }*/
}
.no-touch .default-button:hover {
  background-color: #00723f;
}
.no-touch .default-button:hover > * {
  color: #fff;
}
.line-below:after {
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 15px;
  background: #00723f;
  margin-left: auto;
  margin-right: auto;
  content: '';
}
.line-above:after {
  display: block;
  width: 60px;
  height: 2px;
  margin-bottom: 15px;
  background: #00723f;
  margin-left: auto;
  margin-right: auto;
  content: '';
}
.bg-color-secondary {
  background-color: #f9f9f3;
}
.centered-text {
  text-align: center;
}
.submenu-arrow:after {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(68, 68, 68, 0.4);
  position: absolute;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.submenu-arrow:after .verticalTriangle {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
/* open-sans-300 - latin */
/*@font-face {
    font-display: swap;*/
/*font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v35-latin-300.woff2') format('woff2');*/
/*}*/
/* open-sans-regular - latin */
/*@font-face {
    font-display: swap;*/
/*font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v35-latin-regular.woff2') format('woff2');*/
/*}*/
/* open-sans-600 - latin */
/*@font-face {
    font-display: swap;*/
/*font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v35-latin-600.woff2') format('woff2');*/
/*}*/
/* open-sans-300 - latin_latin-ext */
/*@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v35-latin_latin-ext-300.woff2') format('woff2');
}*/
/* open-sans-regular - latin_latin-ext */
/*@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v35-latin_latin-ext-regular.woff2') format('woff2');
}*/
/* open-sans-600 - latin_latin-ext */
/*@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v35-latin_latin-ext-600.woff2') format('woff2');
}*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
body {
  background: #fff;
  color: #444;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: none;
  line-height: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  min-width: 320px;
}
body.scrolled {
  /*background-color: @header-scrolled-bg-color;
            border-bottom: @header-scrolled-border-bottom;*/
}
body.scrolled .page-header {
  background-color: rgba(255, 255, 255, 0.95) !important;
  background-image: none;
}
body.scrolled .container-menu a,
body.scrolled .container-menu span {
  color: #333 !important;
}
body.scrolled .container-menu a:before,
body.scrolled .container-menu span:before {
  background-color: #333 !important;
}
body.scrolled .container-menu a.webshop,
body.scrolled .container-menu span.webshop {
  border-color: #999 !important;
}
body.scrolled .container-logo a {
  background-image: url(/Dist/2659707d09bfdd632717.svg) !important;
}
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
label,
li,
dd,
dt,
input,
textarea,
keygen,
select,
button,
figcaption,
span {
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  color: #00723f;
  -webkit-transition: color 0.2s cubic-bezier(0, 0, 1, 1);
  -moz-transition: color 0.2s cubic-bezier(0, 0, 1, 1);
  -ms-transition: color 0.2s cubic-bezier(0, 0, 1, 1);
  -o-transition: color 0.2s cubic-bezier(0, 0, 1, 1);
  transition: color 0.2s cubic-bezier(0, 0, 1, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.no-touch a:hover {
  color: #003f23;
  text-decoration: none;
}
h1 {
  font-size: 36px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.4;
  text-transform: none;
  margin-bottom: 20px;
}
h2 {
  font-size: 24px;
  font-weight: 300;
  text-transform: none;
}
h2.title {
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  line-height: 1.4;
  text-transform: uppercase;
}
@media screen and (min-width: 460px) {
  h2.title {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  h2.title {
    font-size: 44px;
  }
}
h3 {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 5px;
}
h4 {
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 5px;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.slider-title {
  font-size: 40px;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
}
.slider-text {
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
}
.header-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}
.state-indicator {
  position: absolute;
  top: -999em;
  left: -999em;
  z-index: 1;
}
.page-section {
  position: relative;
  background-color: #fff;
  z-index: 2;
  /*&.use-scroll-effect {
        .wrapper {
            .opacity(0);
            .transition(all 0.4s @animation-ease-default);

            .active& {
                .opacity(1);
            }
        }
    }*/
  /*&.page-footer-small {
        background-color: @footer-small-bg-color;
        color: @footer-text-color;
        border-top: @footer-small-border-top;

        .wrapper {
            padding-top: @gap;
            padding-bottom: @gap;
        }

        p {
            display: inline-block;
            float: left;
            line-height: @footer-small-icon-size;
        }

        a {
            .circle(@color-brand-primary,@footer-small-icon-size,@color-white,20px,@color-link-hover)
        }

        ul {
            display: inline-block;
            float: right;

            li {
                .horizontalList(0 @gap-half);
            }
        }
    }*/
}
.page-section:before,
.page-section:after {
  content: " ";
  display: table;
}
.page-section:after {
  clear: both;
}
.page-section.bg-color-secondary {
  background-color: #f9f9f3;
}
.page-section.bg-color-secondary .title span {
  background-color: #f9f9f3 !important;
}
.page-section .wrapper {
  position: relative;
  width: auto;
  padding: 60px 20px;
  max-width: 1170px;
  margin: 0 auto;
}
.page-section .wrapper:before,
.page-section .wrapper:after {
  content: " ";
  display: table;
}
.page-section .wrapper:after {
  clear: both;
}
section.page-section:not(.page-slider) {
  overflow-x: hidden;
  /*border-bottom: @border-primary;*/
}
.page-section .headline {
  margin-bottom: 30px;
}
.page-section .headline h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
}
@media screen and (min-width: 460px) {
  .page-section .headline h1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .page-section .headline h1 {
    font-size: 44px;
  }
}
.page-section .headline h3,
.page-section .headline h2 {
  margin-bottom: 10px;
  position: relative;
}
.page-section .headline h3 span,
.page-section .headline h2 span {
  padding: 10px 20px;
  display: inline-block;
  margin: auto;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.page-section .headline h3:after,
.page-section .headline h2:after {
  /*.line(@width:40px,@distance:10px);*/
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  left: 0;
  top: 46%;
  border-top: 1px solid #818183;
  border-bottom: 1px solid #818183;
  padding: 2px 0;
  z-index: 1;
}
.page-section .distributors-info h3 {
  margin-bottom: 20px;
}
.page-section .distributors-info img {
  height: 180px;
  width: 100%;
  object-fit: contain;
  object-position: center;
  max-width: 360px;
}
.page-section.page-header {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: transparent;
  z-index: 999;
  transition: background-color 0.2s cubic-bezier(0, 0, 1, 1), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}
.page-section.page-header span {
  cursor: pointer;
}
.page-section.page-header .container-menu a,
.page-section.page-header .container-menu span {
  color: #fff;
}
.page-section.page-header .container-menu a.webshop,
.page-section.page-header .container-menu span.webshop {
  border-color: #fff;
}
.page-section.page-header .container-logo a {
  background-image: url(/Dist/e85d4586c5869dcdd2ef.svg);
}
.page-section.page-header.slide-up {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.page-section.page-header.open {
  background: #fff;
}
.page-section.page-header.open .container-logo a {
  background-image: url(/Dist/2659707d09bfdd632717.svg);
}
.page-section.page-header .wrapper {
  position: relative;
  padding: 10px 20px;
}
.page-section.page-video,
.page-section.page-image {
  position: relative;
  z-index: 1;
  width: 100%;
  top: 0;
  overflow: hidden;
}
.page-section.page-video > .content-wrapper,
.page-section.page-image > .content-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-section.page-video video,
.page-section.page-image video,
.page-section.page-video figure,
.page-section.page-image figure {
  position: absolute;
  height: auto;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.page-section.page-video h1,
.page-section.page-image h1,
.page-section.page-video h2,
.page-section.page-image h2 {
  font-weight: bold;
  text-shadow: 0 0 1px #333;
}
.page-section.page-video h1,
.page-section.page-image h1 {
  font-size: 22px;
  line-height: 1.2;
}
@media screen and (min-width: 460px) {
  .page-section.page-video h1,
  .page-section.page-image h1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .page-section.page-video h1,
  .page-section.page-image h1 {
    font-size: 44px;
  }
}
.page-section.page-video h1:before,
.page-section.page-image h1:before {
  margin-bottom: 6px;
  content: '';
  display: block;
  height: 25px;
  background: url(/Dist/64cf246c2f74bf4be3dc.svg) center no-repeat;
}
.page-section.page-video .wrapper,
.page-section.page-image .wrapper {
  color: #fff;
  position: absolute;
  bottom: 0%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 20px;
}
@media screen and (min-width: 460px) {
  .page-section.page-video .wrapper,
  .page-section.page-image .wrapper {
    bottom: 20%;
  }
}
.page-section.page-image {
  padding-top: 66.25%;
}
.page-section.page-image > .content-wrapper {
  padding-top: 66.25%;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  .page-section.page-image {
    padding-top: 46.25%;
  }
  .page-section.page-image > .content-wrapper {
    padding-top: 46.25%;
  }
  .page-section.page-image img {
    width: 100%;
    height: auto;
  }
}
.page-section.page-image img {
  height: 100%;
  width: auto;
  max-width: none;
}
.page-section.page-image .heading {
  /*transform: scale(1);*/
  opacity: 1;
  transition: all 0.3s ease-in;
}
.scrolled .page-section.page-image .heading {
  opacity: 0;
  bottom: -30%;
  /*transform: scale(0.4) translateY(-440%);*/
}
.page-section.page-video {
  padding-top: 56.25%;
}
.page-section.page-video img {
  position: absolute;
  height: auto;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.page-section.page-video > .content-wrapper {
  padding-top: 56.25%;
  background-size: cover;
  background-position: center;
  /* background-image: url(/video/cover.jpg);
            background-image: url(@IMG/cover-1280x700-low.jpg);*/
}
.page-section.page-text-content .wrapper {
  max-width: 720px;
  padding: 0 20px 60px;
}
.page-section.page-text-content img {
  height: auto !important;
  width: auto !important;
}
.page-section.page-text-content p {
  line-height: 1.6;
}
.page-section.bottom {
  /*background-image: url('/media/1077/img_1651.jpg?anchor=center&mode=crop&width=1980');*/
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0;
}
.page-section.news .wrapper {
  max-width: 920px;
}
.page-section.page-slider {
  z-index: 1;
  position: relative;
  padding-bottom: 58%;
  /*figure.slider-figure {
            figcaption {
                .centeredContainer(@position:inherit);
                padding: 0;
                height: 0;

                .slider-text-container {
                    margin: 0 @gap;
                    .centerVertical();

                    > span {
                        color: @color-slider-text;
                        background-color: @color-slider-text-bg;
                        text-align: left;
                        float: left;
                        clear: both;

                        &:first-child {
                            //margin-bottom: @gap-sm;
                        }

                        &.slider-title {
                            > span {
                                padding: 2px @gap;
                            }
                        }

                        &.slider-text {
                            > span {
                                padding: @gap-xs @gap;
                            }
                        }

                        > span {
                            background-color: @slider-text-bg-color;
                            margin: 5px 0;
                            float: left;
                            clear: both;
                        }
                    }
                }
            }
        }*/
}
.page-section.page-slider.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.page-section.page-slider video {
  height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.page-section.page-intro .title {
  opacity: 0;
  position: relative;
  transform: translateY(-300%);
  transition: all 0.3s ease-in;
  margin-bottom: 15px;
  /*&:after {
                margin-top: @gap-xs;
                content: '';
                display: block;
                height: 25px;
                background: url("@IMG/krona.svg") center no-repeat;
            }*/
}
.scrolled .page-section.page-intro .title {
  opacity: 1;
  transform: translateY(0);
}
.page-section.page-intro .title:before {
  margin-bottom: 15px;
  content: '';
  display: block;
  height: 25px;
  background: url(/Dist/e43fbd479a2c6b85a519.svg) center no-repeat;
}
.page-section.page-intro-sub .title {
  margin: 0;
}
.page-section.page-intro-sub .title:before {
  margin-bottom: 10px;
}
.page-section.page-offers {
  text-align: center;
}
.page-section.page-offers a.offer-link {
  display: inline-block;
  text-decoration: none;
  color: #00723f;
  -webkit-transition: color 0.2s cubic-bezier(0, 0, 1, 1);
  -moz-transition: color 0.2s cubic-bezier(0, 0, 1, 1);
  -ms-transition: color 0.2s cubic-bezier(0, 0, 1, 1);
  -o-transition: color 0.2s cubic-bezier(0, 0, 1, 1);
  transition: color 0.2s cubic-bezier(0, 0, 1, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.no-touch .page-section.page-offers a.offer-link:hover {
  color: #003f23;
  text-decoration: none;
}
.page-section.page-offers a.offer-link .icon {
  display: block;
  margin-bottom: 20px;
}
.page-section.page-offers a.offer-link .subtitle {
  position: relative;
  overflow: visible;
  text-decoration: none;
}
.page-section.page-offers a.offer-link .subtitle:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -3px;
  left: 0;
  background-color: #00723f;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.no-touch .page-section.page-offers a.offer-link .subtitle.selected:before,
.no-touch .page-section.page-offers a.offer-link .subtitle:hover:before,
.no-touch .page-section.page-offers a.offer-link .subtitle.hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.page-section.carousel-section .slick-slide {
  margin: 0 20px;
}
.page-section.carousel-section .slick-list {
  margin: 0 -20px;
}
.page-section.carousel-section .slick-carousel[data-slides-layout="small"] .slick-slide {
  margin: 0 10px;
}
.page-section.carousel-section .carousel-item {
  position: relative;
}
.page-section.carousel-section .carousel-item img {
  width: 100%;
  max-width: 100%;
}
.page-section.carousel-section .carousel-item .carousel-item-image {
  max-height: 250px;
  position: relative;
  overflow: hidden;
}
.page-section.carousel-section .carousel-item .carousel-item-image .carousel-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: background-color 0.2s cubic-bezier(0, 0, 1, 1);
  -moz-transition: background-color 0.2s cubic-bezier(0, 0, 1, 1);
  -ms-transition: background-color 0.2s cubic-bezier(0, 0, 1, 1);
  -o-transition: background-color 0.2s cubic-bezier(0, 0, 1, 1);
  transition: background-color 0.2s cubic-bezier(0, 0, 1, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
}
.page-section.carousel-section .carousel-item .carousel-item-image .carousel-item-overlay .icon-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .page-section.carousel-section .carousel-item .carousel-item-image .carousel-item-overlay .icon-container-horizontal-md {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}
.page-section.carousel-section .carousel-item .carousel-item-image .carousel-item-overlay .icon-container:not(.icon-small) {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: left;
  text-align: center;
  font-size: 30px;
  border: 4px solid rgba(255, 255, 255, 0.8);
  -webkit-transition: background-color 0.2s cubic-bezier(0, 0, 1, 1);
  -moz-transition: background-color 0.2s cubic-bezier(0, 0, 1, 1);
  -ms-transition: background-color 0.2s cubic-bezier(0, 0, 1, 1);
  -o-transition: background-color 0.2s cubic-bezier(0, 0, 1, 1);
  transition: background-color 0.2s cubic-bezier(0, 0, 1, 1);
}
.page-section.carousel-section .carousel-item .carousel-item-image .carousel-item-overlay .icon-container:not(.icon-small) > * {
  display: inherit;
}
.no-touch .page-section.carousel-section .carousel-item .carousel-item-image .carousel-item-overlay .icon-container:not(.icon-small):hover,
.no-touch .page-section.carousel-section .carousel-item .carousel-item-image .carousel-item-overlay .icon-container:not(.icon-small).hover {
  background-color: #000000;
}
.page-section.carousel-section .carousel-item .carousel-item-image .carousel-item-overlay .icon-container.icon-small {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: left;
  text-align: center;
  font-size: 20px;
  border: 3px solid rgba(255, 255, 255, 0.8);
  -webkit-transition: background-color 0.2s cubic-bezier(0, 0, 1, 1);
  -moz-transition: background-color 0.2s cubic-bezier(0, 0, 1, 1);
  -ms-transition: background-color 0.2s cubic-bezier(0, 0, 1, 1);
  -o-transition: background-color 0.2s cubic-bezier(0, 0, 1, 1);
  transition: background-color 0.2s cubic-bezier(0, 0, 1, 1);
}
.page-section.carousel-section .carousel-item .carousel-item-image .carousel-item-overlay .icon-container.icon-small > * {
  display: inherit;
}
.no-touch .page-section.carousel-section .carousel-item .carousel-item-image .carousel-item-overlay .icon-container.icon-small:hover,
.no-touch .page-section.carousel-section .carousel-item .carousel-item-image .carousel-item-overlay .icon-container.icon-small.hover {
  background-color: #000000;
}
.page-section.carousel-section .carousel-item .carousel-item-image .carousel-item-overlay .icon-container .icon.icon-playback-play {
  margin-left: 6px;
}
.no-touch .page-section.carousel-section .carousel-item .carousel-item-image .carousel-item-overlay.hover,
.touch .page-section.carousel-section .carousel-item .carousel-item-image .carousel-item-overlay {
  background-color: rgba(0, 0, 0, 0);
}
.no-touch .page-section.carousel-section .carousel-item .carousel-item-image .carousel-item-overlay.hover .icon-container,
.touch .page-section.carousel-section .carousel-item .carousel-item-image .carousel-item-overlay .icon-container {
  background-color: rgba(0, 0, 0, 0.7);
}
.page-section.carousel-section .carousel-item .carousel-item-text {
  text-align: center;
  padding: 20px;
  border: 1px solid #eee;
  border-top: none;
  margin-bottom: 1px;
  background-color: #fff;
}
.bg-color-secondary.page-section.carousel-section .carousel-item .carousel-item-text {
  border-color: #dfdcdf;
}
.page-section.carousel-section .carousel-item .carousel-item-text > * {
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.page-section.carousel-section .carousel-item .carousel-item-text h4 {
  color: #444;
}
.page-section.carousel-section .carousel-item .carousel-item-text p.link {
  display: inline-block;
  position: relative;
  overflow: visible;
  color: #00723f;
  text-decoration: none;
}
.page-section.carousel-section .carousel-item .carousel-item-text p.link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -3px;
  left: 0;
  background-color: #00723f;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.no-touch .page-section.carousel-section .carousel-item .carousel-item-text p.link.selected:before,
.no-touch .page-section.carousel-section .carousel-item .carousel-item-text p.link:hover:before,
.no-touch .page-section.carousel-section .carousel-item .carousel-item-text p.link.hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.page-section.carousel-section .carousel-item .carousel-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-section.carousel-section.page-latest-news .carousel-item {
  width: 100%;
  display: table;
  table-layout: fixed;
  /*.carousel-item-image img {
                    width: auto;
                    height: 100%; 
                    max-height: 230px;
                }*/
}
.page-section.carousel-section.page-latest-news .carousel-item > * {
  display: table-cell;
  overflow: hidden;
}
.page-section.carousel-section.page-latest-news .carousel-item > *:nth-child(1) {
  width: 50%;
  vertical-align: middle;
}
.page-section.carousel-section.page-latest-news .carousel-item > *:nth-child(2) {
  width: 50%;
  vertical-align: middle;
  border: 1px solid #eee;
}
.bg-color-secondary.page-section.carousel-section.page-latest-news .carousel-item > * {
  border-color: #dfdcdf;
}
.page-section.carousel-section.page-latest-news .carousel-item img {
  position: relative;
  max-width: none;
  width: auto;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-section.carousel-section.page-latest-news .carousel-item .news-title {
  font-style: italic;
  overflow: auto;
  white-space: normal;
  margin-bottom: 10px;
}
.page-section.carousel-section.page-latest-news .link-container {
  margin-top: 65px;
}
.page-section.page-contacts .contact-item {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-bottom: 20px;
}
.page-section.page-contacts .contact-item > * {
  display: table-cell;
  overflow: hidden;
}
.page-section.page-contacts .contact-item > *:nth-child(1) {
  width: 40%;
  vertical-align: middle;
}
.page-section.page-contacts .contact-item > *:nth-child(2) {
  width: 60%;
  vertical-align: middle;
  border: 1px solid #eee;
}
.bg-color-secondary.page-section.page-contacts .contact-item > * {
  border-color: #dfdcdf;
}
.page-section.page-contacts .contact-item img {
  position: relative;
  max-width: none;
  width: auto;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-section.page-contacts .contact-item .contact-item-text {
  padding: 20px;
}
.page-section.page-contacts .contact-item .contact-item-text > * {
  display: block;
  clear: both;
  float: left;
  margin-top: 5px;
}
.page-section.page-contacts .contact-item .contact-item-text > *:first-child {
  margin-top: 0;
}
.page-section.page-contacts .contact-item .contact-item-text a {
  position: relative;
  color: #00723f;
  text-decoration: none;
}
.page-section.page-contacts .contact-item .contact-item-text a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #00723f;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.no-touch .page-section.page-contacts .contact-item .contact-item-text a.selected:before,
.no-touch .page-section.page-contacts .contact-item .contact-item-text a:hover:before,
.no-touch .page-section.page-contacts .contact-item .contact-item-text a.hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.page-section.page-distributors .distributors-list {
  text-align: center;
}
.page-section.page-distributors .distributors-list li {
  white-space: nowrap;
  display: inline-block;
  margin: 0 10px;
  position: relative;
}
.page-section.page-distributors .distributors-list li a {
  position: relative;
  color: #00723f;
  text-decoration: none;
}
.page-section.page-distributors .distributors-list li a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #00723f;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.no-touch .page-section.page-distributors .distributors-list li a.selected:before,
.no-touch .page-section.page-distributors .distributors-list li a:hover:before,
.no-touch .page-section.page-distributors .distributors-list li a.hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.page-section.page-distributors .distributors-info-container {
  margin-top: 30px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  clear: both;
  padding: 30px 0;
  background-color: #f9f9f3;
  border-color: #eee;
}
.bg-color-secondary.page-section.page-distributors .distributors-info-container {
  background-color: #fff;
  border: 1px solid #dfdcdf;
}
.page-section.page-distributors .distributors-info-container > div {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 820px;
}
.page-section.page-footer {
  border-top: 1px solid #333;
  background-color: #fff;
  color: #333;
  /** {
            text-shadow: 0 0 1px #000;
        }*/
}
.page-section.page-footer h2 {
  margin-bottom: 5px;
}
.page-section.page-footer p {
  margin-bottom: 5px;
}
.page-section.page-footer a {
  cursor: pointer;
}
.page-section.page-footer a.text-link {
  font-weight: bold;
}
.page-section.page-footer a.text-link:hover {
  color: #fff;
}
.page-section.page-footer .follow-us {
  margin: 0 -5px;
  display: flex;
  margin-top: 10px;
}
.page-section.page-footer .follow-us li {
  white-space: nowrap;
  display: inline-block;
  margin: 0 5px;
  position: relative;
}
.page-section.page-footer .follow-us a {
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  transform: scale(1);
  transform-origin: center;
  transition: all 0.2s ease-in;
}
.page-section.page-footer .follow-us a.fb {
  background-color: #4267B2;
}
.page-section.page-footer .follow-us a.tw {
  background-color: #1DA1F2;
}
.page-section.page-footer .follow-us a.ln {
  background-color: #0177B5;
}
.page-section.page-footer .follow-us a.yt {
  background-color: #E02A27;
}
.page-section.page-footer .follow-us a.in {
  background-color: #000;
}
.page-section.page-footer .follow-us a:hover {
  transform: scale(1.15);
}
.page-section.page-footer .row > div {
  margin-bottom: 20px;
}
.page-section.page-footer .logos img {
  max-width: 180px;
  width: 80%;
  margin: auto;
  display: block;
}
.page-section.cookie-info {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #00723f;
  font-size: 22px;
  display: none;
}
.page-section.cookie-info--open {
  display: block;
}
.page-section.cookie-info p {
  margin-bottom: 20px;
  color: #fff;
}
.page-section.cookie-info .button {
  cursor: pointer;
  font-size: 16px;
  background-color: #fff;
  border-radius: 25px;
  padding: 10px;
  display: inline-block;
  border: 0;
  appearance: none;
}
.cookie-consent-settings {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  -webkit-mask-image: url(/Dist/c743f2aedbccf14f0c9e.svg);
  mask-image: url(/Dist/c743f2aedbccf14f0c9e.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 50px;
  background-color: #00723f;
  border: none;
  cursor: pointer;
  transition: transform 0.2s;
  z-index: 1000;
}
.cookie-consent-settings:hover {
  transform: scale(1.2);
}
/*#CookieDeclaration *{
    all: revert!important;
}*/
.pre-footer-contnet {
  margin-top: 40px;
  padding: 20px;
  background-color: #fff;
}
.pre-footer-contnet .column {
  margin-bottom: 20px;
}
.container-logo {
  z-index: 2;
  float: left;
  height: 76px;
  width: 76px;
}
@media screen and (min-width: 1025px) {
  .container-logo {
    width: 100px;
    height: 100px;
  }
}
.scrolled .container-logo {
  height: 44px;
  width: 44px;
}
.container-logo a {
  display: block;
  height: 100%;
  background-image: url(/Dist/2659707d09bfdd632717.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.container-menu {
  display: none;
  z-index: 3;
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .container-menu {
    display: flex;
  }
}
.container-menu a,
.container-menu span {
  color: #333;
}
.container-menu a.webshop,
.container-menu span.webshop {
  padding: 3px 16px;
  border: 1px solid #999;
  text-decoration: none !important;
}
.container-menu a.webshop:hover,
.container-menu span.webshop:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.container-menu a.webshop:before,
.container-menu span.webshop:before {
  display: none !important;
}
.menu {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menu * {
  -webkit-user-drag: none;
}
.menu ol {
  display: none;
  position: absolute;
  margin-top: 10px;
}
.scrolled .menu ol {
  background-color: rgba(255, 255, 255, 0.95) !important;
  top: 43px;
  margin: 0;
}
.scrolled .menu ol li {
  border-color: transparent !important;
  background-color: transparent !important;
}
.scrolled .menu ol li a {
  border: 0 !important;
}
.menu ol a,
.menu ol span {
  text-decoration: none !important;
}
.menu ol li {
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
  margin-bottom: 5px;
  transition: all 0.2s ease-in;
}
.menu ol li:hover {
  transform: scale(1.05);
}
.menu ol li a {
  padding: 3px 16px;
  display: inline-block;
}
.menu > li {
  white-space: nowrap;
  display: inline-block;
  margin: 0 20px;
  position: relative;
}
.menu > li > a,
.menu > li span {
  position: relative;
  overflow: visible;
  color: #fff;
  text-decoration: none;
}
.menu > li > a:before,
.menu > li span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -3px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.no-touch .menu > li > a.selected:before,
.no-touch .menu > li span.selected:before,
.no-touch .menu > li > a:hover:before,
.no-touch .menu > li span:hover:before,
.no-touch .menu > li > a.hover:before,
.no-touch .menu > li span.hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.menu > li.show-sub > ol {
  display: block;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-delay: 0.3s;
  animation-name: animate-in;
}
/*.page-image {
    margin-bottom: @gap;
}*/
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#top-image {
  background-color: #000;
  background-image: url(/Dist/63780e28512d15235928.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 66px auto;
  bottom: 0;
}
#top-image img {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-name: animate-in;
}
#top-image img.loaded {
  opacity: 1;
}
#top-image::after {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: " ";
}
@media screen and (min-width: 460px) {
  #top-image {
    background-size: 126px auto;
  }
}
@media screen and (min-width: 768px) {
  #top-image {
    background-size: 166px auto;
  }
}
.references {
  min-height: 200px;
}
.references .reference {
  display: block;
  margin-bottom: 20px;
  cursor: pointer;
  overflow: hidden;
}
.references .reference figure {
  display: block;
  position: relative;
  overflow: hidden;
}
.references .reference img {
  width: 100%;
  display: block;
  transform-origin: center;
  transition: transform 0.2s ease-in;
  will-change: transform;
}
.references .reference figcaption {
  transition: opacity 0.3s ease-in;
  opacity: 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex: 1;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
}
.references .reference figcaption div {
  flex-direction: row;
  padding: 20px;
}
.references .reference figcaption div * {
  text-align: center;
  color: #fff;
  width: 100%;
  font-weight: bold;
}
.references .reference figcaption div h3 {
  font-size: 24px;
}
.references .reference:hover img {
  transform: scale(1.1);
}
.references .reference:hover figcaption {
  opacity: 1;
}
.references .reference.ajax {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-delay: 0.3s;
  animation-name: animate-in;
}
.customer-example {
  margin: auto;
  max-width: 980px;
  padding: 0 20px 80px 20px;
}
.customer-example h3 {
  color: #e7bc3c;
  font-weight: bold;
  text-shadow: 0 0 1px #333;
  font-size: 25px;
  margin-bottom: 20px;
}
.customer-example a:hover h3,
.customer-example a:hover p {
  text-decoration: underline;
}
.customer-example p {
  color: #fff;
  margin-bottom: 40px;
  text-shadow: 0 0 1px #333;
}
.customer-example .button {
  background: #7f7b78;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 20px;
}
.list-news-wrapper {
  background-color: #fff;
}
.list-news-wrapper > p {
  padding: 10px;
}
.list.news {
  list-style: none;
  display: block;
  margin: 0 0 20px 0;
  padding: 10px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .list.news {
    height: 100%;
    margin: 0;
  }
}
.list.news li {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #eee;
}
.list.news li:before,
.list.news li:after {
  content: " ";
  display: table;
}
.list.news li:after {
  clear: both;
}
.list.news li:last-child {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 0;
}
.list.news img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 460px) {
  .list.news img {
    float: left;
    width: 33%;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.list.news a {
  display: block;
  color: #000;
  overflow: auto;
}
.list.news a:hover {
  color: #003f23;
}
.list.news a:hover h3 {
  text-decoration: underline;
}
.list.news h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  padding-top: 5px;
}
.make-money {
  margin-top: 20px;
  background-color: #ebbb35;
  padding-bottom: 35%;
  text-align: center;
  margin-bottom: 20px;
  display: block;
  background-size: contain;
  background-position: 50% 50%;
}
@media (min-width: 992px) {
  .make-money {
    margin-top: 0;
  }
}
.make-money h3 {
  font-size: 24px;
}
.make-money * {
  text-shadow: 0 0 1px #333;
  font-weight: bold;
  color: #fff;
  display: none;
}
.youtube-block {
  position: relative;
  border: 10px solid #fff;
  background: #000;
  display: block;
  padding: 56.25% 0 0;
  margin: 0;
}
.youtube-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-item {
  display: block;
  margin-bottom: 20px;
}
.product-item:hover img {
  transform: scale(1.05);
}
.product-item:hover h4 {
  text-decoration: underline;
}
.product-item .product-item-image {
  margin-bottom: 6px;
  overflow: hidden;
}
.product-item .product-item-image img {
  width: 100%;
  display: block;
  transform-origin: center;
  will-change: transform;
  transition: transform 0.2s ease-in;
}
.product-item h4 {
  padding: 0 3px;
}
article.news {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
article.news.ajax {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-delay: 0.3s;
  animation-name: animate-in;
}
.news-image-container {
  container-type: inline-size;
  container-name: news-image;
}
.news-image-mob {
  display: none;
}
.news-image-desc {
  display: block;
}
@container news-image (min-width: 300px) {
  .news-image-mob {
    display: block;
  }
  .news-image-desc {
    display: none;
  }
}
.news-image img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .news-image img {
    margin-bottom: 0;
  }
}
body.newswrapper .list.news,
body.news .list.news {
  column-count: 2;
  column-gap: 40px;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-count: 2;
  -moz-column-gap: 40px;
}
@media (min-width: 992px) {
  .center-horizontal-md {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}
.form {
  background: #F9F9F3;
  padding: 20px;
  border: 1px solid #ddd;
}
.form h2 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.form .form-group {
  margin-bottom: 20px;
}
.form .field-validation-error {
  color: #7d2727;
}
.form label {
  /*font-weight: bold;*/
  display: inline-block;
  margin-bottom: 2px;
}
.form input {
  border: 1px solid #ddd;
}
.form input[type='text'],
.form input[type='password'],
.form input[type='email'],
.form input[type='tel'] {
  display: inline-block;
  padding: 5px;
  width: 100%;
}
.form input[type='text']:focus,
.form input[type='password']:focus,
.form input[type='email']:focus,
.form input[type='tel']:focus,
.form input[type='text']:active,
.form input[type='password']:active,
.form input[type='email']:active,
.form input[type='tel']:active {
  background-color: rgba(0, 114, 63, 0.4);
  color: #fff;
}
.form textarea {
  border: 1px solid #ddd;
  padding: 5px;
  min-height: 100px;
  width: 100%;
}
.form textarea:focus,
.form textarea:active {
  background-color: rgba(0, 114, 63, 0.4);
  color: #fff;
}
.form select {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
}
.form.calculator input {
  width: 80%;
  width: calc(100% - 40px);
}
.dropdown {
  position: relative;
  max-width: 320px;
  margin: 0 auto 40px;
}
.dropdown .dropdown-toggle {
  display: block;
  background: green;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.dropdown .dropdown-toggle:before,
.dropdown .dropdown-toggle:after {
  content: " ";
  display: table;
}
.dropdown .dropdown-toggle:after {
  clear: both;
}
.dropdown .dropdown-toggle span {
  padding-right: 10px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.dropdown .dropdown-toggle i {
  float: right;
  line-height: 1.6;
}
.dropdown .dropdown-toggle:hover {
  background: green;
  color: #fff;
}
.dropdown .dropdown-menu {
  position: absolute;
  display: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  background-color: #fff;
  z-index: 1;
}
.dropdown .dropdown-menu.show {
  display: block;
  width: 100%;
}
.dropdown .dropdown-menu li {
  display: block;
  border-bottom: 1px solid #ddd;
}
.dropdown .dropdown-menu li.active > a {
  background-color: #eee;
  color: #333;
}
.dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.dropdown .dropdown-menu a {
  display: block;
  padding: 10px;
  transition: transform 0.1s ease-in;
  transform-origin: center;
  margin: 0 !important;
  cursor: pointer;
}
.dropdown .dropdown-menu a:active {
  transform: scale(0.95);
}
.more-button {
  display: block;
  text-align: center;
  /*border: 1px solid #fff;*/
  padding: 20px;
  cursor: pointer;
}
.more-button:hover .text {
  color: #00723F;
}
.more-button:hover .icon {
  border-color: #00723F;
}
.more-button .text {
  display: block;
  margin-bottom: 6px;
  color: #444;
}
.more-button .icon {
  display: block;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #444;
  margin: auto;
}
.centered-text-content {
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  .page-section.carousel-section .wrapper {
    padding-left: 65px;
    padding-right: 65px;
  }
  .page-section.carousel-section .slick-next {
    right: -57px;
  }
  .page-section.carousel-section .slick-prev {
    left: -57px;
  }
  .page-section.page-slider figure.slider-figure figcaption .slider-text-container {
    margin-left: 64px;
  }
  .page-section .flex-direction-nav .flex-prev {
    left: 7px;
  }
  .page-section .flex-direction-nav .flex-next {
    right: 7px;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 16px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 16px;
  }
  .slider-title {
    font-size: 30px;
  }
  .slider-text {
    font-size: 20px;
  }
  .header-text {
    font-size: 16px;
  }
  .state-indicator {
    z-index: 2;
  }
  .page-section.carousel-section.page-latest-news .carousel-item {
    display: block;
    /*.carousel-item-image img {
                    width: auto;
                    height: 100%;
                    max-height: 250px;
                }*/
  }
  .page-section.carousel-section.page-latest-news .carousel-item .carousel-item-image,
  .page-section.carousel-section.page-latest-news .carousel-item .carousel-item-text {
    display: block;
    width: 100%;
    background-color: #fff;
  }
  .page-section.page-slider {
    position: relative;
  }
  .page-section.page-slider figure.slider-figure figcaption.slider-figcaption {
    height: auto;
    background-color: #00723f;
    padding: 20px;
    padding-bottom: 40px;
  }
  .page-section.page-slider figure.slider-figure figcaption.slider-figcaption .slider-text-container {
    position: relative;
    margin: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    top: auto;
    bottom: auto;
  }
  .page-section.page-slider figure.slider-figure figcaption.slider-figcaption .slider-text-container:before,
  .page-section.page-slider figure.slider-figure figcaption.slider-figcaption .slider-text-container:after {
    content: " ";
    display: table;
  }
  .page-section.page-slider figure.slider-figure figcaption.slider-figcaption .slider-text-container:after {
    clear: both;
  }
  .page-section.page-slider figure.slider-figure figcaption.slider-figcaption .slider-text-container .slider-title > span,
  .page-section.page-slider figure.slider-figure figcaption.slider-figcaption .slider-text-container .slider-text > span {
    clear: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
  }
  .page-section.page-slider figure.slider-figure figcaption.slider-figcaption .slider-text-container .slider-title > span:first-child:after {
    content: "\00a0";
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 16px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 16px;
  }
  .slider-title {
    font-size: 24px;
  }
  .slider-text {
    font-size: 18px;
  }
  .header-text {
    font-size: 16px;
  }
  .state-indicator {
    z-index: 3;
  }
}
@media screen and (max-width: 460px) {
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 16px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 16px;
  }
  .slider-title {
    font-size: 18px;
  }
  .slider-text {
    font-size: 16px;
  }
  .header-text {
    font-size: 16px;
  }
  s .state-indicator {
    z-index: 4;
  }
  .page-section.carousel-section .slick-dots li {
    margin: 0;
  }
}
@keyframes animate-in {
  0%,
  100% {
    -webkit-transform-origin: 50% 0;
  }
  0% {
    opacity: 0;
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transform-origin: 50% 0;
  }
}
.umb-block-grid__layout-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--umb-block-grid--grid-columns, 1), minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: minmax(50px, -webkit-min-content);
  grid-auto-rows: minmax(50px, min-content);
  -moz-column-gap: var(--umb-block-grid--column-gap, 0);
  column-gap: var(--umb-block-grid--column-gap, 0);
  row-gap: var(--umb-block-grid--row-gap, 0);
  gap: 10px;
}
.umb-block-grid__layout-item {
  position: relative;
  /* For small devices we scale columnSpan by three, to make everything bigger than 1/3 take full width: */
  grid-column-end: span min(calc(var(--umb-block-grid--item-column-span, 1) * 3), var(--umb-block-grid--grid-columns));
  grid-row: span var(--umb-block-grid--item-row-span, 1);
}
.umb-block-grid__area-container,
.umb-block-grid__block--view::part(area-container) {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--umb-block-grid--area-grid-columns, var(--umb-block-grid--grid-columns, 1)), minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: minmax(50px, -webkit-min-content);
  grid-auto-rows: minmax(50px, min-content);
  -moz-column-gap: var(--umb-block-grid--areas-column-gap, 0);
  column-gap: var(--umb-block-grid--areas-column-gap, 0);
  row-gap: var(--umb-block-grid--areas-row-gap, 0);
}
.umb-block-grid__area {
  position: relative;
  /* For small devices we scale columnSpan by three, to make everything bigger than 1/3 take full width: */
  grid-column-end: span min(calc(var(--umb-block-grid--area-column-span, 1) * 3), var(--umb-block-grid--grid-columns));
  grid-row: span var(--umb-block-grid--area-row-span, 1);
}
@media (min-width: 1024px) {
  .umb-block-grid__layout-item {
    grid-column-end: span min(var(--umb-block-grid--item-column-span, 1), var(--umb-block-grid--grid-columns));
  }
  .umb-block-grid__area {
    grid-column-end: span var(--umb-block-grid--area-column-span, 1);
  }
}

