@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");

@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro-Bold.woff2") format("woff2"),
    url("../fonts/DINPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro-Medium.woff2") format("woff2"),
    url("../fonts/DINPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "cirosSans";
  src: url("../fonts/KairosSansW1G-CnMedium.woff2") format("woff2"),
    url("../fonts/KairosSansW1G-CnMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro-Regular.woff2") format("woff2"),
    url("../fonts/DINPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  background: #000;
  color: #fff;
  font-family: "DINPro";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 1.5rem !important;
  position: relative;
}

.gridHeading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "cirosSans";
}

.gridHeading h2 {
  color: #fff !important;
  margin: 0;
}

.proszek__left_top1 {
  position: absolute;
  left: 0;
  top: 30vh;
  width: 65%;
}

.proszek__left_top2 {
  position: absolute;
  right: 0;
  top: 84vh;
  width: 55%;
}

.hide-mobile img {
  width: 100%;
}

/* == LAYOUT static == */

.headingProduct {
  text-align: center;
  margin-top: 80px;
}

/* == Section plyty == */
.plyty {
  padding: 100px 0;
  position: relative;
}

.plyty > h2 {
  text-align: center;
}

.plyty__grid {
  padding: 40px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  text-align: center;
  width: 1150px;
  margin: 0 auto;
}

.monitory__grid {
  font-size: 15px;
  position: relative;
}

.monitor__product {
  display: block;
  margin: 50px auto;
  width: 600px;
  position: relative;
}

.monitory__grid b {
  color: #ea1b2f;
}

.plyty__grid-item-info {
  padding-top: 10px;
}

.plyty__grid-item-info p {
  margin: 0;
}

.hide-desktop {
  display: none !important;
}

/* == Chłodzenie == */

.chlodzenie__flex.chlodzenie__flexTopPadding {
  margin-top: 80px;
}

.chlodzenie__flex {
  padding: 20px 0;
  width: 1150px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.chlodzenie__flex .chlodzenie__flex-item h4 {
  font-weight: bold;
  color: #d30300;
  font-size: 16px;
}

.link__greenColor {
  color: #d30300 !important;
}

.chlodzenie__flex .chlodzenie__flex-item .chlodzenie__flex-item-50 {
  width: 73%;
}

.chlodzenie__flex .chlodzenie__flex-item:nth-child(2) {
  margin-left: 40px;
}

.karta_relative,
.karta_main {
  position: relative;
}

.karta_main {
  width: 85%;
}

.proszek_red {
  position: absolute;
  width: 120%;
  bottom: -150px;
  left: -65%;
}

/* == Co zrobić == */

.cozrobic {
  text-align: center;
  font-size: 20px;
}

.cozrobic .cozrobic__info p {
  padding-top: 20px;
}

.cozrobic .cozrobic__info {
  padding-top: 90px;
}

.cozrobic__info img {
  display: block;
  margin: 10px auto 5px auto;
}

.cozrobic__info_number {
  width: 70px;
}

.cozrobic .cozrobic__info .cozrobic__info-oragneColor {
  color: #d30300;
}

.cozrobic .cozrobic__info-chlodzenieImage {
  width: 300px;
  padding: 25px 0;
}

/* == Formularz == */

.form {
  margin: 100px auto 50px auto;
}

#formON {
  margin-top: 50px;
}

#formON .danedo {
  font-weight: normal;
  font-size: 17px;
  color: #d30300;
}

.XGP_formularz input[type="checkbox"] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: black;
  border-radius: 0px;
  border: 1px solid #d30300;
}
.XGP_formularz input[type="checkbox"]:checked {
  background: #d30300;
  border: 2px solid #d30300;
}

.XGP_formularz input {
  border: 1px solid #d30300;
}

#formON .checkbox p {
  margin-left: -35px;
  font-size: 12px;
}

.u-btn-primary {
  background: #003bc1 !important;
  color: #fff !important;
}

.u-btn-primary:hover {
  border: none !important;
  transform: scale(0.97);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #000;
  background-clip: padding-box;
  border: 1px solid #d30300;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#formON select:active,
#formON option:active {
  background: #000 !important;
}

.info_text1 {
  width: 800px;
  margin: 0 auto;
}

.btn_image {
  margin-top: 50px;
  border: none !important;
  transition: 0.35s;
}

.btn_image:hover {
  transform: scale(0.95);
}

input[type="submit"] {
  background: url(../img/BTN.png) no-repeat;
  border: 0;
  display: block;
  height: 63px;
  width: 535px;
  margin: 0 auto;
}

/* == Partners == */

.partners {
  margin-top: 60px;
}

.partners__top {
  width: 900px;
  margin: 90px auto 0 auto;
}

@media (min-width: 2001px) {
  .proszek__left_top1 {
    top: 14vh;
    width: 45%;
  }
  .proszek__left_top2 {
    top: 44vh;
    width: 35%;
  }

  .proszek_red {
    width: 200%;
    bottom: -170px;
    left: -145%;
  }
}

@media (min-width: 3001px) {
  .proszek__left_top1 {
    top: 10vh;
  }
  .proszek__left_top2 {
    top: 25vh;
    width: 40%;
  }

  .proszek_red {
    display: none;
  }
}

@media (max-width: 1501px) {
  .gridHeading h2 {
    font-size: 24px;
  }
}

@media (max-width: 1321px) {
  .gridHeading img {
    height: 30px;
  }
}

@media (max-width: 1160px) {
  .plyty__grid {
    width: 95%;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 0;
  }

  .chlodzenie__flex {
    width: 95%;
  }
}

@media (max-width: 1112px) {
  .gridHeading h2 {
    font-size: 20px;
    text-align: center;
  }
  .gridHeading img {
    height: 25px;
  }

  .proszek__left_top1,
  .proszek__left_top2 {
    display: none;
  }

  .monitor_cozrobic {
    width: 95%;
  }
}

@media (max-width: 999px) {
  .gridHeading img {
    display: none;
  }

  .chlodzenie__flex {
    display: block;
  }

  .chlodzenie__flex img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .chlodzenie__flex .chlodzenie__flex-item .chlodzenie__flex-item-50 {
    width: 100%;
    margin: 0 auto;
  }

  .partners__top {
    width: 90%;
  }

  .info_text1 {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
  .show-mobile {
    display: inherit !important;
  }

  .plyty__grid {
    padding-top: 30px;
    grid-template-columns: repeat(1, 1fr);
  }

  .plyty {
    padding: 40px 0;
  }

  .monitor__product {
    width: 90%;
  }
}

@media (max-width: 576px) {
  input[type="submit"] {
    width: 90%;
    background-size: contain;
  }
}
