@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
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:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  text-decoration: inherit;
}
body *,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}
input::-ms-clear {
  display: none;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  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) {
  .col,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    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) {
  .col,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    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) {
  .col,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    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;
  }
}
.clearfix,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'madinah';
  src: url('../fonts/madinah_authentic-webfont.eot');
  src: url('../fonts/madinah_authentic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/madinah_authentic-webfont.woff2') format('woff2'), url('../fonts/madinah_authentic-webfont.woff') format('woff'), url('../fonts/madinah_authentic-webfont.svg#madinah_authenticregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tt_chocolates_trlextralight';
  src: url('../fonts/tt_chocolates_trial_extralight-webfont.eot');
  src: url('../fonts/tt_chocolates_trial_extralight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/tt_chocolates_trial_extralight-webfont.woff2') format('woff2'), url('../fonts/tt_chocolates_trial_extralight-webfont.woff') format('woff'), url('../fonts/tt_chocolates_trial_extralight-webfont.svg#tt_chocolates_trlextralight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tt_chocolates_trlregular';
  src: url('../fonts/tt_chocolates_trial_regular-webfont.eot');
  src: url('../fonts/tt_chocolates_trial_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/tt_chocolates_trial_regular-webfont.woff2') format('woff2'), url('../fonts/tt_chocolates_trial_regular-webfont.woff') format('woff'), url('../fonts/tt_chocolates_trial_regular-webfont.svg#tt_chocolates_trlregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gabriolaregular';
  src: url('../fonts/gabriola_font_download-webfont.eot');
  src: url('../fonts/gabriola_font_download-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gabriola_font_download-webfont.woff2') format('woff2'), url('../fonts/gabriola_font_download-webfont.woff') format('woff'), url('../fonts/gabriola_font_download-webfont.svg#gabriolaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'grand_maleficregular';
  src: url('../fonts/grand_malefic-webfont.eot');
  src: url('../fonts/grand_malefic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/grand_malefic-webfont.woff2') format('woff2'), url('../fonts/grand_malefic-webfont.woff') format('woff'), url('../fonts/grand_malefic-webfont.svg#grand_maleficregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.font_2025_light {
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media (max-width: 1199px) {
  .font_2025_light {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .font_2025_light {
    font-size: 16px;
  }
}
.font_2025_regular {
  font-family: 'tt_chocolates_trlregular', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media (max-width: 1199px) {
  .font_2025_regular {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .font_2025_regular {
    font-size: 20px;
  }
}
.font_2025_headline {
  font-family: 'tt_chocolates_trlregular', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media (max-width: 1199px) {
  .font_2025_headline {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .font_2025_headline {
    font-size: 24px;
  }
}
.animate {
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
body {
  color: #000;
  font-size: 16px;
  line-height: 32px;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 28px;
  }
}
body .nakladka {
  opacity: 0;
  content: '';
  z-index: 7;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  background-color: #f6f6f6;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
body.block {
  overflow: hidden;
}
body.block .nakladka {
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
body.fadeout {
  opacity: 0;
}
@media (max-width: 767px) {
  body.fadeout {
    opacity: 1;
  }
}
.block {
  display: block;
  width: 100%;
}
.button_border,
.button_gold_1,
.button_white_1,
.button_white_2 {
  display: inline-block;
  font-size: 16px;
  line-height: 1.63;
  padding: 12px 30px;
  text-transform: uppercase;
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000;
  border: solid 1px #fff;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.button_border:hover,
.button_gold_1:hover,
.button_white_1:hover,
.button_white_2:hover {
  background-color: transparent;
  color: #fff;
}
.button_border {
  font-family: 'tt_chocolates_trlregular', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border: solid 1px #000;
  color: #000;
  background-color: transparent;
}
@media (max-width: 1199px) {
  .button_border {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .button_border {
    font-size: 20px;
  }
}
.button_border:hover {
  background-color: #000;
  color: #fff;
}
.button_gold_1 {
  color: #fff;
  border: solid 1px #a27e1e;
  background-color: #a27e1e;
  font-size: 13px!important;
  margin-bottom: 30px;
}
.button_gold_1:hover {
  background-color: transparent;
  color: #a27e1e;
}
.font-thin {
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.font-light {
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.font-regular {
  font-family: 'tt_chocolates_trlregular', sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.font-madinah {
  font-family: 'grand_maleficregular', sans-serif;
  text-transform: uppercase;
}
.font-gabriola {
  font-family: 'gabriolaregular', sans-serif;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.cookies {
  display: block;
  position: fixed;
  z-index: 9;
  bottom: 0;
  width: 100%;
  background-color: #000;
  padding: 30px 15px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: left;
  overflow: hidden;
}
.cookies .left {
  width: calc(100% - 180px);
  float: left;
}
@media (max-width: 767px) {
  .cookies .left {
    display: block;
    width: 100%;
    text-align: center;
    float: none;
  }
}
.cookies a {
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  text-transform: uppercase;
}
.cookies a:hover {
  color: #000;
}
.cookies a.closebutton {
  width: auto;
  height: 40px;
  line-height: 38px;
  border: solid 1px #fff;
  margin: 0 0 0 30px;
  display: block;
  float: right;
  text-align: center;
  width: 150px;
}
.cookies a.closebutton:hover {
  background-color: #fff;
  color: #a27e1e;
}
@media (max-width: 767px) {
  .cookies a.closebutton {
    display: block;
    margin: 10px auto 0 auto;
    float: none;
  }
}
#pokamenu {
  top: 1px;
  position: absolute;
}
.naglowek {
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  letter-spacing: 0.05em;
  font-size: 48px;
  line-height: 1.6;
  color: #000;
}
@media (max-width: 1399px) {
  .naglowek {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .naglowek {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .naglowek {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .naglowek {
    font-size: 28px;
  }
}
@media (max-width: 585px) {
  .naglowek {
    font-size: 24px;
  }
}
.naglowek.naglowek2 {
  font-size: 32px;
}
@media (max-width: 1399px) {
  .naglowek.naglowek2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .naglowek.naglowek2 {
    font-size: 24px;
  }
}
section {
  overflow: hidden;
  position: relative;
}
section .container {
  z-index: 2;
  position: relative;
}
.flexrow {
  width: calc(100% + 30px);
  margin: 0 -15px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 585px) {
  .flexrow {
    flex-direction: none;
    justify-content: none;
    align-items: none;
    align-content: none;
    display: block;
    -webkit-flex-wrap: none;
    -ms-flex-wrap: none;
    flex-wrap: none;
  }
}
@media (max-width: 585px) {
  .mobilefull {
    width: 100%;
  }
}
.swiper-container {
  opacity: 0;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.swiper-container.fadein {
  opacity: 1;
}
.nav_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 9;
  background-color: transparent;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media (max-width: 991px) {
  .nav_top {
    display: none;
  }
}
.nav_top.show {
  position: fixed;
  background-color: #000;
}
.nav_top.show .submenu {
  background-color: #000;
}
.nav_top.page {
  position: fixed;
  background-color: #000;
}
.nav_top.page .submenu {
  background-color: #000;
}
.nav_top .logo {
  width: 241px;
  height: 50px;
  display: block;
  float: left;
  margin-top: 15px;
}
.nav_top .logo img {
  display: block;
  width: auto;
  height: 100%;
}
.nav_top .menu {
  float: right;
  margin-top: 25px;
}
.nav_top .menu ul,
.nav_top .menu .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
  border: 0;
  padding: 0;
  clear: unset;
  float: left;
}
.nav_top .menu ul li,
.nav_top .menu .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal li {
  float: left;
  margin-right: 30px;
  position: relative;
}
.nav_top .menu ul li .submenu,
.nav_top .menu .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal li .submenu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 30px;
  left: 0;
  width: 220px;
  height: auto;
  padding: 12px;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nav_top .menu ul li:hover .submenu,
.nav_top .menu .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal li:hover .submenu {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1399px) {
  .nav_top .menu ul li,
  .nav_top .menu .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal li {
    margin-right: 10px;
  }
}

.nav_top .menu ul li a,
.nav_top .menu .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal li a {
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 18px;
  color: #fff;
  position: relative;
  line-height: 30px;
  padding: 0;
  display: inline;
  text-transform: lowercase;
}
@media (max-width: 1399px) {
  .nav_top .menu ul li a,
  .nav_top .menu .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal li a {
    font-size: 16px;
  }
}
.nav_top .menu ul li a span,
.nav_top .menu .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal li a span {
  position: absolute;
  font-size: 10px;
  line-height: 10px;
  padding: 2px;
  border-radius: 4px;
  color: #fff;
  background-color: #a27e1e;
  top: -15px;
  right: -2px;
  font-weight: bold;
}
.nav_top .menu ul li a::before,
.nav_top .menu .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal li a::before {
  width: 0;
  height: 1px;
  background-color: #fff;
  display: block;
  left: 0;
  bottom: -5px;
  content: '';
  position: absolute;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nav_top .menu ul li a:hover::before,
.nav_top .menu .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal li a:hover::before {
  width: 100%;
}
.nav_top .menu ul li {
  margin-right: 30px;
}
@media (max-width: 1399px) {
  .nav_top .menu ul li {
    margin-right: 8px;
  }
}
.nav_top .menu .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal li:last-child {
  margin-right: 0;
}
.nav_top_mobile {
  display: none;
  position: fixed;
  background-color: #000;
  height: 70px;
  top: 0;
  left: 0;
  z-index: 9;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  width: 100%;
}
.nav_top_mobile .container {
  z-index: 10;
}
@media (max-width: 991px) {
  .nav_top_mobile {
    display: block;
  }
}
.nav_top_mobile .logo {
  display: block;
  margin: 0;
  width: 200px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nav_top_mobile .logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nav_top_mobile .mobile-btn {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  padding: 20px 15px;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  z-index: 10;
}
.nav_top_mobile .mobile-btn span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nav_top_mobile .mobile-btn span.second {
  margin: 12px 0;
}
.nav_top_mobile .mobile-btn.active {
  border-color: transparent;
  margin: 19px 0 0 0;
}
@media (max-width: 767px) {
  .nav_top_mobile .mobile-btn.active {
    margin: 0;
  }
}
.nav_top_mobile .mobile-btn.active span.first {
  width: 75%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media (max-width: 767px) {
  .nav_top_mobile .mobile-btn.active span.first {
    width: 50%;
  }
}
.nav_top_mobile .mobile-btn.active span.second {
  width: 0;
}
.nav_top_mobile .mobile-btn.active span.third {
  width: 75%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media (max-width: 767px) {
  .nav_top_mobile .mobile-btn.active span.third {
    width: 50%;
  }
}
.nav_top_mobile .mobile-btn.active:hover span.first {
  margin: auto;
}
.nav_top_mobile .mobile-btn.active:hover span.second {
  margin: 12px 0;
}
.nav_top_mobile .mobile-btn:hover span.first {
  margin-top: 3px;
}
.nav_top_mobile .mobile-btn:hover span.second {
  margin: 9px 0;
}

.nav_top_mobile .menu {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  overflow-y: scroll;
  z-index: -99;
  background-color: #000;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  top: 0;
  right: -100vw;
  opacity: 0;
  padding: 170px 100px 100px 100px;
}
@media (max-width: 767px) {
  .nav_top_mobile .menu {
    padding: 100px 50px 200px 50px;
  }
}
@media (max-height: 700px) {
  .nav_top_mobile .menu {
    padding: 70px 0 100px 0;
  }
}
@media (max-width: 585px) {
  .nav_top_mobile .menu {
    overflow-y: scroll;
  }
}
.nav_top_mobile .menu.show {
  right: 0;
  opacity: 1;
  z-index: 6;
}
.nav_top_mobile .menu li {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 50px 0 0 0;
  position: relative;
  z-index: 2;
}
@media (max-height: 767px) {
  .nav_top_mobile .menu li {
    margin: 30px 0 0 0;
  }
}
.nav_top_mobile .menu li.current-menu-item a:before {
  width: 100%;
}
.nav_top_mobile .menu li a {
  display: inline-block;
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
  letter-spacing: 5px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  position: relative;
  text-transform: uppercase;
}
.nav_top_mobile .menu li a span {
  position: absolute;
  font-size: 10px;
  line-height: 10px;
  padding: 2px;
  border-radius: 4px;
  color: #fff;
  background-color: #a27e1e;
  top: -15px;
  right: -2px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: lowercase;
}
.nav_top_mobile .menu li a:before {
  width: 0;
  right: 0;
  left: 0;
  bottom: -5px;
  margin: auto;
  position: absolute;
  height: 1px;
  content: '';
  background-color: #fff;
  display: block;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nav_top_mobile .menu li a:hover:before {
  width: 100%;
}
.section_tekstowa {
  position: relative;
  padding: 100px 0 20px 0;
}
@media (max-width: 1399px) {
  .section_tekstowa {
    padding: 90px 0 20px 0;
  }
}
@media (max-width: 1199px) {
  .section_tekstowa {
    padding: 70px 0 20px 0;
  }
}
@media (max-width: 991px) {
  .section_tekstowa {
    padding: 60px 0 20px 0;
  }
}
@media (max-width: 767px) {
  .section_tekstowa {
    padding: 50px 0 1px 0;
  }
}
.contentbox h1,
.contentbox h2 {
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  letter-spacing: 0.05em;
  font-size: 32px;
  line-height: 1.6;
  margin: 0 0 30px 0;
}
@media (max-width: 991px) {
  .contentbox h1,
  .contentbox h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .contentbox h1,
  .contentbox h2 {
    font-size: 20px;
  }
}
.contentbox h3 {
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 32px;
  line-height: 42px;
  margin: 30px 0;
}
@media (max-width: 991px) {
  .contentbox h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.contentbox h4 {
  font-size: 26px;
  line-height: 36px;
  margin: 30px 0;
}
@media (max-width: 991px) {
  .contentbox h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
.contentbox p {
  margin: 0 0 30px 0;
}
.contentbox ol {
  margin: 0 0 30px 0;
}
.contentbox ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-bottom: 15px;
}
.contentbox ol li:last-child {
  margin-bottom: 0;
}
.contentbox a {
  position: relative;
}
.contentbox a:before {
  background-color: #a27e1e;
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -8px;
  display: block;
  height: 1px;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.contentbox a:hover:before {
  width: 0;
}
.contentbox ul {
  margin: 0 0 30px 0;
}
.contentbox ul li {
  padding: 0 0 0 16px;
  position: relative;
  margin-bottom: 15px;
}
.contentbox ul li:last-child {
  margin-bottom: 0;
}
.contentbox ul li:before {
  position: absolute;
  left: 0;
  top: 8px;
  background-image: url('../images/ico_li.svg');
  background-size: contain;
  width: 16px;
  height: 16px;
  content: '';
  margin: auto;
}
.contentbox .media-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.contentbox .media-img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.contentbox .media-img:before {
  display: none;
}
iframe {
  display: block;
  width: 100%;
  height: 750px;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  iframe {
    height: 530px;
  }
}
@media (max-width: 1199px) {
  iframe {
    height: 530px;
  }
}
@media (max-width: 991px) {
  iframe {
    height: 400px;
  }
}
@media (max-width: 767px) {
  iframe {
    height: 270px;
  }
}
.section_tekstowa_baner {
  padding: 200px 0 20px 0;
}
@media (max-width: 1399px) {
  .section_tekstowa_baner {
    padding: 170px 0 0 0;
  }
}
@media (max-width: 1199px) {
  .section_tekstowa_baner {
    padding: 150px 0 0 0;
  }
}
@media (max-width: 991px) {
  .section_tekstowa_baner {
    padding: 130px 0 0 0;
  }
}
.section_tekstowa_baner h1 {
  text-align: center;
}
.section_produkt_baner {
  display: block;
  padding: 190px 0;
  position: relative;
  text-align: center;
}
@media (max-width: 1199px) {
  .section_produkt_baner {
    padding: 170px 0;
  }
}
@media (max-width: 991px) {
  .section_produkt_baner {
    padding: 150px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .section_produkt_baner {
    padding: 120px 0 50px 0;
  }
}
.section_produkt_baner h1 {
  position: relative;
  z-index: 3;
  display: inline-block;
  font-family: 'tt_chocolates_trlregular', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.25em;
  font-size: 30px;
}
@media (max-width: 1199px) {
  .section_produkt_baner h1 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .section_produkt_baner h1 {
    font-size: 20px;
  }
}
.section_produkt_baner h1.dolewej {
  text-align: left;
}
.section_produkt_baner h1.doprawej {
  text-align: right;
}
@media (max-width: 1199px) {
  .section_produkt_baner h1 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .section_produkt_baner h1 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section_produkt_baner h1 {
    font-size: 15px;
  }
}
.section_produkt_baner h1 strong {
  font-family: 'grand_maleficregular', sans-serif;
  text-transform: uppercase;
  display: block;
  font-size: 96px;
  letter-spacing: 0.15em;
  line-height: 0.8;
}
@media (max-width: 1199px) {
  .section_produkt_baner h1 strong {
    font-size: 72px;
  }
}
@media (max-width: 991px) {
  .section_produkt_baner h1 strong {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .section_produkt_baner h1 strong {
    font-size: 48px;
  }
}
.section_produkt_baner .container {
  position: relative;
  z-index: 2;
}
.section_produkt_baner .produkt_baner_bg {
  background-color: #000;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section_produkt_baner .produkt_baner_bg img {
  opacity: 0.6;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section_produkt_baner .produkt_baner_logo {
  width: auto;
  height: 50px;
  display: block;
  margin: auto;
}
.section_produkt_content {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .section_produkt_content {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .section_produkt_content {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .section_produkt_content {
    margin-top: 40px;
  }
}
.section_produkt_content .glowne_foto {
  display: block;
  width: 100%;
  height: 100%;
}
.section_produkt_content .glowne_foto img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.section_produkt_content .glowne_foto:hover img {
  opacity: 0.7;
}
.section_produkt_content .contentbox {
  display: table;
  height: 100%;
  width: 100%;
}
@media (max-width: 585px) {
  .section_produkt_content .contentbox {
    margin-bottom: 30px;
  }
}
.section_produkt_content .contentbox .centerit {
  display: table-cell;
  vertical-align: middle;
}
.section_produkt_content .contentbox h2 {
  line-height: 1.7;
  margin: 0;
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media (max-width: 1199px) {
  .section_produkt_content .contentbox h2 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section_produkt_content .contentbox h2 {
    font-size: 16px;
  }
}
.section_produkt_content .contentbox h2.naglowek {
  font-family: 'tt_chocolates_trlregular', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .section_produkt_content .contentbox h2.naglowek {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .section_produkt_content .contentbox h2.naglowek {
    font-size: 20px;
  }
}
.section_produkt_content .kolekcja_kolor {
  margin-top: 76px;
}
@media (max-width: 1199px) {
  .section_produkt_content .kolekcja_kolor {
    margin-top: 56px;
  }
}
@media (max-width: 991px) {
  .section_produkt_content .kolekcja_kolor {
    margin-top: 36px;
  }
}
@media (max-width: 767px) {
  .section_produkt_content .kolekcja_kolor {
    margin-top: 16px;
  }
}
.section_produkt_content .kolekcja_kolor .kolekcja_kolor_naglowek {
  display: inline-block;
  text-align: right;
}
.section_produkt_content .kolekcja_kolor .naglowek {
  margin: 24px 0 0 0;
}
.section_produkt_content .kolekcja_kolor .naglowek:not(.naglowek2) {
  font-family: 'grand_maleficregular', sans-serif;
  text-transform: uppercase;
  font-size: 80px;
  letter-spacing: 0.15em;
  line-height: 0.9;
}
@media (max-width: 1199px) {
  .section_produkt_content .kolekcja_kolor .naglowek:not(.naglowek2) {
    font-size: 64px;
  }
}
@media (max-width: 991px) {
  .section_produkt_content .kolekcja_kolor .naglowek:not(.naglowek2) {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .section_produkt_content .kolekcja_kolor .naglowek:not(.naglowek2) {
    font-size: 48px;
  }
}
.section_produkt_content .kolekcja_kolor .naglowek.naglowek2 {
  font-size: 36px;
  letter-spacing: 0;
  font-family: 'gabriolaregular', sans-serif;
  text-transform: lowercase;
  margin: 0;
  margin: 0 5% 0 0;
  line-height: 0.9;
  display: inline-block;
}
@media (max-width: 1199px) {
  .section_produkt_content .kolekcja_kolor .naglowek.naglowek2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .section_produkt_content .kolekcja_kolor .naglowek.naglowek2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .section_produkt_content .kolekcja_kolor .naglowek.naglowek2 {
    font-size: 24px;
  }
}
.section_produkt_content .kolekcja_kolor .kolor_foto {
  display: block;
  width: 100%;
  height: 600px;
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .section_produkt_content .kolekcja_kolor .kolor_foto {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .section_produkt_content .kolekcja_kolor .kolor_foto {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .section_produkt_content .kolekcja_kolor .kolor_foto {
    height: 300px;
  }
}
.section_produkt_content .kolekcja_kolor .kolor_foto img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  object-fit: cover;
}
.section_produkt_content .kolekcja_kolor .kolor_foto:hover img {
  opacity: 0.7;
}
.section_produkt_content .kolekcja_kolor_button {
  margin-top: 24px;
}
.section_produkt_content .przekroje {
  margin-top: 50px;
}
.section_produkt_content .przekroje h2 {
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  letter-spacing: 0.05em;
  font-size: 48px;
  line-height: 1.6;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .section_produkt_content .przekroje h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .section_produkt_content .przekroje h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .section_produkt_content .przekroje h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .section_produkt_content .przekroje h2 {
    font-size: 28px;
  }
}
@media (max-width: 585px) {
  .section_produkt_content .przekroje h2 {
    font-size: 24px;
  }
}
.section_produkt_content .przekroje h2.naglowek2 {
  font-size: 32px;
}
@media (max-width: 1399px) {
  .section_produkt_content .przekroje h2.naglowek2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .section_produkt_content .przekroje h2.naglowek2 {
    font-size: 24px;
  }
}
.section_produkt_content .przekroje h3 {
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  letter-spacing: 0.05em;
  font-size: 48px;
  line-height: 1.6;
  color: #000;
  text-align: center;
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 1399px) {
  .section_produkt_content .przekroje h3 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .section_produkt_content .przekroje h3 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .section_produkt_content .przekroje h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .section_produkt_content .przekroje h3 {
    font-size: 28px;
  }
}
@media (max-width: 585px) {
  .section_produkt_content .przekroje h3 {
    font-size: 24px;
  }
}
.section_produkt_content .przekroje h3.naglowek2 {
  font-size: 32px;
}
@media (max-width: 1399px) {
  .section_produkt_content .przekroje h3.naglowek2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .section_produkt_content .przekroje h3.naglowek2 {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .section_produkt_content .przekroje h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section_produkt_content .przekroje h3 {
    font-size: 20px;
  }
}
.section_produkt_content .przekroje .przekroj {
  display: block;
  width: 100%;
  height: auto;
}
.section_produkt_content .przekroje .przekroj img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px;
}
.section_produkt_content .przekroje table {
  border: solid 1px #a27e1e;
  width: 100%;
  text-align: center;
}
.section_produkt_content .przekroje table td,
.section_produkt_content .przekroje table th {
  padding: 10px;
  font-size: 14px;
  border-right: solid 1px #a27e1e;
}
@media (max-width: 991px) {
  .section_produkt_content .przekroje table td,
  .section_produkt_content .przekroje table th {
    padding: 5px;
    font-size: 12px;
  }
}
.section_produkt_content .przekroje table td:last-child,
.section_produkt_content .przekroje table th:last-child {
  border-right: none;
}
.section_produkt_content .przekroje table thead tr {
  border-bottom: solid 1px #a27e1e;
}
.section_produkt_content .przekroje table tbody tr {
  border-bottom: solid 1px #a27e1e;
}
.section_produkt_content .przekroje table tbody tr:last-child {
  border-bottom: none;
}
.section_produkt_content .przekroje .naglowekmobile {
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section_produkt_content .przekroje .naglowekmobile {
    display: block;
  }
}
.section_produkt_content .przekroje svg {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px;
}
.section_produkt_content .przekroje svg path {
  fill: transparent;
  stroke: #a27e1e;
  stroke-width: 3px;
}
.section_produkt_content .przekroje p {
  text-align: center;
  margin-top: 30px;
}
footer {
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-family: 'tt_chocolates_trlregular', sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding: 50px 0;
}
@media (max-width: 767px) {
  footer {
    padding: 30px 0;
    text-align: center;
  }
}
footer ul {
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  footer ul {
    display: inline-block;
    margin-bottom: 0;
  }
}
footer ul li {
  float: left;
  margin-right: 22px;
}
@media (max-width: 767px) {
  footer ul li {
    margin-right: 15px;
    float: none;
    display: inline-block;
  }
}
footer ul li:last-child {
  margin-right: 0;
}
footer a {
  position: relative;
}
footer a::before {
  width: 0;
  left: 0;
  bottom: -5px;
  height: 1px;
  content: '';
  display: block;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
footer a:hover::before {
  width: 100%;
}
footer p {
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  footer p {
    margin: 5px 0;
  }
}
footer .tojekmek {
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  opacity: 0.2;
  float: right;
  display: block;
}
@media (max-width: 767px) {
  footer .tojekmek {
    display: inline-block;
    float: none;
  }
}
footer .tojekmek::before {
  display: none;
}
footer .tojekmek:hover {
  opacity: 1;
}
.section_kontakt {
  display: block;
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  line-height: 1.3;
  font-size: 16px;
  /*
    h3,p,a {
        .font-light;
        font-size: 20px;
        line-height: 1.7;
        @media(max-width:1399px){
            font-size: 18px;
        }
        @media(max-width:1199px){
            font-size: 16px;
        }
    }
    .naglowek {
        margin: 0 0 50px 0;
        display: none;
        @media(max-width:767px){
            margin: 0 0 30px 0;
        }
    }
    .naglowek2 {
        margin: 0 0 30px 0;
        display: none;
    }
    p,h3 {
        margin-bottom: 30px;
        @media(max-width:767px){
            margin-bottom: 15px;
        }
    }
    p { 
        display: block;
        a { 
            position: relative;
            .font-light;
            display: inline-block;
            &::before {
                width: 100%;
                content: '';
                display: block;
                height: 1px;
                background-color: @gold;
                bottom: -5px;
                position: absolute;
                .animate;
            }
            &::after {
                width: 24px;
                height: 24px;
                content: '';
                top: 0;
                bottom: 0;
                left: 0;
                display: block; 
                position: absolute;
                background-size: contain;
                background-repeat: no-repeat;
                @media(max-width:767px){
                    width: 16px;
                    height: 16px;
                } 
            }
            &:hover {
                &::before {
                    width: 0;
                }
            }
            &.phone,
            &.mail {
                padding: 0 0 0 40px;
                @media(max-width:767px){
                    padding: 0 0 0 34px
                }
                &::before {
                    width: calc(~"100% - 40px");
                    left: 40px;
                    @media(max-width:767px){
                        left: 34px;
                        width: calc(~"100% - 34px");
                    }
                }
                &:hover {
                    &::before {
                        width: 0;
                    } 
                }
            }
            &.phone {
                &::after {
                    background-image: url('../images/ico_phone.svg');
                }
            }
            &.mail {
                &::after {
                    background-image: url('../images/ico_email.svg');
                }
            }
        }
    }
    */
}
@media (max-width: 1199px) {
  .section_kontakt {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section_kontakt {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section_kontakt {
    text-align: center;
  }
}
.section_kontakt .kontakt_logo {
  display: inline-block;
  width: auto;
  height: 50px;
  margin-bottom: 30px;
}
.section_kontakt .kontakt_logo img {
  width: auto;
  height: 100%;
  display: block;
}
.section_kontakt .naglowek,
.section_kontakt .naglowek2 {
  display: none;
}
.section_kontakt .kontakt_iframe {
  display: block;
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  left: 15px;
}
@media (max-width: 991px) {
  .section_kontakt .kontakt_iframe {
    height: 400px;
    margin-top: 24px;
    position: relative;
    width: 100%;
    left: auto;
  }
}
.section_kontakt .kontakt_iframe iframe,
.section_kontakt .kontakt_iframe .acf-map,
.section_kontakt .kontakt_iframe .map_inside {
  display: block;
  width: 100%;
  height: 100%;
}
.section_kontakt .kontakt_iframe iframe h3,
.section_kontakt .kontakt_iframe .acf-map h3,
.section_kontakt .kontakt_iframe .map_inside h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}
.section_kontakt .kontakt_iframe .acf-map {
  display: none;
}
.section_kontakt .kontakt_iframe .acf-map.active {
  display: block;
}
.section_kontakt .kontakt_iframe .map_inside {
  border: solid 1px #000;
  display: block;
  box-sizing: border-box;
  height: calc(100% - 2px);
}
.section_kontakt .kontakt_iframe .map_inside_zaslepka {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.section_kontakt .kontakt_iframe .map_inside_zaslepka img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.section_kontakt_head {
  text-align: center;
  margin: 0 auto;
  max-width: 500px;
}
.section_kontakt_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 24px auto 36px auto;
  max-width: 500px;
}
.section_kontakt_row_kol {
  width: 40%;
  margin-right: 20%;
}
.section_kontakt_row_kol:last-child {
  margin-right: 0;
}
@media (max-width: 585px) {
  .section_kontakt_row_kol {
    width: 100%;
    margin-top: 24px;
    margin-right: 0;
  }
}
.section_kontakt h3 {
  border-bottom: solid 2px #f6f6f6;
  margin-bottom: 12px;
}
.section_kontakt .button_gold_1 {
  display: inline-block;
  font-size: 16px;
  line-height: 1.63;
  padding: 12px 30px;
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  letter-spacing: 0.05em;
  border: solid 1px #fff;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  font-family: 'tt_chocolates_trlregular', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border: solid 1px #000;
  color: #000;
  background-color: transparent;
  width: 100%;
  height: 60px;
  line-height: 58px;
  text-align: center;
  padding: 0;
  font-size: 18px !important;
  margin: 20px auto 0 auto;
  display: block;
  max-width: 500px;
}
.section_kontakt .button_gold_1:hover {
  background-color: transparent;
  color: #fff;
}
@media (max-width: 1199px) {
  .section_kontakt .button_gold_1 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .section_kontakt .button_gold_1 {
    font-size: 20px;
  }
}
.section_kontakt .button_gold_1:hover {
  background-color: #000;
  color: #fff;
}
.section_panele {
  display: block;
}
.section_panele .naglowek {
  margin-bottom: 26px;
  text-align: center;
}
.section_panele .panele_panel {
  margin-top: 24px;
  width: 100%;
  height: 370px;
  position: relative;
  overflow: hidden;
  background-color: #000;
  display: table;
}
@media (max-width: 1399px) {
  .section_panele .panele_panel {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .section_panele .panele_panel {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .section_panele .panele_panel {
    height: 150px;
  }
}
.section_panele .panele_panel .inside {
  position: relative;
  z-index: 3;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.section_panele .panele_panel .inside h3 {
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  letter-spacing: 0.05em;
  font-size: 42px;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .section_panele .panele_panel .inside h3 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .section_panele .panele_panel .inside h3 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .section_panele .panele_panel .inside h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section_panele .panele_panel .inside h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 585px) {
  .section_panele .panele_panel .inside h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section_panele .panele_panel .inside .button_white_2 {
    font-size: 12px;
    padding: 8px 10px;
  }
}
.section_panele .panele_panel img {
  z-index: 1;
  width: 140%;
  height: 140%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: -20%;
  right: -20%;
  top: -20%;
  bottom: -20%;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  opacity: 0.75;
}
.section_panele .panele_panel:hover img {
  width: 150%;
  height: 150%;
  left: -25%;
  right: -25%;
  top: -25%;
  bottom: -25%;
}
.section_panele .panele_panel:hover .button_white_2 {
  background-color: transparent;
  color: #fff;
}
.section_kolekcje {
  display: block;
  overflow: visible;
}
.section_kolekcje .current_collection {
  display: none;
}
.section_kolekcje .naglowek {
  margin-bottom: 26px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.section_kolekcje .naglowek span {
  position: relative;
  margin-left: 36px;
  display: inline-block;
}
.section_kolekcje .naglowek span::before {
  position: absolute;
  top: -15px;
  left: -22px;
  background-color: #000;
  display: block;
  height: calc(100% + 20px);
  width: 2px;
  content: '';
}
.section_kolekcje .naglowek strong {
  position: absolute;
  font-size: 10px;
  line-height: 10px;
  padding: 6px 4px 4px 4px;
  border-radius: 4px;
  color: #fff;
  background-color: #a27e1e;
  top: -15px;
  right: -2px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section_kolekcje .naglowek strong {
    font-size: 8px;
    padding: 4px 2px 2px 2px;
  }
}
.section_kolekcje .flexrow {
  justify-content: center;
}
.section_kolekcje .produkt_link {
  margin-top: 24px;
  width: 100%;
  height: 370px;
  position: relative;
  overflow: hidden;
  background-color: #000;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1399px) {
  .section_kolekcje .produkt_link {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .section_kolekcje .produkt_link {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .section_kolekcje .produkt_link {
    height: 150px;
  }
}
.section_kolekcje .produkt_link h3 {
  position: relative;
  z-index: 3;
  display: table-cell;
  vertical-align: middle;
  font-family: 'tt_chocolates_trlregular', sans-serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.25em;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .section_kolekcje .produkt_link h3 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .section_kolekcje .produkt_link h3 {
    font-size: 20px;
  }
}
.section_kolekcje .produkt_link h3.dolewej {
  text-align: left;
}
.section_kolekcje .produkt_link h3.doprawej {
  text-align: right;
}
@media (max-width: 1399px) {
  .section_kolekcje .produkt_link h3 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section_kolekcje .produkt_link h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section_kolekcje .produkt_link h3 {
    font-size: 14px;
  }
}
.section_kolekcje .produkt_link h3 strong {
  font-family: 'grand_maleficregular', sans-serif;
  display: block;
  font-size: 64px;
  letter-spacing: 0;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .section_kolekcje .produkt_link h3 strong {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .section_kolekcje .produkt_link h3 strong {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .section_kolekcje .produkt_link h3 strong {
    font-size: 28px;
  }
}
.section_kolekcje .produkt_link img {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  opacity: 0.75;
}
.section_kolekcje .produkt_link .ramka {
  display: block;
  z-index: 2;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: solid 1px #fff;
}
@media (max-width: 767px) {
  .section_kolekcje .produkt_link .ramka {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
}
.section_kolekcje .produkt_link:hover img {
  width: 110%;
  height: 110%;
  left: -5%;
  right: -5%;
  top: -5%;
  bottom: -5%;
}
.section_kolekcje .kolekcje_galeria {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.section_kolekcje .kolekcje_galeria a {
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199px) {
  .section_kolekcje .kolekcje_galeria a {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .section_kolekcje .kolekcje_galeria a {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .section_kolekcje .kolekcje_galeria a {
    height: 100px;
  }
}
.section_kolekcje .kolekcje_galeria a img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.section_kolekcje .kolekcje_galeria a:hover img {
  width: 102%;
  height: 102%;
  left: -1%;
  right: -1%;
  top: -1%;
  bottom: -1%;
}
.grafiki {
  text-align: center;
}
.grafiki_naglowek {
  margin-bottom: 26px;
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  letter-spacing: 0.05em;
  font-size: 48px;
  line-height: 1.6;
  color: #000;
}
@media (max-width: 1399px) {
  .grafiki_naglowek {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .grafiki_naglowek {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .grafiki_naglowek {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .grafiki_naglowek {
    font-size: 28px;
  }
}
@media (max-width: 585px) {
  .grafiki_naglowek {
    font-size: 24px;
  }
}
.grafiki_naglowek.naglowek2 {
  font-size: 32px;
}
@media (max-width: 1399px) {
  .grafiki_naglowek.naglowek2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .grafiki_naglowek.naglowek2 {
    font-size: 24px;
  }
}
.grafiki_foto {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 24px;
}
.grafiki_foto img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.grafiki_foto:hover img {
  opacity: 0.5;
}
.section_zalety {
  display: block;
}
.section_zalety .flexrow {
  margin-bottom: 50px;
  overflow: hidden;
}
.section_zalety .flexrow .naglowek {
  margin-bottom: 24px;
}
.section_zalety .flexrow:last-child {
  margin-bottom: 0;
}
.section_zalety .flexrow .centerit {
  display: table;
  height: 100%;
  width: 100%;
}
.section_zalety .flexrow .centerit .centerit_inside {
  display: table-cell;
  vertical-align: middle;
}
.section_zalety img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 585px) {
  .section_zalety img {
    margin-top: 15px;
  }
}
.separator {
  display: block;
  height: 150px;
}
@media (max-width: 1399px) {
  .separator {
    height: 120px;
  }
}
@media (max-width: 1199px) {
  .separator {
    height: 100px;
  }
}
@media (max-width: 991px) {
  .separator {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .separator {
    height: 60px;
  }
}
.section_start {
  display: block;
  padding: 40vh 0 0 0;
  text-align: center;
  position: relative;
  background-color: #000;
  min-height: 500px;
  height: 100vh;
  /*
    @media(max-width:1399px){
        padding: 220px 0;
    }
    @media(max-width:1199px){
        padding: 190px 0;
    }
    @media(max-width:991px){
        padding: 220px 0 150px 0;
    }
    @media(max-width:767px){
        padding: 170px 0 100px 0;
    }
    */
}
.section_start .start_logo {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 150px;
}
@media (max-width: 1399px) {
  .section_start .start_logo {
    height: 130px;
  }
}
@media (max-width: 1199px) {
  .section_start .start_logo {
    height: 110px;
  }
}
@media (max-width: 991px) {
  .section_start .start_logo {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .section_start .start_logo {
    height: 70px;
  }
}
@media (max-width: 585px) {
  .section_start .start_logo {
    height: 50px;
  }
}
.section_start h1 {
  margin-top: 50px;
  font-size: 36px;
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
}
@media (max-width: 1399px) {
  .section_start h1 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .section_start h1 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .section_start h1 {
    font-size: 24px;
  }
}
.section_start .dokolekcji {
  position: absolute;
  z-index: 3;
  display: block;
  width: 70px;
  height: 70px;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../images/ico_arrow.svg');
  background-position: center top;
}
@media (max-width: 991px) {
  .section_start .dokolekcji {
    width: 50px;
    height: 50px;
    bottom: 10px;
  }
}
.section_start .dokolekcji:hover {
  bottom: 0;
  height: 90px;
  background-position: center 20px;
}
@media (max-width: 991px) {
  .section_start .dokolekcji:hover {
    height: 60px;
    background-position: center 10px;
  }
}
.section_start .swiper-container,
.section_start video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.75;
}
.section_start .swiper-container .swiper-slide img,
.section_start video .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section_start video {
  object-fit: cover;
}
.section_start .container {
  z-index: 2;
  position: relative;
}
.section_montaz .instrukcja_link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000;
  padding: 120px 50px;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .section_montaz .instrukcja_link {
    padding: 100px 50px;
  }
}
@media (max-width: 1199px) {
  .section_montaz .instrukcja_link {
    padding: 75px 50px;
  }
}
@media (max-width: 767px) {
  .section_montaz .instrukcja_link {
    padding: 50px;
  }
}
.section_montaz .instrukcja_link.centerit {
  display: table;
  position: relative;
  z-index: 2;
}
.section_montaz .instrukcja_link.centerit .centerit_inside {
  vertical-align: middle;
  display: table-cell;
}
.section_montaz .instrukcja_link .naglowek {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  color: #fff;
}
@media (max-width: 767px) {
  .section_montaz .instrukcja_link .naglowek {
    margin-bottom: 30px;
  }
}
.section_montaz .instrukcja_link .button_white_1 {
  position: relative;
  z-index: 2;
}
.section_montaz .instrukcja_link img {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  opacity: 0.75;
}
.section_montaz .instrukcja_link:hover img {
  width: 110%;
  height: 110%;
  left: -5%;
  right: -5%;
  top: -5%;
  bottom: -5%;
}
.section_montaz .instrukcja_link:hover .button_white_1 {
  color: #fff;
  background-color: transparent;
}
.section_montaz video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .section_montaz video {
    margin-bottom: 30px;
  }
}
.section_dlaczego {
  display: block;
}
.section_dlaczego .naglowek {
  margin-bottom: 20px;
  text-align: center;
}
.section_dlaczego .mobilefull {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .section_dlaczego .mobilefull {
    margin-top: 15px;
  }
}
.section_dlaczego .atut {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
}
.section_dlaczego .atut p {
  margin-top: 12px;
  font-size: 20px;
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
  position: relative;
}
@media (max-width: 1399px) {
  .section_dlaczego .atut p {
    font-size: 15px;
  }
}
.section_dlaczego .atut .ikonka {
  display: block;
  width: 80px;
  height: 80px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: relative;
}
@media (max-width: 1199px) {
  .section_dlaczego .atut .ikonka {
    width: 40px;
    height: 40px;
  }
}
.section_dlaczego .atut .ikonka img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.section_sociale {
  display: block;
  text-align: center;
}
.section_sociale .naglowek {
  margin-bottom: 50px;
  padding: 0 55px 0 0;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .section_sociale .naglowek {
    margin-bottom: 30px;
    padding: 0 40px 0 0;
  }
}
@media (max-width: 399px) {
  .section_sociale .naglowek {
    font-size: 20px;
  }
}
.section_sociale .naglowek a {
  display: block;
  padding-left: 15px;
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 40px;
}
@media (max-width: 767px) {
  .section_sociale .naglowek a {
    margin-bottom: 30px;
    width: 40px;
    height: 25px;
  }
}
.section_sociale .naglowek a img {
  width: 100%;
  height: auto;
}
.section_sociale #sb_instagram.sbi_width_resp {
  margin: -24px !important;
  width: calc(100% + 48px) !important;
  padding: 0!important;
}
/* PART 1 - Before Lazy Load */
img[data-lazyloaded] {
  opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}
.section_panelowa_panele .flexrow {
  align-items: center;
}
.section_panelowa_panele span {
  margin-bottom: 30px;
  display: block;
}
.section_panelowa_panele span strong {
  color: #a27e1e;
}
.section_panelowa_panele h2,
.section_panelowa_panele h1 {
  text-transform: uppercase;
}
.section_panelowa_panele .foto {
  display: block;
}
.section_panelowa_panele .foto.cover {
  height: 100%;
}
.section_panelowa_panele .foto.cover img {
  height: 100%;
  object-fit: cover;
}
.section_panelowa_panele .foto img {
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  display: block;
  width: 100%;
  height: auto;
}
.section_panelowa_panele .foto:hover img {
  opacity: 0.7;
}
.section_panelowa_panele .foto.foto-1 {
  margin-top: 30px;
}
.section_panelowa_panele .foto.foto-3 {
  margin-top: 30px;
}
.przekrojklikalny {
  display: none;
}
.kolekcje_dane_switcher {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: -12px;
}
.kolekcje_dane_switcher li {
  display: flex;
  margin: 12px;
}
.kolekcje_dane_switcher li span {
  display: block;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  padding: 0 12px;
  height: 40px;
  line-height: 38px;
  border: solid 1px #000;
  cursor: pointer;
}
.kolekcje_dane_switcher li span:hover,
.kolekcje_dane_switcher li span.current {
  border-color: #a27e1e;
  background-color: #a27e1e;
  color: #fff;
}
.infinity .mt24 {
  margin-top: 15px;
}
.infinity .naglowek.naglowek2 {
  text-align: center;
  display: block;
  line-height: 3;
}
.infinity .naglowek.naglowek2 span {
  font-family: 'grand_maleficregular', sans-serif;
  text-transform: uppercase;
}
.infinity p {
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .infinity .flexrow {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.infinity .flexrow .col-md-4 {
  position: absolute;
  right: 0;
  height: 100%;
}
.infinity .swiper-container {
  overflow: hidden;
}
.infinity .swiper-container#infinity_slider_kolory {
  margin-top: 15px;
}
.infinity .swiper-container#infinity_slider_wnetrza {
  height: 100%;
  padding-left: 10%;
}
.infinity .swiper-container#infinity_slider_wnetrza .swiper-slide img {
  height: 100%;
  object-fit: cover;
}
.infinity .swiper-container .swiper-slide img {
  width: 100%;
  display: block;
  height: auto;
}
.modelowa_modele {
  padding: 20px 0 50px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .modelowa_modele {
    padding: 10px 0 30px 0;
  }
}
.modelowa_modele .flexrow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.modelowa_modele h3 {
  font-family: 'grand_maleficregular', sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 2.5;
  margin: 30px 0 15px 0;
}
@media (max-width: 767px) {
  .modelowa_modele h3 {
    font-size: 24px;
  }
}
.modelowa_modele ul {
  width: 100%;
  height: auto;
  display: block;
}
.modelowa_modele ul li {
  margin-bottom: 30px;
  display: block;
  width: auto;
  height: auto;
}
.modelowa_modele ul li a {
  height: auto;
  background-color: #fff;
  display: block;
  padding-left: 64px;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  position: relative;
  max-width: 450px;
  margin: auto;
}
.modelowa_modele ul li a::after {
  content: '';
  width: 0;
  height: 1px;
  background-color: #a27e1e;
  display: block;
  position: absolute;
  left: 0;
  bottom: -15px;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.modelowa_modele ul li a:hover::after {
  width: 100%;
}
.modelowa_modele ul li a img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.modelowa_modele ul li a span {
  font-size: 16px;
  line-height: 2;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  display: block;
  width: 100%;
  text-align: left;
}
@keyframes float {
  0% {
    -moz-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    -o-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
  50% {
    -moz-transform: translateX(-20px) translateY(20px);
    -webkit-transform: translateX(-20px) translateY(20px);
    -o-transform: translateX(-20px) translateY(20px);
    -ms-transform: translateX(-20px) translateY(20px);
    transform: translateX(-20px) translateY(20px);
  }
  100% {
    -moz-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    -o-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
.listwy2025_mobilemenusep {
  display: none;
  width: 100%;
  height: 70px;
}
@media (max-width: 991px) {
  .listwy2025_mobilemenusep {
    display: block;
  }
}
.listwy2025_baner {
  display: block;
  width: 100%;
  height: auto;
}
.listwy2025_baner img {
  display: block;
  width: 100%;
  height: auto;
}
.listwy2025_wstep_h1 {
  font-family: 'tt_chocolates_trlregular', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  margin: 50px 0;
}
@media (max-width: 1199px) {
  .listwy2025_wstep_h1 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .listwy2025_wstep_h1 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .listwy2025_wstep_h1 {
    margin: 30px 0;
  }
}
.listwy2025_wstep .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.listwy2025_wstep_tekst {
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media (max-width: 1199px) {
  .listwy2025_wstep_tekst {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .listwy2025_wstep_tekst {
    font-size: 16px;
  }
}
.listwy2025_wstep_grafika img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .listwy2025_wstep_grafika img {
    margin: 30px 0 0 0;
  }
}
.listwy2025_kolekcja_nazwa {
  display: block;
  width: 200px;
  height: auto;
  margin: 100px auto 50px auto;
}
@media (max-width: 991px) {
  .listwy2025_kolekcja_nazwa {
    width: 150px;
    margin: 50px auto 30px auto;
  }
}
.listwy2025_kolekcja_opis {
  max-width: 70%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .listwy2025_kolekcja_opis {
    max-width: unset;
  }
}
.listwy2025_kolekcja_opis p {
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 1199px) {
  .listwy2025_kolekcja_opis p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .listwy2025_kolekcja_opis p {
    font-size: 16px;
  }
}
.listwy2025_kolekcja_foto {
  display: block;
  margin-top: 30px;
}
@media (max-width: 585px) {
  .listwy2025_kolekcja_foto {
    margin-top: 15px;
  }
}
.listwy2025_kolekcja_foto img {
  display: block;
  width: 100%;
  height: auto;
}
.aplikacja {
  display: block;
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  .aplikacja {
    padding: 50px 0;
  }
}
.aplikacja_naglowek {
  font-family: 'tt_chocolates_trlregular', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  padding: 0 100px;
}
@media (max-width: 1199px) {
  .aplikacja_naglowek {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .aplikacja_naglowek {
    font-size: 24px;
  }
}
@media (max-width: 1399px) {
  .aplikacja_naglowek {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .aplikacja_naglowek {
    padding: 0 30px;
  }
}
.aplikacja .flexrow {
  align-items: center;
}
.aplikacja_krok_1 {
  margin: 30px 0;
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  padding: 0 100px;
}
@media (max-width: 1199px) {
  .aplikacja_krok_1 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .aplikacja_krok_1 {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .aplikacja_krok_1 {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .aplikacja_krok_1 {
    padding: 0 30px;
  }
}
.aplikacja_linki {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0 100px;
}
@media (max-width: 1399px) {
  .aplikacja_linki {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .aplikacja_linki {
    max-width: 500px;
    margin: auto;
    padding: 0 30px;
  }
}
.aplikacja_linki a {
  display: block;
  width: calc(50% - 30px);
  height: auto;
  margin-bottom: 30px;
}
.aplikacja_linki a img {
  display: block;
  width: 100%;
  height: auto;
}
.aplikacja_linki a:nth-child(2n+1) {
  margin-right: 30px;
}
.aplikacja_linki_logo {
  margin-bottom: 0s;
}
.aplikacja_cta {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
}
.aplikacja_foto_tlo {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .aplikacja_foto_tlo {
    margin-top: 30px;
  }
}
.sg2025_mobilemenusep {
  display: none;
  width: 100%;
  height: 70px;
}
@media (max-width: 991px) {
  .sg2025_mobilemenusep {
    display: block;
  }
}
.sg2025_instagram {
  background-color: #f6f6f6;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .sg2025_instagram {
    padding: 50px 0;
  }
}
.sg2025_instagram_naglowek {
  font-family: 'tt_chocolates_trlregular', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 1199px) {
  .sg2025_instagram_naglowek {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .sg2025_instagram_naglowek {
    font-size: 24px;
  }
}
.sg2025_instagram_naglowek a {
  display: inline;
  margin: 0 0 0 12px;
  top: 6px;
  position: relative;
}
@media (max-width: 991px) {
  .sg2025_instagram_naglowek a {
    top: 3px;
  }
}
.sg2025_instagram_naglowek a img {
  width: 36px;
  height: 36px;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  object-fit: contain;
}
@media (max-width: 991px) {
  .sg2025_instagram_naglowek a img {
    width: 24px;
    height: 24px;
  }
}
.sg2025_instagram_naglowek a:hover img {
  opacity: 0.7;
}
@media (max-width: 991px) {
  .sg2025_instagram_naglowek {
    margin-bottom: 30px;
  }
}
.sg2025_oferta {
  margin-bottom: 50px;
}
.sg2025_oferta_opis {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .sg2025_oferta_opis {
    padding: 30px 0 15px 0;
  }
}
.sg2025_oferta_opis h2 {
  font-family: 'tt_chocolates_trlregular', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .sg2025_oferta_opis h2 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .sg2025_oferta_opis h2 {
    font-size: 20px;
  }
}
.sg2025_oferta_opis p {
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media (max-width: 1199px) {
  .sg2025_oferta_opis p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .sg2025_oferta_opis p {
    font-size: 16px;
  }
}
.sg2025_oferta_lista {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sg2025_oferta_lista {
    flex-direction: column;
    align-items: center;
  }
}
.sg2025_oferta_lista_element {
  width: calc(33.333% - 10px);
  height: auto;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .sg2025_oferta_lista_element {
    width: 100%;
    margin: 15px auto 0 auto;
    max-width: 500px;
  }
}
.sg2025_oferta_lista_element:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .sg2025_oferta_lista_element:last-child {
    margin: 15px auto 0 auto;
  }
}
.sg2025_oferta_lista_element_grafika {
  display: block;
  width: 100%;
  height: auto;
}
.sg2025_oferta_lista_element_tresc {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: auto;
  z-index: 2;
  text-align: center;
}
.sg2025_oferta_lista_element_tresc h3 {
  font-family: 'tt_chocolates_trlregular', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .sg2025_oferta_lista_element_tresc h3 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .sg2025_oferta_lista_element_tresc h3 {
    font-size: 20px;
  }
}
@media (max-width: 1399px) {
  .sg2025_oferta_lista_element_tresc h3 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .sg2025_oferta_lista_element_tresc h3 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .sg2025_oferta_lista_element_tresc h3 {
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .sg2025_oferta_lista_element_tresc h3 {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .sg2025_oferta_lista_element_tresc h3 {
    font-size: 16px;
  }
}
.sg2025_oferta_lista_element_tresc p {
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .sg2025_oferta_lista_element_tresc p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .sg2025_oferta_lista_element_tresc p {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .sg2025_oferta_lista_element_tresc p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .sg2025_oferta_lista_element_tresc p {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .sg2025_oferta_lista_element_tresc p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .sg2025_oferta_lista_element_tresc p {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.sg2025_instrukcje_opis {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .sg2025_instrukcje_opis {
    padding: 30px 0 15px 0;
  }
}
.sg2025_instrukcje_opis h2 {
  font-family: 'tt_chocolates_trlregular', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .sg2025_instrukcje_opis h2 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .sg2025_instrukcje_opis h2 {
    font-size: 20px;
  }
}
.sg2025_instrukcje_opis p {
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media (max-width: 1199px) {
  .sg2025_instrukcje_opis p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .sg2025_instrukcje_opis p {
    font-size: 16px;
  }
}
.sg2025_instrukcje_lista {
  display: block;
  background-color: #f6f6f6;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .sg2025_instrukcje_lista {
    padding: 30px 0 15px 0;
  }
}
@media (max-width: 767px) {
  .sg2025_instrukcje_lista {
    flex-direction: column;
    align-items: center;
  }
}
.sg2025_instrukcje_lista .row {
  margin: 0 -7.5px;
}
.sg2025_instrukcje_lista .row .col-xs-4 {
  padding: 0 7.5px;
}
@media (max-width: 767px) {
  .sg2025_instrukcje_lista .row .col-xs-4 {
    width: 100%;
  }
}
.sg2025_instrukcje_lista_element {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  .sg2025_instrukcje_lista_element {
    display: block;
    margin: 15px auto 0 auto;
    max-width: 500px;
  }
}
.sg2025_instrukcje_lista_element img {
  display: block;
  width: 100%;
  height: auto;
}
.sg2025_instrukcje_lista_element h3 {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  height: auto;
  z-index: 2;
  text-align: center;
  color: #fff;
  font-family: 'tt_chocolates_trlregular', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .sg2025_instrukcje_lista_element h3 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .sg2025_instrukcje_lista_element h3 {
    font-size: 20px;
  }
}
@media (max-width: 1399px) {
  .sg2025_instrukcje_lista_element h3 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .sg2025_instrukcje_lista_element h3 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .sg2025_instrukcje_lista_element h3 {
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .sg2025_instrukcje_lista_element h3 {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .sg2025_instrukcje_lista_element h3 {
    font-size: 16px;
  }
}
.sg2025_panele_opis {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .sg2025_panele_opis {
    padding: 30px 0 15px 0;
  }
}
.sg2025_panele_opis h2 {
  font-family: 'tt_chocolates_trlregular', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .sg2025_panele_opis h2 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .sg2025_panele_opis h2 {
    font-size: 20px;
  }
}
.sg2025_panele_opis p {
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media (max-width: 1199px) {
  .sg2025_panele_opis p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .sg2025_panele_opis p {
    font-size: 16px;
  }
}
.sg2025_panele_chic {
  padding: 50px 0;
  margin-top: 15px;
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  .sg2025_panele_chic {
    padding: 30px 0;
  }
}
.sg2025_panele_chic_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.sg2025_panele_chic .col-12 {
  display: block;
  padding: 0 15px;
}
.sg2025_panele_chic_element {
  display: block;
  height: auto;
  margin-bottom: 10px;
}
.sg2025_panele_chic_element:nth-child(1) {
  width: calc(629 / 1524 * 100%);
  margin-right: calc(10 / 1524 * 100%);
}
@media (max-width: 991px) {
  .sg2025_panele_chic_element:nth-child(1) {
    width: 100%;
  }
}
.sg2025_panele_chic_element:nth-child(2),
.sg2025_panele_chic_element:nth-child(3) {
  width: calc(373 / 1524 * 100%);
  margin-right: calc(10 / 1524 * 100%);
}
@media (max-width: 991px) {
  .sg2025_panele_chic_element:nth-child(2),
  .sg2025_panele_chic_element:nth-child(3) {
    width: 41%;
    margin-right: 0;
  }
}
.sg2025_panele_chic_element:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: calc(639 / 1524 * 100%);
}
@media (max-width: 991px) {
  .sg2025_panele_chic_element:nth-child(3) {
    left: 0;
  }
}
.sg2025_panele_chic_element:nth-child(4) {
  width: calc(502 / 1524 * 100%);
}
@media (max-width: 991px) {
  .sg2025_panele_chic_element:nth-child(4) {
    width: calc(59% - 10px);
    margin-left: 10px;
  }
}
.sg2025_panele_allure {
  padding: 50px 0;
  margin-top: 50px;
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  .sg2025_panele_allure {
    padding: 30px 0;
    margin-top: 30px;
  }
}
.sg2025_panele_allure .container-fluid {
  padding: 0 15px;
}
@media (min-width: 992px) {
  .sg2025_panele_allure .container-fluid {
    padding-left: calc(50% - 970px / 2 + 15px);
    padding-right: 0;
  }
}
@media (min-width: 1400px) {
  .sg2025_panele_allure .container-fluid {
    padding-left: calc(50% - 1370px / 2 + 15px);
  }
}
.sg2025_panele_allure_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.sg2025_panele_allure .col-12 {
  display: block;
  padding: 0 15px;
}
.sg2025_panele_allure_element {
  display: block;
  height: auto;
}
.sg2025_panele_allure_element:nth-child(1) {
  width: calc(502 / 1722 * 100%);
  margin-right: calc(10 / 1722 * 100%);
}
@media (max-width: 991px) {
  .sg2025_panele_allure_element:nth-child(1) {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
    order: 1;
  }
}
@media (max-width: 991px) {
  .sg2025_panele_allure_element:nth-child(1) img {
    height: 100%;
    object-fit: cover;
  }
}
.sg2025_panele_allure_element:nth-child(2) {
  width: calc(373 / 1722 * 100%);
  margin-right: calc(10 / 1722 * 100%);
}
@media (max-width: 991px) {
  .sg2025_panele_allure_element:nth-child(2) {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
    order: 3;
  }
}
.sg2025_panele_allure_element:nth-child(3) {
  width: calc(373 / 1722 * 100%);
  margin-right: calc(10 / 1722 * 100%);
}
@media (max-width: 991px) {
  .sg2025_panele_allure_element:nth-child(3) {
    width: calc(50% - 5px);
    margin: 0 0 10px 10px;
    order: 4;
  }
}
.sg2025_panele_allure_element:nth-child(4) {
  width: calc(444 / 1722 * 100%);
}
@media (max-width: 991px) {
  .sg2025_panele_allure_element:nth-child(4) {
    width: calc(50% - 5px);
    margin: 0 0 10px 10px;
    order: 2;
  }
}
.sg2025_panele_prime {
  margin-top: 50px;
  background-color: #f6f6f6;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .sg2025_panele_prime {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.sg2025_panele_prime_main {
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .sg2025_panele_prime_main {
    width: 45%;
  }
}
.sg2025_panele_prime_lista {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding-right: 0;
  width: calc(100% + 10px);
  margin-top: 5px;
}
@media (min-width: 992px) {
  .sg2025_panele_prime_lista {
    width: 50%;
    margin-top: 0;
    padding-right: calc(50% - 970px / 2 + 15px);
  }
}
@media (min-width: 1400px) {
  .sg2025_panele_prime_lista {
    padding-right: calc(50% - 1370px / 2 + 15px);
  }
}
.sg2025_panele_prime_lista_element {
  width: calc(50% - 10px);
  height: auto;
  margin: 5px;
}
.sg2025_panele img {
  width: 100%;
  height: auto;
  display: block;
}
.sg2025_akustyczne {
  margin-top: 50px;
  background-color: #f6f6f6;
}
.sg2025_akustyczne_opis {
  padding: 50px 0;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .sg2025_akustyczne_opis {
    padding: 30px 0 15px 0;
  }
}
.sg2025_akustyczne_opis h2 {
  font-family: 'tt_chocolates_trlregular', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .sg2025_akustyczne_opis h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .sg2025_akustyczne_opis h2 {
    font-size: 24px;
  }
}
.sg2025_akustyczne_opis p {
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media (max-width: 1199px) {
  .sg2025_akustyczne_opis p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .sg2025_akustyczne_opis p {
    font-size: 16px;
  }
}
.sg2025_akustyczne_grafiki {
  border-top: solid 15px #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.sg2025_akustyczne_grafiki_grafika {
  height: auto;
}
.sg2025_akustyczne_grafiki_grafika img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.sg2025_akustyczne_grafiki_grafika_1 {
  width: 30%;
}
@media (max-width: 585px) {
  .sg2025_akustyczne_grafiki_grafika_1 {
    width: 100%;
  }
}
.sg2025_akustyczne_grafiki_grafika_2 {
  width: 40%;
  position: relative;
}
@media (max-width: 585px) {
  .sg2025_akustyczne_grafiki_grafika_2 {
    width: 100%;
  }
}
.sg2025_akustyczne_grafiki_grafika_2_tekst {
  position: absolute;
  font-family: 'tt_chocolates_trlregular', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
}
@media (max-width: 1199px) {
  .sg2025_akustyczne_grafiki_grafika_2_tekst {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .sg2025_akustyczne_grafiki_grafika_2_tekst {
    font-size: 20px;
  }
}
@media (max-width: 1499px) {
  .sg2025_akustyczne_grafiki_grafika_2_tekst {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .sg2025_akustyczne_grafiki_grafika_2_tekst {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .sg2025_akustyczne_grafiki_grafika_2_tekst {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sg2025_akustyczne_grafiki_grafika_2_tekst {
    font-size: 12px;
  }
}
@media (max-width: 585px) {
  .sg2025_akustyczne_grafiki_grafika_2_tekst {
    font-size: 16px;
  }
}
@media (max-width: 399px) {
  .sg2025_akustyczne_grafiki_grafika_2_tekst {
    font-size: 14px;
  }
}
.sg2025_akustyczne_grafiki_grafika_3 {
  width: 30%;
}
@media (max-width: 585px) {
  .sg2025_akustyczne_grafiki_grafika_3 {
    width: 100%;
  }
}
.sg2025_listwy {
  margin-top: 50px;
}
.sg2025_listwy_bg {
  background-color: #f6f6f6;
}
.sg2025_listwy_opis {
  padding: 50px 0;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .sg2025_listwy_opis {
    padding: 30px 0 15px 0;
  }
}
.sg2025_listwy_opis h2 {
  font-family: 'tt_chocolates_trlregular', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .sg2025_listwy_opis h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .sg2025_listwy_opis h2 {
    font-size: 24px;
  }
}
.sg2025_listwy_opis p {
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media (max-width: 1199px) {
  .sg2025_listwy_opis p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .sg2025_listwy_opis p {
    font-size: 16px;
  }
}
.sg2025_listwy_podsumowanie {
  padding: 50px 0;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .sg2025_listwy_podsumowanie {
    padding: 30px 0 15px 0;
  }
}
.sg2025_listwy_podsumowanie h2 {
  font-family: 'tt_chocolates_trlregular', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .sg2025_listwy_podsumowanie h2 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .sg2025_listwy_podsumowanie h2 {
    font-size: 20px;
  }
}
.sg2025_listwy_podsumowanie p {
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media (max-width: 1199px) {
  .sg2025_listwy_podsumowanie p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .sg2025_listwy_podsumowanie p {
    font-size: 16px;
  }
}
.sg2025_listwy_grafiki {
  border-top: solid 15px #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.sg2025_listwy_grafiki_grafika {
  height: auto;
  width: calc(100% / 3 - 7px);
  margin-top: 10px;
  margin-right: 10px;
  position: relative;
}
@media (max-width: 585px) {
  .sg2025_listwy_grafiki_grafika {
    width: 100%;
    margin-right: 0;
  }
}
.sg2025_listwy_grafiki_grafika:nth-child(3) {
  margin-right: 0;
}
.sg2025_listwy_grafiki_grafika img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.sg2025_listwy_grafiki_grafika_tekst {
  position: absolute;
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  bottom: 15px;
  left: 0;
  width: 100%;
  z-index: 2;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1199px) {
  .sg2025_listwy_grafiki_grafika_tekst {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .sg2025_listwy_grafiki_grafika_tekst {
    font-size: 16px;
  }
}
@media (max-width: 1499px) {
  .sg2025_listwy_grafiki_grafika_tekst {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .sg2025_listwy_grafiki_grafika_tekst {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .sg2025_listwy_grafiki_grafika_tekst {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sg2025_listwy_grafiki_grafika_tekst {
    font-size: 12px;
  }
}
@media (max-width: 585px) {
  .sg2025_listwy_grafiki_grafika_tekst {
    font-size: 16px;
  }
}
@media (max-width: 399px) {
  .sg2025_listwy_grafiki_grafika_tekst {
    font-size: 14px;
  }
}
.sg2025_listwy_grafiki_grafika_tekst strong {
  font-family: 'tt_chocolates_trlregular', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
  display: block;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .sg2025_listwy_grafiki_grafika_tekst strong {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .sg2025_listwy_grafiki_grafika_tekst strong {
    font-size: 20px;
  }
}
@media (max-width: 1499px) {
  .sg2025_listwy_grafiki_grafika_tekst strong {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .sg2025_listwy_grafiki_grafika_tekst strong {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .sg2025_listwy_grafiki_grafika_tekst strong {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sg2025_listwy_grafiki_grafika_tekst strong {
    font-size: 14px;
  }
}
@media (max-width: 585px) {
  .sg2025_listwy_grafiki_grafika_tekst strong {
    font-size: 20px;
  }
}
@media (max-width: 399px) {
  .sg2025_listwy_grafiki_grafika_tekst strong {
    font-size: 16px;
  }
}
.sg2025_zalety {
  background-color: #f6f6f6;
  margin: 50px 0;
}
.sg2025_zalety .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .sg2025_zalety .row.row2 {
    flex-direction: column-reverse;
  }
}
.sg2025_zalety_foto {
  width: calc(100% + 30px);
  height: 100%;
  display: block;
  object-fit: cover;
}
@media (max-width: 991px) {
  .sg2025_zalety_foto {
    height: auto;
    width: 100%;
    object-fit: unset;
  }
}
.sg2025_zalety_tresc {
  padding: 100px 50px;
  text-align: center;
}
@media (max-width: 1399px) {
  .sg2025_zalety_tresc {
    padding: 75px 30px;
  }
}
@media (max-width: 991px) {
  .sg2025_zalety_tresc {
    padding: 50px 15px;
  }
}
@media (max-width: 767px) {
  .sg2025_zalety_tresc {
    padding: 30px 15px;
  }
}
.sg2025_zalety_tresc h2 {
  font-family: 'tt_chocolates_trlregular', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .sg2025_zalety_tresc h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .sg2025_zalety_tresc h2 {
    font-size: 24px;
  }
}
.sg2025_zalety_tresc_zaleta {
  display: block;
  margin-top: 36px;
}
@media (max-width: 1399px) {
  .sg2025_zalety_tresc_zaleta {
    margin-top: 24px;
  }
}
.sg2025_zalety_tresc_zaleta img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 12px;
}
.sg2025_zalety_tresc h3 {
  font-family: 'tt_chocolates_trlregular', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-size: 16px!important;
  margin-bottom: 6px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .sg2025_zalety_tresc h3 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .sg2025_zalety_tresc h3 {
    font-size: 20px;
  }
}
.sg2025_zalety_tresc p {
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 14px!important;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .sg2025_zalety_tresc p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .sg2025_zalety_tresc p {
    font-size: 16px;
  }
}
.sg2025_dystrybutorzy {
  margin-bottom: 50px;
  position: relative;
  background-color: #f6f6f6;
}
.sg2025_dystrybutorzy_grafika {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(50% - 15px);
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .sg2025_dystrybutorzy_grafika {
    width: 100%;
    height: auto;
    object-fit: unset;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 30px;
  }
}
.sg2025_dystrybutorzy_tresc {
  padding: 150px 50px;
  text-align: center;
}
@media (max-width: 1399px) {
  .sg2025_dystrybutorzy_tresc {
    padding: 75px 30px;
  }
}
@media (max-width: 991px) {
  .sg2025_dystrybutorzy_tresc {
    padding: 50px 15px;
  }
}
@media (max-width: 767px) {
  .sg2025_dystrybutorzy_tresc {
    padding: 30px 15px;
  }
}
.sg2025_dystrybutorzy_tresc h2 {
  font-family: 'tt_chocolates_trlregular', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .sg2025_dystrybutorzy_tresc h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .sg2025_dystrybutorzy_tresc h2 {
    font-size: 24px;
  }
}
.sg2025_dystrybutorzy_tresc p {
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media (max-width: 1199px) {
  .sg2025_dystrybutorzy_tresc p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .sg2025_dystrybutorzy_tresc p {
    font-size: 16px;
  }
}
.sg2025_dystrybutorzy_tresc a {
  margin-top: 50px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.63;
  padding: 12px 30px;
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  letter-spacing: 0.05em;
  border: solid 1px #fff;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-o ut;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  font-family: 'tt_chocolates_trlregular', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border: solid 1px #000;
  color: #000;
  background-color: transparent;
}
.sg2025_dystrybutorzy_tresc a:hover {
  background-color: transparent;
  color: #fff;
}
@media (max-width: 1199px) {
  .sg2025_dystrybutorzy_tresc a {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .sg2025_dystrybutorzy_tresc a {
    font-size: 20px;
  }
}
.sg2025_dystrybutorzy_tresc a:hover {
  background-color: #000;
  color: #fff;
}
@media (max-width: 767px) {
  .sg2025_dystrybutorzy_tresc a {
    margin-top: 30px;
  }
}
.sg2025_b2b {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #f6f6f6;
  align-items: center;
}
.sg2025_b2b_1,
.sg2025_b2b_3 {
  display: block;
  width: 30%;
  position: relative;
  order: initial;
}
.sg2025_b2b_1 img,
.sg2025_b2b_3 img {
  width: 100%;
  height: auto;
  display: block;
}
.sg2025_b2b_1 h3,
.sg2025_b2b_3 h3 {
  position: absolute;
  font-family: 'tt_chocolates_trlregular', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
  bottom: 15px;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 2;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1199px) {
  .sg2025_b2b_1 h3,
  .sg2025_b2b_3 h3 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .sg2025_b2b_1 h3,
  .sg2025_b2b_3 h3 {
    font-size: 20px;
  }
}
@media (max-width: 1499px) {
  .sg2025_b2b_1 h3,
  .sg2025_b2b_3 h3 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .sg2025_b2b_1 h3,
  .sg2025_b2b_3 h3 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .sg2025_b2b_1 h3,
  .sg2025_b2b_3 h3 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sg2025_b2b_1 h3,
  .sg2025_b2b_3 h3 {
    font-size: 12px;
  }
}
@media (max-width: 585px) {
  .sg2025_b2b_1 h3,
  .sg2025_b2b_3 h3 {
    font-size: 16px;
  }
}
@media (max-width: 399px) {
  .sg2025_b2b_1 h3,
  .sg2025_b2b_3 h3 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sg2025_b2b_1,
  .sg2025_b2b_3 {
    width: 50%;
  }
}
@media (max-width: 585px) {
  .sg2025_b2b_1,
  .sg2025_b2b_3 {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .sg2025_b2b_1 {
    order: 2;
  }
}
.sg2025_b2b_2 {
  width: 40%;
  padding: 0 80px;
  order: initial;
}
@media (max-width: 991px) {
  .sg2025_b2b_2 {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .sg2025_b2b_2 {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .sg2025_b2b_2 {
    width: 100%;
    padding: 30px;
    order: 1;
  }
}
.sg2025_b2b_2 h2 {
  font-family: 'tt_chocolates_trlregular', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .sg2025_b2b_2 h2 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .sg2025_b2b_2 h2 {
    font-size: 20px;
  }
}
.sg2025_b2b_2 p {
  font-family: 'tt_chocolates_trlextralight', sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media (max-width: 1199px) {
  .sg2025_b2b_2 p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .sg2025_b2b_2 p {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .sg2025_b2b_2 p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sg2025_b2b_3 {
    order: 3;
  }
}
.sg2025_listwy,
.sg2025_zalety,
.sg2025_dystrybutorzy,
.sg2025_instagram,
.sg2025_instrukcje,
.sg2025_b2b,
.section_kontakt,
.infinity,
.section_zalety,
.section_montaz,
.section_sociale,
.aplikacja {
  content-visibility: auto;
  contain-intrinsic-size: 1px 1000px;
}
