body {
  background-color: #e3f1fc;
background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png");
}
.vk {
  width: 360px;
  height: 100px;
}
.vk img {
max-width: 100%;
}

.vce {
  width: 80%;
  margin: 0 auto;
  background: white;
}
.header {
  display: flex;
  justify-content: space-around;
}
.logos, .logoright {
  height: 150px;
}
.logoright {
  display: flex;
}
.logoright img {
  max-width: 150px;
}
.logos {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0CA1FB;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}
.content {
  position: relative;
}
img {
  max-width: 100%;
}
.slogan {
  text-align: center;
  position: absolute;
  top: 10%;
  left: 5%;
  right: 5%;
  color: white;
  font-size: 40px;
  text-transform: uppercase;
}
.slogan7 {
  position: absolute;
  top: 30%;
  left: 5%;
  right: 5%;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #0CA1FB;
  text-transform: uppercase;
  text-align: center;
  transform: rotate(-20deg);
}
.krug {
  position: relative;
  top: 44px;
  color: white;
  font-weight: bold;
  font-style: italic;
}
.slogan2 {
  text-align: center;
  font-size: 100px;
  color: #0CA1FB;
  margin: 20px 0;
}
.text {
  margin-left: 60px;
  margin-right: 60px;
  column-count: 3;
  font-size: 18px;
}
.text2 {
  column-count: 2;
  margin: 10px 100px 10px 100px;
  font-size: 18px;
}
.predlocenie {
  font-size: 50px;
  color: #0CA1FB;
  font-weight: bold;
  text-align: center;
}
.client {
  text-align: center;
  margin: 0px 30px;
  font-size: 18px;
  text-transform: uppercase;
}
body *::selection {color: #0CA1FB; background-color: #e3f1fc;}

.slogan3 {
  color: #0CA1FB;
  font-size: 40px;
  font-weight: bold;
  margin: 20px 0 0px 0;
  text-align: center;
}

.footer {
  display: flex;
  align-items: center;
  border-top: 2px solid #0CA1FB;
  margin: 0px 30px;
}
.fblock1 {
  width: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.fblock2 {
  width: 50%;
  text-align: center;
  font-size: 20px;
}
.clogan5, .clogan6 {
  color: #0CA1FB;
  font-weight: bold;
  font-variant: small-caps;
  font-size: 24px;
}
@media (max-width: 1200px) {
  .slogan7 {
  position: absolute;
  top: 30%;
  left: 1%;
  right: 5%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #0CA1FB;
  text-transform: uppercase;
  text-align: center;
  transform: rotate(-20deg);
  }
  .krug {
  position: relative;
  top: 16px;
  color: white;
  font-weight: bold;
  font-size: 12px;
}
   .slogan2 {
    font-size: 56px;
   }
   .text {
    column-count: 2;
   }
}
@media (max-width: 840px) {
  .slogan7 {
    visibility: hidden;
  }
  .text, .text2 {
    column-count: 1;
    margin: 0 20px;
  }
  .predlocenie, .slogan2, .slogan, .slogan3{
    font-size: 34px;
  }
  .vce {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .header {
    flex-wrap: wrap;
    justify-content: center;
  }
  .logos {
    text-indent: 0;
    margin: 0;
    font-size: 40px;
  }
  .tels a {
    margin:0
  }
  .client {
    font-size: 18px;
    text-transform: none;
  }
  .creativ {
    font-size: 20px;
  }
  .footer {
    flex-wrap: wrap;
  }
  .fblock1, .fblock2 {
    width: 100%;
  }
  .text2, .text, .client {
    margin: 0 10px;
  }
  .slogan, .slogan2, .predlocenie, .slogan3 {
    font-size: 22px;
  }
  .slogan2, .predlocenie, .slogan3 {
    margin: 10px 0 0 10px;
  }
  .header {
    flex-wrap: wrap;
    justify-content: center;
  }
}



