/*
Theme Name: Motyw TELESERWIS
Theme URI: http://teleserwis-bis.pl
Author: ColoradoMedia
Author URI: http://coloradomedia.pl
Description: Motyw strony z możliwością wstawiania postów i dowolnej zmiany większości tekstów znajdujących się w serwisie.
Version: 1.0.1
License: &copy;ColoradoMedia
Text Domain: coloradomedia
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Audiowide&display=swap');

html {
  font-size: 10px;
  overflow-x: hidden !important;
  background-color: rgb(8, 24, 51);
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
  max-width: 1920px;
  box-shadow: 0px 0px 40px 0px rgb(0, 0, 0);
  /* position: relative; */
  margin: 0 auto;
  overflow-x: hidden !important;
}

a {
  color: #000;
}

/* ----------START FRONT PAGE---------- */
.relative {
  position: relative;
}
.main-header {
  position: absolute;
  width: 100%;
  height: 12rem;
  z-index: 30;
}

.logo {
  font-size: 5rem;
  font-family: 'Audiowide', cursive;
  font-weight: 500;
  color: #f44336;
  text-shadow: 1.2px 1.2px 2px rgb(255, 0, 0);
  margin-top: 2rem;
  position: absolute;
  top: 0;
  left: 15rem;
  z-index: 1000;
}

.contact-header {
  font-size: 1.6rem;
  margin-top: 3.5rem;
  position: absolute;
  top: 0;
  right: 60rem;
  color: #fff;
  z-index: 1000;
}

.adress {
  font-size: 1.6rem;
  color: #fbff00;
  text-transform: uppercase;
  opacity: 0.8;
  font-weight: 700;
  padding: 1.5rem 4rem;
  border-radius: 30px;
  border: solid 3px #fbff00;
  margin-top: 3rem;
  position: absolute;
  top: 0;
  right: 15rem;
  z-index: 1000;
}

.bg-header {
  position: absolute;
  background: linear-gradient(
    110deg,
    rgb(0, 0, 0) 10%,
    rgba(17, 55, 117, 1) 60%
  );
  z-index: 100;
  width: 100%;
  height: 12rem;
  z-index: 10;
}

.welcome-section {
  width: 100%;
  height: calc(100vh - 25vh);
  max-height: 90rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    110deg,
    rgb(0, 0, 0) 10%,
    rgba(17, 55, 117, 1) 60%
  );
  position: relative;
  top: 0;
  left: 0;
  z-index: 20;
}

.welcome-section .adress {
  display: none;
}

.welcome-section img {
  width: 70rem;
}

.notebook {
  position: absolute;
  top: 20rem;
  right: 15rem;
}

.welcome-text {
  font-size: 7.5rem;
  top: 25rem;
  position: absolute;
  left: 15rem;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}

.menu-front {
  display: none;
}

.serwis {
  position: absolute;
  bottom: 6%;
  left: 15rem;
  color: #fbff00;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 500;
  border: 4px solid #fbff00;
  padding: 1rem 2rem;
  border-radius: 5rem;
}

#arrow a {
  padding-top: 60px;
}

#arrow a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}

#arrow a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

#arrow a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb03 {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  60% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.scrolldown a {
  position: absolute;
  bottom: 20px;
  right: 10%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1000;
  transition: opacity 0.3s;
}

.scrolldown a:hover {
  opacity: 0.5;
}

.wrap {
  position: relative;
  width: 100%;
  height: auto;
}

.brand img {
  width: 45rem;
  position: relative;
  margin: 3rem;
  box-shadow: 0px 0px 40px -20px #000;
}

.new {
  width: 100%;
  background: url(img/keyboard-bg.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
  position: relative;
  padding: 5rem 0;
}

.wrapper {
  width: 60%;
  position: relative;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.781);
}

.title-header {
  font-size: 3rem;
  background-color: #318ce7;
  background: linear-gradient(
    110deg,
    rgb(0, 0, 0) 0%,
    rgba(17, 55, 117, 1) 60%
  );
  background-image: linear-gradient(
    to top,
    #1e3c72 0%,
    #1e3c72 1%,
    #2a5298 100%
  );
  padding: 0.5rem 15rem;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.hits-container {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding: 3rem;
}

.single-post-content {
  position: relative;
  top: -4rem;
  min-height: 40rem;
}

.hit-front {
  top: 0;
}

.hit-front .hits-nav img {
  margin: 0.2rem;
}

.menu-navigation {
  font-size: 1.5rem;
  padding-bottom: 2rem;
}

.menu-navigation a {
  background-color: #190074;
  padding: 0.2rem 1.5rem;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  transition: ease-in-out 0.3s;
}

.menu-navigation a:hover {
  background-color: #ff0000;
  transition: ease-in-out 0.3s;
}

.single-post-img {
  float: left;
}

.single-post-img img {
  width: 100%;
  height: auto;
}

.hits .slick-next {
  right: 0.5vw;
}

.hits .slick-prev {
  left: 0.5vw;
  transform: rotate(180deg);
  margin-top: -13px;
  z-index: 10;
}

.hits .slick-next:before {
  content: '';
}

.hits .slick-prev:before {
  content: '';
}

.hits .slick-arrow {
  top: 50%;
  position: absolute;
  font-size: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  background-image: url(slick/img/arrow-slider.png);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
}

.hits-nav {
  padding: 1rem;
}

.hits-nav img {
  padding: 0.5rem;
  margin: 1rem;
  border: 2px solid #19007434;
  border-radius: 1rem;
}

.single-post-text {
  font-size: 1.8rem;
  border-left: 1px solid #8b8d92;
  padding-left: 2rem;
}

.product-content {
  text-align: left;
  position: relative;
}

.overflow div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-post-title {
  position: relative;
  width: 100%;
  max-height: 7rem;
  background-color: rgb(255, 0, 0);
  padding: 1rem 1.6rem;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  margin: 0;
  margin-bottom: 2rem;
}

.product-description {
  padding: 2rem 0;
}

.price {
  max-width: 15rem;
  font-weight: bold;
  color: #190074;
  font-size: 3rem;
  text-align: right;
  margin-left: auto;
}

.price span {
  font-size: 2rem;
}

.product-description {
  padding: 2rem 0;
}

.note {
  padding-top: 3rem;
  font-size: 1.4rem;
}

.product-header {
  width: 35%;
  margin: 0 auto;
  font-size: 4rem;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(40, 52, 147, 0.5);
  padding: 1.4rem;
  font-weight: 500;
  color: #283593;
  letter-spacing: 0.5rem;
}

.proposed {
  margin: 0;
}

.proposed-container {
  min-height: 250px;
  font-size: 1.4rem;
  box-shadow: 0px 0px 35px -14px rgba(0, 0, 0, 0.5);
  padding: 2rem 3rem;
  margin-top: 3rem;
  border-top: 4px solid #283593;
}

.mini-post-img img {
  width: 100%;
  height: auto;
}

.small-post-title {
  background: linear-gradient(
    110deg,
    rgb(0, 0, 0) 0%,
    rgba(17, 55, 117, 1) 60%
  );
  color: #fff;
  padding: 0.6rem;
  font-size: 1.5rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prices-proposed {
  text-align: right;
  position: relative;
  bottom: 0;
}

.mini-old-price {
  display: inline-block;
  font-size: 1.7rem;
  text-decoration: line-through;
  padding-right: 1rem;
}

.mini-price {
  display: inline-block;
  font-size: 2.3rem;
  font-weight: bold;
  color: #190074;
  text-align: right;
  margin-left: auto;
  margin-top: 1rem;
}

.mini-price span {
  font-size: 1.7rem;
}

.btn-more {
  text-align: center;
  padding-top: 2rem;
  margin: 0 auto;
}

.btn-more a {
  font-size: 2rem;
  background-color: #283593;
  color: #fff;
  border-radius: 0;
  padding: 0.5rem 2rem;
  border: 4px solid #283593;
  font-weight: 500;
}

.btn-more a:hover {
  background-color: transparent;
  color: #283593;
  border: 4px solid #283593;
}

.business-class {
  background: url(img/compbg.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 500px;
  box-shadow: -15px 15px 30px -25px #000;
  padding: 3rem;
  font-size: 2.2rem;
  color: #fff;
  margin-top: 5rem;
  text-align: center;
  margin-bottom: 5rem;
}

.business-class h2 {
  font-size: 4.3rem;
  text-transform: uppercase;
  margin-top: 8rem;
}

.business-class p {
  font-size: 2.7rem;
  padding: 5rem;
}

.brand-slider .slick-slide img {
  margin: 0 auto;
  max-width: 150px;
  padding-left: 10px;
  padding-right: 10px;
}

.brand-slider .slick-next {
  right: -50px;
}

.brand-slider .slick-prev {
  left: -50px;
  transform: rotate(180deg);
  margin-top: -13px;
}

.brand-slider .slick-next:before {
  content: '';
}

.brand-slider .slick-prev:before {
  content: '';
}

.brand-slider .slick-arrow {
  top: 50%;
  height: 30px;
  width: 30px;
  position: absolute;
  font-size: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  background-image: url(slick/img/arrow-slider-black.png);
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}

.brand-slider .slick-arrow:hover {
  background-image: url(slick/img/arrow-slider.png);
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #254675;
  transition: all 0.5s ease;
}

.brand-slider {
  margin-bottom: 4.5rem;
}

/* FOOTER */
.main-footer {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    110deg,
    rgb(0, 0, 0) 10%,
    rgba(17, 55, 117, 1) 60%
  );
  color: #fff;
  text-decoration: none;
  margin: 0;
}

.main-footer a {
  color: #fff;
}

.black-divider {
  background: #000;
  height: 6rem;
  text-align: center;
  font-size: 1.5rem;
  padding-top: 2rem;
}

.black-divider ul li {
  display: inline-block;
  list-style: none;
  margin-right: 3rem;
  color: #888888;
  transition: all 0.25s ease-in-out;
}

.black-divider ul li:hover {
  color: #fff;
  transition: all 0.25s ease-in-out;
}

.open-footer {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  padding: 3rem 0 0 0;
}

.contact-footer {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  padding: 3rem 0 0 0;
}

.copyrights {
  color: #c0c0c0;
  background-color: #00000050;
}

.site-info {
  padding: 1rem 0;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 0;
  margin-top: 2rem;
}

.site-info img {
  width: 9rem;
}

/* COOKIE ALERT */
#cookies-message {
  color: white;
  width: 45rem;
  height: 12rem;
  padding: 2rem 5rem;
  padding-left: 13rem;
  font-size: 1.7rem;
  text-align: center;
  position: fixed;
  bottom: 3rem;
  left: 5rem;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 500;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  display: none;
  transition: all 0.5s;
}

#cookies-message a {
  color: #fff;
}

#cookies-message img {
  position: absolute;
  width: 100px;
  height: auto;
  top: 1rem;
  left: 1rem;
  margin-left: 2rem;
}

#accept-cookies-checkbox {
  background-color: #254675;
  width: 3rem;
  height: 3rem;
  color: #fff;
  transition: all 0.5s;
  position: absolute;
  top: -1rem;
  right: -1rem;
  line-height: 2.5rem;
  font-size: 2.5rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
}

/* END FOOTER */
/* ----------END FRONT PAGE---------- */

/* ----------START TAG.PHP PAGE---------- */

.news-container {
  padding-top: 12rem;
  position: relative;
  padding-bottom: 10rem;
}

.entry-header {
  position: relative;
}

.entry-header .entry-img {
  padding: 7rem;
  position: relative;
  top: 0;
  margin-bottom: 3rem;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.entry-title img {
  position: absolute;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 15rem;
  z-index: 1000;
}

.space {
  padding-top: 5rem;
}

.navigate-menu {
  font-size: 1.5rem;
}

.navigate-menu h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.navigate-menu a {
  background-color: #190074;
  padding: 0.7rem 2rem;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  transition: ease-in-out 0.3s;
}

.navigate-menu a:hover {
  background-color: #ff0000;
  transition: ease-in-out 0.3s;
}

.navigate-menu ul {
  padding-left: 0;
  list-style: none;
}

.navigate-menu li {
  padding: 1rem 0;
  margin: 0.5rem 0;
  transition: all 0.3s;
}

.navigate-menu li:hover {
  margin: 0.5rem 1.3rem;
  transition: all 0.3s;
}

.list-post {
  border-bottom: 1px solid rgba(255, 0, 0, 0.2);
  transition: all 0.25s ease-in;
  position: relative;
}

.list-post:hover {
  box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.157);
  transition: all 0.25s ease-in-out;
}

.list-post-img {
  padding: 2rem;
}

.list-post-img img {
  width: 100%;
  height: auto;
}

.list-post-content {
  padding: 2rem 0 2rem 2rem;
  position: relative;
  height: 100%;
  font-size: 1.4rem;
}

.list-post-content h2 {
  font-size: 1.8rem;
  text-align: left;
}

.list-post .btn {
  background-color: transparent;
  padding: 0.5rem 2rem;
  font-size: 1.5rem;
  border: 2px solid #190074;
  line-height: 1.5;
  border-radius: 0;
  text-transform: uppercase;
  color: #190074;
  font-weight: bold;
  position: absolute;
  right: 2rem;
  bottom: 0;
}

.list-post .btn:hover {
  background-color: #190074;
  color: #fff;
}

.prices {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.old-price {
  font-size: 1.7rem;
  text-decoration: line-through;
  padding-right: 1rem;
}

.mini-price-list {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  color: #190074;
}

.mini-price-list span {
  font-size: 1.7rem;
}

.product-page-price {
  position: relative;
  bottom: 0rem;
  right: 0;
  padding-top: 2rem;
  text-align: right;
}

.product-old-price {
  display: inline-block;
  font-size: 3rem;
  text-decoration: line-through;
  padding-right: 1rem;
}

.product-price {
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  color: #190074;
}

.product-price span {
  font-size: 2.5rem;
}

.mini-edit-footer {
  text-align: left;
  padding-left: 2rem;
  padding-bottom: 2rem;
}

.mini-edit-link {
  height: 30px;
  font-size: 1.6rem;
  padding: 0.6rem 3rem;
  background-color: #a7a7a7;
  border: 0;
  color: #fff;
  border-radius: 0.5rem;
}

.mini-edit-link:hover {
  background-color: #ff0000;
  color: #fff;
  text-decoration: none;
}

.pagination {
  position: relative;
  padding-bottom: 2rem;
  padding-top: 5rem;
}

.pagination p {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  font-size: 2.3rem;
  color: rgba(139, 141, 146, 0.706);
  font-weight: 600;
}

.pagination a {
  color: rgba(139, 141, 146, 0.706);
  text-decoration: none;
  transition: all 0.2s;
}

.pagination a:hover {
  color: #001f49;
  text-decoration: none;
  transition: all 0.2s;
  border-bottom: 3px solid #254675;
}

.pagination .current {
  color: #001f49;
  border-bottom: 3px solid #254675;
}

/* ----------END TAG.PHP PAGE---------- */

/* PAGE.PHP */
.page-standard {
  background-image: url(img/pattern.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 12rem;
}

.container-standard {
  max-width: 150rem;
  margin: 0 auto;
  min-height: 50vh;
  padding: 5rem 2rem;
  text-align: center;
}

.container-standard .row {
  background-color: rgba(255, 255, 255, 0.898);
}

.page-standard-content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5rem;
  padding-top: 5rem;
}

.page-standard-img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5rem;
  padding-top: 5rem;
}

.page-standard-img img {
  width: 100%;
  height: auto;
}

.page-content h2 {
  font-size: 3rem;
}

.page-content p {
  font-size: 1.7rem;
}

/* ----------START ARCHIVE.PHP PAGE, PRODUCT PAGE---------- */

.dark-image-overlay {
  background-color: #212121;
  opacity: 0.2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.entry-title-header {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 4rem;
  letter-spacing: 0.5rem;
  font-weight: 600;
}

.edit-footer {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.post-edit-link {
  height: 50px;
  font-size: 2rem;
  padding: 1rem 4rem;
  background-color: #a7a7a7;
  border: 0;
  color: #fff;
  border-radius: 0.5rem;
}

.post-edit-link:hover {
  background-color: #ff0000;
  color: #fff;
  text-decoration: none;
}

.line {
  width: 100%;
  margin: 0;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  transition: ease-in-out 0.03s;
}

.line div:nth-child(1) {
  padding-left: 5%;
}

.line:nth-of-type(even) {
  background-color: #f6f6f6d0;
}

.line:hover {
  background-color: #f0f0f0;
  transition: ease-in-out 0.03s;
}

.pos-relative {
  position: relative;
}

.product-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.notfound404 {
  text-align: center;
  overflow: hidden;
  padding-top: 12rem;
}

.notfound404 h2 {
  font-size: 3.5rem;
  padding: 2rem 0;
}

.notfound404 p {
  font-size: 2.8rem;
  padding: 2rem 0 5rem 0;
}

.clip-text {
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 5rem 0;
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20vw;
  font-weight: 900;
  font-family: 'Oswald', sans-serif;
  background-image: url(img/galaxy.jpg);
}

.cover-404,
.cover-404:before {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}

@media (max-width: 1919.98px) {
  .welcome-text {
    font-size: 6rem;
    top: 16rem;
  }

  .notebook {
    top: 11rem;
    right: 15rem;
  }

  .welcome-section img {
    width: 70rem;
  }
}

@media (max-width: 1699.98px) {
  .welcome-text {
    font-size: 5.5rem;
    top: 16rem;
  }

  .notebook {
    top: 12rem;
    right: 15rem;
  }

  .welcome-section {
    height: calc(100vh - 30vh);
  }

  .welcome-section img {
    width: 60rem;
  }
  .serwis {
    font-size: 2.8rem;
  }
  .brand img {
    width: 40rem;
    margin: 2rem;
  }
}

@media (max-width: 1599.98px) {
  .business-class {
    height: auto;
  }

  .business-class h2 {
    font-size: 3.8rem;
  }

  .business-class p {
    font-size: 2.5rem;
  }
  .serwis {
    font-size: 2.6rem;
  }
}

@media (max-width: 1599.98px) {
  .welcome-text {
    top: 15rem;
    font-size: 5rem;
  }

  .welcome-section img {
    width: 55rem;
  }
  .serwis {
    font-size: 2.4rem;
  }
}

@media (max-width: 1499.98px) {
  .logo {
    font-size: 4rem;
  }

  .adress {
    font-size: 1.4rem;
  }

  .note {
    padding-top: 1rem;
  }

  .single-post-text {
    font-size: 1.6rem;
  }

  .proposed-container {
    font-size: 1.2rem;
    min-height: auto;
  }

  .small-post-title {
    font-size: 1.3rem;
  }

  .btn-more a {
    font-size: 1.5rem;
  }

  .entry-header .entry-img {
    padding: 4rem 0;
  }

  .entry-title-header {
    font-size: 3.5rem;
  }
  .serwis {
    font-size: 2.2rem;
    bottom: 12%;
  }
}

@media (max-width: 1399.98px) {
  .notebook {
    right: 10rem;
  }

  .welcome-section img {
    width: 55rem;
  }

  .brand img {
    width: 38rem;
  }

  .hits-container {
    padding: 2rem;
  }

  .title-header {
    font-size: 2.5rem;
  }

  .main-post-title {
    font-size: 2rem;
  }

  .note {
    font-size: 1.2rem;
  }

  .product-header {
    width: 25%;
    font-size: 3rem;
  }

  .single-post-content {
    min-height: auto;
  }

  .proposed-container {
    padding: 1.8rem;
  }

  .business-class h2 {
    font-size: 3.5rem;
    margin-top: 5rem;
  }

  .business-class p {
    font-size: 2.2rem;
    padding: 3rem;
  }

  .open-footer {
    font-size: 1.8rem;
  }

  .contact-footer {
    font-size: 1.8rem;
  }
}

@media (max-width: 1299.98px) {
  .main-header {
    height: 10rem;
  }

  .bg-header {
    height: 10rem;
  }

  .news-container {
    padding-top: 10rem;
  }

  .logo {
    left: 10rem;
  }

  .contact-header {
    right: 50rem;
    font-size: 1.4rem;
    margin-top: 3rem;
  }

  .adress {
    right: 10rem;
    font-size: 1.2rem;
    margin-top: 2rem;
  }

  .welcome-text {
    left: 10rem;
    top: 15rem;
  }

  .welcome-section img {
    width: 50rem;
  }

  .serwis {
    left: 10rem;
    font-size: 2rem;
    padding: 0.7rem 1.8rem;
  }

  #arrow a {
    padding-top: 4rem;
  }

  .brand img {
    width: 35rem;
  }
}

@media (max-width: 1199.98px) {
  .welcome-text {
    left: 8rem;
    top: 15rem;
    font-size: 4.5rem;
  }

  .welcome-section img {
    width: 45rem;
  }

  .serwis {
    left: 8rem;
    font-size: 1.8rem;
  }

  .notebook {
    top: 10rem;
    right: 8rem;
  }

  .logo {
    left: 8rem;
  }

  .contact-header {
    right: 45rem;
  }

  .adress {
    right: 5rem;
  }

  .scrolldown a {
    right: 5%;
  }

  .wrapper {
    width: 85%;
  }

  .proposed-container {
    font-size: 1.3rem;
  }

  .entry-title-header {
    font-size: 3rem;
  }

  .menu-navigation {
    padding-bottom: 1rem;
  }

  .list-post .btn {
    bottom: 1rem;
    font-size: 1.2rem;
    padding: 0.4rem 1.6rem;
  }

  .prices {
    top: 5rem;
  }

  .prices {
    position: relative;
    top: 1.2rem;
    right: 0;
  }

  .old-price {
    display: inline-block;
  }

  #cookies-message {
    width: 38rem;
    height: 10.5rem;
    font-size: 1.5rem;
    padding-right: 3rem;
  }

  #cookies-message img {
    width: 85px;
  }

  #accept-cookies-checkbox {
    padding-top: 5px;
    line-height: 1.5rem;
  }
}

@media (max-width: 1099.98px) {
  .contact-header {
    right: 40rem;
  }

  .welcome-text {
    font-size: 4rem;
  }

  .brand img {
    width: 30rem;
  }

  .welcome-section {
    max-height: 45rem;
  }

  .welcome-section img {
    width: 40rem;
  }

  .business-class h2 {
    font-size: 3rem;
    margin-top: 2rem;
  }

  .business-class p {
    font-size: 2rem;
    padding: 2rem;
  }

  .black-divider {
    font-size: 1.3rem;
    height: 4rem;
    padding-top: 1rem;
  }

  .open-footer {
    font-size: 1.6rem;
  }

  .contact-footer {
    font-size: 1.6rem;
  }

  .site-info {
    font-size: 1.3rem;
  }

  .brand-slider .slick-slide img {
    max-width: 10rem;
  }
}

@media (max-width: 999.98px) {
  .adress {
    padding: 1rem 2.5rem;
  }

  .contact-header {
    right: 38rem;
    font-size: 1.2rem;
  }

  .welcome-text {
    top: 11rem;
  }

  .serwis {
    font-size: 1.5rem;
    border: 3px solid #fbff00;
  }

  .welcome-section img {
    width: 35rem;
  }

  .brand img {
    width: 25rem;
  }

  .contact-footer {
    font-size: 1.4rem;
  }

  .entry-title-header {
    font-size: 2.5rem;
  }

  .entry-header .entry-img {
    padding: 2.5rem 0;
  }
}

@media (max-width: 949.98px) {
  .logo {
    font-size: 4.5rem;
  }

  .adress {
    font-size: 1.5rem;
    margin-top: 2.5rem;
    right: 8rem;
  }

  .contact-header {
    display: none;
  }

  .welcome-text {
    font-size: 4rem;
    top: 10rem;
  }

  .serwis {
    bottom: 10%;
  }

  .scrolldown a {
    right: 10%;
  }

  .notebook {
    display: none;
  }

  .product-header {
    font-size: 4rem;
    width: 40%;
  }

  .small-post-title {
    font-size: 2rem;
  }

  .proposed-container {
    font-size: 1.8rem;
  }

  .mini-old-price {
    font-size: 2.3rem;
  }

  .mini-price {
    font-size: 3rem;
  }

  .proposed-container {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .news-container .container {
    max-width: 95%;
  }
}

@media (max-width: 869.98px) {
  .logo {
    left: 5rem;
  }

  .adress {
    right: 5rem;
  }

  .welcome-text {
    left: 5rem;
    font-size: 4rem;
  }

  .serwis {
    left: 5rem;
  }

  .brand img {
    width: 23rem;
  }

  .wrapper {
    width: 95%;
  }

  .single-post-text {
    font-size: 1.7rem;
  }

  .proposed-container {
    font-size: 1.6rem;
  }

  .contact-footer {
    font-size: 1.5rem;
  }

  .business-class h2 {
    font-size: 2.5rem;
    margin-top: 1rem;
  }

  .business-class p {
    font-size: 1.8rem;
    margin-bottom: 0;
  }

  .navigate-menu {
    font-size: 1.3rem;
  }

  .navigate-menu h2 {
    font-size: 2rem;
  }

  .navigate-menu li {
    padding: 0.8rem 0;
    margin: 0.2rem 0;
  }
}

@media (max-width: 829.98px) {
  .adress {
    font-size: 1.3rem;
    right: 2rem;
  }
}

@media (max-width: 768px) {
  .wrap {
    display: none;
  }

  .welcome-section {
    height: 100vh;
  }

  .welcome-text {
    font-size: 5rem;
  }

  .note {
    font-size: 1.6rem;
  }

  .single-post-text {
    border-left: none;
  }

  .spacing {
    display: none;
  }

  .photos div:nth-child(7) {
    display: none;
  }

  .photos div:nth-child(8) {
    display: none;
  }

  .page-standard-content {
    padding: 3rem 2rem;
  }
}

@media (max-width: 699.98px) {
  .display {
    display: none;
  }

  .menu-front {
    display: block;
    margin-top: 1rem;
  }

  .logo {
    left: 2.5rem;
  }

  .welcome-text {
    font-size: 4.2rem;
  }

  .welcome-section {
    max-height: 40vh;
  }

  .adress {
    font-size: 1.2rem;
    width: 20rem;
    text-align: center;
    padding: 0.5rem;
  }

  .hit-front .hits-nav {
    display: none !important;
  }

  .hit-front .single-post-img {
    max-width: 80%;
    margin: 0 auto;
  }

  .slick-prev,
  .slick-next {
    width: 40px !important;
    height: 40px !important;
  }

  .proposed-container {
    max-width: 100%;
  }

  .proposed .mini-post-img {
    max-width: 80%;
    margin: 0 auto;
  }

  .small-post-title {
    margin-bottom: 2rem;
  }

  .navigate-menu {
    text-align: center;
  }

  .navigate-menu li {
    display: inline-block;
  }

  .list-container {
    padding: 0;
  }

  .pagination p {
    font-size: 3rem;
  }

  .list-post .btn {
    font-size: 1.5rem;
    padding: 0.5rem 1.8rem;
  }

  .proposed-container {
    font-size: 1.85rem;
  }

  .product-header {
    width: 70%;
  }
}

@media (max-width: 576px) {
  .logo {
    font-size: 4rem;
  }

  .welcome-text {
    font-size: 4rem;
  }

  .photos {
    display: none;
  }

  #cookies-message {
    width: 100%;
    height: 12rem;
    /* padding: 2rem 5rem; */
    padding-left: 13rem;
    font-size: 1.6rem;
    bottom: 0;
    left: 0;
  }

  #cookies-message img {
    width: 100px;
  }

  #accept-cookies-checkbox {
    background-color: #254675;
    width: 5rem;
    height: 5rem;
    font-size: 4rem;
    top: -2.5rem;
    line-height: 3rem;
    right: 0;
  }
}

@media (max-width: 539px) {
  .logo {
    font-size: 3.5rem;
  }

  .black-divider ul li {
    margin-right: 1.5rem;
  }
}

@media (max-width: 499px) {
  .adress {
    font-size: 1.1rem;
    width: 18rem;
  }

  .welcome-text {
    font-size: 3.5rem;
  }
}

@media (max-width: 479px) {
  .logo {
    left: 5rem;
  }

  .adress {
    display: none;
  }

  .serwis {
    bottom: 11rem;
  }

  .welcome-section .adress {
    display: block;
    font-size: 1.3rem;
    padding: 0.6rem 1.5rem;
    left: 5rem;
    top: 30rem;
    width: 32rem;
  }

  .welcome-section {
    max-height: 42rem;
  }

  .hit-front .single-post-img {
    max-width: 100%;
  }

  .proposed .mini-post-img {
    max-width: 100%;
  }

  .open-footer {
    font-size: 1.8rem;
  }

  .contact-footer {
    font-size: 1.8rem;
  }
  .page-standard-content {
    padding: 3rem 0;
  }
}

@media (max-width: 439px) {
  .welcome-section {
    max-height: 45rem;
  }
  .serwis {
    bottom: 15rem;
  }
  .welcome-text {
    font-size: 3.1rem;
  }

  .title-header {
    padding: 0.5rem 0;
  }

  .note {
    font-size: 1.3rem;
    text-align: center;
  }

  .product-content {
    font-size: 1.6rem;
  }

  .single-post-text {
    font-size: 1.6rem;
  }

  .black-divider ul {
    padding-left: 0;
  }

  .black-divider ul li:nth-child(7) {
    margin-right: 0;
  }

  .business-class {
    padding: 3rem 0;
  }
}

@media (max-width: 399px) {
  .logo {
    left: 3rem;
  }

  .welcome-text {
    font-size: 2.8rem;
    left: 3rem;
  }

  .welcome-section .adress {
    left: 3rem;
  }
  .serwis {
    left: 3rem;
  }
  .navigate-menu ul {
    padding: 0 1rem;
  }

  .proposed-container {
    font-size: 1.7rem;
  }

  .small-post-title {
    font-size: 1.8rem;
  }

  .open-footer {
    font-size: 1.6rem;
  }

  .contact-footer {
    font-size: 1.6rem;
  }

  .product-header {
    font-size: 3rem;
    width: 80%;
  }

  .proposed {
    padding: 0;
  }

  #cookies-message {
    padding-left: 9rem;
    font-size: 1.6rem;
    padding-right: 1rem;
    padding-top: 2rem;
    height: 11rem;
  }

  #cookies-message img {
    width: 80px;
    margin: 1rem 0 0 0;
  }

  #accept-cookies-checkbox {
    background-color: rgb(37, 70, 117);
    width: 5rem;
    height: 5rem;
    font-size: 4rem;
    top: -3rem;
  }
  .page-content p {
    font-size: 1.5rem;
  }
}

@media (max-width: 359px) {
  .welcome-text {
    font-size: 2.6rem;
  }

  .serwis {
    bottom: 17rem;
  }

  .welcome-section .adress {
    max-width: 30rem;
    padding-left: 0;
    padding-right: 0;
    top: 28rem;
  }

  .scrolldown a {
    right: 15%;
  }

  .black-divider ul li {
    margin-right: 0.5rem;
  }

  .navigate-menu ul {
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 329px) {
  .serwis {
    left: 2rem;
  }

  .welcome-section .adress {
    max-width: 29rem;
    padding-left: 1rem;
    padding-right: 1rem;
    left: 2rem;
  }

  .entry-title-header {
    font-size: 2rem;
  }

  .old-price {
    padding-right: 0.3rem;
  }

  .list-post .btn {
    font-size: 1.3rem;
    padding: 0.5rem 1.2rem;
  }

  .main-post-title {
    font-size: 1.8rem;
  }

  .single-post-text {
    font-size: 1.4rem;
  }

  .product-page-price {
    transform: scale(0.8);
  }
}
