  @font-face {
    font-family: 'Play';
    src: url('../../assets/fonts/Play-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }

  @font-face {
    font-family: 'Play';
    src: url('../../assets/fonts/Play-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }

  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  body {
    font-family: 'Play', sans-serif;
    background-color: #272A31;
  }

  .header {
    background-color: #333743;
    text-align: center;
    padding: 40px 0;
  }

  .header a {
    font-size: 36px;
    color: #fff;
    text-decoration: none;
  }

  main h2 {
    margin-bottom: 10px;
  }

  main ol,
  main ul {
    margin: 20px 0;
    margin-left: 40px;
  }

  main p {
    margin-bottom: 30px;
  }

  .footer .sprites_row {
  text-align: center;
}

.footer .sprites_row a {
  margin: 5px;
}

.footer .footer_text {
  line-height: 16px;
}

.footer .logos a, .footer .logoss a {
  -webkit-transition: 0s !important;
  transition: 0s !important;
}

.footer .footer_main, .footer .container,
.footer .footer_footer {
  width: 100%;
  display: block;
  position: relative;
}

.footer .footer_main {
  background: #272A31;
  padding: 15px;
}

@media (max-width: 1024px) {
  .footer .footer_main {
    padding: 15px 10px;
  }
}

.footer .footer-row {
  padding: 17px 0;
  text-align: center;
  border-top: 1px solid #4E4E4E;
  margin: 0 auto;
  float: left;
  width: 100%;
}

@media (max-width: 375px) {
  .footer .footer-row {
    width: 100%;
  }
}

.footer .footer-row:first-of-type, .footer .footer-row:nth-child(2) {
  border-top: none;
}

.footer .footer-row:nth-child(2) {
  padding-top: 0;
}

.footer .footer-row .footer_text {
  color: #96999E;
  margin-bottom: 0;
}

.footer a {
  color: #96999E;
}

.footer .footer_links {
  display: inline-block;
}

.footer .footer_footer {
  border-top: 1px solid #4E4E4E;
  padding: 35px 0;
  background: #323641;
}

.footer .footer_footer .container-fluid .footer_text {
  color: #96999E;
}

.footer .footer_footer .container-fluid a {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .footer .footer_footer {
    padding-bottom: 80px;
  }
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
  color: #D0D5D6;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 900;
}

@media (max-width: 480px) {
  .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
    font-size: 18px;
  }
}

.footer .footer_content {
  margin: 10px auto 15px;
  border-bottom: 1px solid #96999E;
  padding-bottom: 15px;
}

.footer .footer_content p {
  color: #96999E;
}

.footer .footer_text {
  font-size: 14px;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .footer-box {
    padding: 0;
  }
}

.footer_links {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@-webkit-keyframes scalePulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@keyframes scalePulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes scale-up-top {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% -10%;
    transform-origin: 50% -10%;
  }
}

@keyframes scale-up-top {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transform-origin: 50% -10%;
    transform-origin: 50% -10%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% -10%;
    transform-origin: 50% -10%;
  }
}

@-webkit-keyframes smoothScale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
}

@keyframes smoothScale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% -50%;
    transform-origin: 50% -50%;
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInPseudoTop {
  0% {
    opacity: 0;
    top: calc(50% + 50px);
  }
  100% {
    opacity: 1;
    top: 50%;
  }
}

@keyframes fadeInPseudoTop {
  0% {
    opacity: 0;
    top: calc(50% + 50px);
  }
  100% {
    opacity: 1;
    top: 50%;
  }
}

@keyframes fadeInPseudoTop {
  0% {
    opacity: 0;
    top: calc(50% + 50px);
  }
  100% {
    opacity: 1;
    top: 50%;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}

@-webkit-keyframes fadeInPseudoDown {
  0% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: calc(50% + 50px);
  }
}

@keyframes fadeInPseudoDown {
  0% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: calc(50% + 50px);
  }
}

@-webkit-keyframes scaleArrow {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(1);
  }
}

@keyframes scaleArrow {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(1);
  }
}

@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@-webkit-keyframes sidebarSize {
  0% {
    height: calc(100vh - 55px);
  }
  100% {
    height: calc(100vh - 130px);
  }
}

@keyframes sidebarSize {
  0% {
    height: calc(100vh - 55px);
  }
  100% {
    height: calc(100vh - 130px);
  }
}

@-webkit-keyframes sidebarSizeDown {
  0% {
    height: calc(100vh - 130px);
  }
  100% {
    height: calc(100vh - 55px);
  }
}

@keyframes sidebarSizeDown {
  0% {
    height: calc(100vh - 130px);
  }
  100% {
    height: calc(100vh - 55px);
  }
}

.revolut {
	background-image:url('../../assets/img/help/revolut-en.webp');
	width:52px;
	height:12px;
	display:inline-block;
}

.revolut:hover {
	background-image:url('../../assets/img/help/revolut-en-hover.webp');
	width:52px;
	height:12px;
	display:inline-block;
}

.hgc {
	background-image:url('../../assets/img/help/mga-gr.webp');
	width:125px;
	height:72px;
	display:inline-block;
}

@media (min-width: 993px) {
	.hgc-new {
		background-image:url('../../assets/img/help/disclaimer_gr-en.png') !important;
		width:171px !important;
	}
	
	.hgc-new-2-mobile {
		display:none !important;
	}

	.hgc-new-2 {
		display:block !important;
	}
}

.ketheas_alfa {
	background-image:url('../../assets/img/help/ketheas_alfa-gr.webp');
	width:125px;
	height:72px;
	display:inline-block;
}

.hgc-bar {
	position:fixed;
	background-color: #1a3362;
  color: #ffffff;
  height: 100px;
  font-size: 1.0em;
  z-index:1040;
  bottom:0;
  width:100%;
  padding:10px;
}

.hgc-bar-2 {
	display: flex;
	align-items: center;
	margin-left:15%;
	margin-right:15%;
}

@media (max-width: 767px){
	.hgc-bar-2 {
		margin-left:0%;
		margin-right:0%;
	}
	
	.hgc-bar-2 span {
		font-size:0.7em;
	}
}

.sidebar-menu {
	padding-bottom:100px;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*# sourceMappingURL=style.css.map */

.footer_text a {
	text-decoration:underline !important;
}
