:root {
  --main-blue: #0B1B2D;
  --main-gold: #E9CDAA;
  --bg-color: #FFFFFF;
  --column: 100px;
}


html, body {
    margin:0;
    padding:0;
    font-family: "Wix Madefor Text", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    background:var(--bg-color);
    color: black;
}

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

.container {
  width:1420px;
  height:auto;
  min-height:100px;
  margin:0 auto;
  overflow:hidden;
}

.col-12 {
  width:100%;
  height:auto;
  float:left;
}

.col-9 {
  width:75%;
  height:auto;
  float:left;
}

.col-8 {
  width:66.6%;
  height:auto;
  float:left;
}

.col-6 {
  width:50%;
  height:auto;
  float:left;
}

.col-4 {
  width:33.3%;
  height:auto;
  float:left;
}

.col-3 {
  width:25%;
  height:auto;
  float:left;
}

.header {
  background: var(--main-blue) url(img/header_bg.jpg) center center no-repeat;
  background-size: auto 100%;
  height:800px;
  margin:0 auto;
  color: white;
  overflow: visible;
}

.header-full {
  background: var(--main-blue); 
}

.header-top {
  margin-top:45px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.header-phone {
  text-align:right;
}

.header-phone p {
  margin:0;
  padding: 0;
}

.header-phone a.phone-link {
  font-size:24px;
  font-weight:600;
  color: var(--main-gold);
  margin-top:6px;
  text-decoration: none;
}

.header-logo img {
  width:240px;
}

.header-text h1 {
  font-size: 70px;
  float: left;
  padding-right: 10%;
  line-height: 1.1;
  margin-top: 120px;
}

a.btn_link {
  background: var(--main-gold);
  padding: 20px 30px;
  border-radius: 10px;
  font-size: 20px;
  color: var(--main-blue);
  text-decoration: none;
  font-weight: 500;
  margin-top: 0px;
  float: left;
  box-shadow: 0 0 0 0 rgba(233, 205, 170, 0.4);
  -moz-animation: pulse 2.5s infinite;
  -webkit-animation: pulse 2.5s infinite;
  animation: pulse 2.5s infinite;
}

@keyframes pulse {
  0% {
      box-shadow: 0 0 0 0 rgba(233, 205, 170, 1);
  }
  70% {
      box-shadow: 0 0 0 20px rgba(233, 205, 170, 0);
  }
  100% {
      box-shadow: 0 0 0 60px rgba(233, 205, 170, 0);
  }
}


.features {
  margin:100px 0px;
}

.feature-title {
  text-align:center;
}

.feature-title h2 {
  font-size:36px;
  color:var(--main-blue);
  margin:0;
  padding:0;
}

.feature-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 120px;
  margin-top:60px;
}

.feature-block {
  text-align:center;
}

.feature-block p {
  padding:0 60px;
  margin-top:20px;
  line-height:1.3;
}

.trebovania {
  background: var(--main-blue) url(img/trebovania.jpg) center center no-repeat;
  background-size: cover;
  border-radius:30px;  
  height:550px;
  color: white;
  padding:50px;
}

.trebovania h2 {
  font-size: 36px;
    color: var(--main-gold);
    margin: 0;
    padding: 0;
    padding-right:40%;
    line-height:1.2;
}

.trebovania .text-column {
  line-height:1.5;
  padding-right:100px;
  padding-top:30px;
  padding-left:40px;
}

.trebovania .text-column p {
  float:left;
  margin-bottom:40px;
}

.trebovania .text-column ul {
  float:left;
  margin-bottom:20px;
  padding:10px;
}

.trebovania .text-column ul li {
  margin-bottom:15px;
}


.footer-full {
  background: var(--main-blue) url(img/footer-bg.jpg) center center no-repeat;
  background-size: cover; 
}

.footer {
  height: 600px;
  text-align: center;
  color: white;
  padding: 70px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer p {
  font-size:22px;
  font-weight:500;
}

.footer p.legal {
  font-size:15px;
  font-weight:400;
  color:var(--main-gold);
}

.footer-phone a {
  text-decoration:none;
  color:white;
  font-size:42px;
  font-weight:600;
  padding:0;
}

.footer-phone p {
  padding: 0;
  margin: 5px;
}

.about {
  margin:100px 0px; 
}

.about .text-column img {
  max-width:90%;
}

.about .about-text {
  padding-left:0px;
  padding-right:100px;
  line-height:1.4;
}

.about .about-text h2 {
  font-size: 36px;
  color: var(--main-blue);
  margin: 0;
  padding: 0;
  margin-bottom:50px;
  line-height:1.2;
}


@media (max-width: 1400px) and (min-width: 1000px)  {
  .container {
    width: 100%;
    padding:0 50px;
  }

  .trebovania .text-column {
    line-height: 1.5;
    padding-right: 0px;
  }

  .about .about-text {
    padding-right: 0px;
  }

  .footer {
    padding:70px 50px;
  }
}

@media (max-width: 999px) and (min-width: 601px)  {
  .container {
    width: 100%;
    padding:0 20px;
  }

  .header {
    height: 410px;
    padding: 0 40px;
}

.header-top {
  margin-top: 20px;
}

.header-logo img {
  width: 220px;
}

.header-text h1 {
  font-size: 45px;
  float: left;
  padding-right: 0%;
  line-height: 1.1;
  margin-top: 30px;
}

.features, .about {
  margin: 60px 0px;
}

a.btn_link {
  background: var(--main-gold);
  padding: 15px 25px;
  border-radius: 8px;
  font-size: 18px;
  color: var(--main-blue);
  text-decoration: none;
  font-weight: 500;
  margin-top: 0px;
  float: left;
  box-shadow: 0 0 0 0 rgba(233, 205, 170, 0.4);
  -moz-animation: pulse 2.5s infinite;
  -webkit-animation: pulse 2.5s infinite;
  animation: pulse 2.5s infinite;
}

.feature-container {
  gap: 40px;
}

.feature-block p {
  padding: 0 30px;
  margin-top: 15px;
  line-height: 1.3;
}

.trebovania {
  border-radius: 20px;
  height: auto;
  padding: 20px;
}

.trebovania h2 {
  font-size: 32px;
  color: var(--main-gold);
  margin: 0;
  padding: 0;
  padding-right: 0%;
  line-height: 1.2;
}

.trebovania .text-column ul {
  float: left;
  margin-bottom: 00px;
  padding: 10px;
  margin-top: 0px;
}

  .trebovania .text-column {
    line-height: 1.5;
    padding-right: 0px;
  }

  .about .about-text {
    padding-right: 0px;
  }

  .about .text-column {
    width:100%;
    text-align:center;
  }

  .about .text-column img {
    max-width: 50%;
}

  .footer {
    padding:30px 50px;
    height:400px;
  }
}



@media (max-width: 600px) {

.container {
    width: 100%;
    padding:0;
  }

.header-top {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap:20px;
}

.header {
  background: var(--main-blue) url(img/header_bg_mob.jpg)bottom center no-repeat;
  background-size: 100% auto;
  height: auto;
  padding-bottom:370px;
  overflow: hidden;
}

.header-logo, .header-phone {
  width: 100%;
  text-align: center;
}

.header-text {
  width:100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.header-text h1 {
  font-size: 46px;
  float: initial;
  line-height: 1.1;
  margin-top: 70px;
  padding: 0 10%;
}

a.btn_link {
  background: var(--main-gold);
  padding: 20px 30px;
  border-radius: 10px;
  font-size: 20px;
  color: var(--main-blue);
  text-decoration: none;
  font-weight: 500;
  margin-top: 0px;
  width: 80%;
  float: initial;
  margin: 0 auto;
}

.features {
  margin: 80px 0px;
}

.feature-title h2 {
  font-size: 30px;
}

.feature-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}

.feature-block p {
  padding: 0 60px;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.3;
}

.trebovania {
  background: var(--main-blue) url(img/trebovania_mob.jpg) bottom center no-repeat;
  background-size: 100% auto;
  border-radius: 30px;
  height: auto;
  color: white;
  padding: 30px;
  padding-bottom: 300px;
}

.trebovania .text-column {
  width:100%;
  line-height: 1.4;
  padding: 10px;
}

.trebovania h2 {
  font-size: 32px;
  color: var(--main-gold);
  margin: 0;
  padding: 0;
  padding-right: 0%;
  line-height: 1.2;
}

.about {
  margin: 70px 0px;
}

.about .text-column {
  width:100%;
  text-align: center;
}

.about .about-text {
  padding:0 30px;
  line-height: 1.4;
  margin-top:50px;
}

.about .about-text h2 {
  font-size: 28px;
}

.footer {
  padding: 60px 30px;
}

.footer-phone a {
  font-size: 32px;
}


}


