/*
Theme Name:   install
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   https://instal.kreotech.pl
Template:     twentytwenty
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  install
*/


:root{
/* GOBAL-buttons */
--global-buton-color: #000000 ;
--global-button-bacground: #da251d;
/* GOBAL-buttons-hover */
--global-button-color-h: #da251d ;
--global-button-bacground-h: #000;

}



.sp-selected-thumbnail {
  border: 1px solid #000000 !important;
}

.custom-logo{
	height:60px !important;
}


/* Write here your own personal stylesheet */

@media (min-width: 1000px){
.header-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
}



}

h1, h2, h3, h4, h5, h6,p, a{
  margin: 0;
  font-size: unset;
}
.wapf-swatch--image.wapf-checked {
    border-color: #939090 !important;
}
section{
  padding: unset;
}
.wapf-swatch-label {
	text-align: center;
	margin-top: .25em;
	font-size: 13px !important;
}


.osc .wapf-pricing-hint{
	display:none;
}


button, .button, .faux-button, .wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"] {
    font-size: 1.2rem !important;
}

/* mody */




/* kod z blnkslate */

/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&display=swap'); */
*,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.hide-standard{
    display: none;
}
body {
  width: 100%;
  overflow-x: hidden !important;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: Tahoma, sans-serif;
}
.entry-content{
  font-family: Tahoma, sans-serif !important;
	font-size: 1.5rem;
}

.main, main#content {
  display: block;
  width: 100%;

}
img{
  max-width: 100%;
  height: auto;
}
/*hamburger*/
#nav-icon1 {
  width: 45px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 12;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #da251d;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 15px;
}

#nav-icon1 span:nth-child(3) {
  top: 30px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/*hamburger*/
.header {
  width: 100%;
  padding: 0 20px;
  height: 100px;
  background-color: #242424;
  position: fixed;
  top: 0px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
.nav {
  display: none;
}
.nav-mobile {
  position: absolute;
  right: -100%;
  top: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 11;
  transition: all 0.3s;
}
.nav-mobile.open {
  transform: translateX(-100%);
}
.nav-mobile__link {
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  line-height: 43.91px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
.logo {
  width:220px;
}
img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 999px) {
  .header {
    padding: 0 40px;
  }
  #nav-icon1,
  .nav-mobile {
    display: none;
  }
  .nav {
    display: flex;
    width: auto;
    justify-content: space-between;
  }
  .nav__link {
    height: 14px;
    color: #fefefe;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 30px;
  }
  .logo {
    width: 280px;
  }
}
.nav-link{
  position: relative;
}
.nav-link::before {
  transition: 300ms;
  height: 5px;
  content: "";
  position: absolute;
  background-color: #da251d;
}
.nav-link-fade-up::before {
  width: 100%;
  bottom: -20px;
  opacity: 0;
}
.nav-link-fade-up:hover::before {
  bottom: -12px;
  opacity: 1;
}
.nav__link.active::before {
  transition: 300ms;
  height: 5px;
  content: "";
  position: absolute;
  background-color: #da251d;
  width: 100%;
  bottom: 0;
  opacity: 1;
}
a{
    text-decoration: none;
}
.footer{
    margin-top: auto;
    color: white;
    background-color: black;
    padding: 40px 0;
}
@media(max-width: 1320px){
  .header {
    padding: 0 25px;
  }
  .nav__link {
    font-size: 13px;
    margin-left: 16px;
  }
}
.transparent-menu{
  background-color: transparent !important;
}
/*Homepage*/
/*Section iq-hero*/
.iq-hero {
  width: 100%;
  background: url('https://iqon.lukas.stronazen.pl/wp-content/uploads/2020/06/AdobeStock_204286931.png') no-repeat;
  background-position: right top;
  background-size: contain;
  height: 817px;
  margin-top: -100px;
}
.iq-hero__wrap {
  max-width: 1610px;
  padding: 0 40px;
  padding-top: 300px;
  margin-left: auto;
  margin-right: auto;
}
.iq-hero__h1 {
  color: #373737;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-bottom: 27px;
}
.iq-hero__h1::after{
  content: "";
  display: inline-flex;
  margin-top: 36px;
  width: 155px;
  height: 2px;
  background-color: #008bd6;
}
.iq-hero__p {
  margin: 0;
  margin-bottom: 30px;
  color: #6c6c6c;
  font-size: 25px;
  font-weight: 300;
}
.iq-hero__btn {
  padding: 20px 56px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  background-color: #008bd6;
  display: inline-flex;
  text-transform: uppercase;
  border: 2px solid #008bd6;
  transition: all .4s;
}
.iq-hero__btn:hover{
  color: #008bd6;
  background-color: #ffffff;
  transition: all .4s;
}
@media(max-width: 1800px){
  .iq-hero {
    height: 700px;
  }
  .iq-hero__wrap {
    padding-top: 220px;
  }
}
@media(max-width: 1600px){
  .iq-hero {
    height: 600px;
  }
  .iq-hero__wrap {
    padding-top: 190px;
  }
}
@media(max-width: 1350px){
  .iq-hero {
    height: 550px;
  }
  .iq-hero__wrap {
    padding-top: 190px;
  }
}
@media(max-width: 1200px){
  .iq-hero {
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .iq-hero__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 600px;
    margin-left: 20px;
    margin-right: auto;
    background-color: rgba(229, 243, 251, 0.6);
  }
  .iq-hero__h1 {
    font-size: 42px;
    line-height: 50px;
  }
  .iq-hero__p {
    font-size: 26px;
  }
}
@media(max-width: 980px){
  .iq-hero {
    height: 600px;
    justify-content: flex-end;
  }
  .iq-hero__wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
  .iq-hero__h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .iq-hero__p {
    font-size: 24px;
  }
  .iq-hero__h1::after{
    margin-top: 20px;
  }
}
@media(max-width: 480px){

  .iq-hero {
    height: 500px;
    margin-top: 0px;
  }
  .iq-hero__wrap {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .iq-hero__h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .iq-hero__p {
    font-size: 22px;
  }
}
/*Section iq-icon*/
.iq-icon {
  width: 100%;
  background-color: #ffffff;
}
.iq-icon__wrap {
  max-width: 1220px;
  padding: 50px 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.iq-icon__col {
  max-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.iq-icon__img {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.iq-icon__h2 {
    color: #2b2a2a;
    font-family: Tahoma, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  text-align: center;
}
.iq-icon__h2::after{
  content: "";
  display: inline-flex;
  margin-top: 24px;
  width: 155px;
  height: 2px;
  background-color: #da251d;
}
.iq-icon__p {
    color: #2b2a2a;
    /* font-family: "Open Sans"; */
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  text-align: center;
}

@media(max-width: 1200px){
  .iq-icon__col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media(max-width: 980px){
  .iq-icon__wrap {
    padding: 80px 20px;
  }
}
@media(max-width: 768px){
  .iq-icon__wrap {
    padding: 60px 20px;
    flex-direction: column;
    align-items: center;
  }
  .iq-icon__col{
    padding: 0;
  }
  .iq-icon__col:not(:last-child){
    margin-bottom: 40px;
  }
}
/*Section iq-text*/
.iq-text {
  width: 100%;
  margin: 100px 0;
}
.iq-text__wrap {
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


/* rabat-lukas */
.iq-text__center {
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iq-text__rabat1{
  font-size: 50px;
  font-weight: 800;
}


.iq-text__rabat2{
  font-size: 28px;
  font-weight: 300;
  line-height: 39px;
}


@media(max-width: 768px){
  .iq-text__rabat1{
    font-size: 30px;
    font-weight: 600;
  }

  .iq-text__rabat2{
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
  }


    .inf-b{
      display: flex;
      justify-content: space-around;
      font-size: 20px;
      font-weight: 600;
      flex-direction: column;
  }

}


@media(max-width: 480px){

}

/* koniec */

.iq-text__col {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.iq-text__col--text-left{
  text-align: left;
}
.iq-text__img {}
.iq-text__content{
  max-width: 400px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.iq-text__content--big{
  max-width: 540px;
  padding-left: 15px;
  padding-right: 15px;
}
.iq-text__h2 {
  color: #2b2a2a;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  font-family: Tahoma, sans-serif;
  text-transform: uppercase;
}
.iq-text__content--big .iq-text__h2{
  align-items: flex-start;
}

.iq-text__p {
    color: #2b2a2a;
    /* font-family: "Open Sans"; */
    font-size: 16px;
    font-weight: 300;
  line-height: 24px;
  margin-bottom: 40px;
}
.iq-text__btn {
  padding: 10px 0px;
  color: #fff;
  /* font-family: "Open Sans"; */
  font-size: 14px;
  font-weight: 700;
  background-color: #da251d;
  display: inline-flex;
  justify-content: center;
  text-transform: uppercase;
  border: none;
  transition: all .4s;
  width: 230px;
  text-align: center;
  max-width: 100%;
}

.iq-text__btn-wide {
  padding: 20px 44px;
  color: #000;
  /* font-family: "Open Sans"; */
  font-size: 14px;
  font-weight: 700;
  background-color: #da251d;
  display: inline-flex;
  justify-content: center;
  text-transform: uppercase;
  border: none;
  transition: all .4s;
  width: 268px;
  text-align: center;
}

.iq-text__btn-wide:hover{
  color: #da251d;
  background-color: #000;
  transition: all .4s;
}





.mt-42{
  margin-top: 41px !important;
}


.iq-text__btn:hover{
  color: #da251d;
  background-color: #000;
  transition: all .4s;
}

.iq-text__btn-bl {
  padding: 7px 40px;
  color: #000;
  /* font-family: "Open Sans"; */
  font-size: 14px;
  font-weight: 700;
  background-color: #fff;
  border: 2px solid #000 ;
  display: inline-flex;
  justify-content: center;
  text-transform: uppercase;
  transition: all .4s;
  width: 268px;
  max-width: 100%;
}

.iq-text__btn:hover{
  color: #da251d;
  background-color: #000;
  transition: all .4s;
}



.iq-text__img-full {}

@media(max-width: 1200px){
  .iq-text{
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .iq-text__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media(max-width: 768px){
  .iq-text{
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .iq-text__wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .iq-text__col {
    width: 100%;
  }
  .iq-text__img {
    margin-bottom: 40px;
    max-width: 70%;
  }
  .iq-text__img-full {
    margin-top: 40px;
  }
}
@media(max-width: 480px){
  .iq-text__img {
    margin-bottom: 40px;
    max-width: 100%;
  }
}
/*Section iq-home-blog*/
.iq-home-blog {
  width: 100%;
  padding: 100px 0;
  background-color: #008bd6;
}
.iq-home-blog__wrap {
  max-width:1220px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.iq-home-blog__wrap--center{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
.iq-home-blog__col {
  display: flex;
  flex-direction: column;
  width: 30%;
}
.iq-home-blog__img {
  width: 100%;
  height: auto;
}
.iq-home-blog__date{
  opacity: 0.5;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin-top: 24px;
  margin-bottom: 17px;
}
.iq-home-blog__h2 {
  margin: 0;
  margin-bottom: 22px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
.iq-home-blog__p p{
  margin: 0;
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}
.iq-home-blog__btn {
  margin: 0;
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  transition: all .4s;
}
.iq-home-blog__btn:hover{
  color:#E5F3FB;
  transition: all .4s;
}
.iq-home-blog__link {
  padding: 20px 56px;
  color: #008bd6;
  font-size: 14px;
  font-weight: 400;
  background-color: #ffffff;
  display: inline-flex;
  text-transform: uppercase;
  border: 2px solid #008bd6;
  transition: all .4s;
}
.iq-home-blog__link:hover{
  color: #008bd6;
  background-color: #E5F3FB;
  transition: all .4s;
}
@media(max-width: 1200px){
  .iq-home-blog{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .iq-home-blog__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media(max-width: 768px){
  .iq-home-blog__wrap {
    flex-direction: column;
  }
  .iq-home-blog__col{
    width: 100%;
  }
}
/*Section iq-client-slider*/
.iq-client-slider {
  width: 100%;
  padding: 100px 0;
}
.iq-client-slider__h2 {
  color: #373737;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  text-align: center;
}
.iq-client-slider__h2::after{
  content: "";
  display: inline-flex;
  margin-top: 24px;
  width: 155px;
  height: 2px;
  background-color: #008bd6;
}
.iq-client-slider__wrap {
  margin-top: 70px;
  max-width: 1220px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
.iq-client-slider__img {
  align-self: center;
}

@media(max-width: 1200px){
  .iq-client-slider {
    padding: 120px 0;
  }
  .iq-client-slider__wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media(max-width: 980px){
  .iq-client-slider {
    padding: 80px 0;
  }
}
@media(max-width: 768px){
  .iq-client-slider {
    padding: 60px 0;
  }
}
/*Footer*/
.footer{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #222222;
  padding: 40px 20px;
  margin-top: 5%;

}
.footer-bottom{
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 57px;
    background-color: #000;
}
.footer-bottom a{
    margin-left: 5px;
    margin-right: 5px;
}
.iq-footer__img {
  margin-bottom: 20px;
}
.iq-footer__h2 {
  color: #2f2f2f;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}
.iq-footer__wrap {
  margin: 0px 10px 20px 10px;
  width: 400px;
  max-width: 400px;
  display: flex;
  justify-content: space-between;
}
.iq-footer__link {
    color: #ffffff;
    /* font-family: "Open Sans"; */
    font-size: 14px;
    font-weight: 700;

  line-height: 26px;
  margin: 10px 0;
}
.iq-footer__btn {
  color: #2f2f2f;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}
@media(max-width: 1200px){
  .footer{
    padding: 60px 20px;
  }
  .iq-footer__img {
    margin-bottom: 36px;
  }
  .iq-footer__wrap {
    margin: 20px auto;
  }
}
@media(max-width: 450px){
  .iq-footer__wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
  }
}
/*ABOUT US PAGE*/
/*Section iq-big-title*/
.iq-big-title {
  width: 100%;
  padding: 90px 0 180px 0;
  background-color: #e5f3fb;
}
.iq-big-title__h1 {
  color: #373737;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  color: #2b2a2a;
  font-family: Tahoma, sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 0.14px;
    text-transform: uppercase;
}
@media(max-width: 980px){
  .iq-big-title {
    padding: 60px 0 120px 0;
  }
  .iq-big-title__h1{
    font-size: 30px;
  }
}

/*Section iq-under-title*/
.iq-under-title {
  z-index: 2;
  width: calc(100% - 40px);
  margin: auto;
  margin-top: -90px;
}
.iq-under-title__wrap {
  max-width: 1020px;
  padding: 60px 30px;
  box-shadow: 0 0 16px 3px rgba(95, 86, 82, 0.11);
  background-color: #ffffff;
  margin: auto;
}
.iq-under-title__h1 {
  text-align: center;
  color: #373737;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 45px;
  color: #2b2a2a;
  font-family: Tahoma, sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.iq-under-title__h1 span{
  color: #008bd6;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  display: block;
  color: #da251d;
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
}
.iq-under-title__p {
  text-align: center;
  color: #5e5e5e;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #2b2a2a;
/* font-family: "Open Sans"; */
font-size: 16px;
font-weight: 300;
}
.iq-under-title__p--small{
  max-width: 945px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.iq-under-title__row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.iq-under-title__col {
  width: 45%;
}
.iq-under-title__img {
  margin-left: auto;
  margin-right: auto;
}
.iq-under-title__col--under-title-left {}
.iq-under-title__h2 {
  color: #373737;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 30px;
}
.iq-under-title__h2::after{
  content: "";
  display: inline-flex;
  margin-top: 24px;
  width: 155px;
  height: 2px;
  background-color: #008bd6;
}
.iq-under-title__p--dots{
  text-align: left;
  color: #5e5e5e;
  font-size: 16px;
  font-weight: 300;
  line-height: 33px;
  display: flex;
  align-items: center;
  width: 100%;
}
.iq-under-title__p--dots::before{
  content:"";
  display: inline-flex;
  width: 10px;
  height: 10px;
  background-color:#008bd6;
  border-radius: 50%;
  margin-right: 20px;
}

@media(max-width: 980px){
  .iq-under-title {
    margin-top: -60px;
  }
  .iq-under-title__p--small{
    margin-bottom: 40px;
  }
}
@media(max-width: 768px){
  .iq-under-title__wrap {
    margin-left: 15px;
    margin-right: 15px;
    padding: 60px 15px;
  }
  .iq-under-title__row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .iq-under-title__col {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .iq-under-title__img {
    max-width: 80%;
    margin-bottom: 30px;
  }
}
/*Section iq-steps*/
.iq-steps {
  width: 100%;
  background-color:#e5f3fb;
  padding: 100px 0;
}
.iq-steps__wrap {
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.iq-steps__h2 {
  color: #373737;
  font-size: 25px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 30px;
}
.iq-steps__col {
  max-width: 490px;
  width: 32%;
  padding-top: 30px;
}
.iq-steps__col:not(:last-child){
  margin-right: 20px;
}
.iq-steps__img {
  margin-bottom: 30px;
}
.iq-steps__p {
  color: #5e5e5e;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.iq-steps__p span{
  font-weight: 700;
}

@media(max-width: 980px){
  .iq-steps {
    padding: 80px 0 80px 0;
  }
}
@media(max-width: 768px){
  .iq-steps {
    padding: 60px 0;
  }
  .iq-steps__wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .iq-steps__col {
    max-width: 490px;
    width: 100%;
  }
  .iq-steps__col:not(:last-child){
    margin-right: 0px;
  }
}
.iq-people {
  width: 100%;
  margin: 100px 0;
}
.iq-people__wrap {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.iq-people__img {}
.iq-people__h2 {
  color: #008bd6;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 50px;
  text-align: center;
}
.iq-people__btn {
  padding: 20px 56px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  background-color: #008bd6;
  display: inline-flex;
  text-transform: uppercase;
  border: 2px solid #008bd6;
  transition: all .4s;
}
.iq-people__btn:hover{
  color: #008bd6;
  background-color: #ffffff;
  transition: all .4s;
}
@media(max-width: 980px){
  .iq-people {
    margin: 50px 0 50px 0;
  }
}
/*Section iq-circle*/
.iq-circle {
  width: 100%;
  margin: 100px 0;
}
.iq-circle__wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  height: 333px;
}
.iq-circle__wrap--last {
  justify-content: center;
}
.iq-circle__item {
  width: 309px;
  height: 309px;
  border-radius: 50%;
  background-color: #e5f3fb;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  color: #5e5e5e;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  transition: all .4s;
}
.iq-circle__item:hover{
  background-color: #008dd4;
  color: white;
  box-shadow: 0 0 16px 3px rgba(95, 86, 82, 0.31);
}
.iq-circle__item--1 {
  transform: translateY(160px);
}
.iq-circle__item--3 {
  transform: translateY(160px);
}
.iq-circle__item--4 {
  background-color: #008dd4;
}
.iq-circle__item--5 {
  transform: translateY(-160px);
}
.iq-circle__item--7 {
  transform: translateY(-160px);
}
@media(max-width: 1050px){
  .iq-circle {
    margin: 90px 0;
  }
  .iq-circle__wrap {
    max-width: 750px;
    height: 250px;
  }
  .iq-circle__item {
    width: 230px;
    height: 230px;
    font-size: 15px;
    line-height: 20px;
  }
  .iq-circle__item--1 {
    transform: translateY(100px);
  }
  .iq-circle__item--3 {
    transform: translateY(100px);
  }
  .iq-circle__item--5 {
    transform: translateY(-100px);
  }
  .iq-circle__item--7 {
    transform: translateY(-100px);
  }
}
@media(max-width: 768px){
  .iq-circle {
    margin:50px 0;
  }
  .iq-circle__wrap {
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .iq-circle__item{
    width: 300px;
    height: 300px;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .iq-circle__item--1 {
    transform: translateY(0px);
  }
  .iq-circle__item--3 {
    transform: translateY(0px);
  }
  .iq-circle__item--5 {
    transform: translateY(-0px);
  }
  .iq-circle__item--7 {
    transform: translateY(-0px);
  }
}
/*Section iq-blue*/
.iq-blue {
  width: 100%;
  padding: 100px 0;
  background-color: #008bd6;
}
.iq-blue__wrap {
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.iq-blue__p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 40px;
  text-align: center;
}
.iq-blue__btn {
  padding: 20px 56px;
  color: #008bd6;
  font-size: 14px;
  font-weight: 400;
  background-color: #ffffff;
  display: inline-flex;
  text-transform: uppercase;
  border: 2px solid #008bd6;
  transition: all .4s;
}
.iq-blue__btn:hover{
  color: #008bd6;
  background-color: #E5F3FB;
  transition: all .4s;
}
@media(max-width: 980px){
  .iq-blue {
    padding: 60px 0;
  }
  .iq-blue__p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
/*Section iq-small-title */
.iq-small-title{
  padding-top: 60px;
  padding-bottom: 25px;
  background-color: #e5f3fb;
}
.iq-small-title__h1{
  color: #373737;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}
@media(max-width: 980px){
  .iq-small-title{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .iq-small-title__h1{
    font-size: 30px;
  }
}
/*iq-blog*/
.iq-blog {
  width: 100%;
  margin: 100px 0;
}
.iq-blog__wrap {
  max-width: 1220px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
.iq-blog__item {
  display: flex;
  align-items: center;
}
.iq-blog__item:not(:last-child){
  margin-bottom: 50px;
}
.iq-blog__img-col {
  width: 550px;
  padding-right: 100px;
}
.iq-blog__text-col {
  width: calc(100% - 550px);
}
.iq-blog__date {
  opacity: 0.5;
  color: #222121;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 19px;
}
.iq-blog__h2 {
  margin: 0;
  margin-bottom: 22px;
  color: #222121;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.iq-blog__p p{
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
  margin-bottom: 22px;
}
.iq-blog__btn {
  color: #008dd4;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}
@media(max-width: 1200px){
  .iq-blog {
    margin: 100px 0;
  }
  .iq-blog__wrap {
    padding: 0 20px;
  }
  .iq-blog__img-col {
    width: 450px;
    padding-right: 40px;
  }
  .iq-blog__text-col {
    width: calc(100% - 450px);
  }
}
@media(max-width: 980px){
  .iq-blog {
    margin: 80px 0;
  }
  .iq-blog__img-col {
    width: 350px;
    padding-right: 30px;
  }
  .iq-blog__text-col {
    width: calc(100% - 350px);
  }
}
@media(max-width: 768px){
  .iq-blog__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .iq-blog {
    margin: 60px 0;
  }
  .iq-blog__img-col {
    width: 100%;
    max-width: 350px;
    padding-right: 0px;
  }
  .iq-blog__text-col {
    width: 100%;
    margin-top: 20px;
  }
  .iq-blog__item:not(:last-child){
    margin-bottom: 40px;
  }
}
/*Section iq-form*/
.iq-form {
  width: 100%;
  margin-top: -70px;
  z-index: 2;
  position: relative;
}
.iq-form__wrap {
  max-width: 1020px;
  padding: 80px 40px;
  box-shadow: 0 0 16px 3px rgba(95, 86, 82, 0.11);
  background-color: #ffffff;
  margin: auto;
}
.iq-form__wrap {}
.iq-form__h2 {
  color: #373737;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  text-align: center;
}
.iq-form__h2::after{
  content: "";
  display: inline-flex;
  margin-top: 24px;
  width: 155px;
  height: 2px;
  background-color: #008bd6;
}
.iq-form__p {
  width: 100%;
  max-width: 521px;
  color: #5e5e5e;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.iq-form__input{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.iq-form__input .wpcf7-form-control-wrap{
  width: calc(50% - 10px);
  margin-bottom: 10px;
}
.iq-form__input .wpcf7-form-control{
  height: 48px;
  border: 1px solid #acacac;
  width: 100%;
  padding-left: 10px;
  /* font-family: 'Open Sans', sans-serif; */
}
.iq-form__textarea{
  width: 100%;
  margin-bottom: 30px;
}
.iq-form__textarea .wpcf7-form-control-wrap{
  width: 100%;
}
.iq-form__textarea  .wpcf7-textarea{
  width: 100%;
  border: 1px solid #acacac;
  padding-left: 10px;
  padding-top: 10px;
  /* font-family: 'Open Sans', sans-serif; */

}
.iq-form__btn{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.iq-form__btn .wpcf7-submit {
  padding: 20px 56px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  background-color: #008bd6;
  display: inline-flex;
  text-transform: uppercase;
  border: 2px solid #008bd6;
  transition: all .4s;
  cursor: pointer;
}
.iq-form__btn .wpcf7-submit:hover{
  color: #008bd6;
  background-color: #ffffff;
  transition: all .4s;
}
@media(max-width: 1570px){
  .iq-form__wrap {
    padding: 80px 30px;
  }
}
@media(max-width: 980px){
  .iq-form {
    margin-top: -60px;
  }
}
@media(max-width: 768px){
  .iq-form__wrap {
    margin-left: 15px;
    margin-right: 15px;
    padding: 60px 15px;
  }
}
/*Section documents*/
.iq-document {
  width: 100%;
  margin-top: -70px;
  z-index: 2;
  position: relative;
  margin-bottom: 100px;
}
.iq-document__wrap {
  max-width: 1020px;
  padding: 80px 40px;
  box-shadow: 0 0 16px 3px rgba(95, 86, 82, 0.11);
  background-color: #ffffff;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.iq-document__col {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding:50px 20px;
}
.iq-document__img {
  margin-bottom: 20px;
}
.iq-document__p {
  margin-bottom: 30px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.iq-document__btn {
    padding: 10px 56px;
    color: #000;
      font-size: 14px;
      font-weight: 700;
    background-color: #da251d;
    display: inline-flex;
    text-transform: uppercase;
    transition: all .4s;
  }

  .iq-document__btn:hover{
    color: #da251d;
    background-color: #000;
    transition: all .4s;
  }


@media(max-width: 1570px){
  .iq-document__wrap {
    padding: 80px 30px;
  }
}
@media(max-width: 980px){
  .iq-document {
    margin-top: -60px;
  }
}
@media(max-width: 768px){
  .iq-document__wrap {
    margin-left: 15px;
    margin-right: 15px;
    padding: 60px 15px;
  }
  .iq-document__col {
    width: 100%;
    padding: 25px 10px;
  }
}
/*Section iq-background*/
.iq-background{
  width: 100%;
  margin-top: -100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: -1;
  position: relative;
}
.iq-background img{
  max-width: 300px;
}
@media(max-width: 980px){
  .iq-background{
    width: 70%;
    margin-top: 50px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
/*Section iq-contact*/
.iq-contact {
  width: 100%;
  margin-top: -100px;
  z-index: 2;
  position: relative;
}
.iq-contact__wrap {
  max-width: 1020px;
  padding: 70px 40px;
  box-shadow: 0 0 16px 3px rgba(95, 86, 82, 0.11);
  background-color: #ffffff;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.iq-contact__col {
  width: 50%;
}
.iq-contact__col-text{
  padding-left: 84px;
}
.iq-contact__h2 {
  color: #373737;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.iq-contact__h2::after{
  content: "";
  display: inline-flex;
  margin-top: 24px;
  width: 155px;
  height: 2px;
  background-color: #008bd6;
}
.iq-contact__link-wrap {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
}
.iq-contact__link {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #5e5e5e;
}
.iq-contact__p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #5e5e5e;
}
.iq-contact__p span{
  font-weight: 500;
}
@media(max-width: 1570px){
  .iq-contact__wrap {
    padding: 80px 30px;
  }
}
@media(max-width: 980px){
  .iq-contact {
    margin-top: -60px;
  }
  .iq-contact__wrap{
    flex-direction: column-reverse;
  }
  .iq-contact__col {
    width: 100%;
    padding: 25px 10px;
  }
}
@media(max-width: 768px){
  .iq-contact__wrap {
    margin-left: 15px;
    margin-right: 15px;
    padding: 60px 15px;
  }
}
/*Section iq-single-post*/
.iq-single-content{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}
.iq-single-content .author {
  display: none;
}
.iq-single-content .entry-title{
  display: none;
}
.iq-single-content .post-edit-link{
  display: none;
}
.iq-single-content .meta-sep{
  display: none;
}
.iq-single-content .entry-footer{
  display: none;
}
.iq-single-content header{
  margin-bottom: 30px;
}
.iq-single-content .attachment-post-thumbnail{
  margin-bottom: 30px;
}
.iq-single-content p{
  color: #5e5e5e;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}
/*Separator*/
.separator{
  width: 100%;
  text-align: center;
  background-color: black;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  height: 100px;
  z-index: 999;
  position: relative;
}
/*Section slider*/
.slider {
  position: relative;
}
.slider .img-full {
  width: 100%;
  vertical-align: bottom;
}

.slider__wrapp{
  position: absolute;
  width: 41%;
  text-align: right;
  padding: 10px;
  top: 0;
  bottom:0;
  right:0;
  height: 100%;
  display: flex;
  justify-content: center;
  padding-left: 100px;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  /* background-color: rgba(255, 255, 255, .8); */
}
.slider__h1{
  color: #2b2a2a;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    /* text-transform: uppercase; */
}
.slider__p{
	font-family: 'Srisakdi', cursive !important;
  text-align: left;
   color: #000;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 28px;
    /* text-transform: uppercase; */
    line-height: 30px;
    font-style: italic;
}

.slider__p1{
  text-align: left;
 font-family: 'Srisakdi', cursive !important;
  color: #2b2a2a;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 28px;
    /* text-transform: uppercase; */
    line-height: 30px;
}
@media(max-width: 1400px){
  .slider__wrapp{
      width: 41%;
      padding-left: 60px;
  }
  .slider__h1{
      font-size: 35px;
      margin-bottom: 30px;
  }
  .slider__p{
      font-size: 22px;
      line-height: 30px;
	  font-family: 'Srisakdi', cursive !important;
  }
}
@media(max-width: 980px){
  .slider__wrapp{
      width: 41%;
      padding-left: 30px;
  }
  .slider__h1{
      font-size: 25px;
      line-height: 70px;
      margin-bottom: 20px;
  }
  .slider__p{
      font-size: 20px;
      line-height: 28px;
  }
}
@media(max-width: 768px){
  .slider__wrapp{
      width: 41%;
      padding-left: 20px;
  }
  .slider__h1{
      font-size: 17px;
      line-height: 20px;

  }
  .slider__p{
      font-size: 17px;
      line-height: 20px;
  }

  .slider__p1{
    font-size: 17px;
    line-height: 20px;
}
}
@media(max-width: 650px){
  .slider__wrapp{
      position: static;
      padding: 20px;
      padding-left: 25px;
      width: 100%;
      background: rgba(161, 155, 155, .8);
  }
  .slider__h1{
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 15px;
  }
  .slider__p{
      font-size: 17px;
      line-height: 24px;
      margin-bottom: 10px;
  }
}
/*Slider end*/
.in-background-home{
    background: url('https://okna.sweetcode.pl/wp-content/uploads/2024/03/tlo.jpg') no-repeat;
    background-size: cover;
    margin: 0;
    padding: 100px 0;
}
.in-about-background{
    background: url('https://okna.sweetcode.pl/wp-content/uploads/2024/03/windows-bcg.jpg') no-repeat;
    background-size: cover;
}
.in-document-background{
    background: url('https://okna.sweetcode.pl/wp-content/uploads/2024/03/windows-bcg.jpg') no-repeat;
    background-size: cover;
}
.in-contact-background{
    background: url('https://okna.sweetcode.pl/wp-content/uploads/2024/03/windows-bcg.jpg') no-repeat;
    background-size: cover;
}
.in-col-top{
    justify-content: flex-start;
}
.in-col-top a,.in-col-top a:hover, .in-col-top p{
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
/*config*/
.tm-floating-box {
  background: #da251d;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  color: #000;
}
article.product{
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
main#content footer.footer, main#content #comments, main#content .entry-footer,aside#sidebar{
  display: none;
}
.woocommerce-breadcrumb a{
  color: black;
  font-weight: 600;
}

a.button.add_to_cart_button{
  background-color: #da251d;
  border: none !important;
  color: #000;
}
a.button.add_to_cart_button:hover{
  color: #da251d;
  background-color: #000;
  text-decoration: none !important;
}

.woocommerce-checkout-review-order .button{
  background-color: #da251d !important;
  border: none;
  color: #000;
}

.woocommerce-checkout-review-order .button:hover{
  color: #da251d;
  background-color: #000  !important;
}



.woocommerce-loop-product__title{
  color: #2b2a2a;
  font-family: Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.woocommerce-loop-product__title::after{
  content: "";
  display: inline-flex;
  margin-top: 10px;
  background-color: #da251d;
  width: 78px;
  height: 4px;
}
.woocommerce-Price-amount{
  font-size: 15px;
  font-family: Tahoma, sans-serif;
}
.woocommerce-tabs ul li.active a {
  color: black;
  box-shadow: 0 2px 0 black;
}
.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus)::first-letter, .wp-block-button.is-style-outline,.posted_in a, .stars a {
  color: black !important;
}
.menu-item a{
  color: #da251d !important;
  text-transform: uppercase;
  font-size: 14px;
}
.iq-text--1{
  margin-top: 100px;
  margin-bottom: 0;
}
.iq-text--2{
  margin-top: 50px;
  margin-bottom: 100px;
}
@media(max-width: 768px){
  .iq-text--1{
    margin-top: 50px;
    margin-bottom: 0;
  }
  .iq-text--2{
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.iq-text__wrap--2 .iq-text__h2::after,.iq-text__wrap--1 .iq-text__h2::after {
  content: "";
  display: inline-flex;
  margin-top: 24px;
  width: 155px;
  height: 2px;
  background-color: #da251d;
}
.iq-text__wrap--2 .iq-text__col:first-child{
  text-align: right !important;
}
.iq-text__wrap--2 .iq-text__col:first-child .iq-text__h2{
  text-align: right !important;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-end;
}
.iq-text__wrap--2 .iq-text__img{
  width: 90%;
  margin-left: auto;
}
.iq-text__wrap--1 .iq-text__img{
  width: 90%;
  margin-right: auto;
}
.in-contact-h2{
  text-align: center;
  width: 100%;
}
.in-icon{
  padding-top: 100px;
  padding-bottom: 30px;
}
.in-icon-2{
  padding-top: 0px;
  padding-bottom: 100px;
}
@media(max-width: 768px){
  .iq-text__wrap--1 .iq-text__img{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .iq-text__wrap--2 .iq-text__img{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .iq-text__wrap--2 .iq-text__col:first-child .iq-text__h2{
    text-align: left !important;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .iq-text__wrap--2 .iq-text__col:first-child{
    text-align: left !important;
  }
  .iq-text__wrap--2{
    flex-direction: column-reverse;
  }
  .iq-under-title__h1{
    font-size: 20px;
    margin-bottom: 25px;
  }
  .iq-under-title__h1 span{
    font-size: 17px;
    line-height: 24px;
  }
  .iq-text__col--full .iq-text__p{
    margin-bottom: 0;
  }
  .iq-text__content--big {
    padding-left: 0px;
    padding-right: 0px;
  }
  .in-background-home{
    padding: 50px 0;
  }
  .in-background-home .iq-text__col--full{
    margin-bottom: 30px;
  }
  .in-background-home .iq-text__wrap:last-child{
    flex-direction: column-reverse;
  }
  .iq-big-title__h1{
    font-size: 24px;
  }
  .in-contact-h2{
    text-align: center;
    width: 100%;
  }
  .in-icon{
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .in-icon-2{
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
.woocommerce-products-header__title{
  font-size: 28px !important;
  margin-bottom: 50px;
}
.tm-options-totals,.tm-options-totals .price, .tm-final-totals ,.tm-final-totals .price{
  font-size: 15px !important;
  font-family: Tahoma, sans-serif !important;
  text-transform: uppercase !important;
  margin: 0 !important;
}
.woocommerce-tabs.wc-tabs-wrapper{
  display: none;
}
.product_title.entry-title{
  font-size: 28px !important;
  font-family: Tahoma, sans-serif !important;
  text-transform: uppercase !important;
}
.woocommerce-Price-amount.amount{
  font-size: 20px !important;
  font-family: Tahoma, sans-serif !important;
  text-transform: uppercase !important;
}

/*mobile  */
.item-wrap{
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.in-door-background{
  background: url('https://instal.kreotech.pl/wp-content/uploads/2020/07/2-layers.jpg') no-repeat;
  background-size: cover;
}
.in-door {
  max-width: 725px;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: 100px; */
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.in-door__h1 {
  color: #2b2a2a;
  font-family: Tahoma, sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.in-door__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab {
  width: calc(33.333% - 5px);
  color: #000;
  font-family: Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  padding: 10px;
  background-color: #da251d;
  margin-bottom: 10px;
  cursor: pointer;
}


.door-top {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.door-top__col {
  width: 30%;
}
.door-top__col--1 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.door-top__col--2 {}
.door-top__col--3 {}
.door-top__p {
  margin: 0;
  margin-bottom: 45px;
  font-family: Tahoma, sans-serif;
  color: #2b2a2a;
  font-size: 16px;
  font-weight: 300;
  line-height: 25.77px;
}
.door-top__item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  padding: 15px;
  min-height: 235px;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  margin-bottom: 24px;
}
.door-top__item-p {
  color: #2b2a2a;
  font-family: Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25.77px;
  margin-top: 22px;
  text-align: center;
}
.item-wrap.no-active{
  display: none;
}




/* description for internaldoor */

.descript {
  margin: 2% 10%;
}

@media(max-width: 600px){
  .descript {
  margin: 2% 0%;
}
}

@media(max-width: 1320px){
  .item-wrap{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media(max-width: 900px){
  .door-top {
    flex-direction: column;
  }
  .door-top__col {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .in-door{
    margin-top: 50px;
  }
  .in-door {
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .in-door__h1 {
    color: #2b2a2a;
    font-family: Tahoma, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
  }
  .tab {
    font-size: 14px;
    padding: 10px 6px;
  }
}

/*loader on payment  */

/*
 * Custom AJAX spinner on WooCommerce checkout
 * The class used to load the overlay is .blockUI .blockOverlay
 * The class used to load the spinner is .woocommerce .loader:before
 *
 */
.processing .blockOverlay {
    background-image:url('https://instal2.kreotech.pl/wp-content/uploads/2020/07/spiner.gif') !important;
    background-position: center 30% !important;
    background-repeat: no-repeat !important;
}
.footer-nav-widgets-wrapper.header-footer-group{
  display: none;
}
.singular .entry-header {
  background-color: #fff !important;
  color: black !important;
  margin-bottom: 50px;
}
.cart_totals {
  margin-bottom: 50px;
}
#customer_details{
  margin-bottom: 30px;
}
.woocommerce-table{
  margin-bottom: 50px !important;
}
.woocommerce-cart-form .actions .input-text {
  padding-top: 1.2rem;
}
#place_order{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px !important;
  text-decoration: none;
}
.woocommerce-info {
  background: #eee;
  color: #000;
  border-top: 2px solid #da251d;
}
.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus)::first-letter, .wp-block-button.is-style-outline, a {
  color: #da251d;
}
@media(min-width: 700px){
  .singular .entry-header {
    padding: 40px 0 !important;
  }
}
.products.columns-4 .product.type-product{
  display: flex !important;
  justify-content: center;
  float: none;
}
.products.columns-4 .product.type-product .woocommerce-loop-product__link{
  margin-left: auto;
  margin-right: auto;
}
.products.columns-4 .product.type-product .product_type_simple {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 230px;
  margin: 0 auto;
}
.products.columns-4 .product.type-product .woocommerce-loop-product__title{
  text-align: center;
}
.products.columns-4 .product.type-product .woocommerce-loop-product__title::after{
  margin-left: auto;
  margin-right: auto;
}
.products.columns-4 .product.type-product .price{
  text-align: center;
  margin-top: 15px;
}
h1.entry-title{
  font-size: 28px;
  text-transform: uppercase;
}
@media(max-width: 700px){
  h1.entry-title{
    font-size: 20px;
    text-transform: uppercase;
  }
}
.product-name a, .woocommerce-privacy-policy-text a{
  color: #000;
}
.single_add_to_cart_button{
  text-decoration: none !important;
}
.woocommerce-error{
  display: flex;
  flex-direction: column;
}
@keyframes ldio-4697tsz7fn4 {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(360deg); }
}
.ldio-4697tsz7fn4 div {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 20px solid #da251d;
  border-top-color: transparent;
  border-radius: 50%;
}
.ldio-4697tsz7fn4 div {
  animation: ldio-4697tsz7fn4 1.2195121951219512s linear infinite;
  top: 100px;
  left: 100px
}
.loadingio-spinner-rolling-46ljz66jkgw {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: transparent;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.ldio-4697tsz7fn4 {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-4697tsz7fn4 div { box-sizing: content-box; }
.apla{
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
}
.woocommerce-checkout .loadingio-spinner-rolling-46ljz66jkgw,.woocommerce-checkout .apla {
	display: none;
}
.woocommerce-checkout.processing .loadingio-spinner-rolling-46ljz66jkgw, .woocommerce-checkout.processing .apla {
	display: block;
}


.menu__b .iq-footer__link{
	border: 1px solid #fff;
	padding:5px;
}
.in-map{
    max-width: 1220px;
    padding:50px 20px;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.in-map__col {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
.in-map__img {
  width: 50%;
}
.in-map__text {
  margin-right: auto;
  margin-left: 30px;
}
.in-map__link {
  color: black;
  margin-top: 15px;
  display: block;
  font-size: 17px;
  font-weight: bold;
}
@media(max-width: 980px){
  .in-map__col {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .in-map__img {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media(max-width: 768px){
  .in-map__col {
    width: 100%;
    align-items: center;
  }
  .in-map__text {
    margin-right: auto;
    margin-left: auto;
  }
}


/* luki css */
.lub{

    color: #2b2a2a;
    font-family: Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 25.77px;
    margin-top: 0px;
    text-align: center;
}

.info{
  font-size:20px;
  font-weight: 600;
  color:red;
}


@media(min-width: 800px){
  .site-logo img {
    max-height: 6rem !important;
    transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear;
  }
}


a.product_type_simple.add_to_cart_button{
  background-color: #da251d !important;
border: none !important;
color: #fff!important;
}

a.product_type_simple.add_to_cart_button:hover{
  color: #da251d !important;
  background-color: #000 !important;
  text-decoration: none !important;
}



.single_add_to_cart_button.button.alt{
  background-color: var(--global-button-bacground);
  border: none !important;
  color: #fff;
  transform: translateY(-4px);
  font-weight: 700;
}


.single_add_to_cart_button.button.alt:hover{
  background-color: var(--global-button-bacground-h) !important;
  border: none !important;
  color: var(--global-button-color-h) !important;
}


.mb-50.iq-big-title__h1{
  margin-bottom: 30px;
}


.fw400 p.text-thin{
  font-weight: 300 !important;
  font-family: Tahoma, sans-serif;
}

.small__text_t{
  font-weight: 300 !important;
}

.tc{
  text-align: left !important;
}
.header-navigation-wrapper .primary-menu-wrapper .primary-menu{
  display: flex;
  align-items: center;
}

.title-home{
  font-size: 19px;
  margin-bottom: 10px;
}


.promobar {
  padding: 8px 0;
  margin-top: 0px;
  background: #c00;
  color: #fff;
}

.promobar .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.promobar .container {
  background: 0 0 !important;
  border: none !important;
  position: relative;
}


ul.lista{
  margin: 2rem 0rem 0rem 0rem;
}

.steps{
  background-color: #fff !important;
}

p.text-big-dw{
  font-weight: bold;
  font-size: 30px;
}

.korzysci{
  margin: 0 auto;
  width: 550px;
  max-width: 100%;
}

.kontakt-card{
  margin: 0 auto;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  box-shadow: none;
  display: block;
  font-size: 1.6rem;
  letter-spacing: -0.015em;
  margin: 0;
  max-width: 100%;
  padding: 0.7rem 1.8rem !important;
  width: 100%;
}


button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
	background-color: #da251d;
  color:#000;
}



/* dostawa-platnosc */
ul.lista-platnosc{
  margin:0px;

}

p.tyt-platnosc{
  padding: 10px 0px 2px 0px;
  font-size: 20px;

}

.col-1-platnosc, .col-2-platnosc{
  padding:20px;
  border: 1px solid #000;
}

.media-paltnosc{
  margin-bottom: 0px;
}




.tytul-main-platnosc{
  font-size: 20px;
}

.media-paltnosc img{
  width: 60px;
  max-width: 100%;
}


.media-paltnosc .wp-block-media-text__media{
  width: 60px !important;
}



.door-top__col--3{
  width: 17%;
}


.door-top__item.label{
  position: relative;
}

.bottomright {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 16px;
  background: red;
  padding: 5px 20px;
  color:#fff;
}


/* single model */

.is-stacked-on-mobile.is-vertically-aligned-center.header-single-mod{
  margin-top: 0px !important;
  /* padding-left: 0px; */
}

.post-1221 .header-footer-group{
  margin-bottom: 0px !important;
}

h3.single-mod-tyt.has-larger-font-size{
  font-size: 2.2em;
  margin-bottom: 20px;
}

ul.list-no-margin{
  margin: 0 0 2rem 1rem;
}


.border-none{
  border:none;
}

.separator-door{
  width: 10%;
  text-align: center;
  background-color: black;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  height: 3px;
  z-index: 999;
  position: relative;
  margin-top:15px;
}


.rabat{
  text-decoration: line-through;
  text-decoration-color: red;
  text-decoration-thickness: 3px;

}

.bez-rabat{
  font-size: 21px;
  font-weight: 600;
}


a.button.wc-forward{
  background-color:#da251d !important;

}

a:hover.button.wc-forward{
  color:#fff;
  text-decoration: none !important;
}


.page-id-7 .wc-proceed-to-checkout > a:hover{
  color:#fff !important;
}


.page-id-7 .woocommerce-cart-form .actions button {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.6rem;
}


.page-id-7 .woocommerce-cart-form .actions .button {
  color:var(--global-buton-color);
  background-color:var(--global-button-bacground);
  border: none;
}

.page-id-7 .woocommerce-cart-form .actions .button:hover {
  color:#da251d;
  background-color:var(--global-button-bacground-h);
  border: none;
  text-decoration: none;
}


.woocommerce-checkout form[name=checkout] {
  display: block;
}


.woocommerce-message > a.button.wc-forward:hover{
  color:#fff;
}

.button[name="apply_coupon"] {
  text-decoration: none;
}

.button[name="apply_coupon"]:hover {
  background-color: #000;
  color:#da251d;
}


.woocommerce-message > a:hover{
  background-color: #000;
}

.wc-proceed-to-checkout > a:hover{
  background-color: #000;
}

.checkout_coupon.woocommerce-form-coupon .form-row.form-row-first{
  margin-top:7px;
}

a.restore-item{
  background-color: #da251d;
  padding: 5px 20px;
  font-weight: bold;
}

a.restore-item:hover{
  background-color: #000;
  padding: 5px 20px;
  font-weight: bold;
  color:#da251d;
}

a.button.wc-backward{
  background-color: #da251d;
  font-weight: bold;
  color:#000;
  text-decoration: none;
}

a.button.wc-backward:hover{
  background-color: #000;
  text-decoration: none !important;
  font-weight: bold;
  color: #da251d;
}

.two-col{
  display: flex;
  justify-content: center;
}

.bcg-4{
  background-color: #bbb;
  padding: 10px 0;
}


.inf-b{
    display: flex;
    justify-content: space-around;
    font-size: 20px;
    font-weight: 600;
}

.top-img-discount{
  position: relative;
}


.header-inner {
  max-width: 117rem !important;
  padding: 3.15rem 0;
  z-index: 100;
}


.pdf-btn{
  width: 198px;
    max-width: 100%;
    background-color: #da251d;
    margin: 20px 0px;
    height: 20px;
    padding-bottom: 35px;
    padding-top: 14px;
    text-align: center;
}

.pdf-btn > a{
  color:#fff;
}

a.checkout-button{
  color:#fff !important;
}

.woocommerce-checkout form .col2-set {
  width: 100%;
  float: none !important;
  padding-right: none !important;
}

.woocommerce-checkout form #order_review, .woocommerce-checkout form #order_review_heading {
  width: 100%;
  padding-left: none !important;
  float: none;
}


.woocommerce-checkout form #order_review{
  padding-left: 0px !important;
  
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: right;
  color: #fff !important;
}


.woocommerce-message > a {
  float: right;
  color:#fff;
}


.tc-init .woocommerce-Price-amount{
display: none;
}


.related.products{
  display: none;
}


.tm-floating-box .tm-options-totals{
  display: none;
}


.woocommerce-customer-details{
  display: none;
}

.info-box .wp-block-image{
  margin-bottom: 0px !important;

}

.center{
    text-align: center;
    padding-bottom: 60px;
    font-size: 30px;
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
  margin: 6rem auto 3rem;
display: block;
}