body.main, body.maintenance {
  font-family: 'Helvetica', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  background-color: #141414;
}

body.maintenance {
  background: radial-gradient(50% 50% at 50% 50%, #272727 0%, #141414 100%);
  width: 100vw;
  height: 100vh;
}

.lazy-load {
  display: none;
}

a {
  font-weight: 700;
  color: #28A099;
  text-decoration: underline;
}

a:hover, a:active {
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #fff;
  margin: 0 0 24px 0;
}

h1.section-title, h2.section-title, h3.section-title, h4.section-title, h5.section-title, h6.section-title {
  color: #28A099;
  margin: 0;
}

h1 {
  font-size: 44px;
  line-height: 50px;
}

h2 {
  font-size: 20px;
  line-height: 23px;
}

h3 {
  font-size: 21.746px;
  line-height: 25px;
}

h6 {
  font-size: 16px;
  line-height: 18px;
}

.small, small {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

p {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
}

.pt-132 {
  padding-top: 132px !important;
}

.mt-132 {
  margin-top: 132px !important;
}

.mt-248 {
  margin-top: 248px !important;
}

.ml-146 {
  margin-left: 146px !important;
}

.ml-172 {
  margin-left: 172px !important;
}

.h-line {
  background-color: #28A099;
  width: 100%;
  height: 1px;
}

button:focus, button:active, button:active:focus, .btn:focus, .btn:active, .btn:active:focus, .btn-close:focus, .btn-close:active, .btn-close:active:focus, .form-control:focus, .form-control:active, .form-control:active:focus, .form-select:focus, .form-select:active, .form-select:active:focus, .form-check-input:focus, .form-check-input:active, .form-check-input:active:focus, .accordion-button:focus, .accordion-button:active, .accordion-button:active:focus, .page-link:focus, .page-link:active, .page-link:active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  border: 0;
  border-radius: 10px;
  padding: 6px 28px;
}

.btn.btn-primary {
  background: linear-gradient(94.66deg, #28A099 18.87%, #116F69 118.96%);
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
  -webkit-box-shadow: rgba(40, 160, 153, 0.25) 0px 4px 16px, rgba(40, 160, 153, 0.25) 0px 8px 24px, rgba(40, 160, 153, 0.25) 0px 16px 56px;
          box-shadow: rgba(40, 160, 153, 0.25) 0px 4px 16px, rgba(40, 160, 153, 0.25) 0px 8px 24px, rgba(40, 160, 153, 0.25) 0px 16px 56px;
}

.form-control, .form-select {
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #28A099;
  border-radius: 10px;
  padding: 6px 10px;
}

.form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-control::placeholder, .form-select::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-control:focus, .form-select:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #28A099;
}

.form-control:focus::-webkit-input-placeholder, .form-select:focus::-webkit-input-placeholder {
  color: #fff;
}

.form-control:focus:-ms-input-placeholder, .form-select:focus:-ms-input-placeholder {
  color: #fff;
}

.form-control:focus::-ms-input-placeholder, .form-select:focus::-ms-input-placeholder {
  color: #fff;
}

.form-control:focus::placeholder, .form-select:focus::placeholder {
  color: #fff;
}

.input-group {
  border-radius: 10px;
}

.input-group .input-group-text {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #28A099;
  border-radius: 10px;
}

.input-group option {
  background-color: #212121;
}

.input-group .form-select {
  color: #626262;
}

.input-group .form-select:focus {
  color: #fff;
}

.input-group .form-select:focus::-webkit-input-placeholder {
  color: #fff;
}

.input-group .form-select:focus:-ms-input-placeholder {
  color: #fff;
}

.input-group .form-select:focus::-ms-input-placeholder {
  color: #fff;
}

.input-group .form-select:focus::placeholder {
  color: #fff;
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 24px 0 0 0;
}

.form-check a {
  font-weight: 300;
}

.form-check .form-check-input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 3px solid #28A099;
  border-radius: 4px;
  margin-top: 0;
  margin-right: 28px;
  width: 14px;
  height: 14px;
}

.form-check .form-check-input:checked {
  background-color: #28A099;
  border-color: #28A099;
}

.form-check .form-check-input:checked[type=checkbox] {
  background-color: #28A099;
  background-image: none;
}

.form-check .form-check-input:focus {
  border-color: #28A099;
}

.explanation {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #626262;
}

span.icon-ig {
  background: url("../gfx/icons/ig.svg") no-repeat center;
  background-size: contain;
  width: calc(17.16px * 1.4);
  height: calc(17.16px * 1.4);
  display: inline-block;
}

span.icon-fb {
  background: url("../gfx/icons/fb.svg") no-repeat center;
  background-size: contain;
  width: calc(16.52px * 1.4);
  height: calc(16.52px * 1.4);
  display: inline-block;
}

span.icon-yt {
  background: url("../gfx/icons/yt.svg") no-repeat center;
  background-size: contain;
  width: calc(24.41px * 1.4);
  height: calc(17.2px * 1.4);
  display: inline-block;
}

.text-green {
  color: #28A099 !important;
}

.text-muted {
  color: #626262 !important;
}

ol {
  padding: 0 0 0 1rem;
}

ol li {
  padding: 0 0 0 10px;
  margin: 24px 0 0 0;
}

ol li:first-child {
  margin: 0;
}

ol li::marker {
  font-weight: 700;
  font-size: 16px;
  color: #28A099;
}

ul {
  padding: 0 0 0 22px;
}

ul li {
  padding: 0 0 0 10px;
  margin: 24px 0 0 0;
}

ul li:first-child {
  margin: 0;
}

ul li::marker {
  font-size: 28px;
  color: #28A099;
}

.campaign-video {
  height: 604px;
}

.maintenance {
  overflow: hidden;
}

.maintenance img.logo {
  width: 286px;
  height: 106px;
}

.maintenance .smoke-left, .maintenance .smoke-right, .maintenance .smoke-bot {
  -webkit-animation-name: floating;
          animation-name: floating;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  width: 100%;
}

.maintenance .smoke-left {
  position: absolute;
  top: -24px;
  left: -24px;
  width: 100%;
  height: 100%;
  background: url("../gfx/maintenance/smoke-left.png") no-repeat top left;
  background-size: 70% auto;
}

.maintenance .smoke-right {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 100%;
  height: 100%;
  background: url("../gfx/maintenance/smoke-right.png") no-repeat top right;
  background-size: 70% auto;
}

.maintenance .smoke-bot {
  position: absolute;
  left: -24px;
  bottom: -24px;
  width: 100%;
  height: 100%;
  background: url("../gfx/maintenance/smoke-bot.png") no-repeat bottom left;
  background-size: 70% auto;
}

.maintenance p {
  font-size: 22.6505px;
  line-height: 26px;
}

nav.main-nav {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

nav.main-nav.scrolled {
  background-color: #141414;
}

nav.main-nav .logo {
  max-height: 52px;
}

nav.main-nav .nav .nav-item {
  margin: 0 0 0 38px;
}

nav.main-nav .nav .nav-item:first-child {
  margin: 0;
}

nav.main-nav .nav .nav-item .nav-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  padding: 0;
}

nav.main-nav .nav .nav-item .nav-link:hover {
  color: #fff;
}

nav.main-nav .hamburger {
  background: url("../gfx/icons/hamburger.svg") no-repeat;
  width: 33.11px;
  height: 29px;
  margin-left: auto;
  display: block;
}

.carousel {
  border-bottom: 2px solid #28A099;
  z-index: 10;
}

.carousel.slide .carousel-inner .carousel-item img {
  height: 617.18px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.carousel.slide .carousel-inner .carousel-item .carousel-caption {
  padding: 0;
  margin: 0 0 72px 0;
}

.carousel.slide .carousel-indicators {
  margin: 0 0 64px 0;
}

.carousel.slide .carousel-indicators button {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  width: 21.85px;
  height: 5.54px;
  margin: 0 10px 0 0;
  opacity: 1;
}

.carousel.slide .carousel-indicators button:last-child {
  margin: 0;
}

.carousel.slide .carousel-indicators button.active {
  background-color: #28A099;
  border-color: #28A099;
}

.bg-gradient-1 {
  background: radial-gradient(50% 50% at 50% 50%, #272727 0%, #141414 100%);
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
}

.lp-wrapper {
  overflow-x: hidden;
  /*
    .smoke-2-3 {
        background: url('../gfx/lp/smoke-2-3.png') no-repeat left;
        width: 100%;
        height: 1129px;
        top: 3520.54px;
        left: 0;
    }
    */
}

.lp-wrapper span.text-bg-1 {
  background: url("../gfx/lp/text-bg-1.jpg") repeat top;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lp-wrapper span.text-bg-2 {
  background: url("../gfx/lp/text-bg-2.jpg") repeat top;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lp-wrapper .road-2, .lp-wrapper .smoke-1, .lp-wrapper .smoke-2-1, .lp-wrapper .smoke-2-2, .lp-wrapper .smoke-2-2-2, .lp-wrapper .smoke-2-3, .lp-wrapper .smoke-4-1, .lp-wrapper .arm-1 {
  background-size: contain !important;
  position: absolute;
  z-index: -1;
}

.lp-wrapper .road-2 {
  background: url("../gfx/lp/road-2.png") no-repeat right;
  width: 100%;
  height: 907px;
}

.lp-wrapper .smoke-1 {
  background: url("../gfx/lp/smoke-1-2.png") no-repeat left;
  /* smoke-1.png */
  width: 100%;
  height: 2201px;
  top: 640px;
  left: 0;
}

.lp-wrapper .smoke-2-1 {
  background: url("../gfx/lp/smoke-2-1.png") no-repeat right;
  width: 100%;
  height: 3174px;
  top: -512px;
  right: 0;
}

.lp-wrapper .smoke-2-2 {
  background: url("../gfx/lp/smoke-2-2.png") no-repeat left;
  width: 100%;
  height: 1834px;
  top: -512px;
  left: 0;
}

.lp-wrapper .smoke-2-2-2 {
  background: url("../gfx/lp/smoke-2-2-2.png") no-repeat right;
  width: 100%;
  height: 684px;
  top: 1800px;
  right: 0;
}

.lp-wrapper .smoke-4-1 {
  background: url("../gfx/lp/smoke-4-1.png") no-repeat right;
  width: 100%;
  height: 859px;
  top: 2160px;
  right: 0;
}

.lp-wrapper .arm-1 {
  background: url("../gfx/lp/arm-1.png") no-repeat;
  width: 404px;
  height: 202px;
  top: 2296px;
  right: 0;
}

.lp-wrapper .curved-line-1 {
  background: url("../gfx/lp/curved-line-1.png") no-repeat;
  width: 299px;
  height: 415px;
  position: relative;
  left: -148px;
  margin: 0 auto;
}

.lp-wrapper .curved-line-2 {
  background: url("../gfx/lp/curved-line-2.png") no-repeat;
  width: 146px;
  height: 356px;
  position: relative;
  left: 70px;
  margin: 0 auto;
}

.lp-wrapper .curved-line-3 {
  background: url("../gfx/lp/curved-line-3.png") no-repeat;
  width: 2px;
  height: 322px;
  position: relative;
  left: 140px;
  margin: 0 auto;
}

.lp-wrapper .curved-line-4 {
  background: url("../gfx/lp/curved-line-4.png") no-repeat;
  width: 194px;
  height: 356px;
  position: relative;
  top: 80px;
  left: 42px;
  margin: 0 auto;
}

.lp-wrapper .details .img-wrapper {
  height: 151.61px;
  line-height: 151.61px;
}

.lp-wrapper .details img.megelozes {
  width: 161.28px;
  height: 125.79px;
}

.lp-wrapper .details img.felkeszules {
  width: 134px;
  height: 112.04px;
}

.lp-wrapper .details img.felelosseg {
  width: 145.91px;
  height: 150.24px;
}

.lp-wrapper .details img.tudatossag {
  width: 151.61px;
  height: 151.61px;
}

.lp-wrapper .details span {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
}

.lp-wrapper .emblem-wrapper .emblem-1, .lp-wrapper .emblem-wrapper .emblem-2, .lp-wrapper .emblem-wrapper .emblem-3, .lp-wrapper .emblem-wrapper .emblem-4 {
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 4px 9px rgba(0, 0, 0, 0.7);
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.lp-wrapper .emblem-wrapper .emblem-1:hover, .lp-wrapper .emblem-wrapper .emblem-2:hover, .lp-wrapper .emblem-wrapper .emblem-3:hover, .lp-wrapper .emblem-wrapper .emblem-4:hover {
  color: #fff;
  -webkit-filter: drop-shadow(rgba(40, 160, 153, 0.2) 0px 4px 16px) drop-shadow(rgba(40, 160, 153, 0.2) 0px 8px 24px) drop-shadow(rgba(40, 160, 153, 0.2) 0px 16px 56px);
          filter: drop-shadow(rgba(40, 160, 153, 0.2) 0px 4px 16px) drop-shadow(rgba(40, 160, 153, 0.2) 0px 8px 24px) drop-shadow(rgba(40, 160, 153, 0.2) 0px 16px 56px);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.lp-wrapper .emblem-wrapper .emblem-1 {
  background: url("../gfx/lp/emblem-1.png") no-repeat;
  width: 276px;
  height: 51px;
}

.lp-wrapper .emblem-wrapper .emblem-2 {
  background: url("../gfx/lp/emblem-2.png") no-repeat;
  width: 217px;
  height: 52px;
}

.lp-wrapper .emblem-wrapper .emblem-3 {
  background: url("../gfx/lp/emblem-3.png") no-repeat;
  width: 202px;
  height: 52px;
}

.lp-wrapper .emblem-wrapper .emblem-4 {
  background: url("../gfx/lp/emblem-4.png") no-repeat;
  width: 219px;
  height: 52px;
}

.lp-wrapper .emblem-wrapper .emblem-5 {
  background: url("../gfx/lp/emblem-5.png") no-repeat;
  width: 282px;
  height: 51px;
}

.lp-wrapper .emblem-wrapper .emblem-6 {
  background: url("../gfx/lp/emblem-6.png") no-repeat;
  width: 391px;
  height: 532px;
}

.lp-wrapper .emblem-wrapper .buttons {
  position: relative;
  left: -32px;
}

.lp-wrapper .emblem-wrapper .logo {
  background: url("../gfx/logo-2.svg") no-repeat;
  background-size: 100% 100%;
  width: 309px;
  height: 201px;
  right: 96px;
  bottom: -64px;
}

.az-akciorol-wrapper span.hamburger, .subpages-wrapper span.hamburger {
  background: url("../gfx/icons/hamburger.svg") no-repeat;
  background-size: 100%;
  width: 12px;
  height: 10.51px;
  display: inline-block;
  margin: 0 0 0 4px;
}

.az-akciorol-wrapper {
  overflow-x: hidden;
}

.az-akciorol-wrapper span.text-bg-1 {
  background: url("../gfx/az-akciorol/text-bg-1.jpg") repeat top;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.az-akciorol-wrapper span.text-bg-2 {
  background: url("../gfx/az-akciorol/text-bg-2.jpg") repeat top;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.az-akciorol-wrapper .eye-1, .az-akciorol-wrapper .green-light-1, .az-akciorol-wrapper .green-light-2 {
  background-size: contain !important;
  position: absolute;
  z-index: -1;
}

.az-akciorol-wrapper .eye-1 {
  background: url("../gfx/az-akciorol/eye-1.png") no-repeat right;
  width: 100%;
  height: 1118px;
  top: 0;
  right: 0;
}

.az-akciorol-wrapper .green-light-1 {
  background: url("../gfx/az-akciorol/green-light-1.png") no-repeat left;
  width: 100%;
  height: 1566px;
  top: 0;
  left: 0;
}

.az-akciorol-wrapper .green-light-2 {
  background: url("../gfx/az-akciorol/green-light-2.png") no-repeat right;
  width: 100%;
  height: 2822px;
  top: 0;
  right: 0;
}

.az-akciorol-wrapper .curved-line-1 {
  background: url("../gfx/az-akciorol/curved-line-1.png") no-repeat;
  width: 370px;
  height: 147px;
  position: relative;
  left: -216px;
}

.az-akciorol-wrapper .curved-line-2 {
  background: url("../gfx/az-akciorol/curved-line-2.png") no-repeat;
  width: 379px;
  height: 370px;
  position: relative;
  left: -112px;
  margin: 0 auto;
}

.az-akciorol-wrapper .curved-line-3 {
  background: url("../gfx/az-akciorol/curved-line-3.png") no-repeat;
  width: 2px;
  height: 346px;
  position: relative;
  left: 144px;
  margin: 0 auto;
}

.az-akciorol-wrapper .car-top-1 {
  background: url("../gfx/az-akciorol/car-top-1.png") no-repeat;
  width: 1177px;
  height: 678px;
  position: relative;
  top: -420px;
}

.az-akciorol-wrapper .car-top-1-light {
  background: white;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0) 0%, #d9d9d9 40%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d9d9d9",GradientType=1);
  -webkit-clip-path: polygon(25% 8.5%, 100% 50%, 100% 100%, 0 100%, 9% 16.5%);
          clip-path: polygon(25% 8.5%, 100% 50%, 100% 100%, 0 100%, 9% 16.5%);
  width: 100vw;
  height: auto;
  position: absolute;
  top: 250px;
  padding: 0 0 128px 0;
  /*
        background: url('../gfx/az-akciorol/car-top-1-light.png') no-repeat;
        background-size: cover;
        width: 100%;
        height: auto;
        position: absolute;
        top: 320px;
        left: 0;
        right: 0;
        */
}

.az-akciorol-wrapper .car-top-details {
  margin-top: 388px;
}

.az-akciorol-wrapper .car-top-details h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 69px;
  background: linear-gradient(94.66deg, #28A099 18.87%, #116F69 118.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.az-akciorol-wrapper .car-top-details p {
  color: #2E2D2D;
}

.az-akciorol-wrapper .car-top-details p.fw-bold {
  color: #28A099;
}

.az-akciorol-wrapper .car-top-details .wrapper {
  height: auto;
}

.az-akciorol-wrapper .car-top-details .car-top-details-list {
  height: 256px;
  overflow-y: auto;
}

.az-akciorol-wrapper .car-top-details .car-top-details-list-scrollspy .indicator {
  width: 21.85px;
  height: 5.54px;
  border: 1px solid #2E2D2D;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: 32px 0 0 0;
}

.az-akciorol-wrapper .car-top-details .car-top-details-list-scrollspy .indicator:first-child {
  margin-top: 16px;
}

.az-akciorol-wrapper .car-top-details .car-top-details-list-scrollspy .indicator.active {
  background-color: #28A099;
  border-color: #28A099;
}

.az-akciorol-wrapper .rules {
  position: relative;
  top: -64px;
}

.subpages-wrapper h1, .subpages-wrapper h2, .subpages-wrapper h6 {
  font-weight: 700;
  color: #28A099;
}

.subpages-wrapper span.web, .subpages-wrapper span.map-1 {
  background-size: contain;
  top: 3px;
  position: relative;
}

.subpages-wrapper span.web {
  background: url("../gfx/icons/web.svg") no-repeat center;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.subpages-wrapper span.map-1 {
  background: url("../gfx/icons/map-1.svg") no-repeat center;
  width: 14px;
  height: 18px;
  display: inline-block;
}

.subpages-wrapper span.map-2 {
  background: url("../gfx/icons/map-2.svg") no-repeat center;
  background-size: contain;
  width: 18px;
  height: 22px;
  display: inline-block;
}

.subpages-wrapper span.mail {
  background: url("../gfx/icons/mail.svg") no-repeat center;
  background-size: contain;
  width: 20px;
  height: 18px;
  display: inline-block;
}

.subpages-wrapper span.phone {
  background: url("../gfx/icons/phone.svg") no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.subpages-wrapper span.chevron-left {
  background: url("../gfx/icons/chevron-left.svg") no-repeat center;
  background-size: contain;
  width: 7px;
  height: 12px;
  display: inline-block;
}

.subpages-wrapper span.chevron-right {
  background: url("../gfx/icons/chevron-right.svg") no-repeat center;
  background-size: contain;
  width: 7px;
  height: 12px;
  display: inline-block;
}

.subpages-wrapper span.download-1 {
  background: url("../gfx/icons/download-1.svg") no-repeat center;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.subpages-wrapper .green-light-1, .subpages-wrapper .green-light-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.subpages-wrapper .eye-1 {
  background: url("../gfx/subpages/eye-1.png") no-repeat right;
  background-size: contain !important;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.subpages-wrapper .green-light-1 {
  background: url("../gfx/subpages/green-light-1.png") no-repeat top left;
  top: 0;
  left: 0;
}

.subpages-wrapper .green-light-2 {
  background: url("../gfx/subpages/green-light-2.png") no-repeat top right;
  top: 0;
  right: 0;
}

.subpages-wrapper .curved-line-1 {
  background: url("../gfx/subpages/curved-line-1.png") no-repeat;
  width: 280px;
  height: 311px;
  position: relative;
  left: 0;
  margin: 0 auto;
}

.subpages-wrapper .curved-line-2 {
  background: url("../gfx/subpages/curved-line-2.png") no-repeat;
  width: 322px;
  height: 2px;
  position: relative;
  left: 0;
  margin: 0 auto;
}

.subpages-wrapper .icon-3 {
  margin: 154px 0 0 0;
}

.subpages-wrapper .icon-4, .subpages-wrapper .icon-5 {
  margin: 212px 0 0 0;
}

.subpages-wrapper ul.info li {
  padding: 0;
  margin: 12px 0 0 0;
}

.subpages-wrapper ul.downloads a {
  font-weight: 300;
  text-decoration: none;
}

.subpages-wrapper ul.downloads li {
  padding: 0;
  margin: 20px 0 0 0;
}

.pagination {
  margin: 0;
}

.pagination .page-item {
  margin: 0 64px 0 0;
}

.pagination .page-item:last-child {
  margin: 0;
}

.pagination .page-item .page-link {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  background-color: transparent;
  border: 0;
  padding: 4px;
}

.pagination .page-item .page-link:hover {
  color: #28A099;
}

.pagination .page-item.active .page-link {
  color: #28A099;
}

.footer {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(100.3%, rgba(175, 166, 166, 0.08)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(175, 166, 166, 0.08) 100.3%);
  min-height: 328px;
  padding: 96px 0 96px 0;
}

.footer .logo {
  max-height: 43px;
}

.footer .nav .nav-item {
  padding: 4px 0 4px 0;
  margin: 0 0 0 38px;
}

.footer .nav .nav-item:first-child {
  margin: 0;
}

.footer .nav .nav-item .nav-link {
  color: #fff;
  padding: 0;
}

.footer .nav .nav-item .nav-link:hover {
  color: #fff;
}

.footer small {
  color: rgba(255, 255, 255, 0.75);
}

.modal .nav .nav-item {
  margin: 22px 0 0 0;
}

.modal .nav .nav-item:first-child {
  margin: 0;
}

.modal .nav .nav-item .nav-link {
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  padding: 0;
}

.modal .nav .nav-item .nav-link:hover {
  color: #fff;
}

.modal#hamburgerModal .modal-dialog .modal-content {
  background: radial-gradient(50% 50% at 50% 50%, #272727 0%, #141414 100%);
}

.modal#hamburgerModal .modal-dialog .modal-content .modal-header {
  border: 0;
}

.modal#hamburgerModal .modal-dialog .modal-content .modal-header .modal-title .logo {
  max-height: 20.43px;
}

.modal#hamburgerModal .modal-dialog .modal-content .modal-header .btn-close {
  background: url("../gfx/icons/close.svg") no-repeat;
  width: 17px;
  height: 17px;
  padding: 0;
  margin: 0;
  opacity: 1;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-6px, 12px);
            transform: translate(-6px, 12px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-6px, 12px);
            transform: translate(-6px, 12px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media (min-width: 0px) and (max-width: 320px) {
  .az-akciorol-wrapper .car-top-1 .car-top-1-light {
    -webkit-clip-path: polygon(73.4% 4.5%, 100% 25%, 100% 100%, -75% 100%, 27.5% 8.8%);
            clip-path: polygon(73.4% 4.5%, 100% 25%, 100% 100%, -75% 100%, 27.5% 8.8%);
    top: 128px;
    padding: 0 0 256px 0;
  }
  .az-akciorol-wrapper .car-top-details {
    margin-top: 128px;
    top: 128px;
    position: relative;
  }
  .az-akciorol-wrapper .car-top-details h1 {
    font-size: 32px;
    line-height: initial;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  .az-akciorol-wrapper .car-top-1 .car-top-1-light {
    -webkit-clip-path: polygon(62.4% 4.5%, 100% 25%, 100% 100%, -60% 100%, 24% 9%);
            clip-path: polygon(62.4% 4.5%, 100% 25%, 100% 100%, -60% 100%, 24% 9%);
    top: 128px;
    padding: 0 0 256px 0;
  }
  .az-akciorol-wrapper .car-top-details {
    margin-top: 128px;
    top: 128px;
    position: relative;
  }
  .az-akciorol-wrapper .car-top-details h1 {
    font-size: 32px;
    line-height: initial;
  }
}

@media (min-width: 376px) and (max-width: 425px) {
  .az-akciorol-wrapper .car-top-1 .car-top-1-light {
    -webkit-clip-path: polygon(55.4% 4.5%, 100% 25%, 100% 100%, -60% 100%, 21% 9%);
            clip-path: polygon(55.4% 4.5%, 100% 25%, 100% 100%, -60% 100%, 21% 9%);
    top: 128px;
    padding: 0 0 256px 0;
  }
  .az-akciorol-wrapper .car-top-details {
    margin-top: 128px;
    top: 128px;
    position: relative;
  }
  .az-akciorol-wrapper .car-top-details h1 {
    font-size: 32px;
    line-height: initial;
  }
}

@media (min-width: 0px) and (max-width: 991.98px) {
  h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .section-title {
    font-size: 14px;
    line-height: 15px;
  }
  .pt-132 {
    padding-top: 48px !important;
  }
  .mt-248 {
    margin-top: 48px !important;
  }
  .campaign-video {
    height: 192px;
  }
  span.text-bg-1 {
    background: url("../gfx/lp/text-bg-1-2.jpg") repeat top;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  span.text-bg-2 {
    background: url("../gfx/lp/text-bg-2-2.jpg") repeat top;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  nav.main-nav .logo {
    max-height: 32px;
  }
  .carousel {
    border: 0;
  }
  .carousel.slide .carousel-inner .carousel-item img {
    height: 332px;
    -o-object-position: center;
       object-position: center;
  }
  .carousel.slide .carousel-inner .carousel-item .carousel-caption {
    margin: 0 0 36px 0;
  }
  .carousel.slide .carousel-inner .carousel-item .carousel-caption .btn.btn-primary {
    font-size: 14px;
    border-radius: 4.07217px;
    padding: 3px 12px;
  }
  .carousel.slide .carousel-indicators {
    margin: 0 0 32px 0;
  }
  .carousel.slide .carousel-indicators button {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    width: 15.78px;
    height: 4px;
    margin: 0 10px 0 0;
    opacity: 1;
  }
  .carousel.slide .carousel-indicators button:last-child {
    margin: 0;
  }
  .carousel.slide .carousel-indicators button.active {
    background-color: #28A099;
    border-color: #28A099;
  }
  .lp-wrapper .smoke-1, .lp-wrapper .smoke-2-1, .lp-wrapper .smoke-2-2, .lp-wrapper .smoke-2-2-2, .lp-wrapper .smoke-4-1 {
    background-size: 175% !important;
  }
  .lp-wrapper .smoke-1 {
    background: url("../gfx/lp/smoke-1-2.png") no-repeat left;
    top: 640px;
    left: 0;
  }
  .lp-wrapper .smoke-2-1 {
    background: url("../gfx/lp/smoke-2-1.png") no-repeat right;
    top: -512px;
    right: 0;
  }
  .lp-wrapper .smoke-2-2 {
    background: url("../gfx/lp/smoke-2-2.png") no-repeat left;
    top: -720px;
    left: 0;
  }
  .lp-wrapper .smoke-2-2-2 {
    background: url("../gfx/lp/smoke-2-2-2.png") no-repeat right;
    top: 1800px;
    right: 0;
  }
  .lp-wrapper .smoke-4-1 {
    background: url("../gfx/lp/smoke-4-1.png") no-repeat right;
    top: 2160px;
    right: 0;
  }
  .lp-wrapper .arm-1 {
    background: url("../gfx/lp/arm-1-2.png") no-repeat;
    width: 249px;
    height: 114px;
    top: 1980px;
    right: 0;
  }
  .lp-wrapper .road-2 {
    background-position: -720px -240px;
  }
  .lp-wrapper .curved-line-1 {
    background: url(../gfx/lp/curved-line-1-2.png) no-repeat;
    width: 99px;
    height: 259px;
    position: relative;
    left: -44px;
    margin: 0 auto;
  }
  .lp-wrapper .curved-line-2 {
    background: url(../gfx/lp/curved-line-2-2.png) no-repeat;
    width: 90px;
    height: 253px;
    position: relative;
    left: -44px;
    margin: 0 auto;
  }
  .lp-wrapper .curved-line-3 {
    display: none;
  }
  .lp-wrapper .curved-line-4 {
    background: url(../gfx/lp/curved-line-4-2.png) no-repeat;
    width: 4px;
    height: 148px;
    position: relative;
    top: 64px;
    left: 0;
    margin: 0 auto;
  }
  .lp-wrapper .emblem-wrapper .emblem-6 {
    background-position: -340px 0;
  }
  .lp-wrapper .emblem-wrapper .buttons {
    left: -128px;
  }
  .lp-wrapper .emblem-wrapper .logo {
    max-height: 128px;
    right: 0;
    bottom: -32px;
  }
  .lp-wrapper .supporters img {
    max-height: 32px;
  }
  .az-akciorol-wrapper .curved-line-1 {
    background: url("../gfx/az-akciorol/curved-line-1-2.png") no-repeat;
    width: 77px;
    height: 147px;
    position: relative;
    left: 24px;
  }
  .az-akciorol-wrapper .curved-line-2 {
    background: url("../gfx/az-akciorol/curved-line-2-2.png") no-repeat;
    width: 99px;
    height: 259px;
    position: relative;
    left: -80px;
  }
  .az-akciorol-wrapper .curved-line-3 {
    background: url("../gfx/az-akciorol/curved-line-3-2.png") no-repeat;
    width: 4px;
    height: 148px;
    position: relative;
    left: 0;
    margin: 0 auto;
  }
  .az-akciorol-wrapper .eye-1 {
    top: 220px;
  }
  .az-akciorol-wrapper .car-top-1 {
    background-size: contain;
    width: 579.53px;
    height: 333.63px;
    top: 0;
  }
  .az-akciorol-wrapper .rules {
    position: relative;
    top: 444px;
  }
  .footer {
    padding: 48px 0 48px 0;
  }
  .footer .nav .nav-item {
    padding: 0;
    margin: 20px 0 0 0;
  }
  .footer .nav .nav-item:first-child {
    margin: 0;
  }
  .footer .nav.social .nav-item {
    margin: 0 0 0 20px;
  }
  .footer .nav.social .nav-item:first-child {
    margin: 0;
  }
  .maintenance .smoke-left {
    background-size: 125% auto;
  }
  .maintenance .smoke-right {
    background-size: 125% auto;
  }
  .maintenance .smoke-bot {
    background-size: 150% auto;
    background-position: center bottom;
  }
}

@media (min-width: 0px) and (max-width: 380px) {
  .lp-wrapper .arm-1 {
    background: url("../gfx/lp/arm-1-2.png") no-repeat;
    width: 249px;
    height: 114px;
    top: 2016px;
    right: 0;
  }
  .lp-wrapper .emblem-wrapper .emblem-6 {
    background-position: -342px 0;
  }
  .lp-wrapper .emblem-wrapper .buttons {
    left: -72px;
  }
  .lp-wrapper .emblem-wrapper .logo {
    max-height: 128px;
    right: -16px;
    bottom: -32px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .lp-wrapper .smoke-1, .lp-wrapper .smoke-2-1, .lp-wrapper .smoke-2-2, .lp-wrapper .smoke-2-2-2, .lp-wrapper .smoke-4-1 {
    background-size: 125% !important;
  }
  .lp-wrapper .arm-1 {
    background: url("../gfx/lp/arm-1.png") no-repeat;
    width: 404px;
    height: 202px;
    top: 1886px;
    right: 0;
  }
  .lp-wrapper .emblem-wrapper .emblem-1, .lp-wrapper .emblem-wrapper .emblem-2, .lp-wrapper .emblem-wrapper .emblem-3, .lp-wrapper .emblem-wrapper .emblem-4 {
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 4px 9px rgba(0, 0, 0, 0.7);
    text-decoration: none;
    display: inline-block;
  }
  .lp-wrapper .emblem-wrapper .emblem-1:hover, .lp-wrapper .emblem-wrapper .emblem-2:hover, .lp-wrapper .emblem-wrapper .emblem-3:hover, .lp-wrapper .emblem-wrapper .emblem-4:hover {
    color: #fff;
    -webkit-filter: drop-shadow(rgba(40, 160, 153, 0.2) 0px 4px 16px) drop-shadow(rgba(40, 160, 153, 0.2) 0px 8px 24px) drop-shadow(rgba(40, 160, 153, 0.2) 0px 16px 56px);
            filter: drop-shadow(rgba(40, 160, 153, 0.2) 0px 4px 16px) drop-shadow(rgba(40, 160, 153, 0.2) 0px 8px 24px) drop-shadow(rgba(40, 160, 153, 0.2) 0px 16px 56px);
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .lp-wrapper .emblem-wrapper .emblem-1 {
    background: url("../gfx/lp/emblem-1.png") no-repeat;
    width: 276px;
    height: 51px;
  }
  .lp-wrapper .emblem-wrapper .emblem-2 {
    background: url("../gfx/lp/emblem-2.png") no-repeat;
    width: 217px;
    height: 52px;
  }
  .lp-wrapper .emblem-wrapper .emblem-3 {
    background: url("../gfx/lp/emblem-3.png") no-repeat;
    width: 202px;
    height: 52px;
  }
  .lp-wrapper .emblem-wrapper .emblem-4 {
    background: url("../gfx/lp/emblem-4.png") no-repeat;
    width: 219px;
    height: 52px;
  }
  .lp-wrapper .emblem-wrapper .emblem-5 {
    background: url("../gfx/lp/emblem-5.png") no-repeat;
    width: 282px;
    height: 51px;
  }
  .lp-wrapper .emblem-wrapper .emblem-6 {
    background: url("../gfx/lp/emblem-6.png") no-repeat;
    width: 391px;
    height: 532px;
  }
  .lp-wrapper .emblem-wrapper .buttons {
    position: relative;
    left: -32px;
  }
  .lp-wrapper .emblem-wrapper .logo {
    max-height: 128px;
    right: -32px;
    bottom: -32px;
  }
  .az-akciorol-wrapper .car-top-1 .car-top-1-light {
    -webkit-clip-path: polygon(31% 7.2%, 100% 50%, 100% 100%, 0 100%, 11.5% 11.8%);
            clip-path: polygon(31% 7.2%, 100% 50%, 100% 100%, 0 100%, 11.5% 11.8%);
    top: 110px;
    padding: 0 0 256px 0;
  }
  .az-akciorol-wrapper .car-top-details {
    margin-top: 128px;
    top: 144px;
    position: relative;
  }
  .az-akciorol-wrapper .car-top-details h1 {
    font-size: 32px;
    line-height: initial;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .maintenance .smoke-left {
    background-size: 100% auto;
  }
  .maintenance .smoke-right {
    background-size: 100% auto;
  }
  .maintenance .smoke-bot {
    background-size: 100% auto;
    background-position: center bottom;
  }
  .carousel.slide .carousel-inner .carousel-item img {
    height: 400px;
  }
  .lp-wrapper .arm-1 {
    background: url("../gfx/lp/arm-1.png") no-repeat;
    width: 404px;
    height: 202px;
    top: 2348px;
    right: -128px;
  }
  .lp-wrapper .emblem-wrapper .buttons {
    position: relative;
    left: -32px;
  }
  .lp-wrapper .emblem-wrapper .logo {
    max-height: 172px;
    right: 160px;
    bottom: -48px;
  }
  .az-akciorol-wrapper .curved-line-1 {
    left: 0;
  }
  .az-akciorol-wrapper .car-top-1 .car-top-1-light {
    -webkit-clip-path: polygon(47% 8.8%, 100% 50%, 100% 100%, 0 100%, 17.5% 16.3%);
            clip-path: polygon(47% 8.8%, 100% 50%, 100% 100%, 0 100%, 17.5% 16.3%);
  }
  .az-akciorol-wrapper .car-top-1 .car-top-details h1 {
    font-size: 32px;
    line-height: initial;
  }
  .footer .nav .nav-item {
    margin: 0 0 0 38px;
  }
  .footer .nav .nav-item:first-child {
    margin: 0;
  }
  .footer .nav .nav-item .nav-link {
    font-size: 14px;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .az-akciorol-wrapper .curved-line-1 {
    left: 0;
  }
  .az-akciorol-wrapper .car-top-1 .car-top-1-light {
    -webkit-clip-path: polygon(33% 9%, 100% 50%, 100% 100%, 0 100%, 12% 16.4%);
            clip-path: polygon(33% 9%, 100% 50%, 100% 100%, 0 100%, 12% 16.4%);
  }
}

@media (min-width: 1400px) {
  .lp-wrapper .arm-1 {
    background: url("../gfx/lp/arm-1.png") no-repeat;
    width: 404px;
    height: 202px;
    top: 2216px;
    right: 0;
  }
}

@media (min-width: 2048px) {
  .az-akciorol-wrapper .car-top-1 .car-top-1-light {
    -webkit-clip-path: polygon(19% 8.5%, 100% 50%, 100% 100%, 0 100%, 7% 16%);
            clip-path: polygon(19% 8.5%, 100% 50%, 100% 100%, 0 100%, 7% 16%);
  }
}
/*# sourceMappingURL=style.css.map */