#header {
  background: url("../../assets/img/header-bg.jpg") top no-repeat;
  overflow: hidden;
  padding-bottom: 50px;
}

.logo {
  width:80px;
  height:80px;
  border-radius: 50%;
}

.txt18 {
  font-size: 18px;
  line-height: 1.2em;
}

.semibold {
  font-family: 'Gilroy-Semibold';
}

.txt14 {
  font-size: 14px;
  line-height: 1.2em;
}

.regular {
  font-family: 'Gilroy-Regular';
}

.dark {
  color: #000;
}

.tg-button {
  background: linear-gradient(to right, #38ade2, #2298d6);
  padding: 10px 20px;
  border: none;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
}

.tg-button:hover {
  padding: 10px 40px;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
  .title {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .title {
    margin-top: 70px;
  }
}

@media (max-width: 575px) {
  .txt40 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) {
  .txt40 {
    font-size: 40px;
    line-height: 1.2em;
  }
}

.bold {
  font-family: 'Gilroy-Bold';
}

@media (max-width: 575px) {
  .txt30 {
    font-size: 22px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) {
  .txt30 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

.blue {
  color: #006dc9;
}

@media (max-width: 575px) {
  .txt20 {
    font-size: 15px;
    line-height: 1.2em;
  }
  .txt24 {
    font-size: 19px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) {
  .txt20 {
    font-size: 20px;
    line-height: 1.2em;
  }
  .txt24 {
    font-size: 24px;
    line-height: 1.2em;
  }
}

.blue-btn {
  background: linear-gradient(to bottom, #0d92d7, #006dc9);
  padding: 27px 50px;
  border: none;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .grafik {
    max-width: 720px;
    width: 150%;
    position: absolute;
    top: 20%;
    left: -100px;
    mix-blend-mode: multiply;
    opacity: 0.5;
  }
}

@media (min-width: 768px) {
  .grafik {
    mix-blend-mode: multiply;
    opacity: 0.5;
  }
}

@media (min-width: 768px) {
  .mockup-phone {
    position: absolute;
    top: -20px;
    left: -180px;
    animation: moveUpDown 10s infinite alternate;
  }
}

@media (max-width: 767px) {
  .mockup-phone {
    max-width: 797px;
    width: 150%;
    position: relative;
    top: 30px;
    left: -37%;
    animation: moveUpDown2 5s infinite alternate;
  }
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50px);
  }
}

@keyframes moveUpDown2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}

.stanislav img {
  border-radius: 20px;
  width: 100%;
}

@media (max-width: 1199px) {
  .stanislav {
    width: 50%;
  }
}

.green-check {
  background: #21a80b;
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 50%;
}

.red-cross {
  background: #d21010;
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 50%;
}

.red-cross img, .green-check img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#cta {
  background: url("../../assets/img/cta-bg.jpg") bottom no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
}

#footer {
  padding-top:50px;
  padding-bottom:50px;
}