/* IMPORTS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* General Styles */

*,
*::before,
*::after {
  box-sizing: border-box;
}

b,
strong {
  font-weight: 700;
}

html,
body {
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  width: 100%;
}

body {
  margin: 0;
  font-weight: 400;
  color: #181818;
  text-align: left;
  background-color: #fff;
}

button {
  cursor: pointer;
}

/* Mobile */

html {
  font-size: 16px;
}

.br-desktop {
  display: none;
}

section {
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  line-height: 1;
}

/* HERO */

.hero {
  position: relative;
}

.hero__img {
  width: 100%;
  height: auto;
  position: relative;
}

.hero__img--desktop {
  display: none;
}

.hero__img--second {
}

.hero__title--sub {
  /* display: none; */
}

.hero__text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}

.hero__h1 {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #fff;
  background-color: rgba(84, 98, 100, 0.6);
}

.hero__title {
  font-size: 1.65rem;
  font-weight: 600;
  background: linear-gradient(90deg, #7E94BA 14.79%, #ACC4E6 49.12%, #788DB4 91.44%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 50%;
}

.gradient {
background: linear-gradient(90deg, #33236F 0.27%, #0094D8 49.32%, #109DDC 67.35%, #36B4E8 99.38%, #36B4E8 100.38%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.bold {
  font-weight: 1000;
}

.hero__title--sub {
  font-size: 1.7rem;
  margin-top: 3rem;
}
.larger-title {
  font-size: xx-large;
}
.hero__title--sub-second {
  font-size: 1.2rem;
}

.hero__bage {
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  background: linear-gradient(90deg, #7E94BA 14.79%, #ACC4E6 49.12%, #788DB4 91.44%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.konkurs {
    background-image: url('../images/desktop/image 167.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y:top;
}

.steps {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 margin: 5rem 0;
}
.step {
  display: flex;
  flex-basis: 100%;
  padding: 5%;
}

.step div:nth-child(1) {
  background: linear-gradient(90deg, #33236F 0.27%, #0094D8 49.32%, #109DDC 67.35%, #36B4E8 99.38%, #36B4E8 100.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: xxx-large;
  font-weight: 600;
  width: 20%;
  align-self: center;
}

.step div:nth-child(even) {
  margin-left: 1rem;
  align-self: center;
  text-align: center;
  width: 80%;
}

.txt-opt {
  font-family: Montserrat;
  font-size: 1.1rem;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
}

.hero__h1 img {
  width: 90%;
}

/* Main text */

.main-desc {
  padding: 0 5%;
  text-align: center;
}

.main-desc__text {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
}

.main-desc__anew {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.main-desc_span_anew {
  display: inline-flex;
  flex-flow: wrap;
  align-items: center;
  border-radius: 5px;
  border: 2px solid #7f28c4;
  padding: 2rem;
  margin-top: 2rem;
}
.main-desc_img_anew {
  height: fit-content;
  width: 80%;
  margin: 0 10% 10% 10%;
}

.main-desc__logo {
  width: 35vw;
  margin: 2rem auto 0 auto;
}

.main-button {
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #1b1b1b;
  border: 1px solid transparent;
  width: fit-content;
  margin-top: 5%;
  margin-left: auto;
  margin-right: 50%;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.main-button:hover {
  color: #181818;
  background: #ffffff;
  border-color: #ffffff;
  transition: all 0.4s ease 0s;
}


/* PRODUCTS */

.products {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.products img {
  width: 80%;
  height: auto;
  margin: 10%;
}

.products p {
  margin: 0;
}

.products .products__slider {
  min-width: 100%;
  display: flex;
  flex-shrink: 0;
  transition: transform 0.5s;
}

.products .arrow-container {
  position: absolute;
  width: 10vw;
  height: 10vw;
  left: 5vw;
  top: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 2px solid #e4eded;
  border-radius: 50%;
}

.products .arrow-left {
  transform: rotate(180deg);
}

.products .arrow-right {
  left: auto;
  right: 5vw;
}

.products .products__prod {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.products .products__prod .products__badge {
  display: flex;
  position: absolute;
  background-color: #fff;
  right: 3%;
  top: 3%;
  width: 7rem;
  height: 3rem;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 20px 0;
  color: #000;
  justify-content: center;
  align-items: center;
}

.products .products__prod .products__badge--black {
  background-color: #000;
  color: #fff;
}

.products .products__prod .products__details {
  position: absolute;
  padding: 0.75rem 0;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}

.benefits-main {
  top: 0;
  bottom: unset;
}

.products .products__prod .products__details .benefits {
  width: 80%;
  margin: 10%;
  text-align: left;
}

.products--primary .products__prod .main-desc__text {
  font-size: 0.9rem;
  line-height: 1.2;
}

.products .products__prod .products__badges {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.products .products__prod .products__badges > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.products .products__prod .products__badges img {
  width: 25%;
  margin-bottom: 0.5rem;
}

.products .products__prod .products__badges p {
  width: 92%;
  color: #fff;
  font-size: 0.6rem;
  line-height: 1.4;
  text-align: center;
}

.products .products__prod .products__details .products__txt {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  line-height: 1.5;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 1rem;
}

.products .products__prod .products__details .products__link {
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #1b1b1b;
  border: 1px solid transparent;
  width: fit-content;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.exe-gifting-added {
  background-color: #fff!important;
  color: #1a8282!important;
}

.products--primary .products__prod .products__details .products__link {
  margin-left: 0.5rem;
}

.products .products__prod .products__details .products__link:hover {
  color: #181818;
  background: #ffffff;
  border-color: #ffffff;
  transition: all 0.4s ease 0s;
}

.products .products__slider--white-bg .products__prod .products__details {
  background: rgba(256, 256, 256, 0.6);
}

.products .products__prod .products__details--white-bg {
  background: rgba(256, 256, 256, 0.6);
}

.products .products__slider--white-bg .products__prod .products__details .products__txt {
  color: #181818;
}

.products .products__prod .products__details--white-bg .products__txt {
  color: #181818;
}

.products .products__slider--white-btn .products__prod .products__details .products__link {
  color: #181818;
  background-color: #ffffff;
}

.products .products__prod .products__details--white-btn .products__link {
  color: #181818;
  background-color: #ffffff;
}

.products .products__slider--white-btn .products__prod .products__details .products__link:hover {
  color: #ffffff;
  background: #181818;
  border-color: #181818;
}

.products .products__prod .products__details--white-btn .products__link:hover {
  color: #ffffff;
  background: #181818;
  border-color: #181818;
}

.products .products__slider--no-bg .products__prod .products__details {
  background: none;
}

.products .products__slider--no-bg .products__prod .products__details .products__txt {
  text-shadow: 0px 0px 30px #181818, 0px 0px 20px #181818, 0px 0px 20px #181818;
}

.products .products__prod .products__details--no-bg {
  background: none;
}

.products .products__prod .products__details--no-bg .products__txt {
  text-shadow: 0px 0px 30px #181818, 0px 0px 20px #181818, 0px 0px 20px #181818;
}

/* Wersja z ikonami i tytułem */

.products .products__prod .products__title {
  margin: 1rem;
  /* margin: 4rem; */
  /* font-size: 1.5rem; */
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
}

.products .products__prod .products__title_header {
  font-size: 1.4rem;
  /* font-size: 1.8rem; */
  line-height: 1.8rem;
  text-transform: uppercase;
}

.products .products__prod .products__title_gradient {
  font-weight: 700;
  background: -webkit-linear-gradient(0deg, #cd3822 5.12%, #bbbf5f 95.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.products .products__prod .products__icons {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 1rem;
}

.products .products__prod .products__icons > div {
  display: inline-grid;
  width: 20%;
  text-align: center;
}

.products .products__prod .products__icons > div > img {
  width: 50%;
  margin: auto 25%;
}

.products .products__prod .products__icons > div > p {
  /* font-size: 0.7rem; */
  font-size: 0.6rem;
}


.products .products__prod .products__link2 {
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #1b1b1b;
  border: 1px solid transparent;
  width: fit-content;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.8rem;
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  border-radius: 0.2rem;
  transition: all 0.4s ease 0s;
}

.products .products__prod .products__link2:hover {
  color: #181818;
  background: #ffffff;
  border-color: #181818;
}

/* PRODUCTS WITH PRICES */
.products__prod {
  padding: 0 1rem;
}

.products__prod .products--other__txt {
  font-size: 1rem;
  margin: 1rem;
  text-align: center;
}

.products__prod .products--other__prices {
  text-align: center;
}

.products--primary .products__prod .products--other__prices {
  display: inline-grid;
}
.products__prod .products--other__prices .products--other__promotion-price {
  font-size: 2rem;
  color: #181818;
  font-weight: 700;
}

.products__prod .products--other__prices .products--other__promotion-price sup {
  position: relative;
  top: -0.7rem;
  font-size: 1.1rem;
}
.products__prod .products--other__prices .products--other__regular-price {
  margin-left: 0.5rem;
  color: #636363;
  font-size: 0.9rem;
  text-decoration: line-through;
}

.products__prod .products__link {
  display: block;
  font-weight: 600;
  font-size: 0.8rem;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #1b1b1b;
  border: none;
  border-radius: 0.2rem;
  width: fit-content;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 2rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
}

.products__prod .prod-hr {
  text-align: center;
  width: 3rem;
  border-top: 3px solid;
  margin: 1rem auto;
}

.products__prod--gradient img {
  background: linear-gradient(131.14deg, #7f28c4 4.53%, #e2197c 70.61%, #e5231b 102.64%);
  padding: 1%;
}

.products__prod .products--other__badge {
  display: none;
  position: absolute;
  background: linear-gradient(131.14deg, #7f28c4 4.53%, #e2197c 70.61%, #e5231b 102.64%);
  left: 5%;
  top: 5%;
  width: 12rem;
  height: 3rem;
  font-weight: 700;
  font-size: 1rem;

  position: absolute;
  border-radius: 20px 0;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.products__prod .products--other__badge {
  display: flex;
}

.products__prod--gradient .products__link {
  background: linear-gradient(131.14deg, #7f28c4 4.53%, #e2197c 70.61%, #e5231b 102.64%);
}

/* PRODUCTS EXPAND */

.products-expand {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  width: 100%;

  padding: 0 5%;
  text-align: center;
}

.products-expand .products-expand__container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5rem;
  margin-bottom: 3rem;
}

.products-expand .products__prod {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-basis: 50%;
}

.products-expand .products__prod img {
  width: 100%;
}

.products-expand .products-expand__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.products-expand .products-expand__image {
  flex-basis: 100%;
}

.products-expand .products-expand__hide {
  display: none;
}

.products-expand .products-expand__btn-more button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #181818;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

.look-btns .products__prod {
  position: relative;
  align-items: start; 
  justify-content: center;
}

.look-btns .products__prod img {
  width: 80%;
  height: auto;
  margin: 10%;
}

.look-btns .products__prod .products--other__details {
  position: absolute;
  margin: 2rem;
}

/* TITLE */
.title .title__h2 {
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 2rem;
}

.title .title__hr {
  border-bottom: 3px solid;
  width: 35vw;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.title .title__hr--right {
  margin-left: auto;
}

/* FOOTER */
.footer p {
  width: 90%;
  margin: 2rem auto;
  color: #8a8a8a;
  font-size: 0.75rem;
  line-height: 1.3;
}

@media screen and (min-width: 500px) {
  html {
    font-size: 20px;
  }
}

@media screen and (min-width: 640px) {
  html {
    font-size: 24px;
  }
}

@media screen and (min-width: 700px) {
  html {
    font-size: 28px;
  }
}

@media screen and (min-width: 769px) {
  html {
    font-size: 8px;
  }

  /* HERO */
  .hero__img {
    display: none;
  }

  .hero__img--desktop {
    display: block;
  }
  .hero__title--sub {
    display: block;
    margin-top: 5rem;
    font-size: 1.8rem;
  }
  .larger-title {
    font-size: xxx-large;
  }

  .hero__text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: unset;
  }

  .hero__h1 {
    font-size: 2rem;
    line-height: 1.2;
    background-color: unset;
  }

  .hero__h1--left {
    text-align: left;
    margin-left: 5%;
  }

  .hero__h1--right {
    text-align: right;
    margin-right: 5%;
  }

  .hero__title {
    font-size: 3.5rem;
  }

  .hero__bage {
    font-size: 1.5rem;
  }

  .hero__h1 img {
    width: 40%;
  }
  
  /* Main text */
  .main-desc {
    padding: 0% 15%;
    text-align: center;
  }

  .introduction {
    padding: 0% 20%;
  }

  .main-desc__text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .main-desc_span_anew {
    flex-flow: nowrap;
    width: 50%;
    padding: 1rem;
    text-align: left;
    margin-top: unset;
  }
  .main-desc_img_anew {
    width: 50%;
    padding: 5%;
    margin: unset;
  }

  .main-desc__logo {
    width: 10vw;
  }

  .main-button {
    margin-top: 0.5rem;
    margin-right: auto;
    margin-top: 10%;
  }

  .step {
    flex-basis: 25%;
    padding: 0;
  }

 
  /* PRODUCTS */
  .products {
    width: 100%;
  }

  .products .arrow-container {
    display: none;
  }

  .products .arrow-container {
    width: 2.5vw;
    height: 2.5vw;
    left: 0vw;
    top: 40%;
  }

  .products .arrow-right {
    left: auto;
    right: 0vw;
  }

  .products .products__slider {
    justify-content: flex-start;
    flex-wrap: wrap;
    min-width: 100%;
  }

  .products .products__prod {
    width: 25%;
    height: auto;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 2%;
  }

  .products .products__prod .products__badges {
    padding: 0.5rem 1rem;
  }

  .products .products__prod .products__badges > div {
    flex-direction: row;
    width: 32%;
  }

  .products .products__prod .products__badges img {
    width: 15%;
  }

  .products .products__prod .products__badges p {
    width: 80%;
    font-size: 0.8rem;
    text-align: left;
  }

  .products .products__slider--3prod .products__prod {
    width: 32%;
    margin-left: 0.66%;
    margin-right: 0.66%;
  }

  /* Wersja z ikonami i tytułem */

  .products .products__prod .products__title {
    margin: 4rem;
    font-size: 1.5rem;
  }

  .products .products__prod .products__title_header {
    font-size: 1.8rem;
  }

  .products .products__prod .products__icons > div > p {
    font-size: 0.7rem;
  }

  /* PRODUCTS OTHER */
  .products--other .products__prod {
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    padding: 0;
  }

  .products--other .products__slider {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  /* PRODUCTS EXPAND */
  .products-expand {
    padding: 0 5%;
  }

  .products-expand .products__prod {
    flex-basis: 32%;
  }

  .products-expand .products__prod img {
    width: 50%;
    margin-right: 2rem;
  }

  .products-expand .products-expand__image img {
    width: 100%;
  }

  .products--primary .products__prod .products--other__prices {
    display: inherit;
  }

  .products--primary .products__prod .products__details .products__link {
    margin-left: auto;
  }

  .products__prod .products--other__txt {
    margin: 1rem auto;
  }

  .products--primary .products__prod .main-desc__text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1000px) {
  html {
    font-size: 10px;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 12px;
  }
}

@media screen and (min-width: 1400px) {
  html {
    font-size: 14px;
  }
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1800px) {
  html {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 20px;
  }

  .wrapper {
    width: 1920px;
    margin: auto;
  }

  .main-desc__logo {
    width: calc(0.1 * 1920px);
    margin: 2rem auto;
  }

  .title .title__hr {
    width: calc(0.35 * 1920px);
  }

}


/* ELOQUA */

.elq-form .elq-required{
  color:red!important;
  display:inline;
  float:none;
  font-weight:700;
  margin:0;
  padding:0}
.elq-form textarea, input {
  background: transparent;
  border: none;
  border-bottom: solid black 1px;
}
.elq-form #elq-FormLastRow{
  position:absolute;
  left:-80%;
  top:-80%}
.elq-form .elq-label{
  display:inline-block;
  max-width:100%;
  font-weight:400;
  box-sizing:border-box;
  margin-bottom:0}
.elq-form .elq-label-top{
  padding-bottom:3px}
.elq-form .elq-item-label{
  max-width:100%;
  font-weight:400;
  box-sizing:border-box}
.elq-form .list-order{
  margin-left:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis}
.elq-form .one-column{
  width:100%;
  clear:both}
.elq-form .two-column{
  float:left;
  width:38%}
.elq-form .three-column{
  float:left;
  width:30%}
.elq-form .elq-item-textarea{
  resize:vertical;
  min-height:48px;
  max-height:360px;
  box-sizing:border-box}
.elq-form .elq-item-input,.elq-form .elq-item-select,.elq-form .elq-item-textarea{
  font-family:inherit;
  font-size:inherit;
  line-height:inherit;
  color:inherit;
  font:inherit;
  margin:0}
.elq-form .elq-item-select{
  text-transform:none}
.elq-form .row.single-checkbox-row{
  margin-left:0}
.elq-form .elq-field-style{
  padding-bottom:10px}
.elq-form .elq-field-style input[type=submit]{
  -webkit-appearance:square-button}
@-webkit-keyframes spin{
  0%{
    -webkit-transform:rotate(0deg)}
  to{
    -webkit-transform:rotate(1turn)}
}
@keyframes spin{
  0%{
    transform:rotate(0deg)}
  to{
    transform:rotate(1turn)}
}
.elq-form .loader{
  vertical-align:middle;
  display:inline-block;
  margin-left:10px;
  border:3px solid #f3f3f3;
  border-radius:50%;
  border-top:3px solid #3498db;
  width:20px;
  height:20px;
  -webkit-animation:spin 2s linear infinite;
  animation:spin 2s linear infinite}
.elq-form input[type=checkbox],.elq-form input[type=radio]{
  margin:0}
.elq-form .list-order input[type=radio]{
  margin-left:1px}
.elq-form *,.elq-form :after,.elq-form :before{
  box-sizing:border-box}
.elq-form html{
  font-size:10px;
  -webkit-tap-highlight-color:transparent}
.elq-form body{
  font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size:14px;
  line-height:1.42857;
  color:#333;
  background-color:#fff}
.elq-form button,.elq-form input,.elq-form select,.elq-form textarea{
  font-family:inherit;
  font-size:inherit;
  line-height:inherit}
.elq-form a{
  color:#337ab7;
  text-decoration:none}
.elq-form a:focus,.elq-form a:hover{
  color:#23527c;
  text-decoration:underline}
.elq-form a:focus{
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px}
.elq-form figure{
  margin:0}
.elq-form img{
  vertical-align:middle}
.elq-form .img-responsive{
  display:block;
  max-width:100%;
  height:auto}
.elq-form .img-rounded{
  border-radius:6px}
.elq-form .img-thumbnail{
  padding:4px;
  line-height:1.42857;
  background-color:#fff;
  border:1px solid #ddd;
  border-radius:4px;
  transition:all .2s ease-in-out;
  display:inline-block;
  max-width:100%;
  height:auto}
.elq-form .img-circle{
  border-radius:50%}
.elq-form hr{
  margin-top:20px;
  margin-bottom:20px;
  border:0;
  border-top:1px solid #eee}
.elq-form .sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  border:0}
.elq-form .sr-only-focusable:active,.elq-form .sr-only-focusable:focus{
  position:static;
  width:auto;
  height:auto;
  margin:0;
  overflow:visible;
  clip:auto}
.elq-form [role=button]{
  cursor:pointer}
.elq-form .container{
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto}
.elq-form .container:after,.elq-form .container:before{
  display:table;
  content:" "}
.elq-form .container:after{
  clear:both}
@media (min-width:768px){
  .elq-form .container{
    width:750px}
}
@media (min-width:992px){
  .elq-form .container{
    width:970px}
}
@media (min-width:1200px){
  .elq-form .container{
    width:1170px}
}
.elq-form .container-fluid{
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto}
.elq-form .container-fluid:after,.elq-form .container-fluid:before{
  display:table;
  content:" "}
.elq-form .container-fluid:after{
  clear:both}
.elq-form .row{
  margin-right:-15px;
  margin-left:-15px}
.elq-form .row:after,.elq-form .row:before{
  display:table;
  content:" "}
.elq-form .row:after{
  clear:both}
.elq-form .row-no-gutters{
  margin-right:0;
  margin-left:0}
.elq-form .row-no-gutters [class*=col-]{
  padding-right:0;
  padding-left:0}
.elq-form .col-lg-1,.elq-form .col-lg-2,.elq-form .col-lg-3,.elq-form .col-lg-4,.elq-form .col-lg-5,.elq-form .col-lg-6,.elq-form .col-lg-7,.elq-form .col-lg-8,.elq-form .col-lg-9,.elq-form .col-lg-10,.elq-form .col-lg-11,.elq-form .col-lg-12,.elq-form .col-md-1,.elq-form .col-md-2,.elq-form .col-md-3,.elq-form .col-md-4,.elq-form .col-md-5,.elq-form .col-md-6,.elq-form .col-md-7,.elq-form .col-md-8,.elq-form .col-md-9,.elq-form .col-md-10,.elq-form .col-md-11,.elq-form .col-md-12,.elq-form .col-sm-1,.elq-form .col-sm-2,.elq-form .col-sm-3,.elq-form .col-sm-4,.elq-form .col-sm-5,.elq-form .col-sm-6,.elq-form .col-sm-7,.elq-form .col-sm-8,.elq-form .col-sm-9,.elq-form .col-sm-10,.elq-form .col-sm-11,.elq-form .col-sm-12,.elq-form .col-xs-1,.elq-form .col-xs-2,.elq-form .col-xs-3,.elq-form .col-xs-4,.elq-form .col-xs-5,.elq-form .col-xs-6,.elq-form .col-xs-7,.elq-form .col-xs-8,.elq-form .col-xs-9,.elq-form .col-xs-10,.elq-form .col-xs-11,.elq-form .col-xs-12{
  position:relative;
  min-height:1px;
  padding-right:15px;
  padding-left:15px}
.elq-form .col-xs-1,.elq-form .col-xs-2,.elq-form .col-xs-3,.elq-form .col-xs-4,.elq-form .col-xs-5,.elq-form .col-xs-6,.elq-form .col-xs-7,.elq-form .col-xs-8,.elq-form .col-xs-9,.elq-form .col-xs-10,.elq-form .col-xs-11,.elq-form .col-xs-12{
  float:left}
.elq-form .col-xs-1{
  width:8.33333%}
.elq-form .col-xs-2{
  width:16.66667%}
.elq-form .col-xs-3{
  width:25%}
.elq-form .col-xs-4{
  width:33.33333%}
.elq-form .col-xs-5{
  width:41.66667%}
.elq-form .col-xs-6{
  width:50%}
.elq-form .col-xs-7{
  width:58.33333%}
.elq-form .col-xs-8{
  width:66.66667%}
.elq-form .col-xs-9{
  width:75%}
.elq-form .col-xs-10{
  width:83.33333%}
.elq-form .col-xs-11{
  width:91.66667%}
.elq-form .col-xs-12{
  width:100%}
.elq-form .col-xs-pull-0{
  right:auto}
.elq-form .col-xs-pull-1{
  right:8.33333%}
.elq-form .col-xs-pull-2{
  right:16.66667%}
.elq-form .col-xs-pull-3{
  right:25%}
.elq-form .col-xs-pull-4{
  right:33.33333%}
.elq-form .col-xs-pull-5{
  right:41.66667%}
.elq-form .col-xs-pull-6{
  right:50%}
.elq-form .col-xs-pull-7{
  right:58.33333%}
.elq-form .col-xs-pull-8{
  right:66.66667%}
.elq-form .col-xs-pull-9{
  right:75%}
.elq-form .col-xs-pull-10{
  right:83.33333%}
.elq-form .col-xs-pull-11{
  right:91.66667%}
.elq-form .col-xs-pull-12{
  right:100%}
.elq-form .col-xs-push-0{
  left:auto}
.elq-form .col-xs-push-1{
  left:8.33333%}
.elq-form .col-xs-push-2{
  left:16.66667%}
.elq-form .col-xs-push-3{
  left:25%}
.elq-form .col-xs-push-4{
  left:33.33333%}
.elq-form .col-xs-push-5{
  left:41.66667%}
.elq-form .col-xs-push-6{
  left:50%}
.elq-form .col-xs-push-7{
  left:58.33333%}
.elq-form .col-xs-push-8{
  left:66.66667%}
.elq-form .col-xs-push-9{
  left:75%}
.elq-form .col-xs-push-10{
  left:83.33333%}
.elq-form .col-xs-push-11{
  left:91.66667%}
.elq-form .col-xs-push-12{
  left:100%}
.elq-form .col-xs-offset-0{
  margin-left:0}
.elq-form .col-xs-offset-1{
  margin-left:8.33333%}
.elq-form .col-xs-offset-2{
  margin-left:16.66667%}
.elq-form .col-xs-offset-3{
  margin-left:25%}
.elq-form .col-xs-offset-4{
  margin-left:33.33333%}
.elq-form .col-xs-offset-5{
  margin-left:41.66667%}
.elq-form .col-xs-offset-6{
  margin-left:50%}
.elq-form .col-xs-offset-7{
  margin-left:58.33333%}
.elq-form .col-xs-offset-8{
  margin-left:66.66667%}
.elq-form .col-xs-offset-9{
  margin-left:75%}
.elq-form .col-xs-offset-10{
  margin-left:83.33333%}
.elq-form .col-xs-offset-11{
  margin-left:91.66667%}
.elq-form .col-xs-offset-12{
  margin-left:100%}
@media (min-width:768px){
  .elq-form .col-sm-1,.elq-form .col-sm-2,.elq-form .col-sm-3,.elq-form .col-sm-4,.elq-form .col-sm-5,.elq-form .col-sm-6,.elq-form .col-sm-7,.elq-form .col-sm-8,.elq-form .col-sm-9,.elq-form .col-sm-10,.elq-form .col-sm-11,.elq-form .col-sm-12{
    float:left}
  .elq-form .col-sm-1{
    width:8.33333%}
  .elq-form .col-sm-2{
    width:16.66667%}
  .elq-form .col-sm-3{
    width:25%}
  .elq-form .col-sm-4{
    width:33.33333%}
  .elq-form .col-sm-5{
    width:41.66667%}
  .elq-form .col-sm-6{
    width:50%}
  .elq-form .col-sm-7{
    width:58.33333%}
  .elq-form .col-sm-8{
    width:66.66667%}
  .elq-form .col-sm-9{
    width:75%}
  .elq-form .col-sm-10{
    width:83.33333%}
  .elq-form .col-sm-11{
    width:91.66667%}
  .elq-form .col-sm-12{
    width:100%}
  .elq-form .col-sm-pull-0{
    right:auto}
  .elq-form .col-sm-pull-1{
    right:8.33333%}
  .elq-form .col-sm-pull-2{
    right:16.66667%}
  .elq-form .col-sm-pull-3{
    right:25%}
  .elq-form .col-sm-pull-4{
    right:33.33333%}
  .elq-form .col-sm-pull-5{
    right:41.66667%}
  .elq-form .col-sm-pull-6{
    right:50%}
  .elq-form .col-sm-pull-7{
    right:58.33333%}
  .elq-form .col-sm-pull-8{
    right:66.66667%}
  .elq-form .col-sm-pull-9{
    right:75%}
  .elq-form .col-sm-pull-10{
    right:83.33333%}
  .elq-form .col-sm-pull-11{
    right:91.66667%}
  .elq-form .col-sm-pull-12{
    right:100%}
  .elq-form .col-sm-push-0{
    left:auto}
  .elq-form .col-sm-push-1{
    left:8.33333%}
  .elq-form .col-sm-push-2{
    left:16.66667%}
  .elq-form .col-sm-push-3{
    left:25%}
  .elq-form .col-sm-push-4{
    left:33.33333%}
  .elq-form .col-sm-push-5{
    left:41.66667%}
  .elq-form .col-sm-push-6{
    left:50%}
  .elq-form .col-sm-push-7{
    left:58.33333%}
  .elq-form .col-sm-push-8{
    left:66.66667%}
  .elq-form .col-sm-push-9{
    left:75%}
  .elq-form .col-sm-push-10{
    left:83.33333%}
  .elq-form .col-sm-push-11{
    left:91.66667%}
  .elq-form .col-sm-push-12{
    left:100%}
  .elq-form .col-sm-offset-0{
    margin-left:0}
  .elq-form .col-sm-offset-1{
    margin-left:8.33333%}
  .elq-form .col-sm-offset-2{
    margin-left:16.66667%}
  .elq-form .col-sm-offset-3{
    margin-left:25%}
  .elq-form .col-sm-offset-4{
    margin-left:33.33333%}
  .elq-form .col-sm-offset-5{
    margin-left:41.66667%}
  .elq-form .col-sm-offset-6{
    margin-left:50%}
  .elq-form .col-sm-offset-7{
    margin-left:58.33333%}
  .elq-form .col-sm-offset-8{
    margin-left:66.66667%}
  .elq-form .col-sm-offset-9{
    margin-left:75%}
  .elq-form .col-sm-offset-10{
    margin-left:83.33333%}
  .elq-form .col-sm-offset-11{
    margin-left:91.66667%}
  .elq-form .col-sm-offset-12{
    margin-left:100%}
}
@media (min-width:992px){
  .elq-form .col-md-1,.elq-form .col-md-2,.elq-form .col-md-3,.elq-form .col-md-4,.elq-form .col-md-5,.elq-form .col-md-6,.elq-form .col-md-7,.elq-form .col-md-8,.elq-form .col-md-9,.elq-form .col-md-10,.elq-form .col-md-11,.elq-form .col-md-12{
    float:left}
  .elq-form .col-md-1{
    width:8.33333%}
  .elq-form .col-md-2{
    width:16.66667%}
  .elq-form .col-md-3{
    width:25%}
  .elq-form .col-md-4{
    width:33.33333%}
  .elq-form .col-md-5{
    width:41.66667%}
  .elq-form .col-md-6{
    width:50%}
  .elq-form .col-md-7{
    width:58.33333%}
  .elq-form .col-md-8{
    width:66.66667%}
  .elq-form .col-md-9{
    width:75%}
  .elq-form .col-md-10{
    width:83.33333%}
  .elq-form .col-md-11{
    width:91.66667%}
  .elq-form .col-md-12{
    width:100%}
  .elq-form .col-md-pull-0{
    right:auto}
  .elq-form .col-md-pull-1{
    right:8.33333%}
  .elq-form .col-md-pull-2{
    right:16.66667%}
  .elq-form .col-md-pull-3{
    right:25%}
  .elq-form .col-md-pull-4{
    right:33.33333%}
  .elq-form .col-md-pull-5{
    right:41.66667%}
  .elq-form .col-md-pull-6{
    right:50%}
  .elq-form .col-md-pull-7{
    right:58.33333%}
  .elq-form .col-md-pull-8{
    right:66.66667%}
  .elq-form .col-md-pull-9{
    right:75%}
  .elq-form .col-md-pull-10{
    right:83.33333%}
  .elq-form .col-md-pull-11{
    right:91.66667%}
  .elq-form .col-md-pull-12{
    right:100%}
  .elq-form .col-md-push-0{
    left:auto}
  .elq-form .col-md-push-1{
    left:8.33333%}
  .elq-form .col-md-push-2{
    left:16.66667%}
  .elq-form .col-md-push-3{
    left:25%}
  .elq-form .col-md-push-4{
    left:33.33333%}
  .elq-form .col-md-push-5{
    left:41.66667%}
  .elq-form .col-md-push-6{
    left:50%}
  .elq-form .col-md-push-7{
    left:58.33333%}
  .elq-form .col-md-push-8{
    left:66.66667%}
  .elq-form .col-md-push-9{
    left:75%}
  .elq-form .col-md-push-10{
    left:83.33333%}
  .elq-form .col-md-push-11{
    left:91.66667%}
  .elq-form .col-md-push-12{
    left:100%}
  .elq-form .col-md-offset-0{
    margin-left:0}
  .elq-form .col-md-offset-1{
    margin-left:8.33333%}
  .elq-form .col-md-offset-2{
    margin-left:16.66667%}
  .elq-form .col-md-offset-3{
    margin-left:25%}
  .elq-form .col-md-offset-4{
    margin-left:33.33333%}
  .elq-form .col-md-offset-5{
    margin-left:41.66667%}
  .elq-form .col-md-offset-6{
    margin-left:50%}
  .elq-form .col-md-offset-7{
    margin-left:58.33333%}
  .elq-form .col-md-offset-8{
    margin-left:66.66667%}
  .elq-form .col-md-offset-9{
    margin-left:75%}
  .elq-form .col-md-offset-10{
    margin-left:83.33333%}
  .elq-form .col-md-offset-11{
    margin-left:91.66667%}
  .elq-form .col-md-offset-12{
    margin-left:100%}
}
@media (min-width:1200px){
  .elq-form .col-lg-1,.elq-form .col-lg-2,.elq-form .col-lg-3,.elq-form .col-lg-4,.elq-form .col-lg-5,.elq-form .col-lg-6,.elq-form .col-lg-7,.elq-form .col-lg-8,.elq-form .col-lg-9,.elq-form .col-lg-10,.elq-form .col-lg-11,.elq-form .col-lg-12{
    float:left}
  .elq-form .col-lg-1{
    width:8.33333%}
  .elq-form .col-lg-2{
    width:16.66667%}
  .elq-form .col-lg-3{
    width:25%}
  .elq-form .col-lg-4{
    width:33.33333%}
  .elq-form .col-lg-5{
    width:41.66667%}
  .elq-form .col-lg-6{
    width:50%}
  .elq-form .col-lg-7{
    width:58.33333%}
  .elq-form .col-lg-8{
    width:66.66667%}
  .elq-form .col-lg-9{
    width:75%}
  .elq-form .col-lg-10{
    width:83.33333%}
  .elq-form .col-lg-11{
    width:91.66667%}
  .elq-form .col-lg-12{
    width:100%}
  .elq-form .col-lg-pull-0{
    right:auto}
  .elq-form .col-lg-pull-1{
    right:8.33333%}
  .elq-form .col-lg-pull-2{
    right:16.66667%}
  .elq-form .col-lg-pull-3{
    right:25%}
  .elq-form .col-lg-pull-4{
    right:33.33333%}
  .elq-form .col-lg-pull-5{
    right:41.66667%}
  .elq-form .col-lg-pull-6{
    right:50%}
  .elq-form .col-lg-pull-7{
    right:58.33333%}
  .elq-form .col-lg-pull-8{
    right:66.66667%}
  .elq-form .col-lg-pull-9{
    right:75%}
  .elq-form .col-lg-pull-10{
    right:83.33333%}
  .elq-form .col-lg-pull-11{
    right:91.66667%}
  .elq-form .col-lg-pull-12{
    right:100%}
  .elq-form .col-lg-push-0{
    left:auto}
  .elq-form .col-lg-push-1{
    left:8.33333%}
  .elq-form .col-lg-push-2{
    left:16.66667%}
  .elq-form .col-lg-push-3{
    left:25%}
  .elq-form .col-lg-push-4{
    left:33.33333%}
  .elq-form .col-lg-push-5{
    left:41.66667%}
  .elq-form .col-lg-push-6{
    left:50%}
  .elq-form .col-lg-push-7{
    left:58.33333%}
  .elq-form .col-lg-push-8{
    left:66.66667%}
  .elq-form .col-lg-push-9{
    left:75%}
  .elq-form .col-lg-push-10{
    left:83.33333%}
  .elq-form .col-lg-push-11{
    left:91.66667%}
  .elq-form .col-lg-push-12{
    left:100%}
  .elq-form .col-lg-offset-0{
    margin-left:0}
  .elq-form .col-lg-offset-1{
    margin-left:8.33333%}
  .elq-form .col-lg-offset-2{
    margin-left:16.66667%}
  .elq-form .col-lg-offset-3{
    margin-left:25%}
  .elq-form .col-lg-offset-4{
    margin-left:33.33333%}
  .elq-form .col-lg-offset-5{
    margin-left:41.66667%}
  .elq-form .col-lg-offset-6{
    margin-left:50%}
  .elq-form .col-lg-offset-7{
    margin-left:58.33333%}
  .elq-form .col-lg-offset-8{
    margin-left:66.66667%}
  .elq-form .col-lg-offset-9{
    margin-left:75%}
  .elq-form .col-lg-offset-10{
    margin-left:83.33333%}
  .elq-form .col-lg-offset-11{
    margin-left:91.66667%}
  .elq-form .col-lg-offset-12{
    margin-left:100%}
}
.elq-form .row{
  display:inherit}
.LV_invalid_field,input.LV_invalid_field:active,input.LV_invalid_field:hover,textarea.LV_invalid_field:active,textarea.LV_invalid_field:hover{
  outline:1px solid #c00}
.LV_validation_message{
  font-weight:700;
  margin:0 0 0 5px}
.LV_valid{
  display:none}
.LV_invalid{
  color:#c00;
  font-size:10px}
.submit-button-style{
  padding:7px 20px;
  border:1px solid black;
  border-radius:3px;
  background-color:black;
  color:white;
  font-weight: bold;
  cursor:pointer}
.checkbox-aligned{
  margin-left:5px;
  display:inline}
.form-element-layout{
  padding:5px 10px}
.form-element-instruction{
  font-size:10px}
.form-element-form-text{
  margin:0}
.form-field-visible-xs-block{
  display:none}
.elq-form-design-field .list-order input[type=radio]{
  margin-left:1px}
@media (max-width:767px){
  .form-field-visible-xs-block{
    display:block}
}
.form-field-hidden-xs{
  display:block}
@media (max-width:767px){
  .form-field-hidden-xs{
    display:none}
}
.custom-overlay{
  margin-left:2px;
  background:#fff;
  box-shadow:0 0 4px 0 #777;
  border-radius:2px;
  max-width:256px}