*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: "RobotoRegular", sans-serif;
	font-size: 16px;
	background-color: #f4f1ec;
	color: #2c2925;
}

p{
    word-wrap: break-word;
    text-transform: none;
}

.logo {
	font-family: "DM Sans", "RobotoRegular", system-ui, sans-serif;
	font-size: 99px;
    color: #fff;
      text-align: center;
}

.logo a {
    color: #fff;
}

.contacts {
	font-family: "RobotoRegular", sans-serif;
	font-size: 18px;
    color: #fff;
    float: right;
    margin: 17px;

}


.podpis {
	font-family: "DM Sans", "RobotoRegular", system-ui, sans-serif;
	font-size: 22px;
    color: #fff;
    text-align: center;
    margin: 17px;
}

#oran {
    padding: 21px;

}

#awes {
    padding: 10px;
}

#head_line {
	background: linear-gradient(135deg, #ffe8d4 0%, #ffd9b8 42%, #ffcc9e 100%);
	padding: 20px 20px 26px;
	box-shadow: 0 4px 18px rgba(44, 32, 12, 0.12);
}
.reg{
display: none;
}
.reg a{
    border: none;
    padding: 5px;
    background-color: red;
    color: white;
    border-radius: 4px;
    position: relative;
    top: -28px;
    right: 84px;
}
.reg a:hover{
	background-color: #FF7006;
}
.img{
    text-align: center;
}

.reg {
    display: inline-block;
    float: right;
    position: relative;
    top: 22px;
}
.foot{
	text-align: center;
}

.blo {
    background-color: red;
    color: white;
    height: 140px;
    text-align: center;
    padding: 0px;
    margin: 10px 10px 10px 10px;
}
.bot_line {
    background-color: #ff8700;
    padding: 3px;
    color: white;
}


.slider {
  font-family: 'Roboto Condensed', sans-serif;
  width: 100%;
  height: 40vw;
  position: relative;
  overflow: hidden;
}
.slider__slide {
  -webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40vw;
  max-height: 800px;
  min-height: 200px;
  background-size: cover;
  background-position: center;
  z-index: 1;
  opacity: 0;
  will-change: transform, opacity;
}
.slider__slide__text {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.6);
}
.slider__slide__text a, .slider__slide__text a:link {
  -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
  transition: background .3s ease-in-out, color .3s ease-in-out;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 32px;
  padding: 20px;
  display: block;
}
.slider__slide__text a:hover, .slider__slide__text a:link:hover {
  background: rgba(20, 20, 20, 0.4);
  color: #c8c8c8;
}
.slider__slide[data-active="true"] {
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 100;
  opacity: 1;
}
.slider__next, .slider__previous {
  -webkit-transition: color .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: color .3s ease-in-out, transform .3s ease-in-out;
  color: rgba(255, 155, 0, 0.6);
  z-index: 200;
  position: absolute;
}
.slider__next:hover, .slider__previous:hover {
  color: rgba(255, 155, 0, 0.8);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.slider__next {
  bottom: 20px;
  right: 20px;
    display: none;
}
.slider__previous {
  bottom: 20px;
  left: 20px;
    display: none;
}

.expanding-grid {
  position: relative;
  width: 100%;
}
.expanding-grid .links {
  display: block;
  margin: 0 -1em;
  overflow: hidden;
  padding: 1em 0;
}
.expanding-grid .links > li {
  box-sizing: border-box;
  float: left;
  padding: 1em;
}
.expanding-grid .links > li a {
  color: #fff;
  display: block;
  font-size: 2em;
  line-height: 1;
  padding: 25% 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.expanding-grid .links > li a.active:after {
  background-color: transparent;
  border-bottom: 0.375em solid #888;
  border-left: 0.375em solid transparent;
  border-right: 0.375em solid transparent;
  bottom: -0.5em;
  content: '';
  height: 0;
  left: 50%;
  margin-left: -0.375em;
  position: absolute;
  width: 0;
}
@media only screen and (max-width: 39.99em) {
  .expanding-grid .links > li {
    width: 100%;
  }
  .expanding-grid .links > li:nth-of-type(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 40em) and (max-width: 59.99em) {
  .expanding-grid .links > li {
    width: 33.33333%;
  }
  .expanding-grid .links > li:nth-of-type(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 60em) {
  .expanding-grid .links > li {
    width: 25%;
    height: 207px;
  }
  .expanding-grid .links > li:nth-of-type(4n+1) {
    clear: left;
  }
}
.expanding-grid .spacer {
  background-color: #888;
  clear: both;
  display: block;
  margin: 0 1em;
}
.expanding-grid .expanding-container {
  clear: both;
  display: none;
  overflow: hidden;
  width: 100%;
}
.expanding-grid .expanding-container.expanded, .expanding-grid .expanding-container:target {
  display: block;
}
.expanding-grid .hentry {
  background:#DA3A3A;
  box-sizing: border-box;
  clear: both;
  color: #fff;
  min-height: 4em;
  overflow: hidden;
  padding: 2em;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.expanding-grid .hentry .entry-image {
  box-sizing: border-box;
  float: right;
  margin-left: 1em;
  padding: 0.25em 0 0.52em 1em;
  text-align: center;
  width: 50%;
}
.expanding-grid .hentry .entry-title {
  font-size: 1.5em;
}
.expanding-grid .close-button {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNLjcuN2wxOCAxOG0tMTggMGwxOC0xOCIvPjwvc3ZnPg==) no-repeat scroll 50% 50% transparent;
  color: #fff;
  display: inline-block;
  height: 20px;
  line-height: 1;
  overflow: hidden;
  padding: 1.5em 2em;
  text-decoration: none;
  text-indent: 5em;
  white-space: nowrap;
  width: 20px;
  will-change: opacity;
  z-index: 5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.expanding-grid .close-button.active {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.expanding-grid .close-button:hover {
  opacity: 0.5;
}

.img-placeholder {
  color: #fff;
  font-size: 4em;
  font-weight: 300;
  line-height: 1;
  padding: 25% 0.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.links {
    list-style-type: none;
}
.expanding-grid .links > li.product-img {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.product-img {
	position: relative;
	overflow: hidden;
}
.product-img__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.45s ease;
	will-change: transform;
}
.product-img:hover .product-img__bg {
	transform: scale(1.08);
}
.product-img__label {
	position: relative;
	z-index: 1;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.85);
	color: #fff;
	font-size: 23px;
	text-align: center;
	padding: 14px 8px 10px;
	margin: 0;
	width: 100%;
	pointer-events: none;
}
i.fa.fa-vk {
    font-size: 30px;
}
.foot {
  float: right;
}
.foot a{color: #000000;}
h2 {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
}
#contB {

}

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


.os-animation {
  opacity: 0;
}

.modal.modal-wide .modal-dialog {
  width: 90%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}

/* irrelevant styling */
.contenT {
    font-size: 22px;
}
#tallModal .modal-body p { margin-bottom: 900px }

.cena{
	font-size: 30px;
	color: #a8430f;
}
#oran {
	padding-top: 0;
	padding-bottom: 0;
}


.contact {
    text-align: center;
    font-size: 24px;
}
p {
    font-size: 22px;
    margin-bottom: 18px;
}
#foo{
    background-color: #ff8700;
}
form {
    padding: 7px;
}
h3{font-size: 28px;}
 li {
    list-style-type: none;
   }
 .nav-bar2 {
     position: fixed;
     z-index: 999;
     width: 100%;
     opacity: 0;
     visibility: hidden;
     transition: opacity 0.4s, visibility 0.4s;
 }
 .nav-bar2--visible {
     opacity: 1;
     visibility: visible;
 }
 table {
    width: 100%;
    background-color: transparent;
    text-align: center;
}

.title_table{
	color: #fff;
	background: linear-gradient(90deg, #9a4a0c 0%, #b8520b 100%);
}
.price-table tr:not(.title_table):nth-child(even) {
	background-color: #eff5f7;
}
td{
width:50%;
}