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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
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,
button,
input,
select,
textarea {
  outline: 0;
}
a {
  text-decoration: none;
}
.container {
  width: 100%;
  max-width: 1194px;
  margin: 0 auto;
}
.container-fluid {
  width: 100%;
  max-width: calc(100% -);
  margin: 0 auto;
}
:root {
  font-size: 18px;
}
body {
  font-size: 1rem;
  font-family: Raleway, sans-serif;
  line-height: 1.5em;
  font-weight: 300;
  color: #000;
  -webkit-font-variant-ligatures: no-common-ligatures;
  font-variant-ligatures: no-common-ligatures;
}
body b,
body strong {
  font-weight: 700;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway, sans-serif;
  font-weight: 700;
  margin: 30px 0 15px;
  line-height: 1.1em;
  color: #212121;
}
.h1,
h1 {
  font-size: 5rem;
}
.h2,
h2 {
  font-size: 2.77778rem;
}
.h3,
h3 {
  font-size: 2.22222rem;
}
.h4,
h4 {
  font-size: 1.66667rem;
}
.h5,
h5 {
  font-size: 1.16667rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.sub .h1,
.sub h1 {
  font-size: 5rem;
}
.sub .h2,
.sub h2 {
  font-size: 2.77778rem;
}
.sub .h3,
.sub h3 {
  font-size: 2.22222rem;
}
.sub .h4,
.sub h4 {
  font-size: 1.66667rem;
}
.sub .h5,
.sub h5 {
  font-size: 1.16667rem;
}
.sub .h6,
.sub h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.16667rem;
  line-height: 2rem;
}
ol,
p,
ul {
  margin-bottom: 18px;
}
ol,
ul {
  margin-left: 30px;
}
ol > li,
ul > li {
  margin-bottom: 9px;
}
ul > li {
  list-style: disc outside;
}
ol > li {
  list-style: decimal outside;
}
blockquote {
  display: block;
  padding-left: 90px;
  position: relative;
  margin-bottom: 1rem;
}
blockquote em,
blockquote small {
  display: block;
}
blockquote em {
  font-size: 2rem;
  line-height: 2.5rem;
  font-style: italic;
  margin-bottom: 1rem;
}
blockquote small {
  text-align: right;
  font-size: 1rem;
}
blockquote::before {
  position: absolute;
  top: 3.5rem;
  left: 0;
  content: "”";
  font-family: serif;
  opacity: 0.1;
  font-size: 180px;
}
.well {
  background: rgba(0, 0, 0, 0.05);
  padding: 1rem 1.5rem;
}
.text-left,
.tl {
  text-align: left;
}
.tc,
.text-center {
  text-align: center;
}
.text-right,
.tr {
  text-align: right;
}
.bold,
.strong,
b,
strong {
  font-weight: 700;
}
.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
.fluid {
  max-width: 100%;
  height: auto;
  display: block;
}
.r-m,
.responsive-media {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.r-m iframe,
.responsive-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.alerts {
  position: relative;
}
.alert {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  padding: 10px 15px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
  background-color: #ccc;
  width: calc(100% - 30px);
}
.alert.alert-success {
  background-color: #008020;
  z-index: 20;
}
.alert.alert-warning {
  background-color: #f59f00;
  z-index: 2;
}
.alert.alert-danger {
  background-color: #e42417;
  z-index: 1;
}
.alert.alert-info {
  background-color: #4babe2;
  z-index: 20;
}
.btn {
  background: #ff4800;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ff4800;
  border-radius: 6px;
  padding: 0.8rem 2.3rem;
  line-height: 1;
  font-size: 0.77778rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: Raleway, sans-serif;
}
.btn:hover {
  background: #ff6529;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.btn:focus {
  background: #d63c00;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.btn.block {
  display: block;
}
.btn.big {
  padding: 1rem 3rem;
  font-size: 1.5rem;
}
.btn.small {
  font-size: 0.9rem;
  padding: 0.4rem 0.8rem;
}
button {
  cursor: pointer;
}
.bg-info {
  background: #4babe2;
  border-color: #4babe2;
}
.bg-danger {
  background: #e42417;
  border-color: #e42417;
}
.bg-warning {
  background: #f59f00;
  border-color: #f59f00;
}
.bg-success {
  background: #008020;
  border-color: #008020;
}
.bg-primary {
  background: #ff4800;
  border-color: #ff4800;
}
.bg-secondary {
  background: #000;
  border-color: #000;
}
.color-white {
  color: #fff;
}
.color-black {
  color: #000;
}
.color-info {
  color: #4babe2;
}
.color-danger {
  color: #e42417;
}
.color-warning {
  color: #f59f00;
}
.color-success {
  color: #008020;
}
.color-primary {
  color: #ff4800;
}
.color-secondary {
  color: #000;
}
.bg-none {
  background: 0 0 !important;
}
#navbar {
  background: rgba(0, 0, 0, 0);
  height: 140px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#navbar .container,
#navbar .container-fluid {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo img {
  height: 81.5px;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#navbar.affix {
  background: #fff;
  height: 70px;
  -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
}
#navbar.affix .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#navbar.affix .logo img {
  height: 50px;
}
#navbar.affix .navbar-nav {
  left: auto;
  right: 0;
}
.navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  top: 0;
  left: 0;
}
.navbar-nav li {
  display: inline;
  list-style: none;
  margin-left: 30px;
  margin-bottom: 0;
  position: relative;
}
.navbar-nav li:first-child {
  margin-left: 0;
}
.navbar-nav a {
  text-decoration: none;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  color: #212121;
  padding: 10px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.navbar-nav a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -25px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #ff4800;
  width: 25px;
  height: 5px;
  border-radius: 2.5px;
}
.navbar-nav .active > a::after,
.navbar-nav a.active::after,
.navbar-nav a:focus::after,
.navbar-nav a:hover::after {
  left: 0;
}
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  min-width: 230px;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.2);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
li:hover > .dropdown {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
.dropdown .dropdown {
  top: 0;
  left: 100%;
}
.toLeft > .dropdown {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown li {
  margin: 0;
  list-style: none;
  padding: 0;
  display: block;
  width: 100%;
}
.dropdown a {
  padding: 10px 15px;
  display: block;
  border-top: 1px solid #e2e2e2;
  line-height: 1.1;
  font-size: 14px;
  font-family: Raleway, sans-serif;
  border-radius: 0;
}
.dropdown a::after {
  display: none;
}
.dropdown > li:hover > a {
  background: #ff4800;
  color: #fff;
}
.dropdown > li:first-child > a {
  border: 0;
}
.nav_wrapper {
  position: relative;
}
.navbar__toggler {
  display: block;
  padding: 0;
  border: 0;
  background: 0 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-left: 15vw;
  position: relative;
}

.navbar__toggler::before {
	content: 'menu';
	text-transform: uppercase;
	color: #212121;
	position: absolute;
	top: 5px; left: -70px;
	font-size: 1rem;
}

.navbar__toggler span {
  width: 36px;
  height: 3px;
  display: block;
  background: #212121;
  margin: 5px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar__toggler:hover span {
  margin: 7px 0;
}
.navbar__toggler.show {
  border-color: transparent;
  padding: 0;
}
.navbar__toggler.show span:nth-child(2) {
  opacity: 0;
  height: 0;
}
.navbar__toggler.show span:first-child {
  -webkit-transform: rotate(-45deg) translateY(5.6px);
  transform: rotate(-45deg) translateY(5.6px);
}
.navbar__toggler.show span:last-child {
  -webkit-transform: rotate(45deg) translateY(-5.6px);
  transform: rotate(45deg) translateY(-5.6px);
}
.navbar__toggler.show:hover span {
  margin: 5px 0;
}
.navbar-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - (100vw - 1220px));
  background: #fff;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  display: flex;
  padding-left: calc((100vw - 1220px) / 2);
  padding-right: calc((100vw - 1220px) / 2);
}
.navbar-nav.show {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
.navbar-nav li {
  flex: auto;
  margin: 0;
}
.navbar-nav a {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  border-right: 1px solid #e2e2e2;
}
.navbar-nav li:first-child a {
  border-left: 1px solid #e2e2e2;
}
.navbar-nav a::after,
.navbar-nav li::after {
  display: none;
}
.navbar-nav a {
  font-weight: 700;
  width: calc(100% - 30px);
  padding: 10px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar-nav a.active,
.navbar-nav a:focus,
.navbar-nav a:hover {
  background: #ff4800;
  color: #fff;
}
.navbar-nav .dropdown {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.05);
  max-height: 0;
}
.navbar-nav .dropdown a.active,
.navbar-nav .dropdown a:focus,
.navbar-nav .dropdown a:hover {
  background: #a32e00 !important;
  color: #fff;
}
.navbar-nav li:hover > .dropdown {
  max-height: 100%;
}
.show-menu,
.show-menu #navbar {
  margin-top: 48px;
}
body {
  width: 100%;
  overflow-x: hidden;
}
#kontakt a,
#main a {
  color: #ff4800;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}
#kontakt a:hover,
#main a:hover {
  color: #d63c00;
  text-decoration: underline;
}
.home {
  background: url(/img/header.jpg) top no-repeat;
  background-size: 100% auto;
}
.home header {
  padding: 20vh 0;
}
header h3 {
  font-size: 5rem;
  margin-top: 0;
}
header p {
  font-size: 2rem;
  margin-bottom: 0;
}
#o-nas {
  padding: 120px 0;
}
#o-nas h1 {
  font-size: 2.77778rem;
  margin-top: 0;
  margin-bottom: 30px;
}
#o-nas .img {
  position: absolute;
  max-width: 100%;
}
#o-nas .img2 {
  top: 0;
  right: -100px;
  z-index: 10;
}
#o-nas .img1 {
  bottom: 0;
  left: 0;
  z-index: 20;
  border: 10px solid #fff;
}
.o-nas__images {
  position: relative;
  height: 667px;
}
#oferta {
  padding: 120px 0;
  background: #f4f4f4;
  text-align: center;
}
#oferta h2 {
  margin-top: 0;
  margin-bottom: 60px;
}
#oferta a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#oferta a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#oferta a:hover strong {
  color: #ff4800;
}
#oferta .oferta_img {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 100%;
  max-width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#oferta strong {
  color: #212121;
  font-weight: 300;
  font-size: 1.11111rem;
  display: block;
  margin-top: 15px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
#materialy {
  padding: 120px 0;
  text-align: center;
}
#materialy h2 {
  margin: 0 0 30px;
}
#materialy .swiper-button-black {
  opacity: 0.3;
}
#materialy .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#materialy .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#materialy .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
#materialy .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  opacity: 0.8;
}
#kontakt {
  padding: 120px 0 90px;
  background: #f4f4f4;
}
#kontakt h4 {
  margin: 0 0 30px;
}
#kontakt .col-4 p {
  padding-right: 30px;
}
footer {
  background: #f4f4f4;
  padding: 15px 0 30px;
}
footer hr {
  display: block;
  height: 1px;
  margin: 0 0 30px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
footer span {
  font-size: 0.77778rem;
}
.madeby {
  line-height: 1em;
}
.madeby img {
  display: block;
  width: 92px;
}
.madeby small {
  float: left;
  color: #000;
  font-size: 0.55556rem;
  margin: 0 3px 0 0;
  display: inline-block;
  font-family: tahoma;
}
.sub {
  background: url(/img/header.jpg) center -550px no-repeat;
  background-size: 100% auto;
  padding-top: 200px;
}
.sub main section:not(#galeria) {
  margin-bottom: 30px;
}
.sub footer {
  padding-top: 30px;
}
.fluid {
  max-width: 100%;
  height: auto;
  display: block;
}
.r-m,
.responsive-media {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.r-m iframe,
.responsive-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.alerts {
  position: relative;
}
.alert {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  padding: 10px 15px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
  background-color: #ccc;
  width: calc(100% - 30px);
}
.alert.alert-success {
  background-color: #008020;
  z-index: 20;
}
.alert.alert-warning {
  background-color: #f59f00;
  z-index: 2;
}
.alert.alert-danger {
  background-color: #e42417;
  z-index: 1;
}
.alert.alert-info {
  background-color: #4babe2;
  z-index: 20;
}
.fb_slider_right {
  position: fixed;
  top: 180px;
  right: -320px;
  z-index: 10000;
  width: 348px;
  height: 100px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.fb_slider_right .sliderbody {
  float: left;
  width: 320px;
}
.fb_slider_right:hover {
  right: 0;
  height: 100%;
}
.fb_slider_right .button,
.fb_slider_right iframe {
  float: left;
  background: #fff;
}
