@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&family=Raleway:wght@400;500;600;700&display=swap");
* {
  padding: 0px;
  margin: 0px;
}

img {
  border: 0px;
  max-width: 100%;
}

sup {
  vertical-align: top;
  position: relative;
  top: -0.5em;
  padding-left: 1px;
}

sub {
  vertical-align: bottom;
  position: relative;
  bottom: -0.5em;
  padding-left: 1px;
}

u {
  text-underline-position: under;
}

ul > li {
  list-style-type: none;
}

.center {
  text-align: center;
}

.clear {
  display: block;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  clear: both;
}

.clear.divider10 {
  height: 10px;
}

.clear.divider20 {
  height: 20px;
}

.clear.divider30 {
  height: 30px;
}

.img {
  font-size: 0px;
  line-height: 0px;
}

*:focus {
  /* because of iPhone browsers */
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a, a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner,
select::-moz-focus-inner {
  border: none;
  outline: none !important;
}

input {
  border-radius: 0px; /* disable iOS browsers auto border radius */
  background: none; /* disable Firefox default grey background */
  outline: none;
}

/* disable arrows for input number */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=submit] {
  /* for iOS browsers */
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

textarea {
  background: none; /* disable Firefox default grey background */
  resize: none;
  outline: none;
  overflow: auto; /* disable scrollbar in IE */
  /* for iOS browsers */
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0px; /* disable default radius in iOS browsers */
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

select {
  background: none; /* disable default grey background */
  outline: none; /* for Chrome */
  -moz-appearance: none; /* hide arrow */
  -webkit-appearance: none;
  appearance: none;
}

select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #000 !important;
}

option:not(:checked) {
  color: black; /* prevent <option>s from becoming transparent as well */
}

table {
  border-collapse: collapse;
  /* kis kijelzon hosszu szavak tordelesehez */
  table-layout: fixed;
}

table td {
  /* kis kijelzon hosszu szavak tordelesehez */
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* BX slidernel a Chrome legujabb verziojaban (2021. februar) ha lapozunk, akkor egy elmosas (blur) kerul a slider elemeire, kepre, szovegre egyarant, ezt hidalja at ez a beallitas */
.bx-viewport, .bx-viewport * {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

::placeholder {
  opacity: 1;
}

::-webkit-input-placeholder {
  /* ezt kulon ki kell irni, mert mobil Chrome-ban csak igy mukodik, ha az elozo melle irom vesszovel, akkor nem */
  opacity: 1;
}

::selection {
  color: #ffffff;
  background: #222226;
}

::-moz-selection {
  color: #ffffff;
  background: #222226;
}

/* */
html {
  /* ez iOS eszkozoknek kell, iPhone-nak biztos, mert van, hogy nem jol jelenitik meg az oldalt */
  -webkit-text-size-adjust: 100%;
}

body.touchScreen * {
  /* mobiloknak, ha kattintunk, akkor ne valtozzon az elem szine/hatterszine, pl. mobil Chrome-ban kekre */
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

/* mobile menu */
/*

.mobileMenu{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	background-color:rgba(0, 0, 0, 0.5);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding-top:100px;
	display:none;
	z-index:100000;
}

.mobileMenu > div{
	text-align:center;
	vertical-align:middle;
	opacity:0;
}

.mobileMenu.absolute > div{
	display:block;
	margin-right:auto;
	margin-left:auto;
}

.mobileMenu > div > a.close{
	font-size:28px;
}

.mobileMenu > div > div > ul{
	font-size:0px;
	padding-top:30px;
}

.mobileMenu > div > div > ul > li{
	line-height:20px;
	padding-bottom:10px;
	list-style-type:none;
}

.mobileMenu > div > div > ul > li:last-child{
	padding-bottom:0px;
}

.mobileMenu > div > div > ul > li > a{
	font-size:20px;
	color:#ffffff;
	text-transform:uppercase;
	text-decoration:none;
}

.mobileMenu > div > div > ul > li > ul{
	display:none;
}

.mobileMenu > div > .languages > ul{
	display:inline-block;
}

.mobileMenu > div > .languages > ul > li{
	float:left;
	margin-right:20px;
}

.mobileMenu > div > .languages > ul > li:last-child{
	margin-right:0px;
}

.mobileMenu > div > .languages > ul > li.active > a{
	font-weight:700;
}

*/
/* popup */
/*

.popupBg{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	background-color:rgba(0, 0, 0, 0.5);
	display:none;
}

.popup{
	position:fixed;
	top:100px;
	left:0px;
	width:100%;
	text-align:center;
	display:none;
}

.popup > div{
	display:inline-block;
	background-color:#ffffff;
}

.popup > div > div{
	position:relative;
	padding:50px;
	text-align:left;
}

.popup > div > div > a{
	display:inline-block;
	position:absolute;
	top:20px;
	right:20px;
	font-size:18px;
	color:@colorBlack2;
}

.popup > div > div > div{
}

.popup > div > div > div > h2{
	font-weight:600;
	font-size:70px;
	line-height:70px;
	padding-bottom:18px;
}

.popup > div > div > div > h3{
	font-weight:500;
	font-size:36px;
	line-height:36px;
	padding-bottom:22px;
}

.popup > div > div > div > p{
	max-width:360px;
	font-weight:300;
	font-size:18px;
	line-height:22px;
	padding-bottom:25px;
	text-align:justify;
}

*/
.btn {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1em;
  color: #ffffff;
  background-color: #2980b9;
  padding: 15px 25px;
}

body {
  font-family: Raleway, serif;
  font-weight: 400;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0.5px;
}
body > .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../img/bg1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 100;
}

header, section, footer {
  position: relative;
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
  z-index: 200;
}
header > .wrap, section > .wrap, footer > .wrap {
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

header {
  border-top: 5px solid #2980b9;
  background-color: #ffffff;
}
header > .wrap > .content {
  padding-top: 25px;
  padding-bottom: 25px;
}
header > .wrap > .content > ul {
  display: table;
  width: 100%;
}
header > .wrap > .content > ul > li {
  display: table-cell;
  vertical-align: middle;
}
header > .wrap > .content > ul > li:first-child > a {
  display: inline-block;
  color: #222226;
}
header > .wrap > .content > ul > li:first-child > a > span {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 1em;
  color: #2980b9;
  padding-bottom: 5px;
}
@media screen and (max-width: 1299px) {
  header > .wrap > .content > ul > li:first-child > a > span {
    font-size: 20px;
  }
}
header > .wrap > .content > ul > li:first-child > a > label {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1em;
}
@media screen and (max-width: 1299px) {
  header > .wrap > .content > ul > li:first-child > a > label {
    font-size: 16px;
  }
}
header > .wrap > .content > ul > li:last-child {
  text-align: right;
  /* nav */
}
header > .wrap > .content > ul > li:last-child > nav {
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  header > .wrap > .content > ul > li:last-child > nav {
    display: none;
  }
}
header > .wrap > .content > ul > li:last-child > nav > ul {
  display: inline-block;
}
header > .wrap > .content > ul > li:last-child > nav > ul > li {
  float: left;
  border-right: 1px solid #222226;
  padding-right: 25px;
  padding-left: 25px;
}
header > .wrap > .content > ul > li:last-child > nav > ul > li:last-child {
  border: none;
  padding-right: 0;
}
header > .wrap > .content > ul > li:last-child > nav > ul > li > a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1em;
  color: #222226;
  text-transform: uppercase;
  transition: color 0.3s;
}
@media screen and (max-width: 1299px) {
  header > .wrap > .content > ul > li:last-child > nav > ul > li > a {
    font-size: 14px;
  }
}
header > .wrap > .content > ul > li:last-child > nav > ul > li > a:hover {
  color: #2980b9;
}
header > .wrap > .content > ul > li:last-child > a {
  font-size: 30px;
  line-height: 1em;
  color: #222226;
  display: none;
}
@media screen and (max-width: 1023px) {
  header > .wrap > .content > ul > li:last-child > a {
    display: block;
  }
}
/* header */
section > .wrap > .content {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1299px) {
  section > .wrap > .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
section > .wrap > .content > h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 1em;
  padding-bottom: 1.6em;
  text-align: center;
}
@media screen and (max-width: 1299px) {
  section > .wrap > .content > h2 {
    font-size: 34px;
    padding-bottom: 1.4em;
  }
}
@media screen and (max-width: 1023px) {
  section > .wrap > .content > h2 {
    font-size: 30px;
    padding-bottom: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  section > .wrap > .content > h2 {
    font-size: 26px;
  }
}
section.hero > .wrap {
  max-width: 100%;
  padding: 0;
}
section.hero > .wrap > .content {
  position: relative;
  padding: 0;
}
section.hero > .wrap > .content > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.hero > .wrap > .content > div {
    width: 100%;
  }
}
section.hero > .wrap > .content > div > h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1em;
  color: #ffffff;
  padding-bottom: 1em;
  white-space: nowrap;
}
@media screen and (max-width: 1299px) {
  section.hero > .wrap > .content > div > h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1023px) {
  section.hero > .wrap > .content > div > h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  section.hero > .wrap > .content > div > h1 {
    font-size: 24px;
    white-space: normal;
  }
}
@media screen and (max-width: 499px) {
  section.hero > .wrap > .content > div > h1 {
    font-size: 20px;
  }
}
section.hero > .wrap > .content > div > h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.4em;
  color: #ffffff;
}
@media screen and (max-width: 1299px) {
  section.hero > .wrap > .content > div > h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1023px) {
  section.hero > .wrap > .content > div > h2 {
    font-size: 20px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 499px) {
  section.hero > .wrap > .content > div > h2 {
    font-size: 16px;
  }
}
section.about {
  background-color: #ffffff;
}
section.about > .wrap > .content > ul {
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.about > .wrap > .content > ul {
    display: block;
    max-width: 600px;
    margin: auto;
  }
}
section.about > .wrap > .content > ul > li {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 1299px) {
  section.about > .wrap > .content > ul > li {
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  section.about > .wrap > .content > ul > li {
    display: block;
  }
}
section.about > .wrap > .content > ul > li:first-child {
  width: 400px;
}
@media screen and (max-width: 1299px) {
  section.about > .wrap > .content > ul > li:first-child {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  section.about > .wrap > .content > ul > li:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.about > .wrap > .content > ul > li:first-child > div {
    max-width: 260px;
    padding-bottom: 40px;
    margin: auto;
  }
}
section.about > .wrap > .content > ul > li:first-child > div > img {
  position: relative;
  box-shadow: -10px 10px 0px 0px #2980b9;
  -webkit-box-shadow: -10px 10px 0px 0px #2980b9;
  -moz-box-shadow: -10px 10px 0px 0px #2980b9;
}
section.about > .wrap > .content > ul > li:last-child > div {
  padding-left: 60px;
}
@media screen and (max-width: 1299px) {
  section.about > .wrap > .content > ul > li:last-child > div {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.about > .wrap > .content > ul > li:last-child > div {
    padding-left: 0;
  }
}
section.about > .wrap > .content > ul > li:last-child > div > h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 1em;
  color: #2980b9;
  padding-bottom: 8px;
}
@media screen and (max-width: 1299px) {
  section.about > .wrap > .content > ul > li:last-child > div > h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  section.about > .wrap > .content > ul > li:last-child > div > h3 {
    text-align: center;
  }
}
section.about > .wrap > .content > ul > li:last-child > div > h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1em;
  padding-bottom: 30px;
}
@media screen and (max-width: 1299px) {
  section.about > .wrap > .content > ul > li:last-child > div > h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.about > .wrap > .content > ul > li:last-child > div > h4 {
    text-align: center;
  }
}
section.about > .wrap > .content > ul > li:last-child > div > p {
  font-size: 18px;
  line-height: 1.4em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 1299px) {
  section.about > .wrap > .content > ul > li:last-child > div > p {
    font-size: 16px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 499px) {
  section.about > .wrap > .content > ul > li:last-child > div > p {
    font-size: 15px;
  }
}
section.services {
  position: relative;
}
section.services:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}
section.services > .wrap {
  position: relative;
}
section.services > .wrap > .content > h2 {
  color: #ffffff;
}
section.contact {
  background-color: #ffffff;
}
section.contact > .wrap > .content {
  /* ul */
}
section.contact > .wrap > .content > ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}
@media screen and (max-width: 1023px) {
  section.contact > .wrap > .content > ul {
    max-width: 500px;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
    margin: auto;
  }
}
section.contact > .wrap > .content > ul > li {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  section.contact > .wrap > .content > ul > li:first-child > div > ul > li:last-child {
    display: none;
  }
}
section.contact > .wrap > .content > ul > li > div > h3 {
  font-size: 22px;
  line-height: 1.4em;
  color: #2980b9;
  padding-bottom: 1.2em;
}
@media screen and (max-width: 1299px) {
  section.contact > .wrap > .content > ul > li > div > h3 {
    font-size: 18px;
  }
}
section.contact > .wrap > .content > ul > li > div > ul {
  display: inline-block;
  text-align: left;
}
section.contact > .wrap > .content > ul > li > div > ul > li {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6em;
  padding-bottom: 1.2em;
  padding-left: 30px;
}
@media screen and (max-width: 1299px) {
  section.contact > .wrap > .content > ul > li > div > ul > li {
    font-size: 16px;
  }
}
section.contact > .wrap > .content > ul > li > div > ul > li > a {
  color: #222226;
  transition: color 0.3s;
}
section.contact > .wrap > .content > ul > li > div > ul > li > a:hover {
  color: #2980b9;
}
section.contact > .wrap > .content > ul > li > div > ul > li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-family: "Font Awesome 6 Free", serif;
  color: #2980b9;
  content: "";
}
section.contact > .wrap > .content > ul > li > div > ul > li.map:before {
  font-weight: 700;
  content: "\f3c5";
}
section.contact > .wrap > .content > ul > li > div > ul > li.time:before {
  font-weight: 400;
  content: "\f133";
}
section.contact > .wrap > .content > ul > li > div > ul > li.phone:before {
  font-weight: 700;
  content: "\f095";
}
section.contact > .wrap > .content > ul > li > div > ul > li.web:before {
  font-weight: 700;
  content: "\f0ac";
}
section.contact > .wrap > .content > ul > li > div > div {
  padding-top: 30px;
}
@media screen and (max-width: 1023px) {
  section.contact > .wrap > .content > ul > li > div > div {
    padding-top: 20px;
  }
}
section.payments {
  position: relative;
  background-image: url("../img/bg2.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
section.payments:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2980b9;
  opacity: 0.3;
  content: "";
}
section.payments > .wrap {
  position: relative;
}
section.payments > .wrap > .content > h2 {
  color: #ffffff;
}
section.contactForm {
  background-color: #94bfdc;
}
section.contactForm > .wrap > .content > .form {
  max-width: 800px;
  margin: auto;
}
section.contactForm > .wrap > .content > .form > p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4em;
  padding-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 1299px) {
  section.contactForm > .wrap > .content > .form > p {
    font-size: 16px;
  }
}
section.contactForm > .wrap > .content > .form > div > ul > li {
  padding-bottom: 20px;
}
section.contactForm > .wrap > .content > .form > div > ul > li > input {
  width: 100%;
  height: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 50px;
  border: none;
  border-bottom: 2px solid #2980b9;
  background-color: #ffffff;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media screen and (max-width: 1299px) {
  section.contactForm > .wrap > .content > .form > div > ul > li > input {
    font-size: 16px;
  }
}
section.contactForm > .wrap > .content > .form > div > ul > li > textarea {
  width: 100%;
  height: 200px;
  font-family: Raleway, serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6em;
  border: none;
  border-bottom: 2px solid #2980b9;
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
section.contactForm > .wrap > .content > .form > div > .msg {
  display: none;
  position: relative;
  background-color: #ffffff;
  padding: 20px 25px 20px 65px;
  margin-bottom: 20px;
}
section.contactForm > .wrap > .content > .form > div > .msg:before {
  position: absolute;
  top: 19px;
  left: 25px;
  display: inline-block;
  font-family: "Font Awesome 6 Free", serif;
  font-size: 24px;
  line-height: 1em;
}
section.contactForm > .wrap > .content > .form > div > .msg > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6em;
}
section.contactForm > .wrap > .content > .form > div > .msg.success {
  border-left: 5px solid #44bd32;
}
section.contactForm > .wrap > .content > .form > div > .msg.success:before {
  color: #44bd32;
  content: "\f058";
}
section.contactForm > .wrap > .content > .form > div > .msg.error {
  border-left: 5px solid #e84118;
}
section.contactForm > .wrap > .content > .form > div > .msg.error:before {
  font-weight: 700;
  color: #e84118;
  content: "\f06a";
}
/* section */
footer {
  background-color: #222226;
}
footer > .wrap > .content {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
footer > .wrap > .content > p {
  font-size: 16px;
  line-height: 1em;
  color: #ffffff;
}

/* footer */
.tiles > ul {
  display: block;
  grid-gap: 30px;
  margin: auto;
}
.tiles > ul.two {
  max-width: 800px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .tiles > ul.two {
    grid-template-columns: 1fr;
  }
}
.tiles > ul.three {
  max-width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1023px) {
  .tiles > ul.three {
    max-width: 350px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .tiles > ul {
    max-width: 250px;
    grid-template-columns: 1fr;
  }
}
.tiles > ul > li {
  text-align: center;
  padding:10px;
}
.tiles > ul > li > div {
  background-color: #ffffff;
  box-shadow: -8px 8px 0px 0px #2980b9;
  -webkit-box-shadow: -8px 8px 0px 0px #2980b9;
  -moz-box-shadow: -8px 8px 0px 0px #2980b9;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .tiles > ul > li > div {
    padding: 20px;
  }
}
.tiles > ul > li > div > div {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .tiles > ul > li > div > div {
    padding-bottom: 20px;
  }
}
.tiles > ul > li > div > div > img {
  max-width: 105px;
}
@media screen and (max-width: 767px) {
  .tiles > ul > li > div > div > img {
    width: 80px;
  }
}
.tiles > ul > li > div > h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2em;
}
@media screen and (max-width: 1299px) {
  .tiles > ul > li > div > h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .tiles > ul > li > div > h3 {
    font-size: 15px;
  }
}

.mobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1000;
  display: none;
}
.mobileMenu > div {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mobileMenu > div > ul > li {
  font-size: 18px;
  line-height: 1em;
  color: #ffffff;
  padding-bottom: 30px;
  text-align: center;
}
.mobileMenu > div > ul > li > a {
  display: inline-block;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}
.mobileMenu > div > ul > li:first-child > a {
  font-size: 30px;
}

@supports (-webkit-appearance: -apple-pay-button) { 
    .apple-pay-button {
        display: inline-block;
        -webkit-appearance: -apple-pay-button;
    }
    .apple-pay-button-black {
        -apple-pay-button-style: black;
    }
    .apple-pay-button-white {
        -apple-pay-button-style: white;
    }
    .apple-pay-button-white-with-line {
        -apple-pay-button-style: white-outline;
    }
}
.applegomb-kontener {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    border: 10px;
    background-color: slategrey;
    margin: 0;
    padding: 0;
}
.applegomb-kontener-inner {
	height: 70px;
   
}

.applegomb-kontener-inner-inner {
     width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
   
} 
