/*
Theme Name: Tabara JOY
Theme URI: -
Author: -
Author URI: -
Description: -
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: General
Text Domain: -

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
}

body {
  margin: 0;
}

iframe {
  border-style: none;
  border: none;
  width: inherit;
  display: block;
  position: relative;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: normal;
  -webkit-appearance: none;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  border-style: none;
  height: 2px;
  background: #e6e6e6;
  margin: 1.5em 0;
  width: 80%;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid gray;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-style: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

audio,
canvas,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.container:before, .container:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}

.container:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}

.row:after {
  clear: both;
}

@media screen and (max-width: 1240px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.cell {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 15px;
}

@media screen and (max-width: 1240px) {
  .cell {
    padding: 0 10px;
  }
}

.cell.parent {
  padding: 0;
}

body {
  font-size: 18px;
  font-family: 'Roboto', sans-serif, Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-weight: 400;
  color: #2B2B2B;
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  color: #2B2B2B;
  font-weight: 900;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 900;
}

h1 {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media (max-width: 1240px) {
  h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 25px;
}

@media (max-width: 1240px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media (max-width: 1240px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 15px;
}

@media (max-width: 1240px) {
  h4 {
    font-size: 20px;
    line-height: 1.2;
  }
}

h5 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
}

@media (max-width: 1240px) {
  h5 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}

h6 {
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 15px;
}

@media (max-width: 1240px) {
  h6 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

p, span, label, li {
  color: #6A6A6A;
  font-weight: 400;
  line-height: 1.4;
}

p {
  font-size: 18px;
  line-height: 1.667;
  margin: 20px 0;
  font-weight: 400;
}

@media (max-width: 1240px) {
  p {
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  p {
    margin: 15px 0;
  }
}

@media (max-width: 640px) {
  p {
    margin: 12px 0;
    font-size: 15px;
    line-height: 1.4;
  }
}

p p, p a, p span, p label, p em {
  font-size: 100%;
  margin: 0;
  color: inherit;
}

p b, p strong {
  font-weight: 700;
}

p i, p em {
  font-style: italic;
}

p a {
  text-decoration: underline;
  color: #2B2B2B;
}

p a:hover {
  color: #0E113C;
}

a {
  color: inherit;
  margin: 0;
}

a:hover {
  text-decoration: underline;
}

a span {
  color: inherit;
  font-weight: inherit;
}

img, span, label, a {
  display: inline-block;
}

blockquote {
  padding: 0;
  position: relative;
  margin: 25px 0;
}

@media screen and (max-width: 767px) {
  blockquote {
    margin: 15px 0;
    padding-top: 0;
  }
}

blockquote p {
  font-size: 22px;
  margin: 0;
  position: relative;
  color: #2B2B2B;
  line-height: 1.3;
}

@media (max-width: 640px) {
  blockquote p {
    font-size: 16px;
  }
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
textarea,
select {
  font-family: 'Roboto', sans-serif, Arial, Helvetica, sans-serif;
  vertical-align: middle;
  font-weight: 300;
  font-size: 16px;
  border-style: none;
  border: 1px solid #707070;
  border-top: none;
  border-left: none;
  border-right: none;
  background: transparent;
  color: #0E113C;
  width: 100%;
  line-height: 1;
  padding: 14px 0;
  margin-bottom: 30px;
  vertical-align: middle;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

@media (max-width: 640px) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="url"],
  input[type="number"],
  input[type="date"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="week"],
  input[type="month"],
  textarea,
  select {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

input[type="text"]:active, input[type="text"]:hover, input[type="text"]:focus,
input[type="email"]:active,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="password"]:active,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="search"]:active,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:active,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="url"]:active,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="number"]:active,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="date"]:active,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="time"]:active,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="datetime"]:active,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:active,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="week"]:active,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="month"]:active,
input[type="month"]:hover,
input[type="month"]:focus,
textarea:active,
textarea:hover,
textarea:focus,
select:active,
select:hover,
select:focus {
  border-color: #0E113C;
}

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="url"]:disabled,
input[type="number"]:disabled,
input[type="date"]:disabled,
input[type="time"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="week"]:disabled,
input[type="month"]:disabled,
textarea:disabled,
select:disabled {
  background: #eaeaea;
}

.select-overlay {
  position: relative;
  display: block;
  width: 100%;
}

.select-overlay:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 27px;
  background-image: url("assets/img/svg/select.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  width: 11px;
  height: 6px;
  z-index: 1;
}

textarea {
  line-height: 1.2;
  padding-top: 0;
  height: 92px;
}

button[type="submit"],
input[type="submit"] {
  padding: 18px 32px 18px 32px;
  text-align: center;
  line-height: 1;
  font-weight: 400;
  font-size: 16px;
  border-style: none;
  text-transform: uppercase;
  letter-spacing: 0;
  background: #0E113C;
  color: #FDD501;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-align: center;
  border-radius: 30px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  outline: none;
  margin-top: 20px;
  margin-bottom: 0;
  letter-spacing: 0;
}

button[type="submit"].arrow-btn span,
input[type="submit"].arrow-btn span {
  background-color: #FDD501;
  margin-left: 20px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
}

button[type="submit"].btn-txt-black,
input[type="submit"].btn-txt-black {
  color: #2B2B2B;
}

button[type="submit"]:hover,
input[type="submit"]:hover {
  background: #040513;
}

select {
  height: auto;
  line-height: normal;
  outline: none;
}

textarea {
  height: 100px;
  line-height: 1.5;
  margin-bottom: 20px;
}

input[type="radio"], input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  margin-bottom: 0;
  margin-right: 20px;
  margin-left: 0;
  vertical-align: top;
  border: 1px solid #707070;
  border-radius: 0;
  background: white;
  line-height: normal;
  cursor: pointer;
  margin-top: 2px;
  color: #0E113C;
  outline: 0;
  background-color: transparent;
  border-radius: 4px;
}

input[type="radio"] {
  border-radius: 50%;
}

input[type="checkbox"]:checked:before {
  content: "";
  background-color: #0E113C;
  width: 100%;
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 4px;
  left: 4px;
  border-radius: 4px;
}

input[type="checkbox"]:checked + label {
  color: #2B2B2B;
}

input[type="radio"]:checked:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #0E113C;
  display: block;
  border-radius: 50%;
  margin-top: 3px;
  margin-left: 3px;
}

input[type="radio"]:checked:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
}

.button-yellow, .button-blue, .button-white, .button-line, .button-line2 {
  color: white;
  display: inline-block;
  padding: 14px 30px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  border-radius: 30px;
  line-height: 1;
  background: #0E113C;
  vertical-align: middle;
}

@media (max-width: 640px) {
  .button-yellow, .button-blue, .button-white, .button-line, .button-line2 {
    padding: 14px 20px;
    font-size: 15px;
  }
}

.button-yellow.arrow-btn, .button-blue.arrow-btn, .button-white.arrow-btn, .button-line.arrow-btn, .button-line2.arrow-btn {
  padding: 6px 6px 6px 30px;
}

.button-yellow.arrow-btn span, .button-blue.arrow-btn span, .button-white.arrow-btn span, .button-line.arrow-btn span, .button-line2.arrow-btn span {
  margin-left: 20px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 100%;
  background-color: #FDD501;
}

@media (max-width: 480px) {
  .button-yellow.arrow-btn span, .button-blue.arrow-btn span, .button-white.arrow-btn span, .button-line.arrow-btn span, .button-line2.arrow-btn span {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
}

.button-yellow.arrow-btn span img, .button-blue.arrow-btn span img, .button-white.arrow-btn span img, .button-line.arrow-btn span img, .button-line2.arrow-btn span img {
  vertical-align: middle;
  text-align: center;
  width: 22px;
  height: 12px;
}

@media (max-width: 480px) {
  .button-yellow.arrow-btn span img, .button-blue.arrow-btn span img, .button-white.arrow-btn span img, .button-line.arrow-btn span img, .button-line2.arrow-btn span img {
    width: 20px;
  }
}

.button-yellow:hover, .button-blue:hover, .button-white:hover, .button-line:hover, .button-line2:hover {
  color: white;
  background: black;
  text-decoration: none;
}

.button-yellow {
  background-color: #FDD501;
  color: #0E113C;
}

.button-yellow:hover {
  background-color: #fee666;
  color: #0E113C;
}

.button-yellow.arrow-btn span {
  background-color: #0E113C;
}

.ttu-btn {
  text-transform: uppercase;
  color: #2B2B2B;
  text-decoration: underline !important;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.ttu-btn:hover {
  color: #0E113C;
}

.normal-btn-line {
  display: inline-block;
}

.button-line {
  border: 2px solid #FDD501;
  padding: 17px 30px;
  background: transparent;
  color: #FDD501;
}

@media (max-width: 640px) {
  .button-line {
    padding: 12px 20px;
    font-size: 15px;
  }
}

.button-line img.hover-btn-line {
  display: none;
}

.button-line:hover {
  background: #FDD501;
  color: white;
}

.button-line:hover img.hover-btn-line {
  display: inline-block;
}

.button-line:hover img.normal-btn-line {
  display: none;
}

.button-line2 {
  border: 2px solid #0E113C;
  padding: 17px 30px;
  background: transparent;
  color: #0E113C;
}

@media (max-width: 640px) {
  .button-line2 {
    padding: 12px 20px;
    font-size: 15px;
  }
}

.button-line2.arrow-btn span {
  background-color: #0E113C;
}

.button-line2.arrow-btn:hover span {
  background-color: #040513;
}

.button-line2.arrow-left {
  padding: 4px 30px 4px 4px;
}

.button-line2.arrow-left span {
  margin-left: 0;
  margin-right: 20px;
}

.button-line2:hover {
  background: #0E113C;
  color: white;
}

.button-line2:hover img.hover-btn-line {
  display: inline-block;
}

.button-line2:hover img.normal-btn-line {
  display: none;
}

.button-white {
  background: white;
  color: #0E113C;
}

.button-white:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #0E113C;
}

ul li {
  list-style: none;
}

.alignleft {
  display: inline;
  float: left;
  margin-top: 20px;
  margin-right: 30px;
}

.alignright {
  display: inline;
  float: right;
  margin-top: 20px;
  margin-left: 30px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .alignleft, .alignright, .aligncenter {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}

.mc4wp-alert p {
  color: #ACB2FF;
  font-size: 16px;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow: hidden;
  text-rendering: optimizeLegibility;
  counter-reset: item;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

body ::-webkit-scrollbar {
  width: 9px;
  border-radius: 10px;
}

body ::-webkit-scrollbar-track {
  background: #e6e6e6;
  border-radius: 10px;
}

body ::-webkit-scrollbar-thumb {
  background: #FDD501;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}

body ::-webkit-scrollbar-thumb:hover {
  background: #caaa01;
}

#sp-ks8a8s {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
								  not supported by any browser */
}

.title-line {
  font-size: 40px;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 15px;
  color: #0E113C;
}

@media (max-width: 1440px) {
  .title-line {
    font-size: 32px;
  }
}

@media (max-width: 960px) {
  .title-line {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  .title-line {
    font-size: 26px;
  }
}

.title-line:after {
  content: '';
  display: block;
  width: 277px;
  height: 3px;
  background-color: #0E113C;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 960px) {
  .title-line:after {
    width: 180px;
  }
}

.big-p p {
  font-size: 20px;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .big-p p {
    font-size: 16px;
  }
}

.title-big {
  font-size: 60px;
  line-height: 1.2;
}

@media (max-width: 1440px) {
  .title-big {
    font-size: 48px;
  }
}

@media (max-width: 1240px) {
  .title-big {
    font-size: 44px;
  }
}

@media (max-width: 960px) {
  .title-big {
    font-size: 40px;
  }
}

.error-wrap {
  width: 100%;
  height: 100vh;
  text-align: center;
  background-position: top center;
}

.error-wrap .flex-center {
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 767px) {
  .error-wrap .flex-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
  }
  .error-wrap .flex-center:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1;
  }
}

.error-wrap h1 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 31px;
  margin: 0;
  line-height: 1;
  color: white;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .error-wrap h1 {
    font-size: 24px;
  }
}

@media screen and (max-height: 700px) {
  .error-wrap h1 {
    font-size: 24px;
  }
}

.error-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .error-center {
    position: relative;
    z-index: 2;
  }
}

.white-box-error {
  max-width: 694px;
  border-radius: 17px;
  padding: 30px 20px;
  -webkit-box-shadow: 0px 30px 20px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 30px 20px 0 rgba(0, 0, 0, 0.16);
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: white;
  margin-bottom: 120px;
}

@media (max-width: 1240px) {
  .white-box-error {
    margin-top: 30px;
  }
}

@media screen and (max-height: 700px) {
  .white-box-error {
    margin-top: 30px;
    margin-bottom: 38px;
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .white-box-error {
    margin-bottom: 0;
    padding: 20px;
  }
}

.white-box-error p {
  font-weight: 500;
  color: #0E113C;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .white-box-error p {
    font-size: 18px;
  }
}

@media screen and (max-height: 700px) {
  .white-box-error p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .white-box-error p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.container {
  width: 100%;
  max-width: 1238px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-big {
  width: 100%;
  max-width: 1714px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 1714px) {
  .container-big {
    max-width: 1594px;
  }
}

@media (max-width: 767px) {
  .container-big {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-big2 {
  width: 100%;
  max-width: 1594px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 1634px) {
  .container-big2 {
    max-width: 1238px;
  }
}

@media (max-width: 767px) {
  .container-big2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.general-content-wrapper {
  padding: 70px 0;
}

@media (max-width: 960px) {
  .general-content-wrapper {
    padding: 50px 0;
  }
}

.white-box-inner {
  background-color: white;
  border-radius: 10px;
  padding: 50px;
  -webkit-box-shadow: 0px 20px 20px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 20px 20px 0 rgba(0, 0, 0, 0.16);
  margin-top: -30px;
  margin-bottom: 50px;
}

@media (max-width: 960px) {
  .white-box-inner {
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .white-box-inner {
    padding: 20px;
  }
}

.white-box-inner .the-content p, .white-box-inner .the-content span, .white-box-inner .the-content label, .white-box-inner .the-content li {
  color: #2B2B2B;
}

.the-content {
  font-size: 16px;
}

.the-content table {
  background-color: white;
}

.the-content table td, .the-content table th {
  padding: 10px 20px;
  text-align: left;
  border: 1px solid #e1e1e1;
  line-height: 1.2;
  font-size: 16px;
}

@media (max-width: 640px) {
  .the-content table td, .the-content table th {
    font-size: 14px;
    padding: 10px;
    line-height: 1.2;
  }
}

.the-content p, .the-content span, .the-content li, .the-content a {
  color: #2B2B2B;
  font-size: 16px;
}

@media (max-width: 1240px) {
  .the-content h1 {
    font-size: 36px !important;
  }
}

@media (max-width: 640px) {
  .the-content h1 {
    font-size: 32px !important;
  }
}

.the-content h2, .the-content h3, .the-content h4, .the-content h5, .the-content h6 {
  margin-top: 30px;
  color: #0E113C;
}

@media (max-width: 960px) {
  .the-content h4 {
    font-size: 20px;
    line-height: 1.2;
  }
}

.the-content h5 {
  font-size: 20px;
}

@media (max-width: 960px) {
  .the-content h5 {
    font-size: 18px;
  }
}

.the-content h6 {
  font-size: 18px;
}

@media (max-width: 960px) {
  .the-content h6 {
    font-size: 16px;
  }
}

.the-content p a {
  text-decoration: underline;
  color: #0E113C;
}

.the-content p a:hover {
  color: #0E113C;
}

.the-content blockquote p {
  font-size: 18px;
}

.the-content ul, .the-content ol {
  position: relative;
  margin: 20px 0;
  overflow: hidden;
  clear: both;
  display: block;
}

@media screen and (max-width: 480px) {
  .the-content ul, .the-content ol {
    margin: 15px 0;
  }
}

.the-content ul ul, .the-content ul ol, .the-content ol ul, .the-content ol ol {
  margin: 0;
}

.the-content ul li:before, .the-content ol li:before {
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
}

.the-content iframe {
  width: 584px !important;
  height: 333px;
  width: auto;
}

@media (max-width: 960px) {
  .the-content iframe {
    height: 320px;
  }
}

@media (max-width: 767px) {
  .the-content iframe {
    width: 100% !important;
  }
}

@media (max-width: 640px) {
  .the-content iframe {
    height: 280px;
  }
}

@media (max-width: 480px) {
  .the-content iframe {
    height: 180px;
  }
}

.the-content ul {
  list-style-type: none;
}

.the-content ul li {
  margin: 10px 0;
  font-size: 16px;
  position: relative;
  padding-left: 25px;
}

@media (max-width: 1240px) {
  .the-content ul li {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .the-content ul li {
    font-size: 15px;
  }
}

.the-content ul li:before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 10px;
  left: 0;
  top: 4px;
  background-image: url("assets/img/svg/check.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.the-content ol li {
  counter-increment: my-counter;
  margin: 10px 0;
  display: block;
  position: relative;
  padding-left: 24px;
}

@media (max-width: 640px) {
  .the-content ol li {
    font-size: 15px;
  }
}

.the-content ol li strong {
  font-weight: 700;
}

.the-content ol li a {
  text-decoration: underline;
}

.the-content ol li:before {
  content: counter(my-counter) ".";
  color: #EF4024;
  display: block;
  position: absolute;
  font-weight: 700;
  left: 0;
}

.the-content li a {
  text-decoration: underline;
}

.the-content li a:hover {
  color: #0E113C;
}

.svg img.svg {
  display: block;
}

img.svg {
  display: none;
}

.svg img.normal {
  display: none;
}

img {
  max-width: 100%;
}

.right {
  float: right;
}

.left {
  float: left;
}

.t-right {
  display: table;
  margin: 0 0 0 auto;
}

.show {
  display: block !important;
}

.hide {
  display: none;
}

.box-padding {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 960px) {
  .box-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .box-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-t-xxl {
  padding-top: 110px;
}

@media screen and (max-width: 1440px) {
  .p-t-xxl {
    padding-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-t-xxl {
    padding-top: 50px;
  }
}

.p-t-xl {
  padding-top: 90px;
}

@media screen and (max-width: 960px) {
  .p-t-xl {
    padding-top: 50px;
  }
}

.p-b-xl {
  padding-bottom: 90px;
}

@media screen and (max-width: 960px) {
  .p-b-xl {
    padding-bottom: 50px;
  }
}

.p-b-xxl {
  padding-bottom: 110px;
}

@media screen and (max-width: 1440px) {
  .p-b-xxl {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-b-xxl {
    padding-bottom: 50px;
  }
}

.p-v-xxl {
  padding-top: 110px;
  padding-bottom: 110px;
}

@media screen and (max-width: 1440px) {
  .p-v-xxl {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 960px) {
  .p-v-xxl {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-v-xxl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-v-xl {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 960px) {
  .p-v-xl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-v-lm {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .p-v-lm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-v-ml {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media screen and (max-width: 960px) {
  .p-v-ml {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-l-ml {
  padding-left: 25px;
}

.p-r-ml {
  padding-right: 25px;
}

.p-l-lm {
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .p-l-lm {
    padding-left: 30px;
  }
}

@media screen and (max-width: 730px) {
  .p-l-lm {
    padding-left: 0;
  }
}

.p-r-lm {
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .p-r-lm {
    padding-right: 30px;
  }
}

@media screen and (max-width: 730px) {
  .p-r-lm {
    padding-right: 0;
  }
}

.p-t-m {
  padding-top: 20px;
}

.p-m {
  padding: 20px;
}

.m-v-xxl {
  margin-top: 110px;
  margin-bottom: 110px;
}

@media screen and (max-width: 1440px) {
  .m-v-xxl {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-v-xxl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.m-v-xl {
  margin-top: 90px;
  margin-bottom: 90px;
}

@media screen and (max-width: 960px) {
  .m-v-xl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .m-v-xl {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.m-v-lm {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .m-v-lm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.m-v-l {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .m-v-l {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.m-v-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .m-v-60 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.m-b-70 {
  margin-bottom: 70px;
}

@media screen and (max-width: 960px) {
  .m-b-70 {
    margin-bottom: 90px;
  }
}

.m-t-xxl {
  margin-top: 110px;
}

@media screen and (max-width: 1440px) {
  .m-t-xxl {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-t-xxl {
    margin-top: 50px;
  }
}

.m-t-100 {
  margin-top: 100px;
}

@media screen and (max-width: 960px) {
  .m-t-100 {
    margin-top: 60px;
  }
}

.m-t-xl {
  margin-top: 90px;
}

@media screen and (max-width: 960px) {
  .m-t-xl {
    margin-top: 50px;
  }
}

.m-b-xl {
  margin-bottom: 90px;
}

@media screen and (max-width: 960px) {
  .m-b-xl {
    margin-bottom: 30px;
  }
}

.m-b-xxl {
  margin-bottom: 110px;
}

@media screen and (max-width: 1440px) {
  .m-b-xxl {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-b-xxl {
    margin-bottom: 50px;
  }
}

.m-t-lm {
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .m-t-lm {
    margin-top: 30px;
  }
}

.m-b-lm {
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .m-b-lm {
    margin-bottom: 30px;
  }
}

.m-t-l {
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .m-t-l {
    margin-top: 20px;
  }
}

.m-t-m {
  margin-top: 20px;
}

.m-b-m {
  margin-bottom: 20px;
}

.m-b-l {
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .m-b-l {
    margin-bottom: 20px;
  }
}

.m-t-0 {
  margin-top: 0;
}

.m-0 {
  margin: 0;
}

.m-0 a, .m-0 p {
  margin: 0;
}

.a-tdu {
  text-decoration: underline;
}

.ovh:before, .ovh:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}

.ovh:after {
  clear: both;
}

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-end {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
}

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.blue-bck {
  background-color: #0E113C;
}

.greyscale {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.white-box {
  background-color: white;
}

.white-opacity {
  background-color: rgba(255, 255, 255, 0.1);
}

.grey-box {
  background-color: #F5F5F5;
}

.grey-box2 {
  background-color: #262626;
}

.grey-box3 {
  background-color: #FAFAFA;
}

.green-text {
  color: #0E113C;
}

.blue-box {
  background-color: #0E113C;
}

.dark-blue {
  background-color: #FDD501;
}

.white-box {
  background-color: white;
}

.shadow-left {
  -webkit-box-shadow: -9px 0px 14px 5px rgba(0, 0, 0, 0.13);
  box-shadow: -9px 0px 14px 5px rgba(0, 0, 0, 0.13);
}

.shadow-box {
  -webkit-box-shadow: 0px 0px 9px 1px rgba(131, 131, 131, 0.33);
  box-shadow: 0px 0px 9px 1px rgba(131, 131, 131, 0.33);
}

.shadow-box-black {
  -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.7);
}

.white-txt p, .white-txt span, .white-txt a, .white-txt h1, .white-txt h2, .white-txt h3, .white-txt h4, .white-txt h5, .white-txt h6, .white-txt li {
  color: white;
}

.list-unknown li:first-child:nth-last-child(1) {
  width: 100%;
}

.list-unknown li:first-child:nth-last-child(2),
.list-unknown li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}

.list-unknown li:first-child:nth-last-child(3),
.list-unknown li:first-child:nth-last-child(3) ~ li {
  width: 33.3333%;
}

.list-unknown li:first-child:nth-last-child(4),
.list-unknown li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}

.list-unknown li:first-child:nth-last-child(5),
.list-unknown li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}

.ml-auto {
  margin-left: auto;
}

.cf7mls_next {
  padding: 6px 6px 6px 30px;
  border: 2px solid #0E113C;
  padding: 17px 30px;
  background: transparent;
  color: #0E113C;
  color: white;
  display: inline-block;
  padding: 14px 30px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  border-radius: 30px;
  line-height: 1;
  background: #0E113C;
  vertical-align: middle;
}

.cf7mls-btns {
  display: none;
}

.cf7mls_back {
  display: none !important;
}

.fieldset-cf7mls-wrapper .cf7mls_current_fs {
  opacity: 1 !important;
  visibility: visible !important;
  position: unset !important;
  -webkit-transform: unset !important;
          transform: unset !important;
}

.menu-btn {
  display: none;
}

.top-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  /*background-color: rgba(14, 17, 60, 0.3);*/
  background-color: rgb(255 255 255 / 90%);
}

@media (max-width: 1714px) {
  .top-header .container-big {
    max-width: 100%;
  }
}

.logo-left a {
  display: block;
}

.logo-left .by-zaga {
  margin-left: 38px;
  width: 153px;
}

@media (max-width: 1240px) {
  .logo-left .by-zaga {
    width: 100px;
    margin-left: 20px;
  }
}

.logo-left img {
  vertical-align: middle;
}

.logo-left img:first-child {
  width: 126px;
}

@media (max-width: 1240px) {
  .logo-left img:first-child {
    width: 100px;
  }
}

.menu-right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .menu-right {
    display: block;
    padding-top: 120px;
    padding-bottom: 30px;
    position: fixed;
    height: 100%;
    left: auto;
    width: 280px;
    right: -280px;
    bottom: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
    background-color: rgb(254 212 1 / 90%);
    z-index: 222;
    overflow: auto;
  }
}

#menu-meniu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  #menu-meniu-header {
    display: block;
  }
}

@media screen and (min-width: 961px) {
  #menu-meniu-header li.menu-item-has-children {
    padding-right: 20px;
  }
  #menu-meniu-header li.menu-item-has-children:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    background-image: url("assets/img/svg/arrow-down.svg");
    width: 10px;
    height: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-top: -3px;
  }
}

#menu-meniu-header li {
  margin-left: 88px;
  line-height: 1;
  position: relative;
  padding: 25px 0;
}

@media screen and (max-width: 1500px) {
  #menu-meniu-header li {
    margin-left: 40px;
  }
}

@media (max-width: 1240px) {
  #menu-meniu-header li {
    margin-left: 20px;
    padding: 15px 0;
  }
}

@media (max-width: 960px) {
  #menu-meniu-header li {
    border-top: 1px solid #040513;
    margin: 0 20px;
    padding: 0;
  }
  #menu-meniu-header li:first-child {
    border-top: none;
  }
}

#menu-meniu-header li.button-line-li a {
  /*border: 2px solid #FDD501;*/
  border: 3px solid #0a91d0;
  padding: 17px 20px;
  border-radius: 30px;
  color: #0a91d0;
}

@media (max-width: 1240px) {
  #menu-meniu-header li.button-line-li a {
    padding: 14px;
    font-size: 13px;
  }
}

@media (max-width: 960px) {
  #menu-meniu-header li.button-line-li a {
    font-size: 16px;
    display: block;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}

#menu-meniu-header li.button-line-li a:hover {
  /*background-color: #FDD501;*/
  background-color: #0a91d0;
  color: white;
  opacity: 1;
}

#menu-meniu-header a {  
  color: #0E113C;
  font-size: 15px;
  line-height: 1;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  #menu-meniu-header a {
    font-size: 16px;
    padding: 20px 0;
  }
}

#menu-meniu-header a:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media screen and (min-width: 961px) {
  .no-touch #menu-meniu-header li:hover .sub-menu {
    display: block;
  }
}

.flex-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 89px;
}

@media (max-width: 960px) {
  .flex-header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .flex-header {
    height: 70px;
  }
}

.phone-header {
  margin-left: 90px;
}

@media screen and (max-width: 1500px) {
  .phone-header {
    margin-left: 40px;
  }
}

@media (max-width: 1240px) {
  .phone-header {
    margin-left: 20px;
  }
}

@media (max-width: 960px) {
  .phone-header {
    margin: 20px 20px 0;
    text-align: center;
  }
}

.phone-header a {
  display: block;
  /*color: white;*/
  color: #0e113c;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  position: relative;
  top: -2px;
}

@media (max-width: 1240px) {
  .phone-header a {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  .phone-header a {
    font-size: 16px;
  }
}

.phone-header a img {
  position: relative;
  /*top: 4px;*/
  top: 3px;
  margin-right: 6px;
}

.phone-header a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.menu-btn {
  display: none;
}

@media (max-width: 960px) {
  .menu-btn {
    display: block;
    margin-left: auto;
  }
}

.menu-trigger {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: relative;
}

@media (max-width: 480px) {
  .menu-trigger {
    margin-left: -10px;
  }
}

.button-menu-line {
  display: block;
  position: absolute;
  left: 14px;
  width: 24px;
  height: 2px;
  background-color: #ee4024;
  transition: all 0.3;
  -moz-transition: all 0.3;
  -webkit-transition: all 0.3;
  -o-transition: all 0.3;
  -webkit-transition-timing-function: ease;
}

.button-menu-line--1 {
  top: 16px;
  -webkit-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.button-menu-line--2 {
  top: 24px;
  -webkit-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.button-menu-line--3 {
  top: 32px;
  -webkit-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.menu-open .menu-right {
  right: 0;
}

.menu-open .button-menu-line {
  transition: all 0.3;
  -moz-transition: all 0.3;
  -webkit-transition: all 0.3;
  -o-transition: all 0.3;
  -webkit-transition-timing-function: ease;
  background-color: #ee4024;
}

.menu-open .button-menu-line--1 {
  -webkit-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 1, 9);
  transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 1, 9);
}

.menu-open .button-menu-line--2 {
  -webkit-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 1);
  transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 1);
}

.menu-open .button-menu-line--3 {
  opacity: 0;
}

.menu-open .menu-item-has-children.active .sub-menu {
  display: block;
}

.menu-open .hamburger-menu {
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.1);
}

#menu-meniu-header .sub-menu {
  position: absolute;
  width: 200px;
  background: #fff;
  padding: 0;
  top: 52px;
  left: -60px;
  border-radius: 6px;
  padding: 10px 0;
  display: none;
}

@media (max-width: 1240px) {
  #menu-meniu-header .sub-menu {
    top: 40px;
  }
}

@media (max-width: 960px) {
  #menu-meniu-header .sub-menu {
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    position: relative;
    display: block;
    padding: 0;
    border-top: 1px solid #040513;
  }
}

#menu-meniu-header .sub-menu:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #ffffff transparent;
  top: -6px;
  left: 80px;
}

@media (max-width: 960px) {
  #menu-meniu-header .sub-menu:before {
    display: none;
  }
}

#menu-meniu-header .sub-menu li {
  margin-left: 0 !important;
  margin-top: 0;
  padding: 0;
  border-top: 1px dashed #ddd;
}

#menu-meniu-header .sub-menu li:first-child {
  border-top: none;
}

@media (max-width: 960px) {
  #menu-meniu-header .sub-menu li {
    margin-right: 0;
    padding-left: 15px;
    border-top: 1px dashed #040513;
  }
}

#menu-meniu-header .sub-menu a {
  font-size: 14px;
  color: #6D6D6D;
  padding: 10px 20px;
}

@media (max-width: 960px) {
  #menu-meniu-header .sub-menu a {
    color: white;
    padding: 13px 0;
  }
}

#menu-meniu-header .sub-menu a:hover {
  color: #EF4024;
  font-weight: 500;
  text-decoration: none;
}

.signup-content {
  height: unset !important;
}

select {
  z-index: 2;
  position: relative;
}

.wpcf7-response-output {
  display: none !important;
}

select.ui-datepicker-year {
  width: 45%;
  margin: 0 auto !important;
  text-align: center;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
}

.ui-datepicker-month {
  position: relative;
}

.ui-datepicker-month:after {
  content: '';
  background-image: url(assets/img/png/arrow-down.png);
  width: 10px;
  height: 14px;
  padding: 0px;
  display: block;
  position: absolute;
  z-index: 20px;
  z-index: 20;
  background-size: contain;
  background-repeat: no-repeat;
  right: -23px;
  bottom: -22px;
}

.footer {
  background-color: #0E113C;
}

.footer-logo-cell {
  width: 25%;
  padding-right: 45px;
}

@media (max-width: 960px) {
  .footer-logo-cell {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 30px;
  }
}

.footer-menu-cell {
  width: 15%;
  padding: 0 10px;
}

@media (max-width: 960px) {
  .footer-menu-cell {
    width: 33.3333%;
    padding: 0 20px;
  }
}

@media (max-width: 640px) {
  .footer-menu-cell {
    width: 50%;
  }
  .footer-menu-cell.footer-menu-contact {
    width: 100%;
    margin-top: 20px;
  }
}

.footer-newsletter {
  width: 30%;
  padding-left: 50px;
}

@media (max-width: 960px) {
  .footer-newsletter {
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
  }
}

.footer-title {
  font-size: 14px;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.footer-menu li, .footer-contact li, .footer-menu-cell .menu li {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 8px;
}

.footer-menu a, .footer-contact a, .footer-menu-cell .menu a {
  display: block;
  color: #ACB2FF;
}

.footer-menu a:hover, .footer-contact a:hover, .footer-menu-cell .menu a:hover {
  text-decoration: none;
  color: white;
}

.footer-contact li {
  padding-left: 25px;
  position: relative;
}

.footer-contact li img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 20px;
}

.footer-company {
  margin: 0;
  color: #ACB2FF;
  font-size: 14px;
  font-weight: 300;
}

.footer-title-newsletter {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 5px;
  color: white;
}

@media (max-width: 767px) {
  .footer-title-newsletter {
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  .footer-title-newsletter {
    font-size: 20px;
  }
}

.footer-info {
  font-size: 16px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
  color: #ACB2FF;
}

@media (max-width: 640px) {
  .footer-info {
    font-size: 14px;
  }
}

.newsletter-box {
  position: relative;
}

.newsletter-box ::-webkit-input-placeholder {
  color: #0E113C;
  opacity: 1;
}

.newsletter-box ::-moz-placeholder {
  color: #0E113C;
  opacity: 1;
}

.newsletter-box :-ms-input-placeholder {
  color: #0E113C;
  opacity: 1;
}

.newsletter-box :-moz-placeholder {
  color: #0E113C;
  opacity: 1;
}

.newsletter-box input[type="email"] {
  display: block;
  width: 100%;
  background-color: white;
  border: none;
  padding: 18px 25px;
  margin: 0;
  border-radius: 30px;
  font-size: 16px;
}

.newsletter-box button {
  background-color: transparent;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 6px;
  top: 5px;
}

.newsletter-box button:hover {
  background-color: transparent;
}

.newsletter-box button:hover span {
  background-color: #caaa01;
}

.newsletter-box button span {
  margin-left: 0;
}

.footer-bottom {
  padding: 13px 0;
}

@media (max-width: 640px) {
  .footer-bottom {
    display: block;
    text-align: center;
  }
}

.footer-bottom p, .footer-bottom a {
  color: white;
  font-size: 14px;
  margin: 0;
  font-weight: 300;
}

.footer-flex {
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #C5C5C5;
}

@media (max-width: 960px) {
  .footer-flex {
    margin-left: -20px;
    margin-right: -20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 40px;
  }
}

.footer-copy {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 640px) {
  .footer-copy {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-copy li {
  margin-left: 30px;
}

@media (max-width: 640px) {
  .footer-copy li {
    margin: 0 10px;
  }
}

.footer-copy a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.footer-right {
  margin-left: auto;
}

.hero-home .flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-home .slick-dots {
  bottom: 70px;
}

.slick-slide {
  outline: none;
}

.slick-slide img {
  display: inline-block;
}

.hero-slide-content {
  height: 1006px;
  position: relative;
}

@media (max-width: 1714px) {
  .hero-slide-content {
    height: 800px;
  }
}

@media (max-width: 1440px) {
  .hero-slide-content {
    height: 680px;
  }
}

@media (max-width: 960px) {
  .hero-slide-content {
    height: 540px;
  }
}

@media (max-width: 640px) {
  .hero-slide-content {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}

.hero-slide-content:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.23;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#0e113c), color-stop(50%, rgba(14, 17, 60, 0.57)), color-stop(68%, rgba(251, 251, 252, 0)), color-stop(69%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #0e113c 0%, rgba(14, 17, 60, 0.57) 50%, rgba(251, 251, 252, 0) 68%, rgba(255, 255, 255, 0) 69%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 767px) {
  .hero-slide-content:before {
    opacity: 0.5;
  }
}

.hero-slide-content .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.hero-slide-content .button-yellow img {
  display: inline-block;
}

.hero-text {
  max-width: 650px;
}

@media (max-width: 1440px) {
  .hero-text {
    margin-left: 100px;
  }
}

@media (max-width: 960px) {
  .hero-text {
    margin-left: 0;
    max-width: 500px;
  }
}

.hero-text h2, .hero-text p, .hero-text li {
  color: white;
}

.hero-text h2 {
	margin-bottom: 25px;
    font-weight: 500;
    font-size: 60px;
    line-height: 1;
}

@media (max-width: 1440px) {
  .hero-text h2 {
    font-size: 50px;
  }
}

@media (max-width: 1240px) {
  .hero-text h2 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .hero-text h2 {
    font-size: 36px;
  }
}

@media (max-width: 640px) {
  .hero-text h2 {
    font-size: 30px;
  }
}

.hero-text p {
  margin: 0;
}

.hero-text ul {
  margin-bottom: 25px;
}

.hero-text ul li {
  margin: 3px 0;
  font-size: 18px;
  position: relative;
  padding-left: 22px;
}

@media (max-width: 1240px) {
  .hero-text ul li {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .hero-text ul li {
    font-size: 15px;
  }
}

.hero-text ul li:before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 10px;
  left: 0;
  top: 9px;
  background-image: url("assets/img/svg/check.svg");
  background-repeat: no-repeat;
  background-position: center;
}

@keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: 0.15em solid #EF4024;
  }
  100% {
    border: none;
  }
}

@-webkit-keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: 0.15em solid #EF4024;
  }
  100% {
    border: none;
  }
}

@keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: 0.15em solid #EF4024;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@-webkit-keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: 0.15em solid #EF4024;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

@-webkit-keyframes blink {
  50% {
    border-color: tranparent;
  }
}

.typed_wrap {
  display: block;
  margin-bottom: 20px;
}

.typed_wrap p {
  display: inline;
  font-size: 42px;
  line-height: 1;
}

@media (max-width: 1440px) {
  .typed_wrap p {
    font-size: 36px;
  }
}

@media (max-width: 1240px) {
  .typed_wrap p {
    font-size: 30px;
  }
}

@media (max-width: 960px) {
  .typed_wrap p {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .typed_wrap p {
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  .typed_wrap p {
    font-size: 22px;
  }
}

.typed_wrap p .typed {
  line-height: 1;
  display: block;
  font-weight: 700;
}

/*Add custom cursor so it auto inherits font styles*/
.typed::after, .typed2::after, .typed3::after {
  content: '|';
  display: inline;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  font-weight: 300;
}

/*Removes cursor that comes with typed.js*/
.typed-cursor {
  opacity: 0;
  display: none;
}

/*Custom cursor animation*/
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.arrows-slider-right {
  position: absolute;
  right: 160px;
  top: 50%;
  margin-top: -72px;
}

@media (max-width: 1714px) {
  .arrows-slider-right {
    right: 30px;
  }
}

@media (max-width: 767px) {
  .arrows-slider-right {
    right: 20px;
  }
}

@media (max-width: 640px) {
  .arrows-slider-right {
    display: none;
  }
}

.arrows-slider-right span {
  display: block;
}

.arrows-slider-right .prev-btn-small, .arrows-slider-right .next-btn-small {
  background-color: rgba(255, 255, 255, 0.5);
}

.arrows-slider-right .prev-btn-small:hover, .arrows-slider-right .next-btn-small:hover {
  background-color: rgba(255, 255, 255, 0.65);
}

.arrows-slider-right .next-btn-small {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .arrows-slider-right .next-btn-small {
    margin-top: 10px;
  }
}

.prev-btn-small, .next-btn-small {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

@media (max-width: 1440px) {
  .prev-btn-small, .next-btn-small {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.hero-social {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  height: 100%;
  width: 60px;
  left: 116px;
}

@media (max-width: 1714px) {
  .hero-social {
    left: 30px;
  }
}

@media (max-width: 960px) {
  .hero-social {
    display: none;
  }
}

.hero-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60px;
}

.hero-social li {
  margin: 17px 0;
}

@media (max-width: 1440px) {
  .hero-social li {
    margin: 5px 0;
  }
}

.hero-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid white;
  text-align: center;
  border-radius: 100%;
}

@media (max-width: 1440px) {
  .hero-social a {
    width: 50px;
    height: 50px;
  }
}

.hero-social a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.hero-social a span, .hero-social a img {
  display: block;
}

.trust-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .trust-icons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.trust-img {
  display: block;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 1714px) {
  .trust-img {
    height: 60px;
  }
}

@media (max-width: 960px) {
  .trust-img {
    height: 50px;
  }
}

.trust-img img {
  vertical-align: middle;
  max-height: 100%;
}

.trust-wrapper {
  overflow: hidden;
  border-radius: 20px;
  margin-top: -91px;
  position: relative;
  background-color: rgba(9, 145, 208, 0.8);
}

@media (max-width: 767px) {
  .trust-wrapper {
    border-radius: 10px;
  }
}

@media (max-width: 640px) {
  .trust-wrapper {
    margin-top: -50px;
  }
}

.trust-wrapper li:first-child:nth-last-child(1) {
  width: 100%;
}

.trust-wrapper li:first-child:nth-last-child(2),
.trust-wrapper li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}

.trust-wrapper li:first-child:nth-last-child(3),
.trust-wrapper li:first-child:nth-last-child(3) ~ li {
  width: 33.3333%;
}

.trust-wrapper li:first-child:nth-last-child(4),
.trust-wrapper li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}

.trust-wrapper li:first-child:nth-last-child(5),
.trust-wrapper li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}

.trust-wrapper li:first-child:nth-last-child(6),
.trust-wrapper li:first-child:nth-last-child(6) ~ li {
  width: 16.66667%;
}

@media (max-width: 767px) {
  .trust-wrapper li {
    width: 33.3333% !important;
  }
}

@media (max-width: 480px) {
  .trust-wrapper li {
    width: 50% !important;
  }
}

.trust-icons {
  padding: 26px 0;
}

@media (max-width: 1240px) {
  .trust-icons {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .trust-icons {
    padding: 10px 0 20px;
  }
}

.trust-icon {
  position: relative;
  padding: 0 15px;
}

@media (max-width: 1240px) {
  .trust-icon {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .trust-icon {
    padding: 10px 10px 0 10px;
  }
}

.trust-icon:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  width: 1px;
  height: 40px;
  background-color: white;
}

@media (max-width: 767px) {
  .trust-icon:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .trust-icon:first-child + li + li + li:before {
    display: none;
  }
}

.trust-icon:first-child:before {
  display: none;
}

.trust-icon p {
  color: white;
  text-align: center;
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
}

@media (max-width: 1240px) {
  .trust-icon p {
    font-size: 14px;
  }
}

.path-blue-left, .path-blue-right, .path-yellow-left, .path-dots-right, .path-grey-right, .path-quotes-left, .path-grey-left {
  position: absolute;
  z-index: 1;
}

.path-blue-left {
  left: 10px;
  top: 131px;
}

.path-blue-right {
  right: 50px;
  top: 290px;
}

.path-dots-right {
  right: 0;
  bottom: 140px;
}

.path-yellow-left {
  right: 50%;
  bottom: 50px;
}

.path-grey-right {
  top: 235px;
  right: 6%;
}

.path-quotes-left {
  left: 0;
  bottom: -180px;
  z-index: 2;
}

@media (max-width: 1440px) {
  .path-quotes-left {
    width: 500px;
    bottom: -160px;
  }
}

@media (max-width: 767px) {
  .path-quotes-left {
    width: 380px;
    bottom: -120px;
    left: -50px;
  }
  .path-yellow-left {
  	right: 50px;
  }
  .path-blue-right {
  	top: 130px;
  }
}

@media (max-width: 480px) {
  .path-quotes-left {
    /* width: 280px;
    left: -30px; */
    width: 440px;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -170px;
  }
}

.path-quotes-left img {
    max-width: 70%;
}

.path-grey-left {
  top: -140px;
  left: 154px;
}

@media (max-width: 1440px) {
  .path-grey-left {
    left: 0;
  }
}

@media (max-width: 767px) {
  .path-grey-left {
    top: -100px;
    width: 240px;
  }
}

.path-arrow-left {
  position: absolute;
  left: 45px;
  top: 129px;
}

@media (max-width: 1440px) {
  .path-arrow-left {
    width: 350px;
  }
}

@media (max-width: 960px) {
  .path-arrow-left {
    width: 200px;
    left: 0;
    top: 170px;
  }
}

.flex-camp-image {
  width: 50%;
  border-radius: 10px;
  height: 420px;
  -webkit-box-shadow: 0px 30px 20px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 30px 20px 0 rgba(0, 0, 0, 0.16);
}

@media (max-width: 767px) {
  .flex-camp-image {
    margin-bottom: 30px;
    width: 100%;
    height: 360px;
  }
}

@media (max-width: 480px) {
  .flex-camp-image {
    height: 280px;
  }
}

.flex-camp-text {
  width: 50%;
}

@media (max-width: 767px) {
  .flex-camp-text {
    width: 100%;
  }
}

.flex-camp-text .button-yellow, .flex-camp-text .button-blue {
  margin-top: 5px;
}

.flex-camp {
  margin-top: 76px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .flex-camp {
    display: block;
    width: 100%;
    margin-top: 45px;
  }
}

.flex-camp.white-txt .flex-camp-text, .flex-camp.blue-txt .flex-camp-text {
  padding-left: 50px;
}

@media (max-width: 960px) {
  .flex-camp.white-txt .flex-camp-text, .flex-camp.blue-txt .flex-camp-text  {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .flex-camp.white-txt .flex-camp-text, .flex-camp.blue-txt .flex-camp-text  {
    padding-left: 0;
  }
}

.flex-camp.white-txt a.button-yellow {
  color: #0E113C;
}

.flex-camp.row-reverse .flex-camp-text {
  padding-right: 50px;
}

@media (max-width: 960px) {
  .flex-camp.row-reverse .flex-camp-text {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .flex-camp.row-reverse .flex-camp-text {
    padding-right: 0;
  }
}

.flex-camp.row-reverse h3, .flex-camp.row-reverse p, .flex-camp.blue-txt h3, .flex-camp.blue-txt p {
  color: #0E113C;
}

.home-section1 {
  margin-top: -1px;
}

.camp-wrap {
  position: relative;
  padding-bottom: 200px;
}

@media (max-width: 1240px) {
  .camp-wrap {
    padding-bottom: 100px;
  }
}

.camp-wrap .container {
  z-index: 1;
}

.camp-wrap:before {
  content: '';
  display: block;
  width: 100%;
  height: 200px;
  background-color: #FDD501;
  bottom: 0;
  left: 0;
  position: absolute;
}

/*.camp-wrap:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 730px 0 0 1920px;
  border-color: transparent transparent transparent #FDD501;
  bottom: 200px;
  left: 0;
  position: absolute;
}

@media (max-width: 1240px) {
  .camp-wrap:after {
    border-width: 530px 0 0 1280px;
  }
}
*/

.camp-slide {
  margin: 20px 10px 10px;
  position: relative;
}

.camp-item {
  display: block;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 545px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media (max-width: 767px) {
  .camp-item {
    height: 400px;
  }
}

@media (max-width: 480px) {
  .camp-item {
    height: 340px;
  }
}

.camp-item.active {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .camp-item.active .camp-over {
    top: 100%;
  }
  .camp-item.active .camp-over-hidden {
    top: 0;
  }
}

.camp-over {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

.camp-over-text {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#0e113c));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #0e113c 100%);
  padding: 95px 25px 35px;
  width: 100%;
}

@media (max-width: 1240px) {
  .camp-over-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.camp-slide-title {
  display: block;
  color: #FDD501;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.camp-slide-title .no {
  display: block;
  font-size: 14px;
  line-height: 25px;
}

.camp-slide-date {
  color: white;
  display: block;
  line-height: 1;
  font-size: 16px;
  margin-bottom: 20px;
}

.button-red {
  display: block;
  text-transform: uppercase;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  color: #EF4024;
  font-size: 16px;
  line-height: 1;
}

.button-red:hover {
  text-decoration: none;
}

.button-red:hover img {
  margin-left: 20px;
}

.button-red img {
  margin-left: 10px;
}

.camp-over-hidden {
  overflow: auto;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  background-color: rgba(14, 17, 60, 0.8);
  padding: 46px 30px 35px;
}

@media (max-width: 1240px) {
  .camp-over-hidden {
    padding: 30px 20px;
  }
}

.camp-over-hidden .camp-slide-title {
  margin-bottom: 10px;
}

.camp-over-hidden .button-red {
  margin-top: 15px;
}

.camp-over-info li {
  margin-top: 20px;
  position: relative;
  padding-left: 33px;
  color: white;
  font-size: 16px;
  line-height: 1.5;
}

.camp-over-info li p {
  color: inherit;
  font-size: inherit;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .camp-over-info li {
    font-size: 14px;
    padding-left: 23px;
    margin-top: 10px;
  }
}

.camp-icon {
  position: absolute;
  left: 0;
  top: -4px;
}

@media (max-width: 767px) {
  .camp-icon {
    top: 2px;
  }
}

.camp-icon img {
  max-width: 25px;
}

@media (max-width: 767px) {
  .camp-icon img {
    max-width: 15px;
  }
}

.camp-slider {
  margin-top: -38px;
  margin-left: -10px;
  margin-right: -10px;
}

.arrows-slider2 .prev-btn-small, .arrows-slider2 .next-btn-small {
  position: absolute;
  top: 50%;
  z-index: 2;
  margin-top: -30px;
  -webkit-box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.16);
  background-color: white;
}

.arrows-slider2 .prev-btn-small:hover, .arrows-slider2 .next-btn-small:hover {
  opacity: 0.5;
}

.arrows-slider2 .next-btn-small {
  right: -100px;
}

@media screen and (max-width: 1780px) {
  .arrows-slider2 .next-btn-small {
    right: -20px;
  }
}

@media (max-width: 1714px) {
  .arrows-slider2 .next-btn-small {
    right: -80px;
  }
}

@media (max-width: 1440px) {
  .arrows-slider2 .next-btn-small {
    right: -20px;
  }
}

.arrows-slider2 .prev-btn-small {
  left: -100px;
}

@media screen and (max-width: 1780px) {
  .arrows-slider2 .prev-btn-small {
    left: -20px;
  }
}

@media (max-width: 1714px) {
  .arrows-slider2 .prev-btn-small {
    left: -80px;
  }
}

@media (max-width: 1440px) {
  .arrows-slider2 .prev-btn-small {
    left: -20px;
  }
}

.slick-dots li {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid transparent;
}

.slick-dots li.slick-active {
  border-color: #0E113C;
}

.slick-dots li.slick-active button {
  background-color: #FDD501;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  display: none;
}

.slick-dots li button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: #0E113C;
  opacity: 0.5;
  border-radius: 50%;
}

.slick-dots li button:before {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.home-section2 {
  padding-bottom: 85px;
}

@media (max-width: 640px) {
  .home-section2 {
    padding-bottom: 60px;
  }
}

.home-section2 .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 25px;
}

.home-section3 {
  /*height: 637px;
  margin-right: 9.5%;
  border-radius: 0 10px 10px 0;*/
  height: 637px;
  margin: -150px 9.5% 0;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

@media (max-width: 1440px) {
  .home-section3 {
    height: 500px;
    margin-top: -110px;
  }
}

@media (max-width: 768px) {
  .home-section3 {
    margin-top: -30px;
  }
}

@media (max-width: 640px) {
  .home-section3 {
    height: 400px;
    padding: 0 20px;
    margin: 0;
    border-radius: 0;
  }
}

@media (max-width: 480px) {
  .home-section3 {
    height: 340px;
  }
}

.video-over {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(14, 17, 60, .25);
}

.video-over h2 {
  margin-bottom: 35px;
}

@media (max-width: 1240px) {
  .video-over h2 {
    margin-bottom: 20px;
  }
}

.video-over p {
  margin: 0;
}

.video-over .btn-play {
  margin-bottom: 35px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media (max-width: 1240px) {
  .video-over .btn-play {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .video-over .btn-play img {
    width: 60px;
  }
}

.video-over .btn-play:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.slick-vertical .slick-slide {
  border: none;
}

.video-info {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 640px) {
  .video-info {
    padding: 0 20px;
  }
}

.home-section4 {
  padding-top: 560px;
  padding-bottom: 76px;
  margin-top: -474px;
  position: relative;
}

@media (max-width: 1240px) {
  .home-section4 {
    padding-top: 460px;
    margin-top: -370px;
  }
}

@media (max-width: 640px) {
  .home-section4 {
    margin-top: 0;
    padding-top: 60px;
  }
}

.home-section4:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1920px 144px 0;
  border-color: transparent #0E113C transparent transparent;
  top: 100%;
  right: 0;
  position: absolute;
  z-index: 1;
}

@media (max-width: 640px) {
  .button-right-video {
    display: none;
  }
}

.button-right-video .button-yellow {
  position: absolute;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -moz-transform: rotate(-90deg);
  /* Firefox */
  -webkit-transform: rotate(-90deg);
  /* Safari and Chrome */
  -o-transform: rotate(-90deg);
  /* Opera */
  top: 120px;
  right: -20px;
	padding: 6px 30px 6px 6px;
}

.button-right-video .button-yellow.arrow-btn span {
	margin-right: 20px;
	margin-left: 0;
}

.button-right-video .button-yellow.arrow-btn span img {
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

@media (max-width: 1440px) {
  .button-right-video .button-yellow.arrow-btn {
    padding: 6px 30px 6px 6px;
  }
}

.testimonials-wrap h3 {
  color: white;
}

.testimonials-slider {
  position: relative;
  z-index: 2;
}

.testimonial-user {
  width: 105px;
  height: 105px;
  line-height: 105px;
  border: 6px solid #EF4024;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.testimonial-text {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.testimonial-text p {
  color: white;
  margin: 0;
}

.school-testimonial {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 15px;
  color: #FDD501;
}

.prev-btn3, .next-btn3 {
  background-color: transparent;
  position: absolute;
  top: 0;
  width: 54px;
  height: 17px;
  display: block;
  line-height: 1;
}

.next-btn3 {
  right: 0;
}

.prev-btn3 {
  left: 0;
}

.arrows-slider-testimonial {
  /*width: 300px;*/
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 42px;
  /* margin-left: -150px;
  left: 50%; */
  z-index: 2;
}

.grey-bck {
  background-color: #F6F6F6;
}

.home-section5 {
  /*padding-top: 260px;*/
  padding-top: 83px;
  padding-bottom: 260px;
}

@media (max-width: 1440px) {
  .home-section5 {
    /*padding-top: 180px;*/
	padding-bottom: 180px;
  }
}

@media (max-width: 1240px) {
  .home-section5 {
    /*padding-top: 160px;*/
    padding-bottom: 160px;
  }
}

@media (max-width: 767px) {
  .home-section5 {
    /*padding-top: 100px;*/
	padding-bottom: 100px;
  }
}

.small-counter {
  font-size: 18px;
  font-weight: 700;
  color: #0E113C;
}

@media (max-width: 1240px) {
  .small-counter {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .small-counter {
    font-size: 12px;
  }
}

.big-counter {
  color: #FDD501;
  font-weight: 900;
  line-height: 1;
  font-size: 100px;
}

@media (max-width: 1240px) {
  .big-counter {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .big-counter {
    font-size: 62px;
  }
}

@media (max-width: 640px) {
  .big-counter {
    font-size: 42px;
  }
}

.bottom-counter {
  text-transform: uppercase;
  font-weight: 700;
  color: #0E113C;
  letter-spacing: 0.05em;
  font-size: 24px;
}

@media (max-width: 1240px) {
  .bottom-counter {
    font-size: 18px;
  }
}

@media (max-width: 960px) {
  .bottom-counter {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .bottom-counter {
    letter-spacing: 0;
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .bottom-counter {
    font-size: 12px;
  }
}

.counter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  .counter-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.counter-item {
  width: 25%;
  text-align: center;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.counter-item br {
  display: none !important;
}

@media (max-width: 1240px) {
  .counter-item {
    padding: 0 15px;
  }
}

@media (max-width: 640px) {
  .counter-item {
    padding: 0 5px;
  }
}

@media (max-width: 480px) {
  .counter-item {
    width: 50%;
    padding: 10px 5px;
  }
}

.counter-item span {
  display: block;
}

.home-section6 {
  padding: 184px 0 85px; /*+100px*/
}

@media (max-width: 960px) {
  .home-section6 {
    /* padding: 60px 0; */
	padding: 200px 0 80px;
  }
	
	.arrows-slider-testimonial {
		top: -43px;
	}
}

.partners-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 640px) {
  .partners-flex {
    display: block;
  }
}

.flex-partners-left {
  width: 32%;
}

@media (max-width: 960px) {
  .flex-partners-left {
    width: 40%;
  }
}

@media (max-width: 640px) {
  .flex-partners-left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.flex-partners-left h3 {
  color: #0E113C;
}

.flex-partners-right {
  width: 68%;
  padding-left: 100px;
}

@media (max-width: 960px) {
  .flex-partners-right {
    padding-left: 40px;
    width: 60%;
  }
}

@media (max-width: 640px) {
  .flex-partners-right {
    width: 100%;
    padding-left: 0;
  }
}

.flex-partners-right .slick-dots {
  margin-top: 20px;
  position: relative;
  bottom: 0;
}

.partners-slider {
  margin-left: -9px;
  margin-right: -9px;
}

.partner-item {
  padding: 15px 9px;
}

@media (max-width: 640px) {
  .partner-item {
    padding: 9px;
  }
}

.partner-white-box {
  width: 100%;
  height: 137px;
  line-height: 127px;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
}

@media (max-width: 480px) {
  .partner-white-box {
    height: 90px;
    line-height: 70px;
  }
}

.partner-white-box img {
  vertical-align: middle;
  max-height: 100%;
}

.gallery-wrap {
  z-index: 1;
}

.gallery-item, .grid-sizer {
  float: left;
  width: 20%;
}

@media (max-width: 1240px) {
  .gallery-item, .grid-sizer {
    width: 33.333%;
  }
}

.home-section7 {
  padding: 0 9px;
}

.gallery-item {
  float: left;
  width: 20%;
}

@media (max-width: 1240px) {
  .gallery-item {
    width: 33.333%;
  }
}

.gallery-item:nth-of-type(2), .gallery-item:nth-of-type(7) {
  width: 40%;
}

@media (max-width: 1240px) {
  .gallery-item:nth-of-type(2), .gallery-item:nth-of-type(7) {
    width: 66.666%;
  }
}

.gallery-item:nth-of-type(2) a, .gallery-item:nth-of-type(7) a {
  height: 365px;
}

@media (max-width: 1440px) {
  .gallery-item:nth-of-type(2) a, .gallery-item:nth-of-type(7) a {
    height: 300px;
  }
}

@media (max-width: 960px) {
  .gallery-item:nth-of-type(2) a, .gallery-item:nth-of-type(7) a {
    height: 240px;
  }
}

@media (max-width: 480px) {
  .gallery-item:nth-of-type(2) a, .gallery-item:nth-of-type(7) a {
    height: 140px;
  }
}

.gallery-item:nth-of-type(4) a {
  height: 745px;
}

@media (max-width: 1440px) {
  .gallery-item:nth-of-type(4) a {
    height: 610px;
  }
}

@media (max-width: 1240px) {
  .gallery-item:nth-of-type(4) a {
    height: 300px;
  }
}

@media (max-width: 960px) {
  .gallery-item:nth-of-type(4) a {
    height: 240px;
  }
}

@media (max-width: 480px) {
  .gallery-item:nth-of-type(4) a {
    height: 140px;
  }
}

.gallery-item .gallery-padding {
  padding: 8px;
}

@media (max-width: 480px) {
  .gallery-item .gallery-padding {
    padding: 4px;
  }
}

.gallery-item a {
  display: block;
  width: 100%;
  height: 0;
  height: 365px;
  border-radius: 10px;
  background-color: #0E113C;
  overflow: hidden;
}

.gallery-item a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1440px) {
  .gallery-item a {
    height: 300px;
  }
}

@media (max-width: 960px) {
  .gallery-item a {
    height: 240px;
  }
}

@media (max-width: 480px) {
  .gallery-item a {
    height: 140px;
    border-radius: 4px;
  }
}

.gallery-item a:hover:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.yellow-bck {
  background-color: #FDD501;
}

.home-section8 {
  padding: 179px 0 66px;
  margin-top: -79px;
  position: relative;
}

@media (max-width: 480px) {
  .home-section8 {
    padding-top: 130px;
    padding-bottom: 40px;
  }
}

.home-section8:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("assets/img/jpg/triangle.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  position: absolute;
  top: 0;
  right: 0;
}

.signup-top h3 {
  color: #0E113C;
}

.signup-tabs-wrap {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.signup-tabs {
  padding: 10px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
}

.signup-tab {
  margin-left: 15px;
}

@media (max-width: 640px) {
  .signup-tab {
    margin-left: 10px;
  }
}

.signup-tab:first-child {
  margin-left: 0;
}

.signup-tab a, .signup-tab div {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  -webkit-box-shadow: inset 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
  padding: 18px 32px;
  color: #8A8A8A;
}

@media (max-width: 640px) {
  .signup-tab a, .signup-tab div {
    font-size: 12px;
    padding: 12px;
  }
}

.signup-tab a:hover {
  text-decoration: none;
  color: #0E113C;
}

.signup-tab.active a {
  background-color: #FDD501;
  color: white;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
}

.signup-steps {
  margin-top: 68px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 65px;
  position: relative;
}

.signup-steps.overlay:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}

@media (max-width: 1440px) {
  .signup-steps {
    margin-top: 30px;
  }
}

@media (max-width: 960px) {
  .signup-steps {
    margin-left: 0;
  }
}

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

.signup-steps a {
  font-weight: 500;
  color: white;
  display: block;
  text-align: left;
  font-size: 16px;
  color: #0E113C;
}

@media (max-width: 960px) {
  .signup-steps a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .signup-steps a {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .signup-steps a {
    font-size: 12px;
    font-weight: 400;
  }
}

.signup-steps li {
  position: relative;
  padding-bottom: 28px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

@media (max-width: 767px) {
  .signup-steps li {
    padding-bottom: 28px;
  }
}

.signup-steps li:before {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  border: 3px solid #FFEF9A;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .signup-steps li:before {
    width: 20px;
    height: 20px;
    border-width: 2px;
    left: 50%;
    margin-left: -10px;
  }
}

.signup-steps li:after {
  content: '';
  display: block;
  width: calc(100% - 34px);
  height: 3px;
  right: 100%;
  bottom: 10px;
  position: absolute;
  margin-right: 7px;
  background-color: #FFEF9A;
}

@media (max-width: 767px) {
  .signup-steps li:after {
    bottom: 10px;
    height: 2px;
    width: calc(100% - 34px);
    right: 50%;
    margin-right: 18px;
  }
}

.signup-steps li:first-child:after {
  display: none;
}

.signup-steps li.active:before {
  border-color: #EF4024;
  background-color: #EF4024;
}

.signup-steps li.active:after {
  background-color: #EF4024;
}

.signup-steps li.completed:before {
  border-color: #EF4024;
}

.signup-steps a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .signup-steps a {
    text-align: center;
  }
}

.dotted-arrow {
  position: absolute;
  left: 46px;
  top: 129px;
}

.signup-content-new {
  margin-top: 20px;
  display: block;
}

@media (max-width: 767px) {
  .signup-content-new {
    height: auto !important;
  }
}

.signup-wrap {
  max-width: 1033px;
  margin-left: auto;
  margin-right: auto;
}

.flex-inputs {
  margin-left: -50px;
  margin-right: -50px;
}

@media (max-width: 960px) {
  .flex-inputs {
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media (max-width: 767px) {
  .flex-inputs {
    margin-left: 0;
    margin-right: 0;
  }
}

.flex-inputs ::-webkit-input-placeholder {
  color: #0E113C;
  opacity: 1;
}

.flex-inputs ::-moz-placeholder {
  color: #0E113C;
  opacity: 1;
}

.flex-inputs :-ms-input-placeholder {
  color: #0E113C;
  opacity: 1;
}

.flex-inputs :-moz-placeholder {
  color: #0E113C;
  opacity: 1;
}

.item50, .item100 {
  padding: 0 50px;
}

.item50 span, .item100 span {
  width: 100%;
}

@media (max-width: 960px) {
  .item50, .item100 {
    padding: 0 25px;
  }
}

@media (max-width: 767px) {
  .item50, .item100 {
    padding: 0;
  }
}

.item50 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  .item50 {
    width: 100%;
  }
}

.item100 {
  width: 100%;
}

.item100.last-row {
  margin-top: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .item100.last-row {
    display: block;
    width: 100%;
  }
}

.wpcf7-form-control-wrap {
  display: block;
}

.notes {
  font-size: 14px;
  line-height: 1.2 !important;
  margin: 0;
  font-weight: 500;
  color: #0E113C;
}

.form-buttons {
  margin-left: auto;
  padding-left: 30px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .form-buttons {
    padding-left: 0;
    text-align: right;
    margin-top: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.form-buttons a {
  white-space: nowrap;
}

.form-buttons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.form-buttons br {
  display: none;
}

.form-buttons .button-line2.first-validation span {
  position: relative;
  -webkit-animation: bounce 3s infinite;
          animation: bounce 3s infinite;
  margin-left: 40px;
  z-index: 1;
}

@media (max-width: 480px) {
  .form-buttons .button-line2.first-validation span {
    margin-left: 20px;
  }
}

.form-buttons .second-validation, .form-buttons .third-validation {
  text-align: right;
}

.form-buttons .second-validation span, .form-buttons .third-validation span {
  text-align: center;
}

.signup-wrap .ajax-loader {
  display: block !important;
  width: 100% !important;
  margin-right: 0 !important;
}

.trimite-form {
  display: none;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}

.child-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.child-wrap.child-two {
  display: none;
}

.child-wrap.child-three {
  display: none;
}

.child-wrap.child-four {
  display: none;
}

.child-date {
  width: 70%;
}

.child-date label {
  display: block;
  margin-right: 35px;
}

.child-date input {
  margin: 0;
}

.child-age {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.child-age input {
  margin-bottom: 0;
}

.form-2buttons a {
  width: 200px;
}

@media (max-width: 480px) {
  .form-2buttons a {
    width: 48%;
    margin: 0 1%;
  }
}

@media (max-width: 480px) {
  .form-2buttons .button-blue.arrow-left {
    padding-left: 20px;
  }
}

.form-2buttons .button-line2.arrow-left {
  text-align: left;
  margin-right: 12px;
}

@media (max-width: 480px) {
  .form-2buttons .button-line2.arrow-left {
    margin-right: 1%;
  }
}

.form-2buttons .button-line2.arrow-left span {
  text-align: center;
  margin-right: 35px;
}

@media (max-width: 480px) {
  .form-2buttons .button-line2.arrow-left span {
    margin-right: 10px;
  }
}

@media (max-width: 480px) {
  .form-2buttons .button-blue.arrow-btn {
    padding-left: 20px;
  }
}

@media (max-width: 480px) {
  .form-2buttons .button-blue.arrow-btn span {
    margin-left: 10px;
  }
}

a.add-child {
  display: block;
  width: 100%;
  padding: 14px 0 14px 27px;
  border-bottom: 1px solid #707070;
  font-size: 16px;
  font-weight: 400;
  color: #0E113C;
  position: relative;
  margin-bottom: 30px;
  line-height: 1;
}

a.add-child:hover {
  border-bottom: 1px solid #0E113C;
  text-decoration: none;
}

a.add-child:before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background-image: url("assets/img/svg/add.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 13px;
}

.notes-child {
  max-width: 404px;
}

@media (max-width: 767px) {
  .notes-child {
    max-width: 100%;
  }
}

.terms-form p {
  color: #FF0000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}

@media (max-width: 1240px) {
  .terms-form p {
    font-size: 16px;
  }
}

.height100 {
  height: 100%;
}

.agree-terms {
  padding-top: 29px;
  margin-top: 30px;
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.agree-terms:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50px;
  background-color: #707070;
  width: calc(100% - 100px);
  height: 1px;
}

@media (max-width: 960px) {
  .agree-terms:before {
    width: calc(100% - 50px);
    left: 25px;
  }
}

@media (max-width: 767px) {
  .agree-terms:before {
    width: 100%;
    left: 0;
  }
}

.agree-terms label {
  color: #0E113C;
  font-size: 16px;
  font-weight: 300;
}

.agree-terms label a {
  text-decoration: underline;
  color: #2D73FF;
}

.agree-terms label a:hover {
  color: #0E113C;
}

.agree-terms label img {
  margin-left: 10px;
}

.checkbox-row {
  margin-top: 13px;
  padding-left: 40px;
  position: relative;
}

.checkbox-row input {
  position: absolute;
  left: 0;
}

.checkbox-row:first-child {
  margin-top: 0;
}

.congrats-title {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 30px;
  color: #0E113C;
}

@media (max-width: 960px) {
  .congrats-title {
    margin: 20px 0;
  }
}

.congrats-icon {
  display: block;
  width: 124px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

@media (max-width: 960px) {
  .congrats-icon {
    width: 100px;
  }
}

.congrats-icon img {
  max-width: 100%;
  display: block;
}

.congrats-message {
  font-weight: 500;
  margin-bottom: 20px;
  color: #0E113C;
}

@media (max-width: 960px) {
  .congrats-message {
    margin-bottom: 10px;
  }
}

.congrats-notes {
  color: #4E4E4E;
  font-weight: 500;
  margin: 0 0 60px;
  line-height: 1.786;
}

@media (max-width: 960px) {
  .congrats-notes {
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 400;
  }
}

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

.ui-widget {
  font-family: 'Roboto', sans-serif, Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #ddd;
  background: #fff;
  font-weight: normal;
  color: #2B2B2B;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #0E113C;
  background: #0E113C;
  color: white;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 5px !important;
  width: 25px;
  height: 25px;
  background: #FDD501;
  border-radius: 50%;
}

.ui-datepicker-title span {
  color: #0E113C;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px !important;
}

.ui-datepicker .ui-datepicker-next .ui-icon {
  background-image: url("assets/img/svg/arrow-right-blue.svg") !important;
  background-size: 5px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px !important;
}

.ui-datepicker .ui-datepicker-prev .ui-icon {
  background-image: url("assets/img/svg/arrow-left-blue.svg") !important;
  background-size: 5px;
}

.ui-icon-circle-triangle-w {
  background-position: center;
}

.ui-icon-circle-triangle-e {
  background-position: center;
}

.ui-datepicker-calendar thead span {
  color: #0E113C;
}

.ui-widget-header {
  background: transparent;
  border: none;
}

.hero-inner {
  height: 540px;
  background-size: cover;
}

@media (max-width: 1440px) {
  .hero-inner {
    height: 440px;
  }
}

@media (max-width: 1240px) {
  .hero-inner {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .hero-inner {
    height: 320px;
  }
}

.hero-inner .hero-overlay {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(14, 17, 60, 0.37);
}

.hero-inner .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button-term-empty {
  margin-top: 20px;
}

.title-inner-hero h1, .title-inner-hero h2 {
  color: white;
}

.title-inner-hero h1 {
  font-size: 60px;
  margin: 0;
  line-height: 1;
}

@media (max-width: 1440px) {
  .title-inner-hero h1 {
    font-size: 52px;
  }
}

@media (max-width: 1240px) {
  .title-inner-hero h1 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .title-inner-hero h1 {
    font-size: 36px;
  }
}

@media (max-width: 640px) {
  .title-inner-hero h1 {
    font-size: 30px;
  }
}

.title-inner-hero h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  line-height: 1;
}

@media (max-width: 1440px) {
  .title-inner-hero h2 {
    font-size: 28px;
  }
}

@media (max-width: 1240px) {
  .title-inner-hero h2 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .title-inner-hero h2 {
    font-size: 22px;
  }
}

@media (max-width: 640px) {
  .title-inner-hero h2 {
    font-size: 18px;
  }
}

.camps-wrap {
  margin-top: -60px;
  position: relative;
  padding-bottom: 128px;
}

@media (max-width: 1240px) {
  .camps-wrap {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .camps-wrap {
    padding-bottom: 50px;
  }
}

.camps-wrap:before {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  background-color: rgba(239, 64, 36, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
}

.camps-wrap:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 150px 1920px;
  border-color: transparent transparent rgba(239, 64, 36, 0.3) transparent;
}

.camps-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .camps-list {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .camps-list {
    margin-left: -4px;
    margin-right: -4px;
  }
}

.camp-list-item {
  width: 33.3333%;
  padding: 20px 8px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1240px) {
  .camp-list-item {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media (max-width: 960px) {
  .camp-list-item {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .camp-list-item {
    width: 100%;
    padding: 4px;
  }
}

.pagination-wrap {
  position: relative;
  z-index: 1;
  border-radius: 17px;
  background-color: white;
  -webkit-box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.16);
  padding: 28px 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1240px) {
  .pagination-wrap {
    padding: 20px;
  }
}

@media (max-width: 960px) {
  .pagination-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 10px;
  }
}

.prev-page, .next-page {
  line-height: 1;
}

@media (max-width: 767px) {
  .prev-page, .next-page {
    width: 40px;
  }
}

@media screen and (max-width: 370px) {
  .prev-page, .next-page {
    width: 100%;
    text-align: center;
  }
}

.prev-page .pagination-text, .next-page .pagination-text {
  text-transform: uppercase;
  color: #2A2A2A;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 767px) {
  .prev-page .pagination-text, .next-page .pagination-text {
    display: none;
  }
}

@media screen and (max-width: 370px) {
  .prev-page .pagination-text, .next-page .pagination-text {
    display: block;
  }
}

.prev-page a, .next-page a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 370px) {
  .prev-page a, .next-page a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.prev-page a:hover, .next-page a:hover {
  color: #FDD501;
  text-decoration: none;
}

.prev-page a:hover .pagination-icon, .next-page a:hover .pagination-icon {
  background-color: rgba(253, 213, 1, 0.1);
  text-decoration: none;
}

.prev-page .pagination-icon {
  margin-right: 17px;
}

@media (max-width: 767px) {
  .prev-page .pagination-icon {
    margin-right: 0;
  }
}

@media screen and (max-width: 370px) {
  .prev-page .pagination-icon {
    margin-right: 10px;
  }
}

.next-page .pagination-icon {
  margin-left: 17px;
}

@media (max-width: 767px) {
  .next-page .pagination-icon {
    margin-left: 0;
  }
}

@media screen and (max-width: 370px) {
  .next-page .pagination-icon {
    margin-left: 10px;
  }
}

.pagination-icon {
  border: 2px solid #FDD501;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .pagination-icon {
    width: 40px;
    height: 40px;
  }
}

.pagination-icon img {
  width: 17px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -6px;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 370px) {
  .page-numbers {
    width: 100%;
    margin: 3px 0;
  }
}

.page-numbers span, .page-numbers a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: block;
  border-radius: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #2A2A2A;
}

.page-numbers a:hover {
  color: #FDD501;
  text-decoration: none;
}

.page-numbers span.current {
  background-color: #FDD501;
  color: white;
}

.path-camp {
  position: absolute;
  right: -146px;
  top: 35%;
}

.woocommerce-result-count {
  display: none;
}

.woocommerce-ordering {
  display: none;
}

.title-gallery-hero {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.title-gallery-hero h1 {
  color: #FDD501;
  text-transform: uppercase;
  font-size: 33px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .title-gallery-hero h1 {
    font-size: 24px;
  }
}

@media (max-width: 960px) {
  .hero-inner-gallery .flex {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .hero-inner-gallery .title-gallery-hero {
    padding-bottom: 180px;
  }
}

@media (max-width: 767px) {
  .hero-inner-gallery .title-gallery-hero {
    padding-bottom: 150px;
  }
}

.gallery-select-box {
  margin-top: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 960px) {
  .gallery-select-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -160px;
  }
}

@media (max-width: 767px) {
  .gallery-select-box {
    margin-top: -140px;
  }
}

.gallery-select-box select {
  background-color: white;
  border-radius: 35px;
  height: 100%;
  width: 100%;
  border: none;
  padding: 20px 50px 20px 30px;
}

.gallery-select {
  width: 60%;
}

@media (max-width: 1240px) {
  .gallery-select {
    width: 50%;
  }
}

@media (max-width: 960px) {
  .gallery-select {
    width: 100%;
    margin-top: 10px;
  }
}

.gallery-select select {
  margin: 0;
}

.gallery-select form, .gallery-select label {
  height: 100%;
}

.gallery-select .select-overlay:after {
  right: 30px;
  top: 50%;
  margin-top: -3px;
}

.gallery-tabs-wrap {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 960px) {
  .gallery-tabs-wrap {
    width: 100%;
  }
}

.gallery-tabs {
  padding: 10px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  max-height: 73px;
}

@media (max-width: 960px) {
  .gallery-tabs {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .gallery-tabs {
    max-height: 60px;
  }
}

.gallery-tab {
  margin-left: 15px;
  text-align: center;
}

@media (max-width: 960px) {
  .gallery-tab {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 640px) {
  .gallery-tab {
    margin-left: 10px;
  }
}

.gallery-tab:first-child {
  margin-left: 0;
}

.gallery-tab a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  -webkit-box-shadow: inset 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
  padding: 18px 32px;
  color: #8A8A8A;
}

@media (max-width: 767px) {
  .gallery-tab a {
    font-size: 14px;
    padding: 12px;
  }
}

@media (max-width: 640px) {
  .gallery-tab a {
    font-size: 12px;
  }
}

.gallery-tab a:hover {
  text-decoration: none;
  color: #0E113C;
}

.gallery-tab.active a {
  background-color: #FDD501;
  color: white;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
}

.gallery-content {
  margin-left: -8px;
  margin-right: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 63px;
}

@media (max-width: 960px) {
  .gallery-content {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .gallery-content {
    margin-left: -4px;
    margin-right: -4px;
  }
}

.gallery-box {
  width: 25%;
  padding: 8px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .gallery-box {
    width: 33.3333%;
    padding: 4px;
  }
}

.gallery-box a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 960px) {
  .gallery-box a {
    border-radius: 4px;
  }
}

.gallery-box a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.gallery-box a:hover:before {
  background-color: rgba(14, 17, 60, 0.37);
}

.gallery-section {
  padding-top: 50px;
  padding-bottom: 54px;
  background-color: #ECECEC;
  overflow: hidden;
}

@media (max-width: 960px) {
  .gallery-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.gallery-section:before, .gallery-section:after {
  content: '';
  display: block;
  position: absolute;
}

.gallery-section:before {
  width: 100%;
  height: 370px;
  background-color: rgba(9, 145, 208, 0.3);
  top: 0;
  left: 0;
}

.gallery-section:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1190px 1920px 0 0;
  border-color: rgba(9, 145, 208, 0.3) transparent transparent transparent;
  top: 370px;
  left: 0;
}

@media (max-width: 1240px) {
  .gallery-section:after {
    border-width: 390px 1280px 0 0;
  }
}

.video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 105px;
  height: 105px;
  margin-left: -52px;
  margin-top: -52px;
}

@media (max-width: 1240px) {
  .video-icon {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
  }
}

@media (max-width: 767px) {
  .video-icon {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
  }
}

.page-numbers .next {
  display: none;
}

.page-numbers .prev {
  display: none;
}

#submit-select-media {
  display: none;
}

.contact-left {
  width: 32.5%;
  margin-top: -70px;
}

@media (max-width: 960px) {
  .contact-left {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .contact-left {
    width: 100%;
  }
}

.hero-inner-contact {
  height: 389px;
}

@media (max-width: 767px) {
  .hero-inner-contact {
    height: 320px;
  }
}

.contact-section1 {
  padding-bottom: 103px;
  background-color: #FDD501;
}

@media (max-width: 1240px) {
  .contact-section1 {
    padding-bottom: 60px;
  }
}

.contact-right {
  width: 67.5%;
  padding-left: 58px;
}

@media (max-width: 1240px) {
  .contact-right {
    padding-left: 30px;
  }
}

@media (max-width: 960px) {
  .contact-right {
    width: 55%;
  }
}

@media (max-width: 767px) {
  .contact-right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

.contact-white {
  background-color: white;
  border-radius: 14px;
  padding: 50px 44px;
  -webkit-box-shadow: 0px 20px 20px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 20px 20px 0 rgba(0, 0, 0, 0.16);
  height: 100%;
}

@media (max-width: 1240px) {
  .contact-white {
    padding: 40px 30px;
  }
}

@media (max-width: 960px) {
  .contact-white {
    height: auto;
  }
}

.contact-top h1 {
  font-size: 33px;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #0E113C;
}

@media (max-width: 767px) {
  .contact-top h1 {
    font-size: 24px;
  }
}

.contact-top p {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  line-height: 1.563;
  color: #0E113C;
}

.contact-item {
  margin-top: 30px;
}

@media (max-width: 960px) {
  .contact-item {
    margin-top: 25px;
  }
}

.contact-item:first-child {
  margin-top: 40px;
}

@media (max-width: 960px) {
  .contact-item:first-child {
    margin-top: 30px;
  }
}

.contact-item h6 {
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #707070;
  font-weight: 400;
}

.contact-list a {
  display: block;
  color: #606060;
  padding-left: 33px;
  position: relative;
}

@media (max-width: 1240px) {
  .contact-list a {
    font-size: 16px;
  }
}

.contact-list a span {
  color: inherit;
}

.contact-list a:hover {
  text-decoration: none;
  color: #0E113C;
}

.contact-list li {
  margin-top: 15px;
}

.contact-list li:first-child {
  margin-top: 0;
}

.contact-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.social-media-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.social-media-contact a:hover {
  opacity: 0.7;
}

.contact50 {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 26px;
}

@media (max-width: 1240px) {
  .contact50 {
    padding: 0 10px;
  }
}

@media (max-width: 960px) {
  .contact50 {
    width: 100%;
  }
}

.contact100 {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 22px;
}

@media (max-width: 1240px) {
  .contact100 {
    padding: 0 10px;
  }
}

.margin-top50 {
  margin-top: 12px;
  margin-bottom: 0;
}

.width60 {
  width: 60%;
}

@media (max-width: 960px) {
  .width60 {
    width: 100%;
  }
}

.width40 {
  width: 40%;
}

@media (max-width: 960px) {
  .width40 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .contact-flex {
    display: block;
  }
}

.contact-form-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

@media (max-width: 1240px) {
  .contact-form-flex {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.contact-form-flex span {
  display: block;
}

.contact-form-flex input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

.contact-form-flex .wpcf7-list-item {
  position: relative;
  padding-left: 0;
  margin-left: 0;
}

.contact-form-flex label {
  padding-left: 45px;
  position: relative;
}

.contact-form-flex label span {
  font-size: 16px;
  line-height: 1.2;
  color: #0E113C;
}

.contact-form-flex input[type="text"], .contact-form-flex input[type="email"], .contact-form-flex input[type="password"], .contact-form-flex input[type="search"], .contact-form-flex input[type="tel"], .contact-form-flex input[type="url"], .contact-form-flex input[type="number"], .contact-form-flex input[type="date"], .contact-form-flex input[type="time"], .contact-form-flex input[type="datetime"], .contact-form-flex input[type="datetime-local"], .contact-form-flex input[type="week"], .contact-form-flex input[type="month"], .contact-form-flex select, .contact-form-flex textarea {
  margin-bottom: 0;
  color: #0E113C;
}

.contact-form-flex ::-webkit-input-placeholder {
  color: #0E113C;
  opacity: 1;
}

.contact-form-flex ::-moz-placeholder {
  color: #0E113C;
  opacity: 1;
}

.contact-form-flex :-ms-input-placeholder {
  color: #0E113C;
  opacity: 1;
}

.contact-form-flex :-moz-placeholder {
  color: #0E113C;
  opacity: 1;
}

.contact-form-flex button {
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .contact-form-flex button {
    margin-left: 0;
  }
}

.contact-form-flex button span {
  background-image: url("assets/img/svg/arrow-long-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.contact-right-top {
  margin-top: 80px;
  margin-bottom: 40px;
}

@media (max-width: 1240px) {
  .contact-right-top {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.contact-right-top h2 {
  font-size: 33px;
  margin-bottom: 20px;
  color: #0E113C;
}

@media (max-width: 767px) {
  .contact-right-top h2 {
    font-size: 24px;
  }
}

.contact-right-top p {
  color: #0E113C;
  font-size: 16px;
  margin: 0;
  line-height: 1.563;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 14px;
  color: #EF4024;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 20px;
  border: none;
  color: white;
  font-size: 15px;
  line-height: 1.3;
  border-radius: 10px;
  padding-left: 50px;
  position: relative;
}

.wpcf7 form .wpcf7-response-output:before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-image: url("assets/img/svg/info.svg");
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  background-color: #EF4024;
}

.wpcf7 form.invalid .wpcf7-response-output:before, .wpcf7 form.unaccepted .wpcf7-response-output:before {
  background-image: url("assets/img/svg/info.svg");
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background-color: #0E113C;
}

.wpcf7 form.sent .wpcf7-response-output:before {
  background-image: url("assets/img/svg/succes.svg");
}

.about-section1 .trust-wrapper {
  background-color: #0E113C;
}

.about-intro {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 0;
}

@media (max-width: 960px) {
  .about-intro {
    padding: 40px 0;
  }
}

.about-intro p {
  margin: 0;
  color: #0E113C;
}

.page-id-35 .wpcf7-response-output {
  display: block !important;
}

.about-mission-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .about-mission-flex {
    display: block;
    margin-bottom: 50px;
  }
}

.about-mission-right {
  width: 50%;
  border-radius: 20px;
  height: 565px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .about-mission-right {
    width: 100%;
    height: 400px;
    border-radius: 10px;
  }
}

@media (max-width: 480px) {
  .about-mission-right {
    height: 320px;
  }
}

.about-mission-left {
  width: 50%;
  position: relative;
  z-index: 2;
  padding: 50px 30px 50px 0;
}

@media (max-width: 767px) {
  .about-mission-left {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}

.about-mission-left p {
  color: #0E113C;
  margin: 0;
}

.about-section2 {
  padding-top: 75px;
  margin-top: -45px;
  position: relative;
}

@media (max-width: 960px) {
  .about-section2 {
    padding-top: 50px;
    margin-top: 0;
  }
}

.about-section2:after {
  content: '';
  display: block;
  width: 100%;
  height: 454px;
  background-color: rgba(239, 64, 36, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

@media (max-width: 1240px) {
  .about-section2:after {
    height: 300px;
  }
}

.about-section2:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 410px 1920px 0 0;
  border-color: rgba(239, 64, 36, 0.3) transparent transparent transparent;
  position: absolute;
  top: 454px;
  left: 0;
  display: block;
  z-index: 1;
}

@media (max-width: 1240px) {
  .about-section2:before {
    top: 300px;
    border-width: 300px 1300px 0 0;
  }
}

@media (max-width: 640px) {
  .about-section2:before {
    border-width: 180px 800px 0 0;
  }
}

.about-section2 .container {
  z-index: 2;
}

.team-box {
  height: 409px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1240px) {
  .team-box {
    height: 360px;
  }
}

@media (max-width: 767px) {
  .team-box {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .team-box {
    height: 320px;
    background-position: top center;
  }
}

.team-box:hover .team-bottom {
  padding-top: 200px;
}

.team-box:hover .team-description {
  display: block;
}

.team-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 17, 60, 0)), to(#0e113c));
  background: linear-gradient(to bottom, rgba(14, 17, 60, 0) 0%, #0e113c 100%);
  padding: 100px 25px 50px;
  text-align: center;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media (max-width: 1240px) {
  .team-bottom {
    padding: 70px 20px 25px;
  }
}

@media (max-width: 767px) {
  .team-bottom {
    padding: 50px 20px 20px;
  }
}

.team-bottom span {
  line-height: 1;
}

.team-name {
  color: #FDD501;
  font-size: 18px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .team-name {
    font-size: 16px;
  }
}

.team-position {
  color: white;
  display: block;
  font-size: 16px;
}

@media (max-width: 767px) {
  .team-position {
    font-size: 14px;
  }
}

.team-description {
  color: white;
  font-size: 14px;
  line-height: 18px !important;
  margin-top: 10px;
  display: none;
}

@media (max-width: 767px) {
  .team-description {
    font-size: 12px;
  }
}

.team-description p {
  color: white;
  font-size: 13px;
  display: none;
}

@media (max-width: 767px) {
  .team-description p {
    font-size: 12px;
  }
}

.team-description strong {
  font-weight: 700;
  text-transform: uppercase;
  margin: 5px auto;
  text-align: left;
}

.team-slider {
  margin-left: -8px;
  margin-right: -8px;
}

.team-slide {
  margin: 8px;
  -webkit-box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 1;
}

.about-section3 {
  padding-top: 650px;
  margin-top: -418px;
}

@media (max-width: 1240px) {
  .about-section3 {
    padding-top: 480px;
  }
}

.about-section2-center {
  max-width: 455px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.about-section2-center p {
  color: #0E113C;
  margin: 0;
}

.about-section5 {
  margin: 0;
  border-radius: 0;
}

.about-section6 {
  padding-top: 68px;
  margin-top: 0;
}

.about-section6:after {
  border-color: transparent #FDD501 transparent transparent;
}

.about-section6 .testimonials-wrap h3 {
  color: #0E113C;
}

.about-section6 .testimonial-text p {
  color: #0E113C;
}

.about-section6 .testimonial-text h6 {
  color: #EF4024;
}

.about-career-section {
  padding-top: 250px;
  margin-bottom: 100px;
}

@media (max-width: 1240px) {
  .about-career-section {
    padding-top: 180px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .about-career-section {
    padding-top: 140px;
    margin-bottom: 50px;
  }
}

.career-box {
  background-color: rgba(239, 64, 36, 0.2);
  border-radius: 24px;
  padding: 57px 100px 50px;
}

@media (max-width: 960px) {
  .career-box {
    padding: 50px;
  }
}

@media (max-width: 640px) {
  .career-box {
    padding: 30px 20px;
    border-radius: 10px;
  }
}

.career-box .wpcf7-list-item {
  margin-left: 0;
}

.career-box input[type="text"], .career-box input[type="email"], .career-box input[type="password"], .career-box input[type="search"], .career-box input[type="tel"], .career-box input[type="url"], .career-box input[type="number"], .career-box input[type="date"], .career-box input[type="time"], .career-box input[type="datetime"], .career-box input[type="datetime-local"], .career-box input[type="week"], .career-box input[type="month"], .career-box textarea, .career-box select {
  margin: 0;
}

.career-box button {
  margin: 0;
  margin-left: auto;
}

.career-box ::-webkit-input-placeholder {
  color: #0E113C;
  opacity: 1;
}

.career-box ::-moz-placeholder {
  color: #0E113C;
  opacity: 1;
}

.career-box :-ms-input-placeholder {
  color: #0E113C;
  opacity: 1;
}

.career-box :-moz-placeholder {
  color: #0E113C;
  opacity: 1;
}

.career50 {
  width: 50%;
  padding: 0 50px;
  margin-bottom: 35px;
}

@media (max-width: 960px) {
  .career50 {
    padding: 0 25px;
  }
}

@media (max-width: 767px) {
  .career50 {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}

.career50 input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
}

.last-row50 {
  margin: 0;
}

@media (max-width: 960px) {
  .last-row50.tar {
    text-align: left;
    margin-top: 15px;
  }
}

.accept-termeni label {
  position: relative;
  padding-left: 48px;
}

.accept-termeni label span {
  font-size: 16px;
  line-height: 1.2;
  color: #0E113C;
}

.career100 {
  width: 100%;
  padding: 0 50px;
}

@media (max-width: 960px) {
  .career100 {
    padding: 0 25px;
  }
}

@media (max-width: 767px) {
  .career100 {
    padding: 0;
    width: 100%;
  }
}

.career-flex {
  margin-left: -50px;
  margin-right: -50px;
}

@media (max-width: 960px) {
  .career-flex {
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media (max-width: 767px) {
  .career-flex {
    margin: 0;
  }
}

.career-top {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
  text-align: center;
}

@media (max-width: 767px) {
  .career-top {
    margin-bottom: 30px;
  }
}

.career-top h3 {
  margin-bottom: 10px;
  color: #0E113C;
}

.career-top h4 {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 400;
  color: #0E113C;
}

@media (max-width: 960px) {
  .career-top h4 {
    font-size: 20px;
  }
}

.career-top p {
  margin: 0;
}

.upload-box {
  margin-top: 25px;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .upload-box {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.upload-box label {
  padding: 37px;
  border: 1px dashed #707070;
  text-align: center;
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  .upload-box label {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .upload-box label {
    padding: 20px 10px;
  }
}

.file-upload-info {
  color: #0E113C;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 300;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
  border-color: #EF4024;
}

.inputfile + label {
  cursor: pointer;
  /* "hand" cursor */
}

.inputfile + label * {
  pointer-events: none;
}

.inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.file-upload-btn {
  padding-top: 0;
  padding-bottom: 0;
  height: 53px;
  line-height: 53px;
  padding-left: 56px;
  position: relative;
}

@media (max-width: 480px) {
  .file-upload-btn {
    font-size: 13px;
    padding-left: 40px;
  }
}

.file-upload-btn img {
  margin-right: 10px;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -11px;
}

@media (max-width: 480px) {
  .file-upload-btn img {
    left: 20px;
  }
}

.page-template-despre-noi .hero-inner {
  background-size: cover;
  background-position: 10% 60%;
}

.title-camp-hero h1 {
  color: #FDD501;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 20px;
}

@media (max-width: 1240px) {
  .title-camp-hero h1 {
    margin-bottom: 10px;
    font-size: 33px;
  }
}

@media (max-width: 767px) {
  .title-camp-hero h1 {
    font-size: 24px;
    margin-bottom: 0;
  }
}

.title-camp-hero .top-title-camp p {
  color: white;
  font-size: 16px;
  margin: 0 auto;
  max-width: 850px;
}

.title-camp-hero .top-title-camp h3 {
  color: white;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .title-camp-hero .top-title-camp p {
    display: none;
  }
}

.hero-inner-camp .container.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 110px;
  height: 100%;
}

@media (max-width: 1240px) {
  .hero-inner-camp .container.flex {
    padding-bottom: 60px;
  }
}

.camp-messages {
  margin-top: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1240px) {
  .camp-messages {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .camp-messages {
    display: block;
  }
}

.camp-message {
  position: relative;
  line-height: 1;
  margin: 0 62px;
  max-width: 266px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1240px) {
  .camp-message {
    margin: 0 30px;
  }
}

@media (max-width: 767px) {
  .camp-message {
    margin: 15px auto;
  }
}

.camp-message p {
  margin: 0;
  line-height: 1;
  font-weight: 500;
  font-size: 16px;
}

@media (max-width: 767px) {
  .camp-message p {
    font-size: 12px;
  }
}

.message-text {
  margin-left: 47px;
  padding-left: 23px;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  border-radius: 0 30px 30px 0;
  min-height: 44px;
}

@media (max-width: 767px) {
  .message-text {
    margin-left: 10px;
    border-radius: 30px;
    min-height: 37px;
  }
}

.message-image {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -50px;
}

@media (max-width: 767px) {
  .message-image {
    top: -12px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .message-image img {
    height: 60px;
  }
}

.hurry-message .message-text {
  background-color: #FDD501;
}

.hurry-message p {
  color: #0E113C;
}

.hurry-message strong {
  font-size: 18px;
  display: block;
}

@media (max-width: 767px) {
  .hurry-message strong {
    font-size: 14px;
  }
}

.sold-message .message-text {
  background-color: #EF4024;
}

.sold-message p {
  color: #FDD501;
}

.camp-advantages {
  margin-top: -40px;
  margin-left: -8px;
  margin-right: -8px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1240px) {
  .camp-advantages {
    margin-top: -20px;
  }
}

@media (max-width: 767px) {
  .camp-advantages {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .camp-advantages {
    margin-left: -4px;
    margin-right: -4px;
  }
}

.camp-advantage {
  width: 25%;
  margin: 0 8px;
  position: relative;
}

@media (max-width: 767px) {
  .camp-advantage {
    width: 50%;
    padding: 8px;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .camp-advantage {
    padding: 4px;
  }
}

.camp-white-box {
  background-color: white;
  border-radius: 8px;
  padding: 11px 22px 23px;
  height: 208px;
  overflow: hidden;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
}

@media (max-width: 960px) {
  .camp-white-box {
    height: 100%;
    padding: 11px;
  }
}

@media screen and (min-width: 981px) {
  .camp-white-box:hover {
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 208px;
  }
  .camp-white-box:hover .camp-adv-list {
    height: auto;
  }
}

.camp-adv-icon {
  text-align: center;
  height: 70px;
  vertical-align: middle;
}

.camp-adv-icon img {
  max-height: 100%;
}

@media (max-width: 960px) {
  .camp-adv-icon {
    height: 60px;
  }
}

@media (max-width: 480px) {
  .camp-adv-icon {
    height: 40px;
  }
}

.camp-adv-title {
  margin-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #707070;
  color: #0E113C;
  font-weight: 900;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 1240px) {
  .camp-adv-title {
    font-size: 18px;
  }
}

@media (max-width: 960px) {
  .camp-adv-title {
    font-size: 16px;
  }
}

.camp-adv-list {
  overflow: hidden;
}

@media (max-width: 960px) {
  .camp-adv-list {
    height: auto;
  }
}

.camp-adv-list li, .camp-adv-list p {
  color: #EF4024;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

@media (max-width: 1240px) {
  .camp-adv-list li, .camp-adv-list p {
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  .camp-adv-list li, .camp-adv-list p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .camp-adv-list li, .camp-adv-list p {
    font-size: 12px;
  }
}

.camp-section1 {
  background-color: #FDD501;
  position: relative;
}

.camp-section1:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1920px 146px 0;
  border-color: transparent #FDD501 transparent transparent;
}

@media (max-width: 1240px) {
  .camp-section1:before {
    border-width: 0 1280px 86px 0;
  }
}

.camp-section1-top {
  padding-top: 89px;
  max-width: 995px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1240px) {
  .camp-section1-top {
    padding-top: 40px;
  }
}

@media (max-width: 480px) {
  .camp-section1-top {
    padding-top: 20px;
  }
}

.camp-section1-top p {
  color: #0E113C;
}

.camp-section1-top .button-blue {
  margin-top: 50px;
}

@media (max-width: 960px) {
  .camp-section1-top .button-blue {
    margin-top: 25px;
  }
}

@media (max-width: 480px) {
  .camp-section1-top .button-blue {
    margin-top: 15px;
  }
}

.camp-section2 {
  background-color: #F6F6F6;
  padding-top: 140px;
  padding-bottom: 160px;
}

@media (max-width: 960px) {
  .camp-section2 {
    padding-bottom: 100px;
  }
}

.camp-section2 .slick-dots {
  margin-top: 40px;
  position: relative;
  bottom: 0;
}

.path-camp1 {
  position: absolute;
  top: 120px;
  right: -50px;
}

.camp-schedule-top {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.camp-schedule-top h3 {
  color: #0E113C;
  margin-bottom: 15px;
  max-width: 372px;
  margin-left: auto;
  margin-right: auto;
}

.camp-schedule-top p {
  margin: 0;
  font-size: 16px;
  color: #848484;
  line-height: 1.675;
}

.camp-schedule-box {
  background-color: white;
  overflow: auto;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.serial {
	margin: 10px;
    line-height: 36px;
}

.camp-schedule-day {
  background-color: #0E113C;
  padding: 24px;
  text-align: center;
}

@media (max-width: 960px) {
  .camp-schedule-day {
    padding: 20px;
  }
}

.camp-schedule-day span {
  color: #FDD501;
  font-weight: 900;
  font-size: 20px;
}

@media (max-width: 960px) {
  .camp-schedule-day span {
    font-size: 16px;
  }
}

.camp-schedule-slider {
  margin-left: -8px;
  margin-right: -8px;
}

.camp-schedule {
  padding: 8px;
}

.camp-schedule-list {
  padding: 22px;
  height: 585px;
  overflow: auto;
}

@media (max-width: 960px) {
  .camp-schedule-list {
    height: 450px;
  }
}

.camp-schedule-list li {
  border-top: 1px dashed #C4C4C4;
  padding: 14px 0;
}

@media (max-width: 960px) {
  .camp-schedule-list li {
    padding: 10px 0;
  }
}

.camp-schedule-list li:first-child {
  border-top: none;
  padding-top: 0;
}

.camp-schedule-list p {
  margin: 0;
  color: #2B2B2B;
}

.schedule-hour {
  color: #2B2B2B;
  font-weight: 900;
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
  margin-top: 0;
}

.camp-schedule-wrap {
  margin-top: 30px;
}

.show-more {
  margin-top: 45px;
  padding-left: 22px;
  padding-right: 22px;
}

.camp-section3 {
  position: relative;
  background-color: #0E113C;
  padding-top: 86px;
}

@media (max-width: 1240px) {
  .camp-section3 {
    padding-top: 50px;
  }
}

.camp-section3:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1920px 146px 0;
  border-color: transparent #0E113C transparent transparent;
}

@media (max-width: 1240px) {
  .camp-section3:before {
    border-width: 0 1280px 86px 0;
  }
}

.camp-menu-container {
  max-width: 875px;
  margin-left: 0;
  z-index: 2;
  position: relative;
}

.path-camp2 {
  position: absolute;
  top: 40%;
  left: -100px;
}

.camp-menu-top h3 {
  color: white;
}

.camp-menu-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .camp-menu-tabs {
    padding: 10px 0;
    background-color: #0E113C;
    border-radius: 10px;
    overflow: hidden;
  }
}

@media (max-width: 480px) {
  .camp-menu-tabs {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.camp-menu-tabs li {
  width: 100%;
  padding: 0 15px;
}

@media (max-width: 960px) {
  .camp-menu-tabs li {
    padding: 0 5px;
  }
}

@media (max-width: 767px) {
  .camp-menu-tabs li {
    padding: 0;
  }
}

.camp-menu-tabs li.active a {
  background-color: #101341;
  color: #FDD501;
}

.camp-menu-tabs a {
  display: block;
  color: white;
  padding: 10px 17px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 960px) {
  .camp-menu-tabs a {
    font-size: 13px;
    padding: 10px;
    background-color: #0E113C;
  }
}

@media (max-width: 767px) {
  .camp-menu-tabs a {
    padding: 0;
    border-radius: 0;
  }
}

@media (max-width: 480px) {
  .camp-menu-tabs a {
    font-size: 10px;
  }
}

.camp-menu-tabs a span {
  color: inherit;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: block;
}

@media (max-width: 960px) {
  .camp-menu-tabs a span {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .camp-menu-tabs a span {
    font-size: 13px;
  }
}

.camp-menu-tabs a:hover {
  text-decoration: none;
  color: #FDD501;
}

.plate-camp {
  position: absolute;
  top: -240px;
  right: -240px;
}

@media screen and (max-width: 1700px) {
  .plate-camp img {
    width: 800px;
  }
}

@media screen and (max-width: 1280px) {
  .plate-camp img {
    width: 600px;
  }
}

@media (max-width: 960px) {
  .plate-camp {
    top: -200px;
  }
}

@media (max-width: 480px) {
  .plate-camp {
    top: -150px;
    right: -150px;
  }
  .plate-camp img {
    width: 360px;
  }
}

@media (max-width: 480px) {
  .menu-flex {
    display: block;
  }
}

.camp-menu-tab {
  display: none;
  background-color: #14185D;
  border-radius: 20px;
  padding: 24px 0;
  top: 55px;
  position: relative;
}

@media (max-width: 1240px) {
  .camp-menu-tab {
    top: 30px;
    padding: 24px;
  }
}

@media (max-width: 960px) {
  .camp-menu-tab {
    padding: 10px 0;
  }
}

.camp-menu-tab.active {
  display: block;
}

.camp-menu-item {
  padding: 16px 40px 16px 50px;
  border-left: 1px solid #0E113C;
}

@media (max-width: 1240px) {
  .camp-menu-item {
    padding: 16px 30px;
  }
}

@media (max-width: 767px) {
  .camp-menu-item {
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .camp-menu-item {
    padding: 0 20px;
    margin-top: 15px;
  }
}

.camp-menu-item:first-child {
  border-left: none;
}

.camp-menu-item li {
  font-weight: 500;
  color: white;
  font-size: 16px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .camp-menu-item li {
    font-size: 14px;
    font-weight: 400;
  }
}

.path-camp2 {
  position: absolute;
  top: 30%;
  left: -130px;
}

.camp-menu-title {
  color: white;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 4px;
  margin-bottom: 15px;
  position: relative;
}

@media (max-width: 960px) {
  .camp-menu-title {
    font-size: 17px;
  }
}

.camp-menu-title:before {
  content: '';
  display: block;
  width: 90px;
  height: 2px;
  background-color: #FDD501;
  position: absolute;
  left: 0;
  bottom: 0;
}

.camp-section4 {
  padding: 220px 0 100px;
}

@media (max-width: 1240px) {
  .camp-section4 {
    padding: 140px 0 60px;
  }
}

@media (max-width: 767px) {
  .luggage-flex {
    display: block;
  }
}

.luggage-left {
  width: 45%;
  height: 781px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 20px 20px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 20px 20px 0 rgba(0, 0, 0, 0.16);
}

@media (max-width: 960px) {
  .luggage-left {
    height: 550px;
  }
}

@media (max-width: 767px) {
  .luggage-left {
    height: 380px;
    margin-bottom: 30px;
    width: 100%;
  }
}

.luggage-right {
  width: 55%;
  padding-left: 50px;
  padding-top: 74px;
}

@media (max-width: 960px) {
  .luggage-right {
    padding-left: 30px;
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .luggage-right {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}

.luggage-right h3 {
  color: #0E113C;
  margin-bottom: 5px;
}

.luggage-right h6 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
  color: #0E113C;
}

.luggage-list {
  max-height: 615px;
  overflow: auto;
  margin-top: 25px;
}

@media (max-width: 960px) {
  .luggage-list {
    max-height: 420px;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .luggage-list {
    max-height: 100%;
  }
}

.luggage-list li {
  color: #3D3D3D;
  max-width: 95%;
}

@media (max-width: 960px) {
  .luggage-list li {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .luggage-list li {
    max-width: 100%;
  }
}

.camp-section5 {
  background-color: #F6F6F6;
  padding: 100px 0 45px;
}

@media (max-width: 1240px) {
  .camp-section5 {
    padding: 45px 0;
  }
}

.camp-section5 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.camp-section5 .slick-initialized .slick-slide {
  display: block;
  height: inherit;
  float: none;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.camp-section5 .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 50px;
}

@media (max-width: 1240px) {
  .camp-section5 .slick-dots {
    margin-top: 40px;
  }
}

.blue-title h3 {
  color: #0E113C;
}

.blue-title p {
  color: #0E113C;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}

@media (max-width: 1240px) {
  .blue-title p {
    font-size: 18px;
    line-height: 1.4;
  }
}

@media (max-width: 960px) {
  .blue-title p {
    font-size: 16px;
  }
}

.camp-activity-box {
  background-color: white;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.camp-activity-img {
  height: 339px;
}

@media (max-width: 767px) {
  .camp-activity-img {
    height: 280px;
  }
}

.camp-activity-title {
  padding: 14px 20px;
}

.camp-activity-title span {
  font-weight: 900;
  font-size: 20px;
  color: #0E113C;
  text-align: center;
  display: block;
  line-height: 1.2;
}

@media (max-width: 1240px) {
  .camp-activity-title span {
    font-size: 18px;
  }
}

.camp-activity {
  padding: 8px;
}

.camp-activities-slider {
  margin-left: -8px;
  margin-right: -8px;
}

.activity-button {
  margin-top: 35px;
}

.camp-section6 {
  background-color: #FAC5BC;
  padding-top: 72px;
  position: relative;
}

.camp-section6:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 146px 1920px 0 0;
  border-color: #FAC5BC transparent transparent transparent;
}

.path-camp3 {
  position: absolute;
  right: -86px;
  bottom: -50px;
}

.camp-section6-title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.camp-section6-image {
  width: 45%;
  height: 606px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 20px 20px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 20px 20px 0 rgba(0, 0, 0, 0.16);
}

@media (max-width: 767px) {
  .camp-section6-image {
    width: 100%;
    height: 380px;
  }
}

.camp-section6-text {
  width: 55%;
  padding-right: 50px;
}

@media (max-width: 960px) {
  .camp-section6-text {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .camp-section6-text {
    width: 100%;
    padding-right: 0;
  }
}

.camp-section6-text p {
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 960px) {
  .camp-section6-text p {
    font-weight: 400;
    margin: 10px 0;
  }
}

.camp-section6-text .button-blue {
  margin-top: 20px;
}

.camp-section6-flex {
  position: relative;
  top: 73px;
}

@media (max-width: 960px) {
  .camp-section6-flex {
    top: 40px;
  }
}

@media (max-width: 767px) {
  .camp-section6-flex {
    display: block;
  }
}

.camp-section7 {
  padding-top: 200px;
}

/*@media (max-width: 960px) {
  .camp-section7 {
    padding-top: 120px;
  }
}*/

.camp-section7-title {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

.camp-rules-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 40px;
}

@media (max-width: 960px) {
  .camp-rules-tabs {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .camp-rules-tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    margin-left: -5px;
    margin-right: -5px;
  }
}

.camp-rules-tabs li {
  padding: 0 10px;
  width: 100%;
}

@media (max-width: 960px) {
  .camp-rules-tabs li {
    padding: 0 5px;
  }
}

@media (max-width: 767px) {
  .camp-rules-tabs li {
    padding: 5px;
    width: 50%;
  }
}

.camp-rules-tabs li.active a {
  background-color: #FDD501;
  color: #0E113C;
}

.camp-rules-tabs li.active a:hover {
  color: #0E113C;
}

.camp-rules-tabs a {
  padding: 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  color: white;
  font-weight: 500;
  text-align: center;
  background-color: #0E113C;
  font-size: 16px;
  line-height: 1.25;
}

@media (max-width: 960px) {
  .camp-rules-tabs a {
    font-size: 14px;
  }
}

.camp-rules-tabs a:hover {
  text-decoration: none;
  color: #FDD501;
}

.camp-rules-tab {
  margin-top: -30px;
  padding: 80px 50px 50px;
  border-radius: 20px;
  background-color: #0E113C;
  color: white;
  display: none;
}

@media (max-width: 960px) {
  .camp-rules-tab {
    padding: 50px 20px 30px;
  }
}

@media (max-width: 767px) {
  .camp-rules-tab {
    padding: 20px;
    margin-top: 10px;
  }
}

.camp-rules-tab.active {
  display: block;
}

.camp-rules-tab ul {
  max-width: 1050px;
}

.camp-rules-tab li {
  color: inherit;
  margin: 5px 0;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 25px;
}

@media (max-width: 960px) {
  .camp-rules-tab li {
    font-weight: 400;
  }
}

@media (max-width: 640px) {
  .camp-rules-tab li {
    font-size: 15px;
    padding-left: 20px;
  }
}

.camp-rules-tab li:before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 10px;
  left: 0;
  top: 4px;
  background-image: url("assets/img/svg/check.svg");
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 640px) {
  .camp-rules-tab li:before {
    top: 6px;
  }
}

.camp-section8 {
  background-color: #FDD501;
  position: relative;
  margin-top: 220px;
}

@media (max-width: 480px) {
  .camp-section8 {
    margin-top: 140px;
  }
}

.camp-section8:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 151px 1920px;
  border-color: transparent transparent #FDD501 transparent;
}

@media (max-width: 480px) {
  .camp-section8:before {
    border-width: 0 0 86px 1280px;
  }
}

.welcome-text {
  width: 66.66667%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-right: 85px;
  padding-left: 45px;
  padding-top: 30px;
}

@media (max-width: 960px) {
  .welcome-text {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .welcome-text {
    padding: 50px 0 30px;
  }
}

@media (max-width: 480px) {
  .welcome-text {
    padding: 0;
    width: 100%;
  }
}

.welcome-text p {
  color: #0E113C;
  font-weight: 500;
  font-size: 16px;
}

@media (max-width: 960px) {
  .welcome-text p {
    font-weight: 400;
    margin: 5px 0;
  }
}

@media (max-width: 767px) {
  .welcome-text p {
    font-size: 14px;
  }
}

.welcome-text .button-blue {
  margin-top: 35px;
}

@media (max-width: 960px) {
  .welcome-text .button-blue {
    margin-top: 15px;
  }
}

.welcome-image {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33.33333%;
}

@media (max-width: 480px) {
  .welcome-image {
    padding: 0;
    width: 100%;
  }
}

.welcome-image img {
  position: relative;
  z-index: 1;
  display: block;
}

@media (max-width: 480px) {
  .welcome-image img {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.path-camp4 {
  position: absolute;
  bottom: 120px;
  left: -143px;
}

.welcome-flex {
  margin-top: -160px;
  padding: 50px 0;
}

@media (max-width: 480px) {
  .welcome-flex {
    display: block;
    margin-top: 0;
  }
}

.benefit-slide {
  padding: 10px;
}

.benefit-white {
  padding: 35px 50px 25px;
  height: 100%;
  position: relative;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
}

@media (max-width: 1240px) {
  .benefit-white {
    padding: 25px;
  }
}

.benefit-white h5 {
  color: #0991D0;
  margin-bottom: 12px;
}

.benefit-white p {
  margin: 0;
  font-size: 16px;
  line-height: 1.563;
  color: #2B2B2B;
}

.benefit-white h5, .benefit-white p {
  z-index: 1;
  position: relative;
}

.camp-activities-wrap .arrows-slider2 .prev-btn-small, .camp-activities-wrap .arrows-slider2 .next-btn-small, .benefits-slider-wrap .arrows-slider2 .prev-btn-small, .benefits-slider-wrap .arrows-slider2 .next-btn-small {
  margin-top: -66px;
}

.benefits-slider {
  margin-top: 20px;
}

.benefits-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.benefits-slider.slick-initialized .slick-slide {
  display: block;
  height: inherit;
  float: none;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.benefits-slider .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 30px;
}

.camp-section9 {
  padding: 124px 0 84px;
  background-color: #F6F6F6;
}

@media (max-width: 767px) {
  .camp-section9 {
    padding: 60px 0;
  }
}

.camp-section9-title {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.camp-section9-title p {
  line-height: 1.5;
}

.slide-number {
  position: absolute;
  color: #FDD501;
  opacity: 0.3;
  z-index: 0;
  bottom: 9px;
  left: 12px;
  font-size: 150px;
  line-height: 0.75;
  font-weight: 900;
  display: block;
}

@media (max-width: 640px) {
  .slide-number {
    font-size: 160px;
  }
}

.camp-section10 {
  padding: 90px 0;
}

@media (max-width: 1240px) {
  .camp-section10 {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .camp-section10 {
    padding: 45px 0;
  }
}

.path-camp4 {
  position: absolute;
  left: -76px;
  bottom: -58px;
}

.faq-flex {
  margin-top: 45px;
}

@media (max-width: 767px) {
  .faq-flex {
    display: block;
    margin-top: 30px;
  }
}

.faq-left {
  width: 25%;
}

@media (max-width: 1240px) {
  .faq-left {
    width: 33%;
  }
}

@media (max-width: 767px) {
  .faq-left {
    width: 100%;
  }
}

.faq-left-list {
  background-color: #0E113C;
  border-radius: 14px;
  padding: 35px 20px 56px;
  position: relative;
}

@media (max-width: 960px) {
  .faq-left-list {
    padding: 20px;
  }
}

.faq-right {
  width: 75%;
  padding-left: 67px;
}

@media (max-width: 1240px) {
  .faq-right {
    width: 67%;
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .faq-right {
    width: 100%;
    padding-left: 0;
  }
}

.form-faq {
  position: relative;
}

.form-faq input {
  border: 1px solid #D1D1D1;
  width: 100%;
  height: 49px;
  line-height: 47px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 45px;
  border-radius: 30px;
  color: #303030;
  padding-left: 24px;
  margin-bottom: 0;
  background-color: white;
}

.form-faq input:hover {
  border-color: #FDD501;
}

.form-faq ::-webkit-input-placeholder {
  color: #303030;
  opacity: 0.7;
}

.form-faq ::-moz-placeholder {
  color: #303030;
  opacity: 0.7;
}

.form-faq :-ms-input-placeholder {
  color: #303030;
  opacity: 0.7;
}

.form-faq :-moz-placeholder {
  color: #303030;
  opacity: 0.7;
}

.form-faq button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  width: 50px;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.form-faq button:hover {
  background-color: transparent;
}

.faq-list {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .faq-list {
    max-height: 300px;
    overflow: auto;
  }
}

.faq-list li {
  margin-top: 10px;
  text-align: center;
}

.faq-list li.active a {
  color: #0E113C;
  background-color: #FDD501;
  font-weight: 500;
  opacity: 1;
}

.faq-list a {
  color: white;
  opacity: 0.5;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  border-radius: 29px;
  padding: 10px 20px;
}

@media (max-width: 1240px) {
  .faq-list a {
    font-size: 16px;
  }
}

.faq-list a:hover {
  opacity: 1;
  text-decoration: none;
}

.faq-item {
  border-top: 1px solid #C2C2C2;
}

.faq-item:first-child {
  margin-top: 0;
  border-top: none;
}

.faq-item.trigger .faq-trigger:before {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
}

.faq-trigger {
  padding: 18px 40px 18px 0;
  position: relative;
  font-size: 20px;
  display: block;
}

@media (max-width: 1240px) {
  .faq-trigger {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .faq-trigger {
    font-size: 16px;
  }
}

.faq-trigger:hover {
  text-decoration: none;
  color: #0E113C;
}

.faq-trigger:before {
  content: '';
  display: block;
  position: absolute;
  right: 5px;
  top: 23px;
  background-image: url("assets/img/svg/plus.svg");
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.faq-content {
  margin-left: 18px;
  margin-right: 45px;
  margin-bottom: 18px;
  display: none;
}

@media (max-width: 480px) {
  .faq-content {
    margin-right: 0;
    margin-left: 0;
  }
}

.faq-content p {
  margin: 0;
  font-size: 16px;
  color: #303030;
  opacity: 0.56;
}

@media (max-width: 480px) {
  .faq-content p {
    font-size: 14px;
  }
}

.camp-section11 {
  background-color: #0E113C;
  padding-top: 185px;
  margin-top: -127px;
}

.camp-infos {
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.camp-infos h3 {
  color: white;
}

.camp-infos li {
  margin: 5px 0;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  color: white;
}

@media (max-width: 1240px) {
  .camp-infos li {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .camp-infos li {
    font-size: 15px;
  }
}

.camp-infos li:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-right: 5px;
  background-image: url("assets/img/svg/check.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.camp-prices {
  background-color: white;
  padding: 22px 0;
  -webkit-box-shadow: 0px 20px 20px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 20px 20px 0 rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  bottom: -50px;
}

@media (max-width: 767px) {
  .camp-prices {
    background-color: transparent;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
  }
}

.camp-price {
  width: 100%;
  position: relative;
  padding: 0 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .camp-price {
    width: 48%;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    margin: 1%;
  }
}

@media (max-width: 480px) {
  .camp-price {
    padding: 10px;
  }
}

.camp-price:before {
  content: '';
  display: block;
  width: 1px;
  height: 47px;
  background-color: #C9C9C9;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  left: 0;
}

@media (max-width: 767px) {
  .camp-price:before {
    display: none;
  }
}

.camp-price:first-child:before {
  display: none;
}

.camp-price p {
  line-height: 1;
  color: #0E113C;
  margin-top: 0;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: -0.04em;
}

@media (max-width: 1240px) {
  .camp-price p {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .camp-price p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .camp-price p {
    font-size: 12px;
  }
}

.camp-price-box {
  text-align: center;
  position: relative;
  display: inline-block;
  line-height: 0.8;
}

.camp-price-box span {
  color: #0E113C;
  line-height: 0.8;
}

.camp-price-small {
  position: absolute;
  top: 3px;
  /*right: 0;*/
}

.camp-price-big {
  font-size: 73px;
  font-weight: 900;
  margin-right: 5px;
}

@media (max-width: 1240px) {
  .camp-price-big {
    font-size: 46px;
  }
}

@media (max-width: 480px) {
  .camp-price-big {
    font-size: 30px;
  }
}

.camp-price-small, .camp-price-currency {
  font-size: 29px;
  font-weight: 900;
}

@media (max-width: 1240px) {
  .camp-price-small, .camp-price-currency {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .camp-price-small, .camp-price-currency {
    font-size: 11px;
    font-weight: 700;
  }
}

.camp-price-currency {
  vertical-align: bottom;
  position: relative;
  bottom: 2px;
}

.path-camp5 {
  position: absolute;
  right: -300px;
  bottom: 0;
}

.home-section8.no-margin {
  margin-top: 0;
}

.prices-section {
  margin-top: -50px;
  background-color: #0E113C;
}

.camp-advantages-tabere-copii .camp-advantage:nth-of-type(2) .camp-adv-list li {
  font-size: 24px;
}

@media (max-width: 1240px) {
  .camp-advantages-tabere-copii .camp-advantage:nth-of-type(2) .camp-adv-list li {
    font-size: 30px;
  }
}

@media (max-width: 960px) {
  .camp-advantages-tabere-copii .camp-advantage:nth-of-type(2) .camp-adv-list li {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .camp-advantages-tabere-copii .camp-advantage:nth-of-type(2) .camp-adv-list li {
    font-size: 30px;
  }
}

.camp-advantages-tabere-copii .camp-advantage:nth-of-type(3) .camp-adv-list li {
  /*font-size: 24px;*/
}

.camp-advantages-tabere-copii .camp-advantage:nth-of-type(3) .camp-adv-list li s {
  font-size: 24px;
}

@media (max-width: 1240px) {
  .camp-advantages-tabere-copii .camp-advantage:nth-of-type(3) .camp-adv-list li {
    /*font-size: 20px;*/
  }
}

@media (max-width: 960px) {
  .camp-advantages-tabere-copii .camp-advantage:nth-of-type(3) .camp-adv-list li {
    /*font-size: 18px;*/
  }
}

@media (max-width: 480px) {
  .camp-advantages-tabere-copii .camp-advantage:nth-of-type(3) .camp-adv-list li {
    /*font-size: 30px;*/
  }
}

.white-box-terms {
  background-color: white;
  border-radius: 20px;
  -webkit-box-shadow: 0px 30px 20px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 30px 20px 0 rgba(0, 0, 0, 0.16);
  padding: 66px 66px 180px;
  margin-top: -50px;
  margin-bottom: 80px;
}

@media (max-width: 960px) {
  .white-box-terms {
    padding: 60px 40px;
    margin-bottom: 45px;
    border-radius: 10px;
  }
}

@media (max-width: 767px) {
  .white-box-terms {
    padding: 40px 25px;
  }
}

@media (max-width: 480px) {
  .white-box-terms {
    padding: 30px 15px;
  }
}

.section-template {
  background-color: #F2F2F2;
}

.terms-content {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .terms-content {
    text-align: left;
  }
}

.terms-content h2, .terms-content h3, .terms-content h4, .terms-content h6 {
  color: #0E113C;
}

.terms-content h5 {
  color: #EF4024;
  font-weight: 500;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .terms-content h5 {
    font-size: 16px;
  }
}

.terms-content h2, .terms-content h3, .terms-content h4 {
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 120px;
}

.terms-content h2:nth-of-type(1), .terms-content h3:nth-of-type(1), .terms-content h4:nth-of-type(1) {
  margin-top: 0;
}

@media (max-width: 1240px) {
  .terms-content h2, .terms-content h3, .terms-content h4 {
    margin-top: 50px;
  }
}

@media (max-width: 960px) {
  .terms-content h2, .terms-content h3, .terms-content h4 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .terms-content h2, .terms-content h3, .terms-content h4 {
    font-size: 20px;
    margin-top: 35px;
  }
}

.terms-content p, .terms-content li, .terms-content span, .terms-content a {
  color: #2B2B2B;
  font-size: 16px;
  line-height: 1.562;
}

@media (max-width: 480px) {
  .terms-content p, .terms-content li, .terms-content span, .terms-content a {
    font-size: 14px;
    line-height: 1.4;
  }
}

.terms-content p a, .terms-content li a {
  text-decoration: underline;
}

.terms-content li {
  font-weight: 500;
}

.terms-content ol li {
  margin-top: 36px;
  counter-increment: my-counter;
  display: block;
}

@media (max-width: 1240px) {
  .terms-content ol li {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .terms-content ol li {
    position: relative;
    padding-left: 22px;
  }
}

.terms-content ol li strong {
  font-weight: 700;
}

.terms-content ol li a {
  text-decoration: underline;
}

.terms-content ol li:before {
  content: counter(my-counter) ".";
  display: block;
  color: #EF4024;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 10px;
}

@media (max-width: 960px) {
  .terms-content ol li:before {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .terms-content ol li:before {
    font-size: 16px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (max-width: 480px) {
  .terms-content ol li:before {
    font-size: 14px;
    top: -1px;
  }
}

.terms-content ol em {
  display: block;
  margin: 20px 0;
}

@media (max-width: 960px) {
  .terms-content ol em {
    margin: 15px 0;
  }
}

@media (max-width: 640px) {
  .terms-content ol em {
    margin: 12px 0;
  }
}

.terms-content ol p em {
  display: inline;
  margin: 0;
}
/*# sourceMappingURL=style.css.map */