@charset "UTF-8";
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/assets/GGBetV2021/build/img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link{
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link>a {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

li.page-link>a{
    position: relative;
    color: #343945;
}
li.btn-nav-orange>a{
    display: block;
    width: 3.8em;
    height: 3.8em;
}

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
textarea,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input,
textarea {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/** VARIABLES **/
/** MIXINS **/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

a:hover {
  text-decoration: none; }

html {
  font-size: 10px; }

body {
  line-height: 1.15;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
  color: #343945;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }

.overflow-h {
  overflow: hidden !important;
  height: 100%;
  width: 100%; }

.section-padding {
  padding: 5em 0 10em 0; }

.fw-bold {
  font-weight: bold; }

b {
  font-weight: bold; }

h1 {
  font-size: 4.9em;
  font-weight: bold; }

h3 {
  font-size: 4.9em;
  margin-bottom: 1rem; }

p {
  line-height: 1.25; }

.text-center {
  text-align: center; }

.red-txt {
  color: #ff2e3d !important; }

.white-txt {
  color: #fff !important; }

.orange-txt {
  color: #ff7e00 !important; }

p {
  margin-bottom: 10px; }

a {
  color: #ff7e00;
  transition: .2s;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.link {
  color: #ff7e00;
  transition: .2s;
  text-decoration: none;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold; }
  .link:before {
    position: absolute;
    bottom: -1px;
    content: '';
    height: 1px;
    width: 100%;
    background: #ff7e00;
    transition: .2s; }
  .link:hover:before {
    background: transparent; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: 0;
  transition: .2s;
  cursor: pointer;
  background: transparent; }
  .btn.disabled, .btn:disabled, .btn[disabled] {
    background: #DDDDDD !important;
    border-color: #DDDDDD !important;
    pointer-events: none;
    cursor: not-allowed; }

.btn-primary {
  padding: 0.8em 2.3em;
  border-radius: 40px;
  background: #ff7e00;
  font-size: 2.1em;
  color: #fff;
  position: relative;
  z-index: 2;
  line-height: 1.3;
  box-shadow: 0px 0px 12px 0px rgba(255, 125, 0, 0.8); }
  .btn-primary:hover {
    background: #ffa200;
    opacity: 1;
    box-shadow: 0px 0px 15px 1px rgba(255, 125, 0, 0.8); }
  .btn-primary.gradient {
    background: #ff9000;
    background: linear-gradient(0deg, #ff9000 0%, #ff7d00 100%); }
    .btn-primary.gradient:hover {
      background: #ff9600;
      background: linear-gradient(0deg, #ff9600 0%, #ff9600 100%); }
  .btn-primary.green {
    background: #73d12c;
    background: linear-gradient(0deg, #73d12c 0%, #65b526 100%);
    box-shadow: 0px 0px 10px -3px #68bb27; }
    .btn-primary.green:hover {
      background: #75d42d;
      background: linear-gradient(0deg, #75d42d 0%, #75d42d 100%);
      box-shadow: 0px 0px 12px 0px #68bb27; }
  .btn-primary.medium {
    padding: 0.7em 1.1em; }

.btn-gray {
  font-size: 2em;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 10px 25px;
  border-radius: 40px;
  background: #a4adbe;
  text-transform: uppercase;
  font-weight: bold; }
  .btn-gray:hover {
    background: #9cb4e4; }

.section_title {
  font-size: 4.9em;
  font-weight: bold;
  color: #ff7e00;
  text-align: center;
  margin-bottom: 2.5rem; }

.slick-arrow {
  width: 10px;
  height: 34px;
  background: url("/assets/GGBetV2021/build/img/icons/slider-nav.svg") center no-repeat;
  background-size: contain;
  opacity: .4;
  transition: .2s; }
  .slick-arrow:before {
    display: none; }
  .slick-arrow:hover {
    opacity: .8;
    background: url("/assets/GGBetV2021/build/img/icons/slider-nav.svg") center no-repeat; }
  .slick-arrow:focus {
    background: url("/assets/GGBetV2021/build/img/icons/slider-nav.svg") center no-repeat; }
  .slick-arrow.slick-next {
    transform: translate(0, -50%) scale(-1, 1); }

.modal-backdrop {
  background: #2a3140;
  opacity: .8; }

.no-shadow {
  box-shadow: none !important; }


input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f6f6f6;
  border: 1px solid #c4c4c4;
  height: 42px;
  padding: 10px;
  border-radius: 8px;
  color: #232833;
  font-size: 1.5rem;
  outline: none;
  transition: .2s; }
  input::placeholder, textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7b808a;
    font-size: 1.5rem; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #7b808a;
    font-size: 1.5rem; }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #7b808a;
    font-size: 1.5rem;
    line-height: 1.3; }
  input:disabled, textarea:disabled, input.disabled, textarea.disabled {
    color: #b3babf;
    cursor: not-allowed;
    border-color: #f6f6f6; }
  input:focus, textarea:focus {
    border-color: #787878; }
  input.error, textarea.error {
    border-color: #d60000; }

/* Change the white to any color ;) */
input:-webkit-autofill, textarea:-webkit-autofill,
input:-webkit-autofill:hover,
textarea:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f6f6f6 inset !important; }

textarea {
  resize: none;
  height: auto; }

.error-credentials {
  text-align: center;
  color: #d60000;
  font-size: 1.6rem;
  font-weight: bold;
  display: none;
  margin-bottom: 10px; }
  .error-credentials.show {
    display: block; }

.select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  background: #f6f6f6;
  border: 1px solid #c4c4c4;
  height: 42px;
  border-radius: 8px;
  color: #232833;
  font-size: 1.5rem;
  outline: none; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7b808a;
    font-size: 1.5rem;
    line-height: 1.3; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      background: transparent;
      border: 2px solid #ff7e00;
      border-top: none;
      border-left: none;
      transform: rotate(45deg);
      width: 11px;
      height: 11px;
      margin: 0;
      left: -5px;
      top: 28%; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: 2px solid #7b808a;
  border-top: none;
  border-left: none; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #fff;
  background: #ff7e00; }

.select2-container--default .select2-results__option[aria-selected=true] {
  color: #232833;
  background: #f6f6f6; }

.select2-container--default .select2-dropdown {
  border-color: #c4c4c4;
  border-radius: 0 0 8px 8px; }
  .select2-container--default .select2-dropdown.select2-dropdown--above {
    border-radius: 8px 8px 0 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #c4c4c4; }

.not-found-wrapper {
  display: flex;
  align-items: center;
  min-height: 90vh;
  flex-direction: column;
  justify-content: center; }

.page-error {
  background: #343945; }

.notf_title {
  margin-top: 0;
  color: #fff; }

.select2-results__option {
  color: #232833;
  font-size: 1.5rem;
  padding: 11px; }
  .select2-results__option:last-child {
    border-radius: 0 0 8px 8px; }

.select2-search__field {
  height: 36px; }

.checkBoxCustom {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 10px; }
  .checkBoxCustom input, .checkBoxCustom textarea {
    display: none; }
    .checkBoxCustom input + div, .checkBoxCustom textarea + div {
      width: 34px;
      height: 34px;
      position: relative;
      overflow: hidden; }
      .checkBoxCustom input + div:before, .checkBoxCustom textarea + div:before {
        border: 2px solid #cacaca;
        border-radius: 50%;
        background: transparent;
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        box-sizing: border-box;
        z-index: 2; }
      .checkBoxCustom input + div:after, .checkBoxCustom textarea + div:after {
        content: '';
        width: 14px;
        height: 7px;
        border: 3px solid #fff;
        border-top: none;
        border-right: none;
        position: absolute;
        z-index: 3;
        left: 0;
        right: 0;
        top: 10px;
        margin: auto;
        transform: rotate(-45deg); }
    .checkBoxCustom input:checked + div:before, .checkBoxCustom textarea:checked + div:before {
      border-color: #ff7e00;
      background: #ff7e00; }

.checkBoxCustom-label {
  padding-left: 10px;
  color: #232833;
  font-size: 1.7rem; }

.d-none {
  display: none !important; }

.d-block {
  display: block !important; }

strong, b {
  font-weight: bold; }

.ajax-form-content {
  transition: .2s ease-out;
  position: relative; }
  .ajax-form-content.hide {
    opacity: 0;
    z-index: -1; }

.rectCheckbox-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 8px; }
  .rectCheckbox-wrapper:last-child {
    margin-bottom: 0; }
  .rectCheckbox-wrapper input, .rectCheckbox-wrapper textarea {
    display: none; }
    .rectCheckbox-wrapper input + div, .rectCheckbox-wrapper textarea + div {
      cursor: pointer;
      width: 25px;
      height: 25px;
      position: relative;
      overflow: hidden;
      border: 1px solid #c4c4c4;
      border-radius: 4px;
      background: #fff; }
      .rectCheckbox-wrapper input + div:after, .rectCheckbox-wrapper textarea + div:after {
        content: '';
        width: 12px;
        height: 6px;
        border: 3px solid transparent;
        border-top: none;
        border-right: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 5px;
        margin: auto;
        transform: rotate(-45deg); }
    .rectCheckbox-wrapper input:checked + div:after, .rectCheckbox-wrapper textarea:checked + div:after {
      border-color: #ff7e00; }

.rectCheckbox-label {
  padding-left: 8px;
  color: #7b808a;
  font-size: 1.4rem; }
  .rectCheckbox-label .link {
    font-size: 1.4rem; }

.container {
  position: relative;
  width: 123rem;
  max-width: 95%;
  padding: 0 15px;
  margin: 0 auto; }

.main-header {
  background: #2a3140;
  padding: 20px 0;
  position: fixed;
  z-index: 10;
  width: 100%;
  left: 0;
  right: 0;
  transition: .25s;
  height: 100px;
  display: flex;
  align-items: center; }
  .main-header.scroll {
    background: rgba(42, 49, 64, 0.9); }

.logo {
  width: 26em;
  display: inline-flex; }
  .logo img {
      width: 160px;
      height: 88px;}

.main-wrapper {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  overflow-x: hidden; }

.content-body {
  padding-top: 100px; }

.main-header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.h-burger {
  display: none; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #13232D;
  opacity: .4;
  z-index: 5;
  display: none; }

.burger-xs {
  width: 32px;
  height: 23px;
  position: relative;
  transform: rotate(0);
  transition: .1s ease-in-out;
  background-color: transparent;
  color: #fff;
  z-index: 111; }
  .burger-xs span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: .1s ease-in-out; }
    .burger-xs span:nth-child(1) {
      top: 0; }
    .burger-xs span:nth-child(2) {
      top: 10px; }
    .burger-xs span:nth-child(3) {
      top: 20px; }
  .burger-xs.open span {
    background: #ff7e00; }
    .burger-xs.open span:nth-child(1) {
      top: 10px;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
    .burger-xs.open span:nth-child(2) {
      opacity: 0; }
    .burger-xs.open span:nth-child(3) {
      top: 10px;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }

.menu-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none; }
  .menu-header li {
    margin: 1em .5em; }
    .menu-header li.active a {
      color: #ff7e00; }
  .menu-header a {
    font-size: 1.7em;
    color: #fff;
    text-decoration: none;
    padding: .5rem; }
    .menu-header a:hover {
      color: #ff7e00; }

.header-right {
  display: flex;
  align-items: center; }

.header-auth {
  margin: 0 3em;
  background: #3f4456;
  display: flex;
  border-radius: 60px;
  width: 22em;
  position: relative; }

.auth-btn {
  font-weight: bold;
  font-size: 1.7em;
  padding: 1.2rem 0;
  text-transform: uppercase;
  color: #fff;
  border-radius: 60px; }

.sign-btn {
  background: #ff7e00;
  width: 65%; }
  .sign-btn:hover {
    background: #ffa200; }

.login-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  background: #3f4456;
  z-index: 2; }
  .login-btn:hover {
    color: #ff7e00;
    width: 60%; }

.lang_switcher_outer {
  position: relative;
  z-index: 2;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700; }

.lang_curr_txt {
  font-size: 1.7em;
  position: relative;
  padding-right: 20px; }
  .lang_curr_txt:after {
    content: "";
    position: absolute;
    right: 0;
    top: -4px;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg); }

.lang_img {
  width: 20px;
  margin-right: 8px; }

.achievements-row {
  display: none; }

.lang_switcher {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 2em; }
  .lang_switcher span {
    display: inline-flex;
    align-items: center; }

.lang_list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 22px;
  display: none;
  left: 0;
  width: 100%; }
  .lang_list.act {
    display: block; }

.lang_list_item a {
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.7em;
  padding: 10px; }
  .lang_list_item a:hover {
    opacity: .8; }

/*top section */
.top-section {
  background: #00111C; }

.top-section-slider {
  overflow: hidden; }
  .top-section-slider .slick-track {
    display: flex; }
    .top-section-slider .slick-track .slick-slide {
      display: flex;
      height: auto; }

.top-slide_img {
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }
  .top-slide_img img {
    max-width: 100%;
    height: 100%; }

.top-slide-item {
  height: 100%;
  max-height: 55em; }

.top-slide_content {
  display: flex;
  justify-content: space-between;
  position: relative; }

.top-slide_txt {
  height: 55em;
  color: #fff;
  width: 48%;
  padding: 5em 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2; }

.top-slide_btns .btn {
  margin-right: 1rem; }

.top-slide_title {
  font-size: 4.9em;
  font-weight: bold;
  margin-bottom: 2rem; }

.top-slide_desc {
  font-size: 1.9em;
  margin-bottom: 2.5rem;
  line-height: 1.5;
  color: #fff; }

.step-nav {
  display: none;
  position: absolute;
  width: 2em;
  height: 8em;
  top: 0;
  bottom: 0;
  left: -6em;
  padding: 0;
  margin: auto;
  z-index: 2;
  opacity: .5;
  background: transparent; }
  .step-nav:focus, .step-nav:hover {
    opacity: 1; }
  .step-nav.arrow-right {
    left: auto;
    right: -6em;
    transform: scale(-1, 1); }

.top-slider-navs {
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  margin: auto; }
  .top-slider-navs .slick-arrow:hover, .top-slider-navs .slick-arrow:focus {
    background: transparent; }

.top-section_inner {
  position: relative; }

/*news*/
.news_home-item {
  height: 16.5em;
  box-shadow: 0px 4px 18px 0px rgba(191, 191, 196, 0.6);
  background: #fff;
  margin: 2.5em;
  border-radius: 10px;
  overflow: hidden; }
  .news_home-item.slick-slide {
    display: flex; }
  .news_home-item .img {
    width: 130px;
    overflow: hidden;
    max-width: 40%; }
    .news_home-item .img img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .news_home-item .content {
    width: 60%;
    padding: 2.5em 1em 2em 1.5em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; }

.homepage .news_home-item {
  box-shadow: 0px 10px 22px -15px rgba(191, 191, 196, 0.8); }

.news_home-title {
  color: #343945;
  font-size: 1.7em;
  font-weight: bold;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }

.news-title-box {
  width: 100%;
  margin-bottom: 1rem;
  margin-top: -10px; }

.slick-initialized .slick-slide {
  outline: none; }

.news_home-desc {
  color: #5b6168;
  font-size: 1.4em;
  overflow: hidden;
  margin-bottom: 1rem; }

.news_home-nav {
  display: none;
  position: absolute;
  width: 3.8em;
  height: 3.8em;
  background: #ff7e00;
  top: 0;
  bottom: 0;
  right: -3em;
  padding: 0;
  margin: auto;
  z-index: 2;
  opacity: 1;
  border-radius: 50%; }
  .news_home-nav:after {
    content: "";
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1.1em;
    height: 1.1em;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(-135deg);
    left: 0; }
  .news_home-nav:focus, .news_home-nav:hover {
    opacity: .7;
    background: #ff7e00; }
  .news_home-nav.arrow-left {
    right: auto;
    left: -3em; }
    .news_home-nav.arrow-left:after {
      right: -3px;
      transform: rotate(45deg); }

.news_home-slider {
  position: relative;
  z-index: 3; }

.news_home {
  position: relative;
  margin-top: -7em; }
  .news_home:after {
    content: '';
    position: absolute;
    background: #efeff0;
    width: 100%;
    height: 90px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

.tab-content > .tab-pane, .tabs_multiple_content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden; }

.tab-content > .active, .tabs_multiple_content > .active {
  animation: slide-down .4s ease-out;
  height: auto; }

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(10%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.tabs_multiple_nav {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none; }
  .tabs_multiple_nav li {
    cursor: pointer;
    margin: 1em; }

.tabs_nav-brand {
  justify-content: center; }
  .tabs_nav-brand li {
    max-width: 32%;
    margin: 1em 2em; }
    .tabs_nav-brand li.active .btn-tab-brand {
      color: #ff7e00; }
      .tabs_nav-brand li.active .btn-tab-brand .img-wrapper {
        filter: none;
        border-color: #ff7e00; }
        .tabs_nav-brand li.active .btn-tab-brand .img-wrapper:after {
          content: "";
          position: absolute;
          right: 0;
          top: -6px;
          margin: auto;
          width: 11px;
          height: 11px;
          border-bottom: 1px solid #ff7e00;
          border-left: 1px solid #ff7e00;
          transform: rotate(135deg);
          background: #fff;
          left: 0; }

.btn-tab-brand {
  background: transparent;
  border: none;
  font-size: 1.6em;
  color: #c5c5c5;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 110px; }
  .btn-tab-brand .img-wrapper {
    max-height: 70px;
    border: 1px solid #c5c5c5;
    padding: .5em .8em;
    margin-bottom: 1em;
    filter: grayscale(100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }

.our_brand-wrapper {
  display: flex;
  padding-top: 4.5em; }

.our_brand-col {
  width: 50%; }

.our_brand-left {
  padding: 0 2em 1em 0; }

.tabs_brand-image {
  margin-bottom: 2em; }

.product-title {
  line-height: .8;
  margin-bottom: 3rem; }

.product-desc {
  color: #5b6168;
  font-size: 1.9em; }

.features-item {
  margin: 1.3em; }

.features-item-inner {
  display: flex;
  align-items: center;
  justify-content: center; }
  .features-item-inner .txt {
    margin: 0 -0.5em;
    color: #343945;
    font-size: 1.6em;
    display: inline-block;
    text-align: center; }
  .features-item-inner .award-img {
    max-height: 9em;
    height: 9em; }
  .features-item-inner .award-reverse {
    transform: scale(-1, 1); }

.product-features-title {
  font-size: 3em;
  font-weight: bold;
  margin: 1.5rem 0 1rem; }

.product-features-slider {
  margin: 0 25px; }

.lang-product-nav {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none; }
  .lang-product-nav li {
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: .6em; }
    .lang-product-nav li img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .lang-product-nav li.active {
      border-color: #ff7e00;
      opacity: 1; }

.providers-slider .provider {
  margin: .5em 2em; }

.payments-slider .payment {
  margin: .5em 2em; }

.product-row {
  margin-bottom: 3em; }
  .product-row .title {
    color: #6c6f78;
    font-size: 2.6em;
    font-weight: bold;
    margin-bottom: 3rem; }
  .product-row .slick-initialized {
    margin: 0 25px; }
  .product-row .slick-track {
    display: flex;
    align-items: center; }

.lang-product {
  margin: 3em 0; }

/* commisions */
.commisions {
  background: #efeff0;
  overflow: hidden; }

.section_subtitle {
  color: #343945;
  font-size: 1.9em;
  text-align: center; }

.commissions-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 12em;
  margin-bottom: 8em;
  flex-direction: row-reverse; }

.commission-item {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  background: url("/assets/GGBetV2021/build/img/commision-bg.png") right center no-repeat, #fff;
  color: #343945;
  position: relative;
  box-shadow: 0px 5px 20px 6px #cbcbd0;
  border-radius: 10px;
  padding: 3em;
  min-height: 30em; }
  .commission-item:nth-child(2) {
    background: url("/assets/GGBetV2021/build/img/commision-bg2.png") right center no-repeat, #fff; }
    .commission-item:nth-child(2) .hero {
      right: 0;
      height: 34.7em;
      border-radius: 0 20px 0 0; }
  .commission-item .small-txt {
    font-size: 1.9em; }
  .commission-item .offer {
    font-size: 4em;
    font-weight: bold;
    margin-bottom: 1rem; }
  .commission-item .hero {
    position: absolute;
    bottom: 0;
    right: -4em; }

img.tennis_img {
  position: absolute;
  right: -4%;
  bottom: 20%;
  width: 6.8em; }

/* whyus-section */
.whyus-section {
  background: url("/assets/GGBetV2021/build/img/whyus-bg.jpg") center no-repeat, #2a3140;
  background-size: cover;
  padding: 7rem 0 8rem; }

.benefits_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 7em 0 5em; }

.benefit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 16%; }
  .benefit-item .img {
    width: 110px;
    height: 110px;
    background: url("/assets/GGBetV2021/build/img/icons/whyus-sprite.png");
    background-position-y: 0;
    background-position-x: 0;
    margin-bottom: 2em;
    border-radius: 50%; }
  .benefit-item .txt {
    color: #d3d3de;
    font-size: 1.9em;
    text-align: center; }

.achievements-wrapper {
  display: flex;
  align-items: center;
  justify-content: center; }
  .achievements-wrapper img {
    margin: 4em 3em 0 3em; }

.testimonials-slider {
  width: 63em;
  position: relative;
  z-index: 5;
  max-width: 100%;
  box-shadow: 0px 5px 40px -2px rgba(148, 148, 148, 0.8);
  border-radius: 10px;
  background: #efeff0;
  padding: 2.5em 4em;
  color: #343945;
  margin: 8em auto 0 auto; }
  .testimonials-slider p {
    font-size: 1.8em;
    margin-bottom: 1.2em;
    line-height: 1.35; }
  .testimonials-slider .slick-track {
    display: flex; }
  .testimonials-slider .slick-arrow {
    background: url(/assets/GGBetV2021/build/img/icons/slider-nav-orange.svg) center no-repeat;
    background-size: contain;
    width: 22px;
    height: 80px;
    opacity: 1; }
    .testimonials-slider .slick-arrow:hover {
      opacity: .5; }
  .testimonials-slider .slick-next {
    right: -45px; }
  .testimonials-slider .slick-prev {
    left: -45px; }

.testimonial-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .testimonial-item p {
    font-size: 15px;
    margin-bottom: 1.2em;
    line-height: 1.35; }

.testimonial-author {
  font-size: 2.4em;
  text-align: right;
  font-weight: bold;
  color: #ff7e00; }

.testimonial-item.slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto; }

section {
  position: relative; }

.testimonials-inner {
  position: relative;
  padding-top: 6em; }

.rotateslider-container {
  position: relative;
  width: 1400px;
  height: 28em;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

.rotateslider-arrow-container {
  max-width: 75em;
  position: relative;
  margin: 0 auto;
  z-index: 10;
  top: 50%; }

.rotateslider-arrow {
  display: inline-block;
  width: 20px;
  height: 80px;
  position: absolute;
  margin-top: -30px;
  cursor: pointer;
  transition: .2s; }
  .rotateslider-arrow.left {
    left: 0; }
  .rotateslider-arrow.right {
    right: 0; }
    .rotateslider-arrow.right img {
      transform: scale(-1, 1); }
  .rotateslider-arrow img {
    max-width: 100%;
    max-height: 100%; }
  .rotateslider-arrow:hover {
    opacity: .7; }

.rotateslider-item {
  box-shadow: 0px 5px 40px -2px rgba(148, 148, 148, 0);
  border-radius: 10px;
  background: #efeff0;
  width: 63em;
  height: 300px;
  max-width: 85%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.9);
  opacity: 0;
  filter: blur(3px);
  transition: all 0.3s linear;
  padding: 2.5em 4em; }
  .rotateslider-item.next {
    left: 80%;
    opacity: 0.5; }
  .rotateslider-item.prev {
    left: 20%;
    opacity: 0.5; }
  .rotateslider-item.now {
    box-shadow: 0px 5px 40px -2px rgba(148, 148, 148, 0.8);
    z-index: 5;
    opacity: 1;
    filter: blur(0px);
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(1); }

/*footer*/
.main-footer {
  background: #2a3140;
  padding: 4em 0; }

.footer-row {
  margin-bottom: 4em;
  color: #606573; }
  .footer-row:last-child {
    margin-bottom: 0; }

.top-footer {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.footer-nav {
  margin-right: -1em; }

.menu-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }
  .menu-footer a {
    color: #fff;
    font-size: 1.7em;
    padding: 1rem; }
    .menu-footer a:hover, .menu-footer a.active {
      color: #ff7e00; }
  .menu-footer li {
    margin: 1rem; }
    .menu-footer li:last-child {
      margin-right: 0; }
    .menu-footer li.active a {
      color: #ff7e00; }

.offer-wrapper {
  position: relative;
  z-index: 3; }

.logo-footer {
  width: 26em; }
  .logo-footer img {
    width: 100%; }

.copyright {
  font-size: 1.9em; }

.footer-payments-xs {
  display: none; }

.brand-item {
  padding: 3rem 0 7rem; }
  .brand-item:nth-child(even) {
    background: #efeff0; }

.page-brand .our_brand-col {
  flex-direction: column; }

.page-brand .our_brand-left {
  margin-bottom: 2rem; }

.page-brand .details-btn {
    margin: 1rem 0;
    text-align: center; }

.brand-navs-wrapper {
  padding: 7rem 0 2rem; }

.brand-navs {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none; }
  .brand-navs li {
    width: 30%; }

.brand-nav-btn {
  flex-direction: column;
  padding: 2.5em 3.5em;
  background: #efeff0;
  border-radius: 10px;
  outline: none;
  height: 100%;
  justify-content: space-between; }
  .brand-nav-btn img {
    width: 100%;
    margin-bottom: 1rem; }
  .brand-nav-btn .title {
    display: inline-block;
    width: 100%;
    font-size: 4.8rem;
    color: #ff7e00;
    font-weight: bold;
    text-align: center; }
  .brand-nav-btn:hover {
    background: #ff7e00; }
    .brand-nav-btn:hover .title {
      color: #fff; }

.brand-item-show {
  padding: 2rem 0 5rem 0; }

.black-title {
  font-size: 5em;
  margin: 2rem 0;
  color: #343945;
  font-weight: bold; }

.commissions-section {
  padding-bottom: 8rem; }
  .commissions-section .btn-primary {
    min-width: 38rem;
    max-width: 100%; }

.commissions-title {
  max-width: 72rem;
  margin: 6rem auto; }

.commissions-container {
  position: relative;
  width: 140rem;
  max-width: 100%;
  padding: 0 15px 3rem 15px;
  margin: 0 auto; }

.tabs_multiple-commissions {
  background: #efeff0;
  border-radius: 0 0 10px 10px;
  padding: 6rem 15px 3rem 15px; }

.tabs_multiple_content.tabs_multiple-commissions > .active {
  animation: none; }

.tabs_nav-commissions {
  display: flex;
  justify-content: space-between; }
  .tabs_nav-commissions li {
    width: 49%;
    margin: 0; }
    .tabs_nav-commissions li.active button {
      background: #efeff0;
      color: #000 !important; }
  .tabs_nav-commissions button {
    border-radius: 10px 10px 0 0;
    background: #ff7e00;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    width: 100%;
    padding: 2rem 1rem; }
    .tabs_nav-commissions button .title {
      font-size: 4.3rem;
      margin-bottom: 5px;
      font-weight: bold; }
    .tabs_nav-commissions button .subtitle {
      font-size: 1.8em; }
    .tabs_nav-commissions button span {
      display: block; }

.btn-section-wrapper {
  padding: 4rem 0; }

.commissions-subtitle {
  font-size: 2.1em;
  color: #343945;
  font-weight: bold; }
  .commissions-subtitle:nth-last-of-type(1) {
    margin-bottom: 2rem; }

.commissions-info {
  font-size: 14px;
  margin-bottom: 4px; }
  .commissions-info:last-child {
    margin-bottom: 5rem; }

.commissions-list {
  display: flex;
  justify-content: space-between;
  margin: 3rem 0; }

.commission-item-md {
  width: 24%;
  background: #fff;
  border-radius: 10px;
  padding: 6rem 3rem;
  text-align: center;
  overflow: hidden;
  position: relative;
  box-shadow: 2px 2px 30px 7px rgba(203, 203, 208, 0.85); }
  .commission-item-md .val {
    font-size: 7.7em;
    font-weight: bold; }
  .commission-item-md .name {
    font-size: 1.9em; }
  .commission-item-md.vip {
    color: #ff7e00; }
    .commission-item-md.vip:after {
      position: absolute;
      content: 'VIP';
      font-size: 2.3em;
      transform: rotate(45deg);
      right: -8rem;
      top: 2rem;
      background: #ff7e00;
      padding: 6px 0;
      color: #fff;
      font-weight: bold;
      width: 10em; }

.auth-modal {
  top: 4vh; }
  .auth-modal .modal-content {
    padding: 0; }
  .auth-modal .modal-body {
    padding: 1rem 5rem 0 5rem; }
  .auth-modal .modal-footer {
    padding: 2rem 5rem;
    text-align: center;
    border: none;
    justify-content: center; }

.signUpModal .modal-content {
  padding: 0; }

.signUpModal .modal-body {
  padding: 0; }
  .signUpModal .modal-body .step-form-1 {
    padding: 1rem 6rem 0 6rem; }
  .signUpModal .modal-body .step-form-2 {
    padding: 1rem 3rem 0 3rem; }

.signUpModal .modal-footer {
  padding: 2rem 5rem;
  text-align: center;
  justify-content: stretch; }
  .signUpModal .modal-footer .step-form-2 {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .signUpModal .modal-footer .step-form-2 .btn-primary {
      margin-left: 3rem; }

.loginModal {
  top: 10vh; }

.forgot-btn {
  margin-top: 10px; }

.gray-bg {
  background: #f6f6f6 !important; }

.modal-title {
  color: #ff7e00;
  font-size: 3.3em;
  font-weight: bold;
  text-align: center;
  width: 100%;
  line-height: 1.2; }

.input-group-label {
  color: #7b808a;
  font-size: 1.7em; }

.modal-header {
  border: none;
  padding-top: 1.5rem; }

.step-item {
  width: 100%; }

.modal-header .close {
  margin: 0;
  background: transparent;
  border: 0;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 2em;
  right: 1.5em; }
  .modal-header .close span {
    background: #aaadb3;
    width: 100%;
    height: 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0; }
    .modal-header .close span:nth-child(2) {
      transform: rotate(-45deg); }
  .modal-header .close:hover {
    opacity: .6; }

.field-row {
  margin-bottom: 18px;
  position: relative; }
  .field-row label.error {
    position: absolute;
    bottom: -13px;
    color: #d60000;
    opacity: .8;
    font-size: 10px;
    left: 0; }
  .field-row input, .field-row textarea {
    width: 100%; }
  .field-row.error input, .field-row.error textarea {
    border-color: #d60000; }
  .field-row.valid input, .field-row.valid textarea {
    border-color: #ff7e00; }

.modal-content {
  padding: 0 6em 2em 6em;
  border-radius: 8px;
  border: none;
  overflow: hidden; }
  .modal-content .btn-primary {
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    padding: 1.5rem 5rem;
    margin: 0; }

.signUp-vertical {
  display: flex;
  align-items: center;
  margin-bottom: 2rem; }
  .signUp-vertical .input-group-label {
    margin-right: 2rem; }

.checkbox-group {
  width: 55%;
  display: flex; }

.alreadyHave-txt {
  color: #343945;
  font-size: 1.8em;
  margin: 5px 0; }

.captcha {
  padding: 2rem 0 1rem 0;
  text-align: center; }

.form-group {
  padding: 1.5rem 2.5rem;
  border-radius: 8px; }

.form-group-title {
  font-size: 2em;
  color: #232833;
  font-weight: bold;
  margin-bottom: 1.5rem; }

.form-group-row {
  display: flex;
  justify-content: space-between; }

.form-group-col {
  width: 49.5%;
  max-width: 150px; }

.money-select-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .money-select-wrapper .title {
    width: 48%;
    font-size: 15px;
    color: #232833; }

.preferred-lang {
  display: flex;
  align-items: center; }
  .preferred-lang .rectCheckbox-wrapper {
    margin: 0 2rem 1rem 0; }

.auth-form-item {
  position: relative; }

.super-knopka {
  position: absolute;
  left: 1rem;
  top: 2rem;
  border: 1px solid greenyellow;
  padding: 4px;
  z-index: 5;
  background: pink;
  color: #fff;
  font-weight: bold;
  font-size: 15px; }

.loader-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 2111;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(42, 49, 64, 0.6); }

.loader {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px; }
  .loader div {
    position: absolute;
    border: 3px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
    .loader div:nth-child(2) {
      animation-delay: -0.5s; }

@keyframes loader {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0; } }

.success-wrapper {
  display: none; }
  .success-wrapper.show {
    display: block;
    animation: scaleIn .25s ease-in; }

@keyframes scaleIn {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    opacity: 1;
    transform: scale(1); } }

.success-inner {
  padding: 4rem 5rem 5rem 5rem;
  align-items: center;
  flex-direction: column;
  text-align: center;
  transition: 0.2s ease-out;
  width: 100%;
  color: #01a2fa;
  display: flex; }
  .success-inner p {
    color: #343945;
    font-size: 1.8rem;
    max-width: 100%;
    margin: 0 auto 3rem auto; }

.success-ico {
  width: 14rem; }

.success-title {
  font-size: 3.3rem;
  font-weight: bold;
  margin: 3rem 0;
  text-align: center; }

.page-title-wrapper {
  background: #efeff0;
  padding: 1rem 0; }

.page-title {
  margin: 4rem 0;
  line-height: 1; }

.contacts-left {
  color: #343945;
  width: 45%;
  padding-top: 3rem; }
  .contacts-left p, .contacts-left .link {
    font-size: 1.9rem; }

.contacts-right {
  width: 50%;
  padding-right: 5rem;
  display: flex;
  justify-content: flex-end;
  transform: translateY(-40px); }

.contacts-wrapper {
  display: flex;
  padding: 0 0 9rem 0;
  justify-content: space-between;
  flex-wrap: wrap; }

.form-box {
  padding: 3.5rem 5rem;
  box-shadow: 0px 0px 35px 5px #e2e2e5;
  border-radius: 10px;
  max-width: 450px;
  width: 100%;
  background: #fff; }

.form-footer .btn-primary {
  width: 100%; }

/* TESTIMONIALS */
.masonry-testimonial-item {
  box-shadow: 0px 5px 25px -5px rgba(148, 148, 148, 0.8);
  background: #efeff0;
  width: calc(50% - 24px);
  border-radius: 6px;
  padding: 2.5em 4em;
  float: left;
  margin: 12px; }

.grid-testimonials {
  padding: 5rem 0 8rem;
  margin: 0 -12px; }
  .grid-testimonials:after {
    content: '';
    display: block;
    clear: both; }

.success-contact-wrapper .success-title {
  font-size: 2.6rem; }

.success-contact-wrapper .success-inner {
  padding: 0; }
  .success-contact-wrapper .success-inner p {
    font-size: 1.5rem; }

.form-ajax-parent {
  position: relative; }

.contacts-info-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .contacts-info-box h3 {
    font-size: 3em;
    padding: 4rem 0 1rem; }

.news_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.news_list-wrapper {
  padding: 7em 0; }

.news_list-item {
  height: 25em;
  box-shadow: 0px 0 15px 5px rgba(214, 214, 219, 0.6);
  background: #fff;
  margin: 1.5em 0;
  width: calc(50% - 1.5em);
  border-radius: 10px;
  overflow: hidden;
  display: flex; }
  .news_list-item .img {
    width: 190px;
    overflow: hidden;
    max-width: 40%; }
    .news_list-item .img img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .news_list-item .content {
    width: 60%;
    padding: 2em 2em 2em 2.5em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; }

.news_list-title {
  font-size: 2.4em;
  color: #343945;
  font-weight: bold;
  margin-bottom: 3px;
  min-height: 5.4rem;
  display: flex;
  align-items: flex-end;
  overflow: hidden; }

.news_list-date {
  color: #888888;
  font-size: 1.3em; }

.news_list-desc {
  color: #5b6168;
  font-size: 1.6em; }

.news_list-more {
  font-size: 2rem; }

.pagination_wrapper {
  display: flex;
  justify-content: center;
  margin: 3em 0; }

.page-link {
  color: #343945;
  font-size: 3.4em;
  border: none;
  padding: 1rem;
  font-weight: bold; }
  .page-link:hover {
    color: #ff7e00;
    background: transparent; }
  .page-link.active {
    color: #ff7e00;
    font-size: 4.2em; }

.pagination {
  align-items: center; }
  .pagination .page-item:first-child .btn-nav-orange {
    transform: scale(-1, 1);
    margin-right: 3rem; }
  .pagination .page-item:last-child .btn-nav-orange {
    margin-left: 3rem; }

.pagination .page-item.btn-nav-orange:first-child  {
    transform: scale(-1, 1);
    margin-right: 3rem; }
.pagination .page-item.btn-nav-orange:last-child  {
    margin-left: 3rem; }

.btn-nav-orange {
  width: 3.8em;
  height: 3.8em;
  background: #ff7e00;
  padding: 0;
  margin: auto;
  z-index: 2;
  opacity: 1;
  font-size: 1rem;
  border-radius: 50% !important;
  position: relative;
  transition: .2s; }
  .btn-nav-orange:after {
    content: "";
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1.1em;
    height: 1.1em;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 0; }
  .btn-nav-orange:hover {
    opacity: .7;
    background: #ff7e00; }
  .btn-nav-orange.prev .btn-nav-orange {
    transform: scale(-1, 1); }

.page-news-item {
  padding-bottom: 5em; }
  .page-news-item .news_home {
    margin: 3rem 0; }

.article-view {
  padding: 3rem 0;
  width: 100%;
  max-width: 1000px; }

.article-view-header {
  padding: 0 2rem;
  margin-bottom: 3rem; }

.article-title {
  font-size: 5rem;
  font-weight: bold;
  color: #343945;
  margin: 3rem 0 .5rem 0; }

.article-view-date {
  color: #888888;
  font-size: 1.5em; }

p {
  font-size: 1.4em;
  color: #5b6168; }

.article-view-image {
  border-radius: 10px;
  overflow: hidden;
  height: 35em;
  margin-bottom: 4rem;
  box-shadow: 0px 10px 23px 3px #d6d6db; }
  .article-view-image img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.article-view-content {
  padding: 0 2rem; }
  .article-view-content > p {
    margin-bottom: 2.7rem; }

/* FAQ */
.faq-container {
  display: flex;
  justify-content: space-between; }

.faq-left {
  width: 33%; }

.faq-right {
  width: calc(67% - 30px); }

.tabs_nav-faq {
  flex-direction: column;
  align-items: flex-start; }
  .tabs_nav-faq li {
    width: 100%;
    margin: 1rem 0; }
    .tabs_nav-faq li:first-child {
      margin-top: 0; }
    .tabs_nav-faq li.active .btn-tab-ico svg {
      fill: #ff7e00; }

.faq-section {
  padding: 5em 0 8em 0; }

.btn-tab-faq {
  width: 100%;
  background: #efeff0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 1.6rem 3rem;
  justify-content: flex-start; }

.btn-tab-ico {
  margin-right: 2rem;
  height: 4rem;
  min-width: 4rem; }
  .btn-tab-ico svg {
    height: 100%;
    fill: #2a3140; }

.faq-list-header-ico {
  margin-right: 2rem;
  height: 5.5rem;
  min-width: 4rem; }
  .faq-list-header-ico svg {
    height: 100%;
    fill: #ff7e00; }

.tab-faq-name {
  font-weight: bold;
  font-size: 2.4em;
  line-height: 1;
  text-align: left; }

.faq-list-gray {
  padding: 3rem 2rem;
  background: #efeff0;
  border-radius: 10px; }

.faq-list-header {
  display: flex;
  align-items: center;
  margin-bottom: 3rem; }
  .faq-list-header .tab-faq-name {
    margin-bottom: 5px; }

.tab-faq-info {
  font-size: 1.9em; }

.faq-item {
  background: #fff;
  border-radius: 10px;
  padding: 2rem 2rem;
  margin-bottom: 10px; }

.btn-faq-item {
  font-size: 2.3em;
  color: #ff7e00;
  margin-bottom: 2rem;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  text-align: left; }
  .btn-faq-item.collapsed {
    color: #343945;
    margin-bottom: 0; }
    .btn-faq-item.collapsed .arrow-faq {
      transform: none; }

.faq-item-body {
  font-size: 1.7em;
  color: #5b6168;
  line-height: 1.25;
  overflow-x: auto; }
.faq-item-body p {
    font-size: initial;
}
.faq-item-body * {
    padding: revert;
}

.arrow-faq {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2rem;
  height: 1rem;
  transform: rotate(180deg);
  transition: .2s; }

/*************************************** MEDIA ***************************************/
@media only screen and (max-width: 1440px) {
  html {
    font-size: 9px; } }

@media only screen and (max-width: 1366px) {
  .container {
    width: 1140px; }
  .step-nav {
    left: -3em; }
    .step-nav.arrow-right {
      right: -3em; }
  .main-header {
    height: 90px; }
  .content-body {
    padding-top: 90px; } }

@media only screen and (max-width: 1200px) {
  .container {
    width: 90%; }
  .commission-item:nth-child(1) .hero {
    max-width: 50%; }
  .achievements-wrapper img {
    width: 16em; }
    .achievements-wrapper img:nth-child(2) {
      width: 21em; }
  .top-slide_txt {
    /*width: 40%;*/ } }

@media only screen and (max-width: 1024px) {
  html {
    font-size: 8px; }
  .header-auth {
    margin: 0 15px; }
  .benefits_wrapper {
    max-width: 600px;
    margin: 7em auto 8em auto;
    align-items: flex-start; }
  .benefit-item {
    width: 31%;
    margin-bottom: 20px; }
    .benefit-item .txt {
      max-width: 130px; }
  .top-slide_img {
    right: -5%; } }

/* ----------- iPad Pro 12.9" ----------- */
/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait */
@media only screen and (max-width: 992px) {
  .main-nav {
    position: fixed;
    left: -100%;
    top: 0;
    background: rgba(19, 23, 31, 0.95);
    bottom: 0;
    max-width: 280px;
    width: 70vw;
    transition: .2s ease-out;
    z-index: 10; }
    .main-nav.show {
      left: 0; }
  .commissions-list {
    flex-wrap: wrap;
    width: 500px;
    margin: 0 auto;
    max-width: 100%; }
  .commission-item-md {
    width: 46%;
    margin: 2%; }
  .news_list {
    justify-content: center; }
  .news_list-item {
    width: 100%;
    max-width: 520px; }
  .menu-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 82px 0 0 6em;
    justify-content: flex-start;
    height: 100%;
    overflow: auto; }
    .menu-header li {
      margin: 2em 0; }
    .menu-header a {
      font-weight: bold;
      padding: 5px 20px;
      font-size: 20px; }
  .dark-bg-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(19, 23, 31, 0.98);
    z-index: 5;
    height: 80px; }
  .header-left {
    position: relative;
    z-index: 11;
    display: flex;
    align-items: center; }
  .main-header, .main-nav:after {
    height: 80px; }
  .content-body {
    padding-top: 80px; }
  .h-burger {
    display: block;
    margin-right: 20px; }
  .news_home-desc {
    font-size: 1.5em; }
  .our_brand-wrapper {
    flex-direction: column;
    align-items: center; }
  .details-btn {
    text-align: center; }
  .our_brand-col {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column-reverse;
    padding: 0; }
  .tabs_nav-brand li.active .btn-tab-brand .img-wrapper:after {
    bottom: -7px;
    top: auto;
    transform: rotate(-45deg);
    border-radius: 0 15px 0px 0; }
  .tabs_brand-image {
    margin: 3rem 0; }
  .lang-product-nav {
    justify-content: center; }
  .commissions-wrapper {
    flex-direction: column;
    align-items: center; }
  .commission-item {
    width: 100%;
    max-width: 500px;
    margin-bottom: 80px; }
    .commission-item:last-child {
      margin-bottom: 0; }
  .news_home-slider-wrapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px; }
  .top-slide_txt {
    width: 55%; }
  .top-slide_content {
    flex-direction: column-reverse; }
  .top-slide_txt {
    width: 100%;
    max-height: 50%;
    padding: 22em 0 10em 0;
    align-items: center;
    text-align: center;
    z-index: 3;
    max-width: 550px;
    margin: 0 auto;
    justify-content: flex-start;
    height: auto; }
  .top-slide-item {
    max-height: none; }
  .top-slide_img {
    width: 100%;
    height: 25em;
    right: 0;
    justify-content: center;
    align-items: flex-start; }
    .top-slide_img img {
      max-height: 98%; }
  .top-slide-item {
    position: relative; }
    .top-slide-item:before {
      height: 65%;
      width: 100%;
      content: '';
      background: linear-gradient(0deg, #01232d 0%, #01151e 80%, rgba(1, 21, 30, 0.99) 90%, rgba(1, 21, 30, 0.001) 100%);
      position: absolute;
      bottom: 0;
      z-index: 2; }
  .news_home {
    margin-top: -6.8em; } }

@media only screen and (max-width: 768px) {
  html {
    font-size: 8px; }
  .brand-navs {
    flex-direction: column;
    align-items: center;
    width: 400px;
    margin: 0 auto;
    max-width: 100%; }
    .brand-navs li {
      width: 100%;
      margin-bottom: 3rem; }
  .brand-nav-btn {
    flex-direction: row;
    padding: 2em 3em; }
    .brand-nav-btn img {
      max-width: 52%;
      margin-bottom: 0; }
  .news_home-item {
    height: 140px; }
  .top-footer {
    flex-direction: column; }
  .logo-footer {
    margin-bottom: 2rem; }
  .copyright {
    text-align: center; }
  .top-slide_title {
    font-size: 4.5em;
    line-height: 1; }
  .news_home-slider-wrapper {
    width: 95%; }
  .contacts-left {
    width: 100%;
    max-width: 500px; }
  .contacts-right {
    width: 100%;
    justify-content: center;
    transform: none;
    padding: 5rem 0 0 0; }
  .form-box {
    width: 95%; }
  .faq-container {
    flex-wrap: wrap; }
  .faq-col {
    width: 100%; }
  .tabs_nav-faq {
    margin-bottom: 3rem; } }

@media only screen and (max-width: 576px) {
  html {
    font-size: 7px; }

  input,
  textarea, textarea {
    font-size: 14px; }
  .tabs_nav-commissions button .title {
    font-size: 2.8rem;
    margin-bottom: 3px; }
  .tabs_nav-commissions button .subtitle {
    font-size: 12px; }
  .commissions-container {
    padding-right: 10px;
    padding-left: 10px; }
    .commissions-container .container {
      width: 100%;
      padding: 0; }
  .menu-footer {
    justify-content: center;
    max-width: 300px; }
    .menu-footer li {
      width: 30%;
      margin: 1rem 0;
      text-align: center; }
  .rotateslider-container {
    height: 35em; }
  .benefit-item {
    width: 45%; }
  .rectCheckbox-label {
    font-size: 1.6rem; }
  .auth-modal {
    top: 0; }
    .auth-modal .modal-dialog {
      margin: 0; }
  .rotateslider-item {
    height: auto; }
    .rotateslider-item p {
      margin-bottom: 3em; }
  .benefits_wrapper {
    max-width: 300px; }
  .main-header, .main-nav:after {
    height: 75px; }
  .content-body {
    padding-top: 75px; }
  .tabs_nav-brand {
    justify-content: space-between; }
    .tabs_nav-brand li {
      margin: 1em 0; }
  .news_home-item .content {
    font-size: 8px; }
  .news_home-nav {
    font-size: 8px; }
  .news_home-slider-wrapper {
    width: 90%; }
  .footer-payments {
    display: none; }
  .footer-payments-xs {
    display: block; }
  .commission-item {
    height: 24em;
    min-height: auto;
    width: 90%;
    margin-bottom: 8em; }
    .commission-item:nth-child(1) .hero {
      max-height: 120%; }
    .commission-item:nth-child(2) {
      background-position-x: 60%; }
      .commission-item:nth-child(2) .hero {
        right: 0;
        height: 27.8em; }
  .loginModal {
    top: 10vh; }
  .field-row {
    font-size: 9px; }
  .masonry-testimonial-item {
    width: 100%;
    float: left;
    margin: 12px 0; }
  .grid-testimonials {
    margin: 0; }

  input,
  textarea {
    height: 36px; }
    input::placeholder, textarea::placeholder {
      line-height: 14px; } }

@media only screen and (max-width: 414px) and (orientation: portrait) {
  .container {
    padding: 0 15px;
    max-width: 100%;
    width: 100%; }
  .top-slider-navs {
    top: 35%; }
  .step-nav {
    left: 3px; }
    .step-nav.arrow-right {
      right: 3px; }
  .top-slide_txt {
    padding-right: 10px;
    padding-left: 10px; }
  .lang_list {
    top: 20px; }
  .commission-item-md {
    padding: 5rem 3rem; }
  .logo {
    width: 60px; }
  .header-auth {
    margin: 0 12px; }
  .brand-item {
    padding: 1rem 0 5rem; }
  .rotateslider-item {
    max-width: 80%; }
  .rotateslider-arrow {
    width: 16px;
    height: 55px; }
    .rotateslider-arrow.right {
      right: 4px; }
    .rotateslider-arrow.left {
      left: 4px; }
  .money-select-wrapper .title {
    font-size: 13px; }
  .rectCheckbox-wrapper {
    margin-bottom: 6px; } }

@media only screen and (max-width: 375px) and (orientation: portrait) {
  .lang_switcher {
    padding: 10px 0; }
  .lang_list_item a {
    padding: 8px 0; }
  .lang_curr_txt {
    padding-right: 12px; }
  .commission-item {
    padding: 2.2em;
    height: 21em; }
    .commission-item:nth-child(2) .hero {
      height: 24.3em; }
    .commission-item .offer {
      font-size: 3.4em; }
    .commission-item .link {
      font-size: 2rem; }
  p {
    font-size: 1.9em; } }

@media only screen and (max-width: 320px) and (orientation: portrait) {
  html {
    font-size: 6px; }
  .top-slide_btns .btn {
    padding: 10px 15px; }
  .header-auth {
    width: 18em; } }

/*************************************** LANDSCAPE ****************************************/
/* ----------- iPad Pro 12.9" ----------- */
/* iPad landscape */
@media only screen and (max-width: 812px) and (orientation: landscape) {
  html {
    font-size: 8px; } }


/* reg-form is player block */
.is-player-block {
  position: relative;
  width: 100%;
}
.is-player-block .inner {
  width: 100%;
  background: #fae5e8;
  border-radius: 8px;
  border: 1px solid #d80027;
  padding: 12px 10px 16px 28px;
  text-align: left;
}
.is-player-block .inner p {
  font-size: 12px;
  padding-bottom: 12px;
}
.is-player-block .attention-msg {
  font-weight: 300;
  padding-bottom: 20px;
}
.is-player-block .attention-msg>b {
  font-size: 12px;
  color: #d80027;
}
.is-player-block .chooses-title {
  font-size: 14px;
  text-transform: uppercase;
}
.is-player-block .chooses {
  display: flex;
  justify-content: flex-start;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.is-player-block .choose-btn {
  display: inline-block;
  width: 42%;
  min-width: 100px;
}
.is-player-block .choose-btn input[type=radio]:checked + label {
  background: #d80027;
  color: #fff;
}
.is-player-block-error {
  color: #d80027;
  font-size: 14px;
  text-align: left;
  padding: 10px 0px;
}
.chooses .checkBoxCustom input + div:before {
    border: 2px solid #d80027;
}
.chooses .checkBoxCustom input:checked + div:before {
    border-color: #d80027;
    background-color: inherit;
}
.chooses .checkBoxCustom input + div:after {
    height: 22px;
    width: 22px;
    border: 0px;
    border-radius: 11px;
    top: 6px;
}
.chooses .checkBoxCustom input:checked + div:after {
    background: #d80027;
}
.chooses .checkBoxCustom-label {
    text-transform: uppercase;
}