@font-face {
  font-family: 'TradeGothic';
  src: url('../../fonts/Linotype - TradeGothicLTStd.otf') format('opentype');
}

@font-face {
  font-family: 'TradeGothic-Bold';
  src: url('../../fonts/Linotype - TradeGothicLTStd-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'TradeGothic-Bd2';
  src: url('../../fonts/Linotype - TradeGothicLTStd-Bd2.otf') format('opentype');
}

@font-face {
  font-family: 'EuclidFlex';
  src: url('../../fonts/euclidflex-bold-webfont.woff2') format('woff2');
}

@media only screen and (max-width: 991px) {
  .left-body-panel::after {
    background-size: 75vw!important;
  }
}

h1 
{
  color: var(--color-second);
  font-family: "EuclidFlex", sans-serif;
}

h2
{
  color: var(--color-second);
  font-family: "EuclidFlex", sans-serif;
}

h3
{
  color: var(--color-second);
  font-family: "EuclidFlex", sans-serif;
}

a, b, .bold
{
  font-family: "EuclidFlex", sans-serif;
}

body {
  background-color: #fff;
}

#header-logo {
	background-image: url('../../images/rddm/header.png'), url('../../images/rddm/banner_back_tiny1_2.png');
	background-size: contain;
	width: 100vw;
	margin: auto;
	height: 300px;
	background-repeat: no-repeat, repeat-x;
}

@media only screen and (max-width: 767px)  {
  #header-logo
  {
    max-height: 200px !important;
    background-position: center 0 !important;
  }
}

@media only screen and (max-width: 575px) {
  #header-logo {
    height: 80px; 
    max-height: 80px !important;
    background-size: auto 200%, contain !important;
    background-position: center bottom, center center !important;
  }
}

.left-body-panel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../../images/rddm/bg-C.svg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 50vw;
  background-position: 5% center;
  opacity: 0.3;
  z-index: -1;
  pointer-events: none;
}

.single-icon,
.left-body-panel-desc,
#translation_adult_management,
#translation_children_management,
#translation_start_comment,
#translation_title_order_card,
#translation_title_payment_page,
#translation_all_infos_correct,
.content-create-card-info-amount{
  color: var(--color-main);
}

#footer {
  display: block;
  justify-content: space-between;
  width: 83vw;
}

@media only screen and (max-width: 767px)  {
  #footer img {
    max-width: 225px !important;
  }
}

#footer img {
  max-height: 60px;
}

#footer-links {
  margin: 10px 0 40px 0;
}

#available-card-management {
  border-bottom-color: var(--color-main);
}

.action-button {
  border: 0px;
  /*width: 360px;*/
}

.enabled-action-button,
.disabled-action-button {
  color: var(--color-second);
  width: 100%;
}

.enabled-action-button:hover {
  color: #fff;
}

#current-lang {
  color: var(--color-dark-grey);
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 2px;
}

#translation_home_error,
#translation_payment_error {
  color: var(--color-red);
}

.card-guest-body {
  padding-top: 10px;
}

.card-guest-header {
  color: var(--color-second-light);
  font-weight: bold;
  margin-bottom: 5px;
}

/*
===========================================================
*/

#translation_title_home_page {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 25px;
}

#translation_title_home_page,
#translation_title_create_card,
#available-card-text,
#available-card-quantity,
#translation_command_title {
  font-family: var(--theme-font-family-title);
}

#send_cards,
#download_cards,
#translation_processing_cards_info,
#translation_fail_processing_cards_info,
#translation_fail_processing_cards_info_bold {
  background-color: var(--color-main);
  color: var(--color-second-light);
}

#card-and-discount {
  display: inline;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: auto;
  width: 100%;
  height: 200px;
}
