.c {
  *zoom: 1;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
.grayscale {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.grayscale-none {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.light {
  font-family: 'avenir-light';
  font-weight: 400;
}
.regular {
  font-family: 'avenir-book';
  font-weight: 400;
}
.medium {
  font-family: 'avenir-medium';
  font-weight: 400;
}
.bold {
  font-family: 'avenir-bold';
  font-weight: 400;
}
.heavy {
  font-family: 'avenir-heavy';
  font-weight: 400;
}
.frmblock {
  overflow: hidden;
  background-color: #efcbdc;
  font-family: 'Fractul', Arial, sans-serif;
}
.frmblock .wrap {
  position: relative;
  max-width: 1050px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .frmblock .wrap {
    padding-left: 3% !important;
    padding-right: 3% !important;
    padding-bottom: 70px;
  }
  .frmblock .wrap:before,
  .frmblock .wrap:after {
    display: none;
  }
}
.frmblock .wrap:before,
.frmblock .wrap:after {
  opacity: 0;
  content: "";
  position: absolute;
  display: block;
  z-index: 0;
  pointer-events: none;
  animation: none;
}
.frmblock .wrap:before {
  background: url(../images/things-left.png) right center no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  aspect-ratio: 0.226;
  width: 100%;
  max-width: 23%;
  left: -23%;
  top: 200px;
}
.frmblock .wrap:after {
  background: url(../images/things-right.png) left center no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  aspect-ratio: 0.272;
  width: 100%;
  max-width: 23%;
  right: -23%;
  top: 200px;
}
.frmblock .wrap.is-inview:before {
  animation: fadeInLeft 1s ease-out forwards;
}
.frmblock .wrap.is-inview:after {
  animation: fadeInRight 1s ease-out 1s forwards;
}
.frmform {
  background-color: #ffffff;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  padding: 60px;
  position: relative;
  z-index: 1;
  border: 0.35rem dashed #ea2688;
}
@media all and (max-width: 767px) {
  .frmform {
    padding: 60px 20px;
  }
}
.frmrow {
  margin-bottom: 80px;
}
@media all and (max-width: 767px) {
  .frmrow.frmrow__1 .frmitems .item {
    width: 50%;
  }
}
@media all and (max-width: 450px) {
  .frmrow.frmrow__1 .item__icon:before {
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
  }
}
@media all and (max-width: 767px) {
  .frmrow.frmrow__2 .item__icon:before,
  .frmrow.frmrow__3 .item__icon:before,
  .frmrow.frmrow__4 .item__icon:before,
  .frmrow.frmrow__5 .item__icon:before {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@media all and (max-width: 767px) {
  .frmrow.frmrow__5 {
    margin-bottom: 30px;
  }
}
.frmrow__label {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 34px;
  line-height: 40px;
  text-decoration: none;
}
.frmitems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.frmitems .item {
  width: 25%;
  padding: 10px;
  cursor: pointer;
  position: relative;
}
@media all and (max-width: 600px) {
  .frmitems .item {
    width: 33.33%;
  }
}
.frmitems .item .hint {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  margin-bottom: 12px;
  background: #f33a78;
  color: #fff;
  padding: 14px 18px;
  border-radius: 18px;
  font-family: 'Fractul', Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  white-space: normal;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 20;
  width: 260px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .frmitems .item .hint {
    width: 160px;
    font-size: 11px;
    line-height: 18px;
    font-family: 'Fractul';
  }
}
.frmitems .item .hint:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: #f33a78 transparent transparent transparent;
}
.frmitems .item:hover .hint,
.frmitems .item:focus .hint {
  display: block;
}
.frmitems .item:hover .item__label {
  color: #fa356e;
  transform: translateY(-10px);
}
.frmitems .item:hover .item__icon {
  transform: rotate(-10deg);
}
.frmitems .item__icon {
  height: 150px;
  line-height: 150px;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media all and (max-width: 500px) {
  .frmitems .item__icon {
    height: 80px;
    line-height: 80px;
  }
}
.frmitems .item__icon:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/circle.png) center center no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
@media all and (max-width: 800px) {
  .frmitems .item__icon:before {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@media all and (max-width: 767px) {
  .frmitems .item__icon:before {
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
  }
}
@media all and (max-width: 500px) {
  .frmitems .item__icon:before {
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
  }
}
@media all and (max-width: 450px) {
  .frmitems .item__icon:before {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
}
.frmitems .item__icon img {
  display: inline-block;
  vertical-align: middle;
}
@media all and (max-width: 500px) {
  .frmitems .item__icon img {
    max-width: 50px;
    width: auto;
  }
}
.frmitems .active:hover .item__icon {
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
.frmitems .active:hover .item__label {
  color: #000000;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
.frmitems .active .item__icon:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.frmitems .item__label {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 22px;
  line-height: 28px;
  display: block;
}
#submit,
#lead-submit {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 100px;
  line-height: normal;
  border: none;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-color: #fa356e;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  outline: none;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#submit:hover,
#lead-submit:hover {
  background-color: #f6064b;
  transform: scale(1.1);
}
#lead-submit {
  bottom: -112px;
}
#submit {
  background-color: #242525;
}
#submit:hover {
  background-color: #242525;
}
.frmresult h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
}
@media all and (max-width: 767px) {
  .frmresult h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media all and (max-width: 767px) {
  .frmresult .wrap {
    padding-left: 3% !important;
    padding-right: 3% !important;
    padding-bottom: 20px;
  }
}
.frmmsg {
  color: #fa356e;
  font-size: 32px;
  line-height: 40px;
}
.frmthanks {
  font-family: 'Fractul';
  max-width: 1280px;
  margin: 40px auto 0;
  text-align: center;
}
.frmthanks__title {
  color: #fa356e;
  text-transform: uppercase;
  font-size: 54px;
  line-height: 1.15;
  font-weight: 400;
  margin: 0 0 42px;
}
.frmthanks__text {
  font-size: 34px;
  line-height: 1.45;
  margin: 0;
}
.frmthanks__text + .frmthanks__text {
  margin-top: 6px;
}
@media all and (max-width: 900px) {
  .frmthanks {
    max-width: 980px;
  }
  .frmthanks__title {
    font-size: 42px;
    margin-bottom: 30px;
  }
  .frmthanks__text {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media all and (max-width: 767px) {
  .frmthanks {
    margin-top: 30px;
  }
  .frmthanks__title {
    font-size: 30px;
    margin-bottom: 22px;
  }
  .frmthanks__text {
    font-size: 20px;
    line-height: 1.35;
  }
}
.leadform {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.frmalert {
  background: #ffe5e5;
  color: #b10000;
  font-size: 16px;
  line-height: 24px;
  border: thin solid #ffb3b3;
  border-radius: 8px;
  padding: 12px 14px;
  margin: 10px 0;
  font-weight: 400;
  font-family: 'Fractul';
}
.frmalert.shake {
  animation: shake 0.35s;
}
@keyframes shake {
  10%,
  90% {
    transform: translateX(-1px);
  }
  20%,
  80% {
    transform: translateX(2px);
  }
  30%,
  50%,
  70% {
    transform: translateX(-4px);
  }
  40%,
  60% {
    transform: translateX(4px);
  }
}
.frmrow.error .frmitems {
  outline: 2px dashed #ff6b6b;
  outline-offset: 0px;
  border-radius: 10px;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#res-cena {
  font-size: 50px;
  line-height: 60px;
}
.frmul {
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  .frmul {
    font-size: 18px;
    line-height: 24px;
  }
}
/* ------------------ HEADER ----------------*/
/********************* Footer ******************/
/* ------------------ MENU --------------------*/
