.sizer {
  background: purple;
  color: white;
  position: fixed;
  z-index: 10000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  right: 0;
  bottom: 30px;
}

body {
  width: 100vw;
  overflow-x: hidden;
  background: white;
  color: #1f1f1f;
  font-size: 15px;
}

#wrapper {
  width: 100vw;
  overflow-x: hidden;
}

.grecaptcha-badge {
  visibility: hidden;
}

a {
  text-decoration: none;
}

.bgg {
  background: #E6E6E6;
}

@media (min-width: 768px) {
  .coller {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

.static-content .lead {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .static-content .lead {
    font-size: 20px;
  }
}
.static-content strong, .static-content b {
  font-weight: 700;
}

.text-purple {
  color: #8329DD;
}

.block-title {
  font-size: 55px;
}

.top-container {
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}

.sub-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.normal-container {
  max-width: 1164px;
  margin-left: auto;
  margin-right: auto;
}

#top {
  background: url(../images/bg-top.jpg);
  background-size: cover;
  color: white;
}
@media (max-width: 992px) {
  #top {
    background-position: right;
  }
}
#top .menu {
  font-family: "Syne", sans-serif;
}
#top .menu a {
  color: white;
  margin: 0 5px;
}
#top .menu a:hover {
  text-decoration: underline;
}
#top h1 {
  font-size: 85px;
  line-height: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  #top h1 {
    font-size: 48px;
  }
}
#top .sub-text {
  font-size: 18px;
  margin-bottom: 20px;
}
#top .btn {
  border: 2px solid #DC10E9;
  border-radius: 4px;
  color: white;
  padding: 0;
  font-size: 18px;
  display: inline-block;
  height: 54px;
  line-height: 50px;
  min-width: 208px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: 0.3s;
  margin-top: 40px;
}
#top .btn:hover {
  background: #DC10E9;
}
#top .flying-icons {
  text-align: center;
  position: relative;
  text-align: center;
}
#top .flying-icons img {
  position: absolute;
}
#top .flying-icons img.icon-1 {
  transform: translateX(-100%) translateY(-50%);
}
#top .flying-icons img.icon-2 {
  transform: translateX(80%) translateY(-50%);
}
#top .flying-icons img.icon-3 {
  transform: translateY(-30%);
}
#top .main-block {
  max-width: 1050px;
}

section {
  padding-left: 45px;
  padding-right: 45px;
}
@media (max-width: 768px) {
  section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.separator {
  border-top: 1px solid #DC10E9;
  margin-top: 80px;
  margin-bottom: 100px;
}
.separator .icons {
  display: block;
  max-width: 420px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.separator .icons img {
  position: absolute;
}
.separator .icons img:nth-child(1) {
  transform: translateX(-75%) translateY(-30%);
}
.separator .icons img:nth-child(2) {
  transform: translateX(50%) translateY(10%);
}
.separator .icons img:nth-child(3) {
  transform: translateX(-50%) translateY(70%);
}
@media (max-width: 576px) {
  .separator .icons img {
    margin-top: -40px;
  }
}

#solutions .solution-item {
  text-align: center;
}
#solutions .solution-item .inner {
  text-align: left;
  padding: 15px 0;
}
#solutions .solution-item .icon-container {
  display: inline-block;
  position: relative;
}
#solutions .solution-item .icon-container:after {
  content: "";
  display: block;
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #33ECF8;
  mix-blend-mode: multiply;
}
#solutions .solution-item:first-child .icon-container::after {
  right: 0;
  top: 0;
}
#solutions .solution-item:nth-child(2) .icon-container::after {
  right: 0;
  bottom: 0;
}
#solutions .solution-item:nth-child(3) .icon-container::after {
  left: 0;
  top: 0;
}

#contact .sub-title {
  font-size: 35px;
  font-weight: bold;
}
#contact .form-group {
  color: #1f1f1f;
  margin-bottom: 40px;
  font-weight: 400;
}
#contact .form-group label {
  font-size: 12px;
  display: block;
}
#contact .form-group .form-control {
  border: none;
  border-bottom: 2px solid #4E1A82;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  background: #E6E6E6;
}
#contact .form-group .form-control::-moz-placeholder {
  color: #4f4f4f;
}
#contact .form-group .form-control::placeholder {
  color: #4f4f4f;
}
#contact .form-group .form-control:focus {
  border-color: #FA8E10;
  box-shadow: none;
}
#contact .form-group .form-control.err {
  border-color: #DC10E9;
}
#contact .form-group textarea {
  resize: none;
  overflow: hidden;
  min-height: 38px;
  max-height: 100px;
}
#contact .sendButton {
  color: black;
  font-weight: 700;
  background: white;
  border: 2px solid #FA8E10;
  transition: 0.3s;
  padding: 5px 60px;
  height: 54px;
  min-width: 210px;
  text-transform: uppercase;
  border-radius: 4px;
}
#contact .sendButton:hover {
  background: #FA8E10;
  color: white;
}

footer a {
  color: inherit;
  margin-left: 5px;
  margin-right: 5px;
  transition: 0.3s;
}
footer a:hover {
  color: #8329DD;
}/*# sourceMappingURL=pomzilla.css.map */