* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  line-height: 1;
}
img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}
a {
  text-decoration: none ;
  color: inherit;
  display: inline-block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
ul {
  list-style: none;
}
input,
select,
button,
textarea {
  outline: none;
  border: none;
}
button {
  background: none;
  display: inline-block;
  color: inherit;
  font-family: inherit;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
hr {
  margin-block-start: 0em;
  margin-block-end: 0em;
  border-width: 0px;
}
.abs {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.midle {
  top: 50%;
  transform: translateY(-50%);
}
.mob {
  width: 45px;
  height: 70px;
  overflow: hidden;
  display: none;
  background: none;
}
.mob span {
  display: block;
  position: relative;
  width: 100%;
  height: 6px;
  background: #d19f02;
  border-radius: 4px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.mob span:before {
  content: "";
  width: 100%;
  border-radius: 4px;
  position: absolute;
  top: -15px;
  left: 0;
  height: 6px;
  background-color: #d19f02;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.mob span:after {
  border-radius: 4px;
  content: "";
  width: 100%;
  position: absolute;
  height: 6px;
  left: 0;
  background-color: #d19f02;
  bottom: -15px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.mob .active {
  background: none;
}
.mob .active:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mob .active:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*-------------------END BASE STYLE----------------------------------*/
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/OpenSans-Regular.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*-------------------END FONTS STYLE---------------------------------*/
/*!!!!!!!!!!!!!!!!!!!STYLE CSS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
body {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
p,
h3 {
  font-size: 0.9375vmax;
}
.wrap {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}
/*------------------END BODY && WRAP BASE STYLE------------------------------*/
header {
  position: fixed;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 1.04vmax;
  background: #fff;
}
header.sticky {
  background: rgba(255, 255, 255, 0.65);
}
.logo {
  max-width: 10.417vmax;
}
.logo:not(:last-child) {
  margin-right: 30px;
}
.headerItem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.headerItem__text {
  padding: 5px 0;
}
.headerItem__text:first-child {
  border-right: 1px solid;
}
.headerItem__text:first-child a {
  margin-right: 0.78125vmax;
}
.headerItem__text:Last-child {
  padding-left: 1.042vmax;
}
.headerItem__text a,
.headerItem__text span {
  font-size: 0.9375vmax;
  font-weight: 700;
  color: #000;
}
.headerItem__text a:hover,
.headerItem__text span:hover,
.headerItem__text a:focus,
.headerItem__text span:focus {
  color: #BA0100;
}
.headerItem__text p {
  margin-bottom: 1.042vmax;
  font-size: 1.042vmax;
  color: #616161;
  text-transform: uppercase;
}
.h78 {
  height: 78px;
}
.headerBtn {
  padding: 1.25vmax 1.146vmax;
  font-size: 0.9375vmax;
  font-weight: 600;
  border-radius: 20px;
  color: #fff;
  background: #11406D;
}
.headerBtn:hover,
.headerBtn:focus {
  background: #BA0100;
}
/*-------------------END HEADER--------------------------------------*/
.primero {
  position: relative;
  width: 100%;
  height: 46.875vmax;
  padding-top: 12vmax;
  background: url(../img/bg1.jpg) no-repeat;
  background-size: cover;
}
h1 {
  max-width: 32.1875vmax;
  margin-left: 3.645vmax;
  padding: 1.822vmax 2.0833vmax 1.822vmax 3.125vmax;
  border-radius: 50px 0px;
  background: rgba(229, 229, 229, 0.63);
  font-size: 2.5vmax;
  line-height: 1.22;
  font-weight: bold;
  color: #11406D;
}
h1 span {
  display: block;
  margin-top: 10px;
  font-size: 1.302vmax;
  font-weight: normal;
  color: #000;
}
.plashka {
  position: absolute;
  right: 19%;
  bottom: 8%;
  letter-spacing: 0.1rem;
  color: #fff;
}
.plashka__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.417vmax;
  height: 3.75vmax;
  margin-bottom: 1.042vmax;
  border-radius: 10px;
  font-size: 1.875vmax;
}
.plashka__item:nth-child(1) {
  background: rgba(17, 64, 109, 0.9);
  box-shadow: 0px 0px 20px 3px #EAB734;
}
.plashka__item:nth-child(2) {
  background: rgba(234, 185, 53, 0.99);
  box-shadow: 0px 0px 20px 3px #BA0100;
}
.plashka__item:nth-child(3) {
  background: rgba(186, 1, 0, 0.9);
  box-shadow: 0px 0px 20px 3px #11406D;
}
section {
  position: relative;
}
section h2 {
  margin-bottom: 1.875vmax;
  font-size: 1.875vmax;
  color: #11406D;
}
.dflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.segundoScreen {
  padding: 3.125vmax 3.645vmax;
}
.segundoScreen .dflex {
  flex-wrap: wrap;
}
.product {
  position: relative;
  width: 22.395vmax;
  height: 17.875vmax;
  margin: 0 auto 1.042vmax;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.product:hover {
  filter: drop-shadow(10px 15px 5px rgba(0, 0, 0, 0.9));
}
.product__logo {
  max-width: 6.25vmax;
  position: absolute;
  left: 0;
  top: 5vmax;
}
.product__title {
  position: absolute;
  left: 10px;
  top: 13vmax;
  font-size: 1.25vmax;
  line-height: 1.21;
  font-weight: 400;
  color: #fff;
}
.product__svg {
  position: absolute;
  right: 2vmax;
  top: 14.4vmax;
}
.modal {
  display: none;
  position: absolute;
  top: 5vh;
  left: 50%;
  transform: translateX(-50%);
  width: 95vw;
  height: 90vh;
  background-size: cover !important;
  line-height: 1.22;
  color: #fff;
}
.modal p {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  padding: 1.35vmax 0.833vmax;
  background: rgba(17, 64, 109, 0.7);
  border-radius: 20px;
  font-size: 1.25vmax;
}
.preguntaSection {
  width: 100%;
  height: 37.76vmax;
  padding-top: 9.11vmax;
  background: url(../img/bg2.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.preguntaSection h2 {
  margin-bottom: 25px;
  font-size: 2.5vmax;
}
.preguntaSection p {
  margin-bottom: 35px;
  font-size: 1.875vmax;
}
.preguntaSection span {
  display: block;
  margin-bottom: 25px;
  font-size: 3.333vmax;
  letter-spacing: 0.5rem;
  font-weight: 700;
}
.advantSection {
  padding: 3.125vmax 3.645vmax;
}
.advantSection .dflex {
  flex-wrap: wrap;
}
.advantItem {
  width: 30vmax;
  margin: 0 auto 20px;
  padding: 20px 10px 35px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.advantItem:hover {
  box-shadow: 0px 0px 20px #11406D;
}
.advantItem h3 {
  margin-bottom: 11px;
}
.advantItem p {
  line-height: 1.22;
}
.advantItem svg {
  margin-bottom: 30px;
}
.partnerSection h2 {
  padding: 0 3.645vmax;
}
.partnerSection .dflex {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 5vmax 3.645vmax;
  background: rgba(234, 185, 53, 0.99);
}
.partnerText {
  width: 34%;
  height: 100%;
}
.partnerText p {
  margin-bottom: 20px;
  font-size: 1.5625vmax;
  line-height: 1.2;
}
.sertifikatImg {
  width: 21%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.sertifikatImg:hover {
  transform: scale(1.5);
}
.partnerImg {
  width: 34%;
}
.infoSection {
  padding: 3.125vmax 0vmax;
}
.infoSection .dflex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 76%;
  margin: auto;
}
.infoItem {
  text-align: center;
}
.infoItem img {
  margin: 0 auto 3.38vmax;
}
.infoItem span {
  display: block;
  margin-bottom: 20px;
  font-size: 1.5625vmax;
}
.infoItem_last img {
  max-height: 130px;
}
/*-------------------END MAIN----------------------------------------*/
/*+++++++++++++++++++START FOOTER +++++++++++++++++++++++++++++++++++*/
footer {
  padding: 3.125vmax 3.645vmax;
}
footer .dflex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.footerMap {
  width: 45%;
}
.footerForm {
  width: 45%;
  height: 100%;
  padding: 25px 50px 10px;
  background: #F7F7F7;
}
.footerForm h3 {
  margin-bottom: 30px;
  font-size: 2.5vmax;
  font-weight: 400;
  text-align: center;
}
.footerForm input {
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 40px;
  padding-left: 15px;
  font-size: 1.5vmax;
  background: rgba(17, 64, 109, 0.14);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.footerForm input:focus,
.footerForm input:hover {
  background: rgba(234, 185, 53, 0.54);
  border: 1px solid rgba(17, 64, 109, 0.14);
}
.footerForm textarea {
  display: block;
  width: 100%;
  height: 100px;
  margin-bottom: 40px;
  padding: 10px 0 0 15px;
  font-size: 1.5vmax;
  background: rgba(17, 64, 109, 0.14);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.footerForm textarea:focus,
.footerForm textarea:hover {
  background: rgba(234, 185, 53, 0.54);
  border: 1px solid rgba(17, 64, 109, 0.14);
}
.footerForm button {
  display: block;
  width: 60%;
  margin: auto;
  padding: 25px 0;
  font-size: 1.5vmax;
  border-radius: 30px;
  background: #D6DDE3;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.footerForm button:focus,
.footerForm button:hover {
  background: rgba(234, 185, 53, 0.54);
  border: 1px solid rgba(17, 64, 109, 0.14);
}
.footerForm label {
  font-size: 1.25vmax;
}
.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
}
.overlay.active {
  display: block;
}
.close {
  position: absolute;
  right: 2.5vmax;
  top: 15px;
  cursor: pointer;
}
.close span {
  display: block;
  width: 2px;
  height: 20px;
  position: absolute;
  background: #EAB734;
}
.close span:first-child {
  transform: rotate(45deg);
}
.close span:last-child {
  transform: rotate(-45deg);
}
.formModal {
  position: fixed;
  top: 20vh;
  left: 50%;
  transform: translateX(-50%);
  width: 52%;
  padding: 15px 3.385vmax;
  background: #ffffff;
  border-radius: 30px;
}
.formModal input {
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 15px;
  border-radius: 30px;
  font-size: 1.5vmax;
  background: rgba(234, 185, 53, 0.54);
}
.formModal label {
  display: block;
  font-size: 1.5vmax;
  margin-bottom: 10px;
}
.formModal button {
  display: block;
  width: 70%;
  height: 50px;
  margin: auto;
  font-size: 1.5vmax;
  text-align: center;
  border-radius: 30px;
  background: rgba(234, 185, 53, 0.54);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.formModal button:hover {
  background: #EAB734;
}
#productHidden1 {
  background: url(../img/stalBig.jpg) no-repeat;
}
#productHidden2 {
  background: url(../img/pvcBig.jpg) no-repeat;
}
#productHidden3 {
  background: url(../img/luxcink.jpg) no-repeat;
}
#productHidden4 {
  background: url(../img/hero_image.jpg) no-repeat;
}
#productHidden5 {
  background: url(../img/stal2.jpg) no-repeat;
}
#productHidden6 {
  background: url(../img/pv2.jpg) no-repeat;
}
#productHidden7 {
  background: url(../img/bezokapowy-scroll1.jpg) no-repeat;
}
#productHidden8 {
  background: url(../img/pas4-bg.jpg) no-repeat;
}
/*~~~~~~~~~~~~~~~~~~~MEDIA~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media only screen and (max-width: 1025px) {
  .partnerSection .dflex {
    display: block;
  }
  .sertifikatImg {
    position: absolute;
    width: 45%;
    right: 20px;
    top: 5vmax;
  }
  .sertifikatImg:hover {
    transform: scale(1.2);
  }
  .partnerImg,
  .partnerText {
    width: 45%;
  }
  h1 {
    font-size: 25px;
    padding: 18px 30px;
  }
  h1 span {
    font-size: 20px;
  }
  .primero {
    height: 35.875vmax;
  }
  .modal {
    height: 520px;
  }
}
@media only screen and (max-width: 1024px) {
  .sertifikatImg {
    width: 38%;
  }
}
@media only screen and (max-width: 850px) and (max-height: 480px) {
  h1 {
    max-width: 50vmax;
  }
}
/*-------------------------------------------*/
@media only screen and (max-width: 769px) {
  #productHidden1 {
    background: url(../img/p1.jpg) no-repeat;
  }
  #productHidden5 {
    background: url(../img/p5.jpg) no-repeat;
  }
  #productHidden2 {
    background: url(../img/p2.jpg) no-repeat;
  }
  #productHidden3 {
    background: url(../img/p3.jpg) no-repeat;
  }
  #productHidden4 {
    background: url(../img/p4.jpg) no-repeat;
  }
  #productHidden6 {
    background: url(../img/p6.jpg) no-repeat;
  }
  #productHidden7 {
    background: url(../img/p7.jpg) no-repeat;
  }
  #productHidden8 {
    background: url(../img/p8.jpg) no-repeat;
  }
  .product__logo {
    max-width: 45px;
  }
  .partnerText p {
    margin-bottom: 10px;
    font-size: 1.5vmax;
  }
  .partnerSection .dflex {
    padding: 30px 20px;
  }
  .product {
    width: 48%;
    height: auto;
    margin: 0 auto 30px;
  }
  .product__logo {
    top: 67px;
  }
  .product__title {
    font-size: 18px;
    top: 165px;
  }
  .product__svg {
    top: 190px;
  }
  .advantSection {
    padding: 35px 20px;
  }
  .advantSection .dflex {
    align-items: stretch;
  }
  .advantItem {
    width: 46%;
  }
  .advantItem p {
    font-size: 13px;
  }
  .advantItem h3 {
    font-size: 18px;
  }
  .infoItem img {
    max-width: 80px;
  }
  .infoItem span {
    font-size: 16px;
  }
  .infoItem_last img {
    max-width: 60px;
  }
  .footerMap {
    width: 48%;
  }
  .footerForm {
    width: 48%;
    padding: 20px 20px 10px;
  }
  .footerForm h3 {
    margin-bottom: 10px;
  }
  .footerForm input {
    margin-bottom: 15px;
    height: 30px;
  }
  .footerForm textarea {
    margin-bottom: 15px;
  }
  .footerForm button {
    width: 70%;
    padding: 5px 0;
  }
  .footerForm label {
    font-size: 1.5vmax;
  }
  .modal {
    top: 10vh;
    height: 550px;
  }
  .modal p {
    font-size: 16px;
  }
  .primero {
    padding-top: 3vmax;
  }
  .segundoScreen .product:nth-child(1) {
    order: 1;
  }
  .segundoScreen .product:nth-child(5) {
    order: 2;
  }
  .segundoScreen .product:nth-child(2) {
    order: 3;
  }
  .segundoScreen .product:nth-child(6) {
    order: 4;
  }
  .segundoScreen .product:nth-child(3) {
    order: 5;
  }
  .segundoScreen .product:nth-child(4) {
    order: 6;
  }
  .segundoScreen .product:nth-child(7) {
    order: 7;
  }
  .segundoScreen .product:nth-child(8) {
    order: 8;
  }
}
@media only screen and (max-width: 760px) {
  .sertifikatImg {
    width: 37%;
  }
}
/*-------------------------------------------*/
@media only screen and (max-width: 550px) {
  h1 {
    max-width: 190px;
    font-size: 14px;
    padding: 15px 20px;
    margin-left: 20px;
  }
  h1 span {
    margin-top: 5px;
    font-size: 11px;
  }
  .primero {
    padding-top: 50px;
    background: url(../img/bg1Mob.jpg) no-repeat;
    height: 275px;
    background-size: cover;
  }
  .plashka {
    right: 5%;
  }
  .plashka__item {
    width: 90px;
    font-size: 12px;
  }
  .partnerImg {
    display: none;
  }
  .formModal {
    width: 90%;
  }
  .headerItem:first-child {
    display: block;
  }
  .logo {
    max-width: 50px;
  }
  .logo:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .advantItem {
    width: 100%;
  }
  section h2 {
    font-size: 18px;
  }
  footer .dflex {
    display: block;
  }
  .footerMap {
    width: 100%;
    height: 392px;
    margin-bottom: 20px;
  }
  .footerForm {
    width: 100%;
  }
  .infoItem img {
    max-width: 40px;
  }
  .infoItem span {
    font-size: 10px;
  }
  .infoItem_last img {
    max-width: 28px;
  }
  .product__title {
    font-size: 11px;
    top: 80px;
  }
  .product__logo {
    top: 40px;
  }
  .product__svg {
    display: none;
  }
  .headerItem__text:first-child {
    width: 50%;
  }
  .headerItem__text:Last-child {
    padding-left: 16px;
  }
  .segundoScreen {
    padding: 35px 20px;
  }
  .preguntaSection h2 {
    font-size: 24px;
  }
  .preguntaSection p {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .preguntaSection span {
    font-size: 14px;
    letter-spacing: 0.05rem;
    margin-bottom: 15px;
  }
  .infoSection .dflex {
    max-width: 95%;
  }
  .headerItem__text a,
  .headerItem__text span {
    font-size: 10px;
  }
  .product:hover {
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
  }
  .sertifikatImg {
    width: 37%;
  }
  .modal {
    top: 50%;
    height: 50vh;
    transform: translateX(-50%) translateY(-50%);
  }
  .modal p {
    font-size: 10px;
    padding: 10px;
  }
  #productHidden1 {
    background: url(../img/h1.jpg) no-repeat;
  }
  #productHidden2 {
    background: url(../img/h11.jpg) no-repeat;
  }
  #productHidden3 {
    background: url(../img/h3.jpg) no-repeat;
  }
  #productHidden5 {
    background: url(../img/h2.jpg) no-repeat;
  }
  #productHidden4 {
    background: url(../img/h4.jpg) no-repeat;
  }
  #productHidden8 {
    background: url(../img/h8.jpg) no-repeat;
  }
  #productHidden6 {
    background: url(../img/h6.jpg) no-repeat;
  }
  #productHidden7 {
    background: url(../img/h7.jpg) no-repeat;
  }
}
