@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

ul {
  padding-left: 0;
  margin-bottom: 0 !important;
}
ul li {
  list-style-type: none;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}
@keyframes rotating {
  from {
    transform: rotate(0deg) translateY(-50%);
  }
  to {
    transform: rotate(360deg) translateY(-50%);
  }
}
.rotate-sun, .drawing-sun img {
  animation: rotating 4s linear infinite;
}
@keyframes scaling {
  0% {
    transform: scale(1) translateY(-50%);
  }
  50% {
    transform: scale(1.2) translateY(-50%);
  }
  100% {
    transform: scale(1) translateY(-50%);
  }
}
.scale-smile {
  animation: scaling 1.5s linear infinite;
}

@keyframes slide {
  0% {
    right: 18;
  }
  50% {
    right: 35px;
  }
  100% {
    right: 18;
  }
}
.play-btn-icon {
  animation: slide 1.7s linear infinite;
}

@media screen and (min-width: 1200px) {
  .abs-img-green {
    transform: scale(0);
    transition: 2s;
    transform-origin: 50% 100%;
  }
}
.grow-dog {
  transform: scale(1);
}

.progress-loader {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 67%);
  text-align: center;
  top: 50%;
}
.progress-loader svg {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.loader-text {
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
  margin-bottom: 17px;
}

.loader-percentage {
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  font-size: 42px;
  font-weight: bold;
  line-height: normal;
  color: #ffffff;
  padding-bottom: 64px;
}

@keyframes NLdTSdTJ_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
.animate-progress-params {
  animation: NLdTSdTJ_draw 4000ms linear 0ms forwards;
}

body {
  font-family: "Open Sans", sans-serif !important;
  overflow-x: hidden;
}

.container {
  max-width: 1150px;
}

strong {
  font-weight: bold !important;
}

.nav-section-1 {
  padding: 27px 0;
}
.nav-section-1 .navsec-1-items ul {
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .nav-section-1 {
    padding: 30px 0;
  }
}

.navsec-1-items {
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
}
.navsec-1-items ul {
  margin-bottom: 0;
}

.light-silver {
  background-color: #fafafa;
}

.nav-section-2 {
  padding: 16px 0;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-section-2 .navsec-2-group-1 {
  flex-grow: 1;
}
.nav-section-2 .navsec-2-group-1 ul {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-grow: 1;
}
.nav-section-2 .navsec-2-group-1 ul li {
  padding: 0 15px;
}
.nav-section-2 .navsec-2-group-2 ul {
  display: -ms-flexbox;
  display: flex;
}
.nav-section-2 .navsec-2-group-2 ul li {
  padding: 0 15px;
}

.header-link-list {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.header-link-list li {
  font-size: 12px;
  color: #9a9a9a;
  text-transform: uppercase;
}
.header-link-list li:hover {
  cursor: pointer;
  transition: 0.1s;
}

.header-link-list-1 li {
  font-weight: normal;
}
.header-link-list-1 li:hover {
  color: #70cde4;
}

.header-link-list-2 li {
  font-weight: 600;
}
.header-link-list-2 li:hover {
  color: #515151;
}

.normal-font {
  font-weight: 400 !important;
}

.diego-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 1023px) {
  .diego-img {
    display: none;
  }
}

.play-label {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

.form-group {
  display: block;
  margin-bottom: 15px;
}
.form-group a {
  color: white;
  text-decoration: underline;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 2px;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
}

.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media screen and (max-width: 1023px) {
  .new-1 .container-fluid {
    z-index: 123123123123123130000;
    position: relative;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .energy-holder {
    flex-direction: column-reverse;
  }
}

.old-section {
  z-index: 100;
  padding-top: 30px !important;
  margin-top: 0 !important;
}
.old-section .title-md {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .old-section .regular-text {
    margin: 20px 0 !important;
  }
}
.old-section img {
  max-width: 100%;
}

.new-section {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: linear-gradient(202deg, #c75027 30%, #8f5491 69%, #9a68a5 142%) !important;
}
.new-section .clean-skew {
  bottom: -130px;
  height: 20% !important;
}
@media screen and (max-width: 1023px) {
  .new-section .clean-skew {
    height: 7% !important;
    bottom: -1px;
  }
}
.new-section#submit-2 {
  background-image: linear-gradient(163deg, #c75027 5%, #9c669c 44%, #915894 88%) !important;
}
.new-section#submit-1 {
  background-image: linear-gradient(163deg, #c75027 5%, #9c669c 44%, #915894 88%) !important;
}
.new-section.submit1 {
  padding: 100px 0 80px 0;
  z-index: 999999999;
  transition: all 0.3s;
}
.new-section.submit1.inactive {
  margin: 0;
  max-height: 0;
  padding: 0;
  min-height: 0;
  overflow: hidden;
  z-index: 0;
  height: 0;
  margin-top: 0 !important;
}
.new-section.submit1 .clean-skew {
  height: 250px !important;
}
.new-section.submit1 .container-fluid {
  position: relative;
  z-index: 123123123;
  transition: all 0.3s;
}
.new-section.submit1 .form {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  max-width: 564px;
}
.new-section.submit1 .form .form-label {
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  color: #ffffff;
}
.new-section.submit1 .back-btn {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: white;
  cursor: pointer;
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  .new-section.submit1 .back-btn {
    margin-right: 30px;
  }
}
.new-section.submit1 .back-btn:hover svg {
  transform: translateX(-15px);
}
.new-section.submit1 .back-btn span {
  transition: all 0.3s;
  margin-left: 10px;
}
.new-section.submit1 .back-btn svg {
  transition: all 0.3s;
}
.new-section.submit1 input {
  border-radius: 2px;
  min-height: 60px;
  margin-bottom: 30px;
  border: none;
  padding: 0 15px;
}
.new-section.submit1 .btn-holder {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.new-section.submit1 label, .new-section.submit1 .files-title {
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.new-section.submit1 .legal {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.new-section.submit1 .rules {
  text-decoration: underline;
}
.new-section .choice-holder {
  max-width: 955px;
}
@media screen and (max-width: 1023px) {
  .new-section .choice-holder {
    max-width: 100%;
    padding: 0 20px;
  }
}
.new-section .choice-holder .title-md {
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}
.new-section .choice-holder .info-row-text {
  margin: 0 95px !important;
}
@media screen and (max-width: 1023px) {
  .new-section .choice-holder .info-row-text {
    margin: 0 !important;
  }
}
.new-section .choices {
  display: -ms-flexbox;
  display: flex;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0px 0 60px 0;
}
@media screen and (max-width: 1023px) {
  .new-section .choices {
    flex-wrap: wrap;
    padding: 0px 0 0px 0;
  }
}
.new-section .choice {
  display: -ms-flexbox;
  display: flex;
  padding: 40px 30px 30px 30px;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  margin: 0 10px;
  justify-content: flex-start;
  min-width: 50%;
}
.new-section .choice img {
  margin-bottom: 30px;
  max-width: 100%;
}
.new-section .choice .kupon {
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-top: 40px;
}
.new-section .choice .modeli {
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-decoration: underline;
  margin-top: 30px;
}
.new-section .choice .modeli a {
  color: white;
}
@media screen and (max-width: 1023px) {
  .new-section .choice {
    margin: 0px;
    min-width: initial;
  }
}
.new-section .choice-title {
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px;
  min-height: 141px;
}
@media screen and (max-width: 1023px) {
  .new-section .choice-title {
    min-height: initial;
  }
}
.new-section .choice-subtitle {
  margin-bottom: 40px;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: auto;
}
.new-section .choice-subtitle > span {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.new-section .choice-subtitle > span span {
  margin-right: 15px;
}
.new-section .choice-subtitle > span strong {
  display: -ms-flexbox;
  display: flex;
}
.new-section .choice-subtitle > span strong span {
  margin-right: 10px;
}

.invalid:before {
  border: 3px solid red !important;
}

#submit-1 .invalid:before {
  border: 3px solid red !important;
}

.files-label {
  border-radius: 5px;
  border: dashed 2px #ffffff;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 30px 30px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.files-label span {
  margin-top: 10px;
}

.file-upload {
  opacity: 0;
  height: 0;
  min-height: 0 !important;
}

.delete-file {
  margin-left: 10px;
  cursor: pointer;
}

input {
  max-width: 100%;
}

form {
  max-width: 100%;
}

.bg-light-blue-section {
  padding-top: 80px;
}

.clean-skew {
  position: absolute !important;
  bottom: 0;
  height: 9% !important;
  z-index: 1000;
}

.questions-list li {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
  color: #515151;
}
.questions-list li::before {
  content: "•";
  color: #0099cc;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.blue-button {
  border-radius: 4px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: #0099cc;
  padding: 19px 74px;
  margin-top: 25px;
  margin-left: -20px;
}
.blue-button span {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.title-lg {
  text-shadow: 2px 5px 15px rgba(0, 0, 0, 0.26);
  font-size: 44px;
  font-weight: bold;
  color: #ffffff;
  line-height: 58px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .section-intro .title-lg {
    font-size: 32px;
    text-align: center;
    line-height: normal;
  }
}
.title-md {
  font-size: 40px;
  font-weight: 300;
}

.title-discover {
  font-size: 60px;
  font-weight: 300;
  line-height: 1.08;
  z-index: 1;
}
.title-discover.shadow {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1023px) {
  .title-discover {
    font-size: 40px;
    line-height: 65px;
  }
}

.color-light {
  color: #ffffff;
}

.color-blue {
  color: #0099cc;
}

.color-dark-1 {
  color: #363636;
}

.color-dark-2 {
  color: #515151;
}

.regular-text {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
  margin: 20px 0;
}
.regular-text.header-subtitle {
  max-width: 602px;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .regular-text {
    text-align: center;
    margin: 35px 0 !important;
  }
}
@media screen and (max-width: 375px) {
  .regular-text {
    margin: 10px 0;
  }
}

.button {
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
}

.serious {
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #ffffff;
}

.btn-orange {
  border-radius: 4px;
  color: #ffffff;
  padding: 18px 40px 18px 40px;
  margin-top: 10px;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  background: #0099cc;
  transition: all 0.3s;
  border: none;
}
.btn-orange a {
  color: white;
}
.btn-orange:hover {
  background: #0691c8;
  background-image: none;
  box-shadow: none;
  color: white;
}
.btn-orange img {
  right: 18px;
  position: absolute;
}

.rotate-sun, .scale-smile, .play-btn-icon {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 50% 0;
}
.rotate-sun.image-loader, .scale-smile.image-loader, .play-btn-icon.image-loader {
  right: 50%;
}

.ie {
  background: #82b1e7;
  position: fixed;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100000000000000000000000000000;
  overflow: hidden;
  color: white;
  font-size: 30px;
}
.ie p {
  max-width: 1010px;
}
.ie a {
  position: fixed;
  top: 30px;
  left: 30px;
}

.hide {
  display: none;
}

@media only screen and (max-width: 768px) {
  .smile-btn {
    padding: 24px 46px 24px 10px;
  }
  .smile-btn img {
    right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .decrease-img-on-sm {
    max-height: 158px;
    margin-left: 26%;
    margin-top: -53px;
  }
}

.intro-bg {
  background-position-x: right;
  background-repeat: no-repeat;
  background-position-y: 70px;
}

.section-intro {
  height: calc(100vh - 140px);
  width: 100%;
  margin: 0 auto;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .section-intro {
    height: 100vh;
    padding-bottom: 0px;
  }
  .section-intro .col-10 {
    margin: 0 !important;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
}
.section-intro .container-fluid {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .section-intro .container-fluid {
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .section-intro .container-fluid {
    top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-intro {
    position: relative;
    height: auto;
  }
  .section-intro .intro-content {
    padding-top: 35px;
    padding-bottom: 100px;
  }
  .section-intro .intro-content .intro-img {
    height: auto;
    width: auto;
    margin: 60px auto 0 auto;
    max-width: 100%;
  }
}

.intro-content {
  padding-top: 142px;
  padding-bottom: 7vh;
  background-position: top 77px right;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media only screen and (max-width: 1020px) {
  .intro-content {
    padding-bottom: 125px;
  }
}
@media only screen and (max-width: 768px) {
  .intro-content {
    padding-bottom: 0;
    background-position: bottom;
    padding-top: 35px;
  }
}
@media only screen and (max-width: 691px) {
  .intro-content {
    /* padding-bottom: 52%; */
    background-position: bottom;
    padding-top: 35px;
  }
}
@media only screen and (max-width: 375px) {
  .intro-content {
    /* padding-bottom: 89%; */
    background-position: bottom;
    padding-top: 108px;
    background-size: contain;
  }
}
.intro-content .intro-img {
  /*  position: absolute;
   left: -168px;
   top: -57px; */
  left: 0;
  top: -15vh;
  max-height: 700px;
  position: absolute;
  /*    height: 100vh;
      left: -15vh;
      top: -30vh;*/
}
@media only screen and (max-width: 1199px) {
  .intro-content .intro-img {
    position: relative;
    left: 0;
    top: 0;
    width: 120%;
    margin-left: -10%;
    margin-top: 0px;
  }
}

.custom-bg-position {
  background-position: bottom 163px left;
  background-repeat: no-repeat;
}

.bg-green-section {
  background-image: url("../images/hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 768px) {
  .landing .intro-content {
    padding-bottom: 20px;
  }
  .landing .intro-content .title-lg {
    font-size: 19.5px;
  }
}
.landing .bg-green-section {
  background-image: url("../images/hero-blue.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.landing .section-intro {
  height: auto;
}

.top-skew {
  z-index: 10000;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .top-skew {
    padding-bottom: 30px;
  }
}

.akcija {
  max-width: 629px !important;
}
@media screen and (max-width: 1200px) {
  .akcija {
    margin: 30px auto 30px auto;
  }
}

.section-green {
  min-height: 556px;
}
@media screen and (max-width: 1199px) {
  .section-green {
    margin-top: -15%;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 375px) {
  .section-green {
    padding-bottom: 11%;
  }
}

.perfect-comfort {
  min-height: 556px;
  background-color: #ffffff;
  position: relative;
  z-index: 9999;
}
.perfect-comfort .perfect-comfort-content {
  padding-top: 100px;
  padding-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .perfect-comfort .perfect-comfort-content {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 375px) {
  .perfect-comfort .perfect-comfort-content {
    padding-top: 27px;
  }
}

@media screen and (min-width: 1200px) {
  .abs-img-green {
    position: absolute;
    top: -61px;
    left: -91px;
  }
}
.abs-img-green .dog-temp-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  font-size: 44px;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 67px;
}
.abs-img-green .dog-temp-wrapper .dog-name {
  margin-left: 22px;
}
@media only screen and (max-width: 768px) {
  .abs-img-green .dog-temp-wrapper .dog-name {
    margin-left: 12px;
  }
}
.abs-img-green .dog-temp-wrapper .dog-temp {
  margin-right: 22px;
}
@media only screen and (max-width: 768px) {
  .abs-img-green .dog-temp-wrapper .dog-temp {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .abs-img-green .dog-temp-wrapper {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .abs-img-green {
    position: relative;
    top: 0;
    left: 0;
  }
  .abs-img-green img {
    margin: 0 auto;
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}

.green-section-content {
  padding-bottom: 107px;
}
@media only screen and (max-width: 1199px) {
  .green-section-content {
    padding-bottom: 0px;
  }
  .green-section-content .row .order-on-sm:first-child {
    order: 2;
  }
}

.gift-cont {
  align-items: center;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap !important;
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  .gift-cont {
    flex-direction: column;
  }
}
.gift-cont .gift-right {
  max-width: 629px;
  padding-right: 0 !important;
}
@media screen and (max-width: 1200px) {
  .gift-cont .gift-right {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.gift-cont .image-wrap {
  padding: 30px 0 !important;
}
@media screen and (max-width: 1200px) {
  .gift-cont .image-wrap {
    flex-direction: column-reverse;
  }
  .gift-cont .image-wrap .gift-text {
    padding-top: 10px;
  }
}

.gift {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center !important;
}

.video {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 45px 0 45px 0;
}
.video iframe {
  box-shadow: -30px 30px 54px 0 rgba(0, 0, 0, 0.2);
}

.gift-bottom .title-md {
  font-size: 36px !important;
  color: white;
  margin: 0 auto 20px auto;
  text-align: center;
}

.steps {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.steps .step {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.steps .step a {
  color: white;
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .steps .step {
    flex-direction: column;
  }
  .steps .step p {
    margin: 0 0 0 0 !important;
    text-align: center;
  }
  .steps .step svg {
    margin-bottom: 10px;
  }
}
.steps .step svg {
  flex-shrink: 0;
}
.steps .step p {
  margin: 0 0 0 25px;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .energy-efficiency-content, .perfect-comfort-content {
    padding-bottom: 0px;
  }
  .energy-efficiency-content .row .order-on-sm:first-child, .perfect-comfort-content .row .order-on-sm:first-child {
    order: 2;
  }
}

.section-prizes {
  transform-origin: top left;
  margin-top: -163px;
  padding-top: 65px;
  padding-bottom: 20vh;
}
@media only screen and (max-width: 375px) {
  .section-prizes {
    margin-top: -87px;
    padding-bottom: 200px;
  }
}

.bg-prizes-section {
  background-image: linear-gradient(214deg, #ba7ddd, #9d62c8);
}

@media only screen and (max-width: 768px) {
  .section-prizes-content {
    padding-top: 0px;
  }
}

.prize-column {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .prize-column {
    margin-bottom: 45px;
  }
}

.prize-img img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .prize-img {
    max-width: 250px;
    margin: 0 auto;
  }
}

.prizes-container {
  margin-top: 30px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .prizes-container {
    margin-bottom: -10px;
  }
}

.prize-text {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  max-width: 229px;
  margin: 0 auto;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  .prize-text {
    max-width: 220px;
    margin: 0 auto;
  }
}

.prize-img {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  flex-direction: column;
}

.prize-text-wrapper {
  text-align: center;
  margin-top: -67px;
  z-index: 1;
}

body {
  overflow-x: hidden;
  background-color: #EFFAEC !important;
}
body.landing {
  background-color: #31854a !important;
}

html {
  overflow-x: hidden;
}

.nav-wrapper {
  background-color: #fff;
  z-index: 9;
  position: relative;
}

.prizes-count {
  width: 76px;
  height: 76px;
  border: solid 5px #ffffff;
  margin: 0 auto;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.bg-prize-1 {
  background-color: #e5a951;
}

.bg-prize-2 {
  background-color: #b1cf7c;
}

.bg-prize-3 {
  background-color: #e05383;
}

.bg-prize-4 {
  background-color: #8e64b6;
}

a.link-small {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
  text-decoration: underline;
}

.section-gallery {
  transform-origin: top left;
  overflow: hidden;
  margin-top: -20vh;
  z-index: 99;
}
.section-gallery:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  width: 150%;
  height: 15000px;
  background-color: #ffffff;
  transform: rotate(-9deg);
  transform-origin: 0 0;
  z-index: -1;
}
@media screen and (max-width: 375px) {
  .section-gallery:after {
    transform: rotate(-28deg);
  }
}
.find-out-more {
  transform-origin: top left;
}
.bg-gallery-section {
  background-image: linear-gradient(to top, #e59600, #f6b34e);
  z-index: 999;
}

.gallery-content {
  padding-top: 58px;
  padding-bottom: 100px;
}
@media screen and (max-width: 375px) {
  .gallery-content {
    padding-bottom: 40px;
  }
}

.gallery-item {
  position: relative;
  overflow: hidden;
  margin: 10px;
  border-radius: 15px;
}

.gallery-item::before {
  content: "";
  width: 100%;
  padding-bottom: 100%;
  display: block;
}

.gallery-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 50%;
  transform: translate(-50%);
}

.person-info-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  padding: 0 10px;
  color: #ffffff;
}

.person-name {
  text-shadow: 0 2px 5px #000000;
  font-size: 18px;
}

.person-temperature {
  text-shadow: 0 2px 5px #000000;
  font-size: 25px;
  font-weight: bold;
}

.person-hashtag {
  position: absolute;
  bottom: 0;
  right: 0;
  text-shadow: 0 2px 5px #000000;
  font-size: 12px;
  color: #ffffff;
  line-height: normal;
  padding: 10px;
}

.gallery-wrapper {
  padding-top: 25px;
  padding-bottom: 60px;
}

.more-about-us {
  padding-top: 74px;
  padding-bottom: 90px;
}
@media screen and (max-width: 375px) {
  .more-about-us {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}

.comfort-img {
  border-radius: 5px;
  width: 100%;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.2);
}

.btn-blue {
  border-radius: 4px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #0099cc;
}
@media screen and (max-width: 767px) {
  .btn-blue {
    margin-bottom: 35px;
  }
}

.btn-blue {
  border-radius: 4px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #0099cc;
  padding: 19px;
  width: 100%;
  text-align: center;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 600;
  color: #09c;
}

.btn-blue:hover {
  background-color: #0099cc;
  color: #ffffff;
}

.comfort-buttons {
  margin-top: 45px;
}

.energy-efficiency {
  padding-top: 70px;
  z-index: 100000000;
}
.energy-efficiency .container-fluid {
  z-index: 100000000;
  position: relative;
  padding-bottom: 100px;
}
.energy-efficiency .title-md {
  color: white;
}

.btn-white {
  border-radius: 4px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  transition: all 0.3s;
}
.btn-white:hover {
  background-color: #0099cc;
}
.btn-white:hover span {
  color: #ffffff;
}
.btn-white span {
  transition: all 0.3s;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0099cc;
}

.info-row-flex {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info-row-flex .info-row-title {
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  font-size: 44px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: normal;
  text-align: center;
  color: #34303d;
}
@media screen and (max-width: 767px) {
  .info-row-flex .info-row-title {
    font-size: 17.5px;
  }
}
.info-row-flex .info-row-title span {
  font-weight: normal;
}
.info-row-flex .info-row-text {
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #34303d;
  margin: 0 70px;
  margin-top: 20px;
}

.info-row-button {
  margin-top: 20px;
  padding: 19px 63px;
}

.info-row-question {
  margin-top: 110px;
  margin-bottom: 92px;
  font-size: 40px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .info-row-question {
    font-size: 30px;
  }
}

.gift-text {
  font-size: 53px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .gift-text {
    font-size: 40px;
  }
}

.text-assistant {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .text-assistant {
    padding-right: 0px;
    font-size: 30px;
  }
}

.section-info {
  position: relative;
  z-index: 100000000;
}
.section-info .text-hint {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #ffffff;
  padding-right: 12%;
  margin-top: 30px;
  margin-bottom: 110px;
}
.section-info .image-wrap {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
}

.energy-efficiency-content {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .energy-efficiency-content {
    padding: 30px 35px 30px 35px !important;
  }
}

.more-info {
  background-color: #0099cc;
  background-image: url(../images/landscape.png);
  background-position: bottom center;
  background-repeat: repeat-x;
}

.more-info-content {
  padding-top: 90px;
  padding-bottom: 120px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .more-info-content {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.more-info-title {
  font-size: 21px;
  color: #ffffff;
}

.more-info-button {
  padding: 12px 21px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 1px;
  border: solid 1px #ffffff;
  margin-top: 22px;
  transition: 0.3s;
}
.more-info-button:hover {
  color: #0099cc;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .more-info-button {
    margin-bottom: 35px;
  }
}

.footer-upper-section {
  background-color: #484e54;
}
@media screen and (max-width: 767px) {
  .footer-upper-section {
    display: none;
  }
}

.footer-link-list ul li {
  font-size: 12px;
  line-height: 21px;
  letter-spacing: normal;
  color: #b4b4b4;
}

.footer-title::after {
  content: "";
  width: 31px;
  height: 3px;
  background-color: #ffffff;
  display: block;
  margin: 15px 0;
}

a:hover {
  text-decoration: none !important;
}

.footer-upper {
  padding-top: 21px;
  padding-bottom: 87px;
}

.footer-lower-section {
  background-color: #292b2e;
}

.footer-lower-urls {
  padding: 15px 0;
}
.footer-lower-urls span {
  font-size: 11px;
  color: #b4b4b4;
  margin-right: 15px;
}
@media screen and (max-width: 375px) {
  .footer-lower-urls span {
    display: block;
    text-align: center;
    margin: 15px 0 15px 0;
  }
}
.footer-lower-urls .footer-col-sm {
  display: inline-block;
}
@media screen and (max-width: 375px) {
  .footer-lower-urls {
    width: 100%;
  }
  .footer-lower-urls a span {
    text-align: left;
    margin: 15px 0;
  }
  .footer-lower-urls .footer-col-sm {
    width: 49%;
    vertical-align: top;
    padding-left: 10px;
  }
}

.footer-lower-social {
  padding: 15px 0;
}

@media screen and (max-width: 375px) {
  .footer-lower-social {
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
.copy-right-span {
  font-weight: bold;
  color: #ffffff !important;
}

.footer-lower-social img {
  margin-left: 16px;
}

.pagination ul li {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #c57e14;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 3px;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  transition: 0.3s;
  cursor: pointer;
}
.pagination ul li.pagination-btn:hover, .pagination ul li.pagination-active {
  background-color: #ffffff;
  color: #f6b34e;
}
@media screen and (max-width: 450px) {
  .pagination ul li {
    width: 32px;
    height: 32px;
    margin: 0 1px;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.left-discover {
  height: 347px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 1023px) {
  .left-discover {
    padding: 0 !important;
  }
  .left-discover .title-discover {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .left-discover .ac-cont {
    padding: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .left-discover.col-md-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .left-discover.col-md-6 .col-md-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 1023px) {
  .left-discover {
    max-height: initial !important;
    height: auto !important;
  }
  .left-discover :nth-child(2) {
    top: 0;
    left: 0;
  }
  .left-discover :nth-child(2) .discover-img-left {
    position: absolute;
    max-width: 100%;
    margin: 0;
    top: 60px;
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 1023px) {
  .discover-row {
    flex-direction: column-reverse;
  }
}

.right-discover {
  height: 347px;
  background-image: radial-gradient(circle at 50% 0, #43a7e5, #50b1e8);
}
@media screen and (max-width: 1023px) {
  .right-discover.col-md-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .right-discover.col-md-6 .col-md-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 1023px) {
  .right-discover {
    height: 385px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
  }
  .right-discover .float-left {
    float: initial !important;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .right-discover .discover-img-right {
    margin-left: auto;
    transform: translate(35px, 0px);
  }
  .right-discover .abs-bottom-left {
    position: initial;
  }
}

.halved-section {
  /* margin-top: 70px; */
}

.title-discover-left {
  right: 30px;
  position: absolute;
  bottom: 45px;
  text-align: right;
}

.title-discover-right {
  left: 30px;
  position: absolute;
  bottom: 45px;
  text-align: left;
}

/* .oblique-2 {
  width: calc(100% + 40px);
  height: 100%;
  content: '';
  display: block;
  transform: rotate(2deg) translateX(-20px);
  position: absolute;
  top: -54px;
  background-image: linear-gradient(214deg, #ba7ddd, #9d62c8);

  @media screen and (max-width: 767px) {
    width: 140%;
    height: 10%;
    transform: rotate(8deg) translateX(-20px);
    top: -40px;
    left: -20%;
    background-image: linear-gradient(#ba7ddd, #b27adc);
  }
} */
.container-fluid {
  transition: transform 1s linear;
}

.section-game {
  position: relative;
  overflow: hidden;
  display: none;
}

.owl-item img {
  width: auto !important;
}

.app-gallery-item {
  position: absolute;
  border-radius: 15px;
  overflow: hidden;
}
.app-gallery-item.app-imgs-left {
  left: -50%;
}
.app-gallery-item.app-imgs-right {
  right: -50%;
}
.app-gallery-item.img-rotate-minus {
  transform: rotate(15deg);
}
.app-gallery-item.img-rotate-plus {
  transform: rotate(-15deg);
}

.app-column-rows .row {
  height: 33.333%;
}
.app-column-rows .row .col-md-12 {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .app-column-rows {
    display: none;
  }
}

.app-title {
  font-size: 36px;
}

.app-text {
  font-size: 20px;
}

.app-text-lg {
  font-size: 22px;
  font-weight: normal;
  line-height: 34px;
}
@media screen and (max-width: 375px) {
  .app-text-lg {
    font-size: 16px;
    line-height: normal;
  }
}

.app-label {
  font-size: 18px;
  padding: 20px 0 16px 0;
}

.app-label-lg {
  font-size: 26px;
  margin: 21px 0;
}
@media screen and (max-width: 375px) {
  .app-label-lg {
    font-size: 18px;
  }
}

.step-1-center {
  justify-content: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.step-1-center img {
  margin-bottom: 40px;
}

.step-1-center,
.step-2-center,
.js-slide-3,
.js-slide-6 {
  padding-top: 50px;
}

.js-slide-4 {
  padding-bottom: 17vh;
}

.js-slide-5,
.js-slide-6 {
  padding-bottom: 20vh;
}

.app-to-step-4 img {
  top: 50%;
  transform: translateY(-50%);
}

.slide-out {
  transform: translate(-120%, 0);
}

.step-1-center div, .step-1-center img, .step-2-center div, .step-2-center img {
  z-index: 9;
}

.name-input {
  font-size: 26px;
  padding: 27px 15px;
  border-radius: 5px;
  background-color: #ffffff;
  border: none;
}
@media screen and (max-width: 375px) {
  .name-input {
    font-size: 18px;
    padding: 17px 15px;
  }
}

.bg-slide-1 {
  background-image: radial-gradient(circle at 51% 52%, #4aace7, #5fc8ff 79%);
}

.bg-slide-2, .bg-slide-3 {
  background: radial-gradient(circle at 26% 31%, rgba(42, 82, 211, 0.5803921569), rgba(128, 159, 255, 0.5882352941)), url("https://smile.daikin.hr/source/images/beach-bg.jpg") center/cover no-repeat;
}

.bg-slide-4 {
  background-repeat: repeat;
  background-position: center;
  background-image: url("https://smile.daikin.hr/source/images/smile-texture.png");
  background-color: #f6b34c;
}

.bg-slide-5 {
  background-repeat: repeat;
  background-position: center;
  background: url("https://smile.daikin.hr/source/images/smile-texture.png"), radial-gradient(circle farthest-side, #4aace7, #4aace7);
}
.bg-slide-5 .game-content {
  background: radial-gradient(circle farthest-side, #4aace7, rgba(74, 172, 231, 0.0196078431));
}

.increased-zindex {
  /* z-index: 2; */
}

.name-font-xlg {
  font-size: 56px;
}

.temp-font-xlg {
  font-size: 100px;
  font-weight: bold;
}

.discover {
  z-index: 10000000000000000000;
  background-color: #ffffff;
}
.discover-img-left {
  position: absolute;
  top: 40px;
  left: 0;
}

.ac-cont {
  position: absolute !important;
  left: 0;
  top: -110px;
}

.img-desktop {
  display: block;
}
@media screen and (max-width: 1023px) {
  .img-desktop {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .discover .left-discover {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
  }
  .discover .left-discover .float-right {
    height: auto !important;
    float: none !important;
    flex: initial !important;
    padding: 0 30px !important;
  }
  .discover .left-discover .ac-cont {
    position: initial !important;
    flex: initial !important;
  }
  .discover .left-discover .abs-bottom-right {
    position: initial;
  }
}

.img-mob {
  display: none;
  right: initial !important;
  top: 40px !important;
  position: initial !important;
  margin: 30px 0 !important;
}
@media screen and (max-width: 1023px) {
  .img-mob {
    display: block;
  }
}

.discover-img-right {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .discover-img-right {
    left: 50%;
    transform: translateX(-50%);
    bottom: -35%;
    max-width: 265px;
    position: initial;
  }
}

.discover-rows-wrapper {
  min-height: 347px;
  position: relative;
}
.discover-rows-wrapper .container-fluid {
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .discover-rows-wrapper .container-fluid {
    position: relative;
  }
}
.bottom-button .button {
  margin-top: 15px;
}

.abs-bottom-right {
  bottom: 45px;
  right: 30px;
}
@media screen and (max-width: 1023px) {
  .abs-bottom-right {
    left: 30px;
    right: 0;
    text-align: left;
    width: 100%;
    bottom: 30px;
  }
}

.abs-bottom-left {
  bottom: 45px;
  left: 30px;
}
@media screen and (max-width: 1023px) {
  .abs-bottom-left {
    top: 30px;
  }
}

.nav-list-items {
  /* display: none; */
  width: 100%;
}

.navbar-buttons {
  display: none;
}

.comfort-btns-md-down {
  display: none;
}

.nav-list-items {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .energy-efficiency div, .perfect-comfort div {
    text-align: left;
  }
  .comfort-btns-md-up {
    display: none !important;
  }
  .comfort-btns-md-down {
    display: -ms-flexbox;
    display: flex;
  }
  .fa-map-pin:before {
    content: "\f276";
  }
  .fa-book:before {
    content: "\f02d";
  }
  .navbar-buttons {
    display: inline;
  }
  .logo-wrapper {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-direction: row;
  }
  .navsec-1-items, .nav-section-2 {
    display: none !important;
  }
  .nav-list-items {
    position: absolute;
    left: 0;
    overflow-y: auto;
    background-color: #fff;
    top: 90px;
    height: 0;
    overflow-y: auto;
  }
  .nav-list-items ul {
    padding: 6px 24px 0px 33px;
    font-size: 20px;
  }
  .nav-list-items ul li {
    line-height: 38px;
    border-bottom: 1px solid #f5f5f5;
  }
  .nav-list-items ul a {
    color: rgb(51, 51, 51);
    text-decoration: none;
    font-size: 14px;
    color: #8e8e8e;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .nav-list-items ul a :hover {
    color: #515151;
  }
  .nav-list-items ul a img {
    margin-right: 5px;
  }
  .increase-nav-height {
    height: auto !important;
    opacity: 1;
    visibility: visible;
  }
  .hamburger {
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    width: 22px;
    background-color: #fff;
    z-index: 9999;
    position: relative;
    left: 14px;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
  }
  .hamburger span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #515151;
    transition: 0.3s;
  }
  .hamburger span::before {
    display: block;
    height: 2px;
    width: 100%;
    content: "";
    background-color: #515151;
    top: 5px;
    position: absolute;
    transition: 0.3s;
  }
  .hamburger span::after {
    display: block;
    height: 2px;
    width: 100%;
    content: "";
    background-color: #515151;
    bottom: 5px;
    position: absolute;
    transition: 0.3s;
  }
  .slide-nav-list {
    top: 90px;
  }
  .animate-hamburger::before {
    transform: rotate(45deg);
    top: 14px !important;
  }
  .animate-hamburger::after {
    transform: rotate(-45deg);
    top: 14px;
  }
  .w-0 {
    width: 0 !important;
  }
  .body-overflow {
    overflow: hidden !important;
  }
  .nav-box-shadow {
    box-shadow: -4px 0px 10px #0b0b0b;
  }
  .button-mobile img {
    margin-right: 20px;
  }
  /*   .nav-section-2 .navsec-2-group-1 ul, .nav-section-1 .navsec-1-items ul, .nav-section-2 .navsec-2-group-2 ul {
      display: block;
    }

    .navsec-1-items, .nav-section-2 {
      transform: translateX(-100%);
      background-color: red;
      position: absolute;
      top: 90px;
    } */
}
.range-slider input {
  width: 100%;
}

.range-slider {
  width: 100%;
  margin-top: 10px;
}

.minmax-temp-row {
  padding: 0 15px;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 28px;
}
.minmax-temp-row .edge-temp {
  font-size: 24px;
}
@media screen and (max-width: 375px) {
  .minmax-temp-row .edge-temp {
    font-size: 16px;
  }
}
.minmax-temp-row .cur-temp {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 375px) {
  .minmax-temp-row .cur-temp {
    font-size: 20px;
  }
}

.temp-range-slider {
  -webkit-appearance: none;
  height: 8px;
  background-image: linear-gradient(to left, #ff6400, #6de56b);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.19);
  border-radius: 4px;
}

.temp-range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 41px;
  height: 41px;
  background-color: #ffffff;
  background-image: url(../../dist/images/smiley-orange.png);
  cursor: pointer;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.temp-range-slider::-moz-range-thumb {
  width: 41px;
  height: 41px;
  background-color: #ffffff;
  background-image: url(../../dist/images/smiley-orange.png);
  cursor: pointer;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.temp-range-slider::-ms-thumb {
  width: 41px;
  height: 41px;
  background-color: #ffffff;
  background-image: url(../../dist/images/smiley-orange.png);
  cursor: pointer;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.uploaded-photo-wrapper {
  width: 100%;
  max-width: 768px;
  padding-bottom: 14%;
  margin: 0 auto;
}

.uploaded-photo {
  background-image: url(dist/images/person-8.png);
  background-repeat: no-repeat;
  width: 100% !important;
  height: auto !important;
  padding-bottom: 100% !important;
  background-position: top;
  background-size: contain;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .intro-content .row {
    width: 100%;
  }
}
.load-photo-popup {
  width: 50%;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 50px;
  z-index: 9;
}

@media screen and (max-width: 1024px) {
  .js-text-name,
  .js-text-temp {
    display: none;
  }
}
.change-photo-btn {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 22vh;
  background-color: transparent;
  border: none;
  padding-left: 40px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.change-photo-btn img {
  position: absolute;
  left: 0px;
}
@media screen and (max-width: 768px) {
  .change-photo-btn {
    left: 20px;
  }
}

.upload-photo-btn {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  color: #505050;
  position: absolute;
  right: 0;
  bottom: 20vh;
  border: none;
  border-radius: 4px;
  box-shadow: 0 28px 15px -22px rgba(0, 0, 0, 0.53);
  background-color: #ffffff;
  padding: 13px 44px 13px 22px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.upload-photo-btn img {
  position: absolute !important;
  right: 15px !important;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .upload-photo-btn {
    right: 20px;
  }
}

/* Customize the label (the container) */
.chcks-mandatory {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-top: 20px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chcks-mandatory a {
  color: white;
}

/* Hide the browser's default checkbox */
.chcks-mandatory input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  background-color: #ededed;
}

/* On mouse-over, add a grey background color */
.chcks-mandatory:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chcks-mandatory input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chcks-mandatory input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chcks-mandatory .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.app-contact-input {
  width: 100%;
  padding: 11px;
  border: none;
  border-radius: 5px;
  background-color: #ededed;
}

.final-info {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.final-info .title-md {
  margin-bottom: 45px;
}
.final-info .progress-loader {
  position: relative;
  bottom: 0px;
  left: 0;
  transform: none;
}
.final-info .person-name {
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 28px;
  text-shadow: none;
}
.final-info .fb-box {
  border-radius: 3px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #979797;
  background-color: #ffffff;
  padding: 27px;
  text-align: center;
  margin-top: 40px;
}
.final-info .fb-box .fb-title {
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  font-size: 20px;
  font-weight: bold;
  line-height: 31px;
  color: #515151;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.final-info .fb-box .fb-text {
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  color: #515151;
}
.final-info .fb-box .fb-button {
  padding: 18px 29px 18px 72px;
  margin-top: 26px;
  cursor: pointer;
}
.final-info .fb-box .fb-button img {
  left: 24px;
}
.final-info .fb-box .fb-deny {
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  color: #515151;
  margin-top: 17px;
  text-transform: uppercase;
}
.final-info .person-info-wrapper .person-name {
  text-shadow: 0 3px 9px rgba(0, 0, 0, 0.55);
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  color: #ffffff;
  margin-bottom: 0;
}
.final-info .person-info-wrapper .person-temperature {
  text-shadow: 0 3px 9px rgba(0, 0, 0, 0.55);
  font-size: 42px;
  font-weight: bold;
  line-height: normal;
  text-align: right;
  color: #ffffff;
}

.smile-measure-btns {
  display: none;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .smile-measure-btns {
    margin-top: 20px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .app-column-rows .row .col-md-12 {
    align-items: flex-start;
  }
  .game-content .app-text-lg {
    max-width: 600px;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 650px), screen and (-ms-high-contrast: none) and (max-width: 650px) {
  .game-content .app-text-lg {
    max-width: 420px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bg-slide-2 {
    background: radial-gradient(26% 31%, circle cover, #2a52d3, #809fff), url(../images/beach-bg.jpg) center/cover no-repeat;
  }
}
.app-name {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.app-temp {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.close-popup {
  width: 40px !important;
  height: 40px !important;
  position: absolute;
  top: -20px !important;
  right: -20px !important;
  border-radius: 50%;
  border: 2px solid #e98400;
  background: #ffffff !important;
  opacity: 1 !important;
}
.close-popup svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #e98400;
  pointer-events: none;
}

.mfp-arrow {
  width: 128px !important;
  height: 115px !important;
  top: 71% !important;
  opacity: 1 !important;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: none !important;
}

.mfp-arrow-right {
  right: 5% !important;
}
@media screen and (max-width: 375px) {
  .mfp-arrow-right {
    margin-top: 18% !important;
    margin-right: 7% !important;
  }
}

.mfp-arrow-left {
  left: 5% !important;
}
@media screen and (max-width: 375px) {
  .mfp-arrow-left {
    margin-top: 18% !important;
    margin-left: 7% !important;
  }
}

.mfp-arrow:before {
  content: "" !important;
  display: block;
  width: 128px !important;
  height: 114px !important;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0px !important;
  margin-left: 0px !important;
  margin-top: 35px;
  border: none !important;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  opacity: 1 !important;
}

.mfp-arrow-left:before {
  left: 5% !important;
  background-image: url(../../dist/images/arr-left.svg);
}

.mfp-arrow-right:before {
  right: 5% !important;
  background-image: url(../../dist/images/arr-right.svg);
}

.mfp-arrow:after {
  content: none;
}

img.mfp-img {
  padding: 0px 0 111px !important;
}

.mfp-bottom-bar {
  margin-top: -100px !important;
}

.mfp-figure:after {
  box-shadow: none !important;
  background: none !important;
}

.mfp-title {
  padding-right: 0 !important;
}

.mfp-figure small, .mfp-counter {
  display: none !important;
}

.fb-share-btn {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media (max-width: 450px) {
  .fb-share-btn {
    padding: 24px 18px 24px 18px;
  }
  .fb-share-btn img {
    display: none;
  }
}

@media (max-width: 450px) {
  .mfp-gallery .mfp-container {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .mfp-arrow {
    width: 101px !important;
    height: 115px !important;
    bottom: 35px !important;
  }
  .mfp-arrow:before {
    width: 103px !important;
    height: 85px !important;
  }
}
.owl-stage-outer.owl-height {
  min-height: 100vh;
}

.owl-item.active {
  min-height: 100vh;
}

.game-slide {
  min-height: 100vh;
}
.game-slide .game-content {
  min-height: 100vh;
}
.game-slide .game-content > .row {
  min-height: 100vh;
}

.js-slide-2 .container, .js-slide-3 .container {
  min-height: 100vh;
}
.js-slide-2 .container > .row, .js-slide-3 .container > .row {
  min-height: 80vh;
}

.js-slide-4 .container {
  min-height: 100vh;
}
.js-slide-4 .container > .row {
  min-height: 80vh;
}

.last-ste-fadout .progress-loader {
  top: 0;
}

.js-slide-6 .final-info {
  min-height: auto;
}
.js-slide-6 .final-info > .row {
  min-height: auto;
}

.form-message p {
  color: #FF0000;
}

.fb-box + .button {
  margin-top: 20px;
}

.app-typeface {
  font-weight: bold;
  font-size: 1.6em;
  color: #ffffff;
  text-transform: uppercase;
}

.pravila-sudjelovanja table tr {
  padding: 5px 0px;
  border-bottom: 1px solid #ababab;
}

body > img {
  display: none;
}

.single-image {
  background-repeat: repeat;
  background-position: center;
  background-image: url(../images/smile-texture.png);
  background-color: #f6b34c;
}
.single-image > div {
  min-height: 100vh;
}
.single-image-left img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single-image-left img {
    margin-top: 15px;
  }
}
.single-image-right {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.single-image-right h1 {
  color: #ffffff;
  text-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
}
.single-image-right p {
  color: #ffffff;
  font-size: 1.1em;
  text-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
}
.single-image-right a {
  height: 60px;
  line-height: 60px;
  padding: 0px 40px 0px 30px;
  text-transform: uppercase;
  border-radius: 4px;
  box-shadow: 0 28px 15px -22px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  display: inline-block;
  color: #000;
  transition: all 200ms ease-in-out;
}
.single-image-right a svg {
  margin-right: 20px;
  fill: #f6b34c;
  transition: all 200ms ease-in-out;
}
.single-image-right a:hover {
  background-color: #f6b34c;
  color: #fff;
}
.single-image-right a:hover svg {
  fill: #ffffff;
}

.cookie-consent {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(250, 250, 250, 0.7);
  padding: 0px 15px;
  text-align: center;
  z-index: 1000000000000000000000;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cookie-consent {
    flex-direction: column;
  }
}
.cookie-consent p {
  display: inline-block;
  margin: 15px 0px;
  text-align: left;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .cookie-consent p {
    padding-right: 0px;
    text-align: center;
  }
}
.cookie-consent a {
  color: black;
  font-weight: bold;
  text-decoration: underline;
}
.cookie-consent button {
  white-space: nowrap;
}
.cookie-consent-agree {
  background-color: #e98400;
  color: #ffffff;
  margin: 15px 0px;
  padding: 6px 20px;
  border-radius: 4px;
  border: none;
  display: inline-block;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .cookie-consent-agree {
    margin-left: 0px;
    margin-top: 0px;
  }
}

.progress-static-final {
  position: relative;
  left: 0;
  transform: none;
  top: 0;
}

.popup {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.popup.is-visible {
  opacity: 1;
  visibility: visible;
}

.popup, .popup-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.participant-form {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.mfp-bg {
  opacity: 1;
  background-color: rgba(0, 21, 83, 0.75);
  z-index: 100000000000000000000 !important;
}

.popup-inner-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  padding: 15px;
  z-index: 11;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.close-popup {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  text-align: center;
  color: #000000;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #cf1d1d 2%, #bc1818);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 1046;
}

.popup-terms {
  margin: 0 10px;
  padding-bottom: 20px;
  padding-right: 10px;
  padding-top: 20px;
  padding-left: 20px;
  background: #fff;
  border-radius: 2px;
  max-width: 800px;
  position: relative;
  color: #000000;
  height: calc(100vh - 120px);
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: 0.4px;
}

@media (min-width: 768px) {
  .popup-terms {
    margin: 0 auto;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-top: 60px;
    padding-left: 60px;
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .popup-terms-h-auto {
    height: auto;
  }
}
.popup-terms .popup-title {
  color: #007fc5;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: -0.8px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .popup-terms .popup-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.popup-inner {
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
  padding-right: 20px;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

@media (min-width: 768px) {
  .popup-inner {
    padding-right: 40px;
  }
}
.popup-terms .ps__rail-y {
  display: block;
  opacity: 1;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  right: 0;
  position: absolute;
}

.popup-terms .ps--active-y > .ps__rail-y {
  display: block;
}

.popup-terms .ps:hover > .ps__rail-x, .popup-terms .ps:hover > .ps__rail-y, .popup-terms .ps--focus > .ps__rail-x, .popup-terms .ps--focus > .ps__rail-y, .popup-terms .ps--scrolling-x > .ps__rail-x, .popup-terms .ps--scrolling-y > .ps__rail-y {
  opacity: 1;
}

.popup-terms .ps .ps__rail-x:hover, .popup-terms .ps .ps__rail-y:hover, .popup-terms .ps .ps__rail-x:focus, .popup-terms .ps .ps__rail-y:focus, .popup-terms .ps .ps__rail-x.ps--clicking, .popup-terms .ps .ps__rail-y.ps--clicking {
  background-color: #d7d7d7;
  opacity: 1;
}

.popup-terms .ps__thumb-x {
  background-color: #000000;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute;
}

.popup-terms .ps__thumb-y {
  background-color: #000000;
  border-radius: 2px;
  width: 6px;
  right: 2px;
  position: absolute;
}

.popup-terms .ps__rail-x:hover > .ps__thumb-x, .popup-terms .ps__rail-x:focus > .ps__thumb-x, .popup-terms .ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #000000;
  height: 11px;
}

.popup-terms .ps__rail-y:hover > .ps__thumb-y, .popup-terms .ps__rail-y:focus > .ps__thumb-y, .popup-terms .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #000000;
}

.popup-terms .ps__rail-x {
  display: none;
}

.popup-terms .ps__rail-y, .popup-terms .ps__rail-y:hover {
  opacity: 1;
  width: 17px;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #979797;
  height: 100%;
}

.popup-terms .ps__rail-y .ps__thumb-y, .popup-terms .ps__rail-y:hover .ps__thumb-y {
  opacity: 1;
  width: 13px;
  right: 1px;
  background-color: #007fc5;
}

.popup-terms h2 {
  margin-bottom: 30px;
}

.popup-terms p a {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}

.popup-inner h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.popup-inner h4 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 40px;
  font-size: 18px;
}

.popup-inner p {
  margin-bottom: 15px;
  color: #222;
}

.popup-inner p:last-of-type {
  margin-bottom: 0;
}

.popup .notice {
  position: relative;
  max-width: 500px;
  text-align: left;
  background: #fff;
  color: #222;
  padding: 15px 20px;
  border-radius: 5px;
  pointer-events: all;
}

.popup .close-notice {
  top: -25px;
}

.popup-wrapper-main {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 555;
  align-items: center;
  justify-content: center;
  overflow-y: scroll;
  background-color: rgba(0, 21, 83, 0.75);
}

.popup-wrapper-main .popup-terms {
  height: calc(100vh - 50px);
}

@media (min-width: 576px) {
  .popup-wrapper-main {
    overflow: hidden;
  }
  .popup-wrapper-main .popup-terms {
    height: auto;
  }
}
.popup-wrapper-main.is-visible {
  display: -ms-flexbox !important;
  display: flex !important;
}

.oh {
  overflow: hidden;
}

.popup-main {
  margin: 0 20px;
}

@media (max-width: 767px) {
  .popup-main {
    background: transparent;
    padding: 0;
  }
  .popup-main .popup-inner {
    padding-bottom: 20px;
    padding-right: 10px;
    padding-top: 20px;
    padding-left: 20px;
    background: #fff;
  }
}
.popup-main-buttons {
  margin-top: 3rem;
}

.popup-main-buttons .btn:first-child {
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .popup-main-buttons .btn:first-child {
    margin-bottom: 0;
  }
}
.terms {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

.terms-accept-small {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem 1.5rem;
  font-size: 16px;
  line-height: 1.44;
  background-color: #ffffff;
  z-index: 1000;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.3);
  transform: translate3d(0, 150%, 0);
  transition: transform 0.3s ease;
}

@media (min-width: 768px) {
  .terms-accept-small {
    padding: 20px 60px;
    font-size: 17px;
  }
}
.terms-accept-small.is-visible {
  bottom: 0;
  transform: translate3d(0, 0, 0);
}

.terms-accept-small .link {
  padding-top: 2.5rem;
}

.terms-accept-small-inner {
  text-align: center;
  font-size: 14px;
  color: #000a12;
  line-height: 1.5;
}

.terms-accept-small-inner p {
  margin-bottom: 2.5rem;
}

.terms-accept-small-inner .open-popup {
  color: #000a12;
  text-decoration: underline;
  font-weight: bold;
}

@media (min-width: 768px) {
  .terms-accept-small-inner {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .terms-accept-small-inner p {
    font-size: 16px;
    padding-right: 30px;
    margin-bottom: 0;
    flex: 1;
  }
}
.indented {
  padding-left: 20px;
}

.mfp-close {
  background: url("../img/close-btn.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  width: 58px;
  height: 54px;
}

@media screen and (max-width: 767px) {
  .mfp-close {
    margin-right: 6px !important;
    width: 40px;
    height: 40px;
  }
  .popup-terms .ps__rail-y .ps__thumb-y, .popup-terms .ps__rail-y:hover .ps__thumb-y {
    width: 9px;
  }
  .popup-terms .ps__rail-y, .popup-terms .ps__rail-y:hover {
    width: 13px;
  }
}
.mfp-img-wrapper {
  position: relative;
  margin-bottom: 1.6rem;
  padding: 0px 1rem;
}

@media screen and (min-width: 767px) {
  .mfp-img-wrapper {
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 767px) {
  .mfp-container {
    padding: 0 21px;
  }
}
/*==================================================================================================
x.  Popup
================================================================================================= */
.mfp-hide {
  display: none !important;
}

.mfp-bg, .mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
}

.mfp-bg, .mfp-container, .mfp-wrap {
  height: 100%;
  width: 100%;
}

.mfp-container:before, .mfp-figure:after {
  content: "";
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #000;
  opacity: 0.8;
}

.mfp-wrap {
  z-index: 9999999999 !important;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 10px;
}

@media screen and (min-width: 767px) {
  .mfp-container {
    padding: 0 21px;
  }
}
.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-preloader {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 18px;
  color: #fff;
  text-align: center;
  margin-top: -9px;
  margin-left: -35px;
  z-index: 1044;
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-close {
  position: absolute;
  top: -22px;
  right: -22px;
  margin-top: 0;
  margin-right: 0;
  color: #fff;
  cursor: pointer;
  z-index: 1046;
  touch-action: manipulation;
}

.mfp-inline-holder .mfp-content {
  max-width: 900px;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-figure, img.mfp-img {
  line-height: 0;
}

.mfp-arrow {
  position: absolute;
  z-index: 1046;
  margin: -20px 0 0;
  top: 50%;
  padding: 0;
  touch-action: manipulation;
  width: 80px;
  height: 60px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  transition: all 0.3s;
  background-size: contain;
  background-repeat: no-repeat;
}

.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow-left {
  background-image: url("/assets/img/strelica-left.svg");
  left: 25px;
}

.mfp-arrow-right {
  background-image: url("/assets/img/strelica-right.svg");
  right: 25px;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-image-holder .mfp-content, img.mfp-img {
  max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

img.mfp-img {
  width: auto;
  height: auto;
  display: block;
  padding: 0;
  margin: 0 auto;
}

.mfp-figure {
  position: relative;
  margin-top: 40px;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 680px) {
  .mfp-close {
    top: -20px;
    right: -12px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
    top: 45%;
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-arrow-left {
    left: 5px;
  }
  .mfp-arrow-right {
    right: 5px;
  }
}
.mfp-container {
  overflow: hidden;
  position: fixed;
}

.mfp-popup-footer {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 1rem;
  padding: 0 1rem;
}

.title-md {
  line-height: normal;
}
@media screen and (max-width: 475px) {
  .title-md {
    text-align: center;
    font-size: 22px !important;
    max-width: 100%;
  }
  .title-md strong {
    max-width: 100%;
    word-break: break-word;
    word-wrap: break-word;
  }
  .title-md .title-md-on-sm {
    font-size: 17.5px;
  }
}

.trouble-report {
  background-color: #047BA3;
  /*position: fixed;*/
  /*z-index: 1000;*/
  /*bottom: 0;*/
  width: 100%;
  padding-top: 20px;
  padding-bottom: 5px;
}

.trouble-report-app {
  background-color: #047BA3;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  width: 100%;
  padding-top: 20px;
}

.trouble-message {
  color: white;
  text-align: center;
}

.mail-anchor:hover {
  color: white;
}

.new-container {
  position: relative;
  padding-bottom: 0px !important;
}
@media screen and (max-width: 1023px) {
  .new-container {
    padding-bottom: 0px !important;
  }
}

.new-row {
  align-items: center;
  flex-wrap: nowrap !important;
  padding: 0px;
}
@media screen and (max-width: 1023px) {
  .new-row {
    align-items: center;
    padding: 0 15px;
  }
}
.new-row .new-img {
  left: 60px;
  bottom: -15px;
}
.new-row .new-img img {
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .new-row .new-img {
    position: relative;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .new-row .new-img img {
    justify-self: center;
    align-self: center;
  }
}

.dkn-btn {
  background-color: #e64a03;
  padding: 5px 10px;
  color: white;
}
.dkn-btn li {
  color: white !important;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.dkn-btn li span {
  margin-left: 5px;
}
@media screen and (max-width: 1023px) {
  .dkn-btn {
    background-color: initial;
  }
  .dkn-btn li {
    color: #9a9a9a !important;
  }
  .dkn-btn li span {
    color: #9a9a9a !important;
  }
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 10px auto;
}

.thanks {
  padding-top: 60px;
}

#ui-datepicker-div {
  z-index: 100000000000000000 !important;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.why {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 60px 0;
}
.why img {
  box-shadow: 0 2px 35px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1023px) {
  .why {
    flex-direction: column-reverse;
    align-items: center;
    margin: 0px 20px 30px 20px;
    width: 100%;
  }
}

.why__left {
  border-radius: 5px;
  box-shadow: 0 2px 35px 0 rgba(0, 0, 0, 0.15);
  background-color: #31854a;
  max-width: 825px;
  padding: 80px 100px 80px 50px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .why__left {
    width: 100%;
    padding: 50px 20px 20px 20px;
  }
}

.why__title {
  font-size: 41.5px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.48;
  letter-spacing: normal;
  text-align: center;
  color: white;
}
@media screen and (max-width: 1023px) {
  .why__title {
    font-size: 17.6px;
  }
}

.why__img {
  transform: translateX(-50px);
  box-shadow: 0 2px 35px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1023px) {
  .why__img {
    transform: translateX(0px);
    transform: translateY(30px);
    max-width: 90% !important;
  }
}

.why__item {
  font-size: 25.6px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.59;
  letter-spacing: normal;
  color: white;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .why__item {
    font-size: 13.3px;
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
}
.why__item p {
  margin-bottom: 0;
}

.text-2 {
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  font-size: 32px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.59 !important;
  letter-spacing: normal;
  text-align: center;
  color: white;
}
@media screen and (max-width: 1023px) {
  .text-2 {
    font-size: 16px !important;
  }
}

.mySwiper {
  padding: 60px 0 120px 0 !important;
}
@media screen and (max-width: 1023px) {
  .mySwiper {
    padding: 30px 0 60px 0 !important;
  }
}

.swiper-pagination {
  bottom: 140px !important;
}
@media screen and (max-width: 1023px) {
  .swiper-pagination {
    bottom: 40px !important;
  }
}

.swiper-pagination-bullet {
  height: 20px !important;
  border: 1px solid white !important;
  width: 20px !important;
  opacity: 1 !important;
  background: none !important;
}

.swiper-pagination-bullet-active {
  background: white !important;
}

.slide__left {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  max-width: 400px;
  gap: 20px;
  padding: 30px;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .slide__left {
    gap: 5px;
  }
}

.slide__title {
  font-size: 34.8px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.48;
  letter-spacing: normal;
  color: white;
}
@media screen and (max-width: 1023px) {
  .slide__title {
    font-size: 17.5px;
  }
}

.slide__text {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: white;
}
@media screen and (max-width: 1023px) {
  .slide__text {
    font-size: 16px;
  }
}

.swiper-slide {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  background: #31854a;
  border-radius: 5px;
  box-shadow: 0 2px 35px 0 rgba(0, 0, 0, 0.15);
  width: auto !important;
  overflow: hidden;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .swiper-slide {
    flex-direction: column-reverse;
  }
}
.swiper-slide .btn-orange {
  background: white;
  color: #34303d;
}

.slide__img {
  align-self: center;
  justify-self: center;
  max-width: 304px !important;
}
@media screen and (max-width: 1023px) {
  .slide__img {
    max-width: 100% !important;
    width: 100%;
    max-height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.sites {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .sites {
    padding: 20px;
  }
}

.left-discover {
  height: 540px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 768px) {
  .left-discover {
    max-height: 385px;
  }
  .left-discover :nth-child(2) {
    top: 0;
    left: 0;
  }
  .left-discover :nth-child(2) .discover-img-left {
    position: initial !important;
    max-width: 330px;
    margin: 0 auto;
    top: 60px;
    left: 0;
    right: 0;
  }
}

.right-discover {
  height: 540px;
  background: #a0c5cf;
}
@media screen and (max-width: 767px) {
  .right-discover {
    height: 385px;
    overflow: hidden;
  }
}

.halved-section {
  /* margin-top: 70px; */
}

.title-discover-left {
  right: 30px;
  position: absolute;
  bottom: 45px;
  text-align: right;
}

.title-discover-right {
  left: 30px;
  position: absolute;
  bottom: 45px;
  text-align: left;
}

/* .oblique-2 {
  width: calc(100% + 40px);
  height: 100%;
  content: '';
  display: block;
  transform: rotate(2deg) translateX(-20px);
  position: absolute;
  top: -54px;
  background-image: linear-gradient(214deg, #ba7ddd, #9d62c8);

  @media screen and (max-width: 767px) {
    width: 140%;
    height: 10%;
    transform: rotate(8deg) translateX(-20px);
    top: -40px;
    left: -20%;
    background-image: linear-gradient(#ba7ddd, #b27adc);
  }
} */
.container-fluid {
  transition: transform 1s linear;
}

.section-game {
  position: relative;
  overflow: hidden;
  display: none;
}

.owl-item img {
  width: auto !important;
}

.app-gallery-item {
  position: absolute;
  border-radius: 15px;
  overflow: hidden;
}
.app-gallery-item.app-imgs-left {
  left: -50%;
}
.app-gallery-item.app-imgs-right {
  right: -50%;
}
.app-gallery-item.img-rotate-minus {
  transform: rotate(15deg);
}
.app-gallery-item.img-rotate-plus {
  transform: rotate(-15deg);
}

.app-column-rows .row {
  height: 33.333%;
}
.app-column-rows .row .col-md-12 {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .app-column-rows {
    display: none;
  }
}

.app-title {
  font-size: 36px;
}

.app-text {
  font-size: 20px;
}

.app-text-lg {
  font-size: 22px;
  font-weight: normal;
  line-height: 34px;
}
@media screen and (max-width: 375px) {
  .app-text-lg {
    font-size: 16px;
    line-height: normal;
  }
}

.app-label {
  font-size: 18px;
  padding: 20px 0 16px 0;
}

.app-label-lg {
  font-size: 26px;
  margin: 21px 0;
}
@media screen and (max-width: 375px) {
  .app-label-lg {
    font-size: 18px;
  }
}

.step-1-center {
  justify-content: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.step-1-center img {
  margin-bottom: 40px;
}

.step-1-center,
.step-2-center,
.js-slide-3,
.js-slide-6 {
  padding-top: 50px;
}

.js-slide-4 {
  padding-bottom: 17vh;
}

.js-slide-5,
.js-slide-6 {
  padding-bottom: 20vh;
}

.app-to-step-4 img {
  top: 50%;
  transform: translateY(-50%);
}

.slide-out {
  transform: translate(-120%, 0);
}

.step-1-center div, .step-1-center img, .step-2-center div, .step-2-center img {
  z-index: 9;
}

.name-input {
  font-size: 26px;
  padding: 27px 15px;
  border-radius: 5px;
  background-color: #ffffff;
  border: none;
}
@media screen and (max-width: 375px) {
  .name-input {
    font-size: 18px;
    padding: 17px 15px;
  }
}

.bg-slide-1 {
  background-image: radial-gradient(circle at 51% 52%, #4aace7, #5fc8ff 79%);
}

.bg-slide-2, .bg-slide-3 {
  background: radial-gradient(circle at 26% 31%, rgba(42, 82, 211, 0.5803921569), rgba(128, 159, 255, 0.5882352941)), url("https://smile.daikin.hr/source/images/beach-bg.jpg") center/cover no-repeat;
}

.bg-slide-4 {
  background-repeat: repeat;
  background-position: center;
  background-image: url("https://smile.daikin.hr/source/images/smile-texture.png");
  background-color: #f6b34c;
}

.bg-slide-5 {
  background-repeat: repeat;
  background-position: center;
  background: url("https://smile.daikin.hr/source/images/smile-texture.png"), radial-gradient(circle farthest-side, #4aace7, #4aace7);
}
.bg-slide-5 .game-content {
  background: radial-gradient(circle farthest-side, #4aace7, rgba(74, 172, 231, 0.0196078431));
}

.increased-zindex {
  /* z-index: 2; */
}

.name-font-xlg {
  font-size: 56px;
}

.temp-font-xlg {
  font-size: 100px;
  font-weight: bold;
}

.discover {
  z-index: 100000000;
  background-color: #ffffff;
}
.discover-img-left {
  position: absolute;
  top: 40px;
  right: 50%;
}
@media screen and (max-width: 1023px) {
  .discover-img-left {
    position: initial !important;
  }
}

.discover-img-right {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .discover-img-right {
    left: 50%;
    transform: translateX(-50%);
    bottom: -35%;
    max-width: 265px;
  }
}

.discover-rows-wrapper {
  min-height: 540px;
  position: relative;
}
.discover-rows-wrapper .container-fluid {
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .discover-rows-wrapper .container-fluid {
    position: relative;
  }
}
.abs-bottom-right {
  bottom: 45px;
  position: absolute;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .abs-bottom-right {
    left: 30px;
    right: 0;
    text-align: left;
    width: 100%;
    bottom: 30px;
  }
}

.abs-bottom-left {
  bottom: 45px;
  position: absolute;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .abs-bottom-left {
    top: 30px;
  }
}

.landing .section-intro .col-10 {
  margin: 0 auto !important;
}
.landing .section-intro .col-10 div {
  text-align: center;
}
.landing .form {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 50px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .landing .form {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.landing .form form {
  max-width: 421px;
  width: 100%;
  margin: auto;
  background: #EFFAEC !important;
  flex-grow: 1;
  padding: 50px 40px;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  box-shadow: 0 2px 6px 3px rgba(0, 0, 0, 0.1);
}
.landing .form form .button {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .landing .form form {
    padding: 25px;
  }
  .landing .form form .button {
    margin: 0 auto;
    margin-bottom: 15px;
    display: block;
    text-align: center;
  }
}
.landing .form form .form__inputs {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  justify-content: space-between;
}
.landing .form form .form__inputs input {
  flex-grow: 1;
  width: 100%;
  background: #EFFAEC !important;
}
@media (max-width: 768px) {
  .landing .form form .form__inputs {
    flex-direction: column;
  }
  .landing .form form .form__inputs input {
    max-width: 100%;
    font-size: 15.4px;
  }
}
.landing .form form .form__checkboxes {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.landing .form form .form__checkboxes .checkbox__item {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 11.8px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #035475;
}
.landing .form form .form__checkboxes input {
  display: block;
}
.landing .form form input {
  font-size: 15.4px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #105069;
  border: none;
  border-bottom: 1px solid #105069;
}
.landing .form .form__right {
  gap: 20px;
  max-width: 524px;
}
@media (max-width: 1023px) {
  .landing .form .form__right {
    padding-bottom: 20px;
  }
}
.landing .form .form-notice {
  font-size: 11.8px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #004560;
}
.landing .form .form__title {
  font-size: 25.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  color: white;
}
@media (max-width: 1023px) {
  .landing .form .form__title {
    font-size: 17.5px;
  }
}
.landing .form .form__text {
  font-size: 18.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  color: white;
}
@media (max-width: 1023px) {
  .landing .form .form__text {
    font-size: 16px;
  }
}

.landing .old-section {
  min-height: 0;
}

.form-row {
  transform: translateY(-60px);
}
@media (max-width: 1023px) {
  .form-row {
    transform: translateY(0px);
  }
}

.draw-dog-wrapper {
  width: 540px;
  height: 482px;
  background-color: #ffffff;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.draw-inner-green {
  height: 294px;
  width: 410px;
  background-image: linear-gradient(55deg, #9fc162, #8dae65);
  position: relative;
}
.draw-inner-green img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.draw-step-1 .title-lg {
  font-size: 40px;
  padding-top: 100px;
  margin-bottom: 45px;
}
.draw-step-1 .btn-orange {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding: 20px;
  width: 410px;
  margin-top: 20px;
}

.draw-step-2 {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.draw-step-2 .title-lg {
  font-size: 40px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #515151;
  padding-top: 80px;
  padding-bottom: 160px;
}
.draw-step-2 .draw-dog-wrapper {
  height: auto;
}

.draw-step-3 {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.draw-step-3 .title-lg {
  font-size: 50px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  color: #515151;
  padding-top: 200px;
  padding-bottom: 72px;
}
.draw-step-3 .person-name {
  font-size: 50px;
  font-weight: bold;
  line-height: normal;
  color: #e98400;
  text-shadow: none;
  padding: 81px 0 200px 0;
}
.draw-step-3 .draw-dog-wrapper {
  height: auto;
}

.drawing-progress-wrapper {
  height: 40px;
  width: 406px;
  border: 3px solid #e98400;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 28px;
  margin-bottom: 85px;
}
.drawing-progress-wrapper .drawing-progress-animated {
  height: 100%;
  width: 0;
  background-color: #e98400;
  transition: 4s;
  transition: 4s linear;
}

.drawing-logo {
  border-radius: 0;
  align-self: start;
  padding-top: 50px;
}

.skew-bg-1 {
  position: absolute;
  height: 100%;
  background-image: radial-gradient(circle at 9% 0, #009ad9, #0978a6);
  width: 100%;
  transform: skewY(-22deg);
  transform-origin: top left;
  bottom: 18%;
}

.drawing-bg-general {
  background-image: linear-gradient(to right, #9fc162, #8dae65);
}

.drawing-sun img {
  transform-origin: 50% 0%;
}

.draw-step-2, .draw-step-3 {
  display: none;
}

.skew-bg-1 {
  transition: background-image 0.6s ease-in-out;
}

.app-to-step-3 {
  align-self: flex-end;
}

@media screen and (max-width: 1024px) {
  .load-photo-popup {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .d-none-sm-down {
    display: none;
  }
  .text-md-down-center {
    text-align: center;
  }
  .btn-decrease-font {
    font-size: 0.9em !important;
  }
  .load-photo-popup {
    width: 95%;
    padding: 45px 22px;
  }
  .uploaded-photo {
    max-height: 70%;
  }
}
@media screen and (max-width: 767px) {
  .d-none-on-md {
    display: none;
  }
}
.more-options-on-md {
  max-width: 214px;
  display: block;
  margin: 0 auto;
  padding: 20px 51px 20px 18px;
}

@media screen and (min-width: 768px) {
  .more-options-on-md {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .uploaded-photo {
    max-height: 56%;
  }
  .progress-loader {
    bottom: 15%;
  }
  .final-info .title-md.thankyou-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .final-info .gallery-item {
    max-height: 265px;
    max-width: 265px;
    margin: 0 auto;
  }
  .final-info .person-name {
    font-size: 22px;
    margin-bottom: 8px;
    margin-top: 10px;
  }
  .progress-loader {
    position: relative;
    margin-bottom: 5%;
    transform: none;
    margin: 0 auto;
    left: 0;
  }
  .smile-measure-btns {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
  }
  .change-photo-btn, .upload-photo-btn {
    bottom: 0;
    position: relative;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 375px) {
  .app-to-step-3 {
    align-self: center;
  }
  .game-slide .title-md {
    font-size: 28px;
  }
  .game-slide .regular-text {
    font-size: 16px;
  }
  /* .uploaded-photo {
     height: 50%;
   }
  */
  .progress-loader {
    bottom: 40%;
    max-height: 154px;
  }
  .temp-font-xlg {
    font-size: 32px;
  }
  .smile-measure-btns {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 38%;
  }
  .smile-measure-btns a {
    display: block;
  }
  .smile-measure-btns a:first-child {
    order: 2;
  }
  .smile-measure-btns .change-photo-btn {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding-left: 0;
    bottom: 0;
  }
  .smile-measure-btns .change-photo-btn img {
    position: relative;
    margin-right: 15px;
  }
  .smile-measure-btns .upload-photo-btn {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding-left: 0;
    bottom: 0;
    padding: 13px 0px 13px 0px;
    margin-bottom: 16px;
  }
  .smile-measure-btns .upload-photo-btn img {
    position: relative;
    margin-left: 15px;
    right: 0;
  }
  .app-contact-input {
    padding: 8px;
  }
  .app-label {
    padding: 18px 0 5px 0;
  }
  .chcks-mandatory {
    font-size: 12px;
  }
  .name-font-xlg {
    font-size: 28px;
  }
  .js-slide-4 {
    padding: 0 !important;
  }
}
