@charset "UTF-8";
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Regular.eot");
  src: local("Raleway"), local("Raleway-Regular"), url("../fonts/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Arimo';
  src: url("../fonts/Arimo-Regular.eot");
  src: local("Arimo Regular"), local("Arimo-Regular"), url("../fonts/Arimo-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Arimo-Regular.woff2") format("woff2"), url("../fonts/Arimo-Regular.woff") format("woff"), url("../fonts/Arimo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

html {
  overflow-x: hidden; }

* {
  padding: 0px;
  margin: 0px;
  border: 0px; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

aside, nav, footer, header, section {
  display: block; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000; }

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "Arimo";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
  body.lock {
    overflow: hidden; }
    @media (max-width: 767.98px) {
      body.lock {
        width: 100%;
        position: fixed;
        overflow: hidden; } }

input, button, textarea {
  font-family: "Arimo"; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-size: inherit; }

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #F7F7F7; }

body {
  overflow-x: hidden !important; }

.container {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 1312px) {
    .container {
      max-width: 970px; } }
  @media (max-width: 992.98px) {
    .container {
      max-width: 750px; } }
  @media (max-width: 767.98px) {
    .container {
      max-width: none;
      padding: 0 10px; } }

header {
  padding: 20px 0px 20px 0px; }

.header__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.header__logo a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header__logo a img {
    max-width: 100%;
    max-height: 100%; }
  .header__logo a span {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    padding: 0px 0px 0px 10px; }
    @media (max-width: 767.98px) {
      .header__logo a span {
        font-size: 10px; } }

.bgblue {
  border: 1px solid #29D6AE;
  background-color: transparent;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .bgblue:hover {
    opacity: 0.6; }
  @media (max-width: 767.98px) {
    .bgblue {
      padding: 15px 20px;
      font-size: 13px; } }

.bgtrans {
  background: #29D6AE;
  border: 1px solid #29D6AE;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .bgtrans:hover {
    opacity: 0.6; }
  @media (max-width: 767.98px) {
    .bgtrans {
      padding: 15px 20px;
      font-size: 13px; } }

.menu_kera__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.menu_kera__link {
  margin: 0px 15px;
  color: #000;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .menu_kera__link:hover {
    text-decoration: underline; }

@media (max-width: 992.98px) {
  .menu_kera__body {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    z-index: 4;
    background-color: #fff;
    padding: 80px 0px 20px 0px;
    -webkit-transform: translate3d(0px, -100%, 0px);
    transform: translate3d(0px, -100%, 0px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .menu_kera__body.actives {
      -webkit-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px); }
  .menu_kera__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .menu_kera__list li {
      padding: 15px 0px 15px 0px; }
  .menu_kera__link {
    font-size: 16px; } }
  @media (max-width: 992.98px) and (max-width: 992.98px) {
    .menu_kera__link {
      font-size: 20px; } }

.menu_kera__link.actives {
  color: #000;
  font-weight: bold; }

.menu_kera button {
  background-color: transparent; }

@media (max-width: 992.98px) {
  .icon-menu_kera {
    display: block;
    position: absolute;
    top: 30px;
    right: 5px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 5; }
    .icon-menu_kera span {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      top: 8px;
      left: 0px;
      position: absolute;
      width: 100%;
      height: 2px;
      background: #000; }
      .icon-menu_kera span:first-child {
        top: 0px; }
      .icon-menu_kera span:last-child {
        top: auto;
        bottom: 0px; }
    .icon-menu_kera.actives span {
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      background-color: #000; }
      .icon-menu_kera.actives span:first-child {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 8px; }
      .icon-menu_kera.actives span:last-child {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: 8px; } }

@media (max-width: 767.98px) {
  .header__social.active {
    opacity: 1;
    visibility: visible; } }

@media (max-width: 767.98px) {
  .header__lang.active {
    opacity: 1;
    visibility: visible; } }

@media (max-width: 767.98px) {
  .header__auth.active {
    opacity: 1;
    visibility: visible; } }

@media (max-width: 767.98px) {
  .ask.active {
    opacity: 1;
    visibility: visible; } }

.header__bot.sticky {
  position: fixed;
  z-index: 200; }
  @media (max-width: 767.98px) {
    .header__bot.sticky {
      position: fixed; } }

.footer {
  padding: 40px 0px;
  background: #EFEFEF; }

.footer__links {
  margin: 20px 0px 0px 0px; }
  .footer__links ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .footer__links ul li a {
      margin: 0px 15px;
      color: #B12BFF;
      text-decoration: underline;
      font-size: 24px;
      line-height: 1.3;
      font-weight: bold;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .footer__links ul li a:hover {
        text-decoration: none; }
      @media (max-width: 767.98px) {
        .footer__links ul li a {
          font-size: 14px; } }

.footer__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }
  @media (max-width: 767.98px) {
    .footer__row {
      display: block; } }

.footer__col {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%; }
  @media (max-width: 767.98px) {
    .footer__col {
      margin: 0px 0px 20px 0px; } }

.footer__item p {
  margin: 0px 0px 30px 0px;
  color: #000;
  font-size: 24px;
  font-weight: bold; }
  @media (max-width: 767.98px) {
    .footer__item p {
      font-size: 20px; } }

.footer__item span {
  color: #000;
  margin: 0px 0px 15px 0px;
  font-size: 16px;
  line-height: 1.3;
  display: block; }
  @media (max-width: 767.98px) {
    .footer__item span {
      font-size: 14px; } }

.footer__item ul li a {
  color: #000;
  margin: 0px 0px 15px 0px;
  font-size: 16px;
  line-height: 1.3;
  display: inline-block;
  text-decoration: underline; }
  .footer__item ul li a:hover {
    text-decoration: none; }
  @media (max-width: 767.98px) {
    .footer__item ul li a {
      font-size: 14px; } }

.footer__cent {
  max-width: 900px;
  margin: 30px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0; }
  .footer__cent p {
    color: #000;
    padding: 0px 0px 0px 10px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3; }
    @media (max-width: 767.98px) {
      .footer__cent p {
        font-size: 14px; } }

.footer__icon img {
  width: 30px;
  height: 30px; }

.footer__bot {
  text-align: center;
  margin: 40px 0px 0px 0px; }
  .footer__bot p {
    color: #000;
    padding: 0px 0px 0px 10px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3; }
    @media (max-width: 767.98px) {
      .footer__bot p {
        font-size: 14px; } }

.popup {
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed !important;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100; }
  .popup.active .popup-content {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .popup.show {
    display: block; }
    .popup.show .popup-content {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }

.popup-table {
  height: 100%;
  table-layout: fixed; }
  .popup-table > .cell {
    height: 100%;
    vertical-align: middle;
    padding: 30px 10px; }

.popup-content {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  max-width: 650px;
  height: 500px;
  margin: 0px auto;
  background: #11312E; }

.popup-close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background: url("../img/icons/close.svg") 0 0 no-repeat; }

.popup-video .popup-close {
  width: 40px;
  height: 40px;
  background-color: #000;
  top: 0;
  right: 0; }

.popup-video__value {
  max-width: 99%;
  height: 99%;
  border: none; }
  .popup-video__value iframe {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    min-height: 100%;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover; }

.popup__game {
  width: 100%;
  height: 400px;
  padding: 15px 15px; }
  .popup__game iframe {
    width: 100%;
    height: 100%; }

.popup__txt {
  padding: 30px;
  text-align: center; }
  .popup__txt p {
    color: #fff;
    font-size: 20px; }

.formapop {
  text-align: center;
  padding: 0px 50px; }
  .formapop input {
    padding: 12px 15px;
    width: 100%; }

.form-button {
  padding: 30px 0px; }

.formapopbtn {
  text-align: center;
  display: inline-block;
  padding: 15px 30px;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  border-radius: 35px;
  background: #4F00B4; }

.webui-popover-content {
  display: none; }

.webui-popover-rtl {
  direction: rtl;
  text-align: right; }

.webui-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  min-width: 50px;
  min-height: 32px;
  max-width: 220px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-clip: padding-box;
  background-color: #fff;
  color: #222222;
  line-height: 20px;
  font-size: 14px;
  border: 1px solid #b0b0b0; }

.webui-popover-inner {
  padding: 10px 20px; }

.webui-popover span {
  color: #b0b0b0; }

.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
  margin-top: -10px; }

.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
  margin-left: 10px; }

.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
  margin-top: 10px; }

.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
  margin-left: -10px; }

.webui-popover.pop {
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  -o-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: -webkit-transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5), -webkit-transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  opacity: 0;
  filter: alpha(opacity=0); }

.webui-popover.pop-out {
  -webkit-transition: .15s linear;
  -o-transition: .15s linear;
  transition: .15s linear;
  opacity: 0;
  filter: alpha(opacity=0); }

.webui-popover.fade,
.webui-popover.fade-out {
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  opacity: 0;
  filter: alpha(opacity=0); }

.webui-popover.out {
  opacity: 0;
  filter: alpha(opacity=0); }

.webui-popover.in {
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100); }

.webui-popover .webui-popover-content {
  padding: 9px 14px;
  overflow: visible !important;
  display: block; }

.webui-popover .webui-popover-content > div:first-child {
  width: 99%; }

.webui-popover-inner .close {
  font-family: arial;
  margin: 8px 10px 0 0;
  float: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
  text-decoration: none; }

.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
  opacity: .5;
  filter: alpha(opacity=50); }

.webui-popover-inner .close:after {
  content: "\00D7";
  width: .8em;
  height: .8em;
  padding: 4px;
  position: relative; }

.webui-popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 5px 5px 0 0; }

.webui-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: none; }

.webui-popover-inverse {
  background-color: #333;
  color: #eee; }

.webui-popover-inverse .webui-popover-title {
  background: #333;
  border-bottom: 1px solid #3b3b3b;
  color: #eee; }

.webui-no-padding .webui-popover-content {
  padding: 0; }

.webui-no-padding .list-group-item {
  border-right: none;
  border-left: none; }

.webui-no-padding .list-group-item:first-child {
  border-top: 0; }

.webui-no-padding .list-group-item:last-child {
  border-bottom: 0; }

.webui-popover > .webui-arrow,
.webui-popover > .webui-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.webui-popover > .webui-arrow {
  border-width: 11px; }

.webui-popover > .webui-arrow:after {
  border-width: 10px;
  content: ""; }

.webui-popover.top > .webui-arrow,
.webui-popover.top-right > .webui-arrow,
.webui-popover.top-left > .webui-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #fff;
  border-top-color: #b0b0b0;
  border-bottom-width: 0; }

.webui-popover.top > .webui-arrow:after,
.webui-popover.top-right > .webui-arrow:after,
.webui-popover.top-left > .webui-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0; }

.webui-popover.right > .webui-arrow,
.webui-popover.right-top > .webui-arrow,
.webui-popover.right-bottom > .webui-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #fff;
  border-right-color: #b0b0b0; }

.webui-popover.right > .webui-arrow:after,
.webui-popover.right-top > .webui-arrow:after,
.webui-popover.right-bottom > .webui-arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff; }

.webui-popover.bottom > .webui-arrow,
.webui-popover.bottom-right > .webui-arrow,
.webui-popover.bottom-left > .webui-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #fff;
  border-bottom-color: #b0b0b0;
  border-top-width: 0; }

.webui-popover.bottom > .webui-arrow:after,
.webui-popover.bottom-right > .webui-arrow:after,
.webui-popover.bottom-left > .webui-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #fff;
  border-top-width: 0; }

.webui-popover.left > .webui-arrow,
.webui-popover.left-top > .webui-arrow,
.webui-popover.left-bottom > .webui-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #fff;
  border-left-color: #b0b0b0; }

.webui-popover.left > .webui-arrow:after,
.webui-popover.left-top > .webui-arrow:after,
.webui-popover.left-bottom > .webui-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px; }

.webui-popover-inverse.top > .webui-arrow,
.webui-popover-inverse.top-left > .webui-arrow,
.webui-popover-inverse.top-right > .webui-arrow,
.webui-popover-inverse.top > .webui-arrow:after,
.webui-popover-inverse.top-left > .webui-arrow:after,
.webui-popover-inverse.top-right > .webui-arrow:after {
  border-top-color: #333; }

.webui-popover-inverse.right > .webui-arrow,
.webui-popover-inverse.right-top > .webui-arrow,
.webui-popover-inverse.right-bottom > .webui-arrow,
.webui-popover-inverse.right > .webui-arrow:after,
.webui-popover-inverse.right-top > .webui-arrow:after,
.webui-popover-inverse.right-bottom > .webui-arrow:after {
  border-right-color: #333; }

.webui-popover-inverse.bottom > .webui-arrow,
.webui-popover-inverse.bottom-left > .webui-arrow,
.webui-popover-inverse.bottom-right > .webui-arrow,
.webui-popover-inverse.bottom > .webui-arrow:after,
.webui-popover-inverse.bottom-left > .webui-arrow:after,
.webui-popover-inverse.bottom-right > .webui-arrow:after {
  border-bottom-color: #333; }

.webui-popover-inverse.left > .webui-arrow,
.webui-popover-inverse.left-top > .webui-arrow,
.webui-popover-inverse.left-bottom > .webui-arrow,
.webui-popover-inverse.left > .webui-arrow:after,
.webui-popover-inverse.left-top > .webui-arrow:after,
.webui-popover-inverse.left-bottom > .webui-arrow:after {
  border-left-color: #333; }

.webui-popover i.icon-refresh:before {
  content: ""; }

.webui-popover i.icon-refresh {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -15px;
  margin-right: -15px;
  background: url(../img/loading.gif) no-repeat; }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.webui-popover-backdrop {
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998; }

.webui-popover .dropdown-menu {
  display: block;
  position: relative;
  top: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none; }

.socialcasinoaustria-main {
  padding: 150px 0px;
  text-align: center;
  background: url("../img/bg.webp") 0 50% no-repeat;
  background-size: cover; }
  @media (max-width: 767.98px) {
    .socialcasinoaustria-main {
      padding: 20px 0px; } }

.socialcasinoaustria-main__top {
  margin: 0px 0px 30px 0px; }
  @media (max-width: 767.98px) {
    .socialcasinoaustria-main__top {
      margin: 0px 0px 10px 0px; } }
  .socialcasinoaustria-main__top p {
    color: #fff;
    line-height: 1.3;
    font-size: 20px; }
    @media (max-width: 767.98px) {
      .socialcasinoaustria-main__top p {
        font-size: 12px; } }
  .socialcasinoaustria-main__top h1 {
    color: #fff;
    line-height: 1.1;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px 0px 20px 0px; }
    @media (max-width: 767.98px) {
      .socialcasinoaustria-main__top h1 {
        font-size: 20px; } }

.socialcasinoaustria__links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .socialcasinoaustria__links ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .socialcasinoaustria__links ul li {
      padding: 0px 15px; }
      .socialcasinoaustria__links ul li a {
        display: inline-block;
        padding: 20px 50px;
        background: #B12BFF;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        border-radius: 100px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        .socialcasinoaustria__links ul li a:hover {
          opacity: 0.5; }
        @media (max-width: 767.98px) {
          .socialcasinoaustria__links ul li a {
            padding: 10px 15px;
            font-size: 13px; } }

.bgbord {
  background-color: transparent !important; }

.socialcasinoaustria-about {
  padding: 50px 0px; }
  .socialcasinoaustria-about h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 36px;
    display: none;
    margin: 0px 0px 30px 0px; }
    @media (max-width: 767.98px) {
      .socialcasinoaustria-about h1 {
        font-size: 24px;
        display: block; } }
  .socialcasinoaustria-about h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 36px;
    display: none;
    margin: 0px 0px 30px 0px; }
    @media (max-width: 767.98px) {
      .socialcasinoaustria-about h2 {
        font-size: 24px;
        display: block; } }

.socialcasinoaustria-about__Row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 767.98px) {
    .socialcasinoaustria-about__Row {
      display: block; } }

.socialcasinoaustria-about__col {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }
  .socialcasinoaustria-about__col:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

.socialcasinoaustria-about__img {
  height: 100%; }
  @media (max-width: 767.98px) {
    .socialcasinoaustria-about__img {
      margin: 0px 0px 20px 0px; } }
  .socialcasinoaustria-about__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.socialcasinoaustria-about__desc p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 36px;
  margin: 0px 0px 30px 0px; }
  @media (max-width: 767.98px) {
    .socialcasinoaustria-about__desc p {
      font-size: 24px;
      display: none; } }

.socialcasinoaustria-about__desc span {
  font-size: 16px;
  line-height: 1.3; }
  @media (max-width: 767.98px) {
    .socialcasinoaustria-about__desc span {
      font-size: 14px; } }

.socialcasinoaustria-about2 {
  padding: 50px 0px; }
  .socialcasinoaustria-about2 h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 36px;
    margin: 0px 0px 30px 0px; }
    @media (max-width: 767.98px) {
      .socialcasinoaustria-about2 h1 {
        font-size: 24px; } }
  .socialcasinoaustria-about2 h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 36px;
    margin: 0px 0px 30px 0px; }
    @media (max-width: 767.98px) {
      .socialcasinoaustria-about2 h2 {
        font-size: 24px; } }

.mrginsh {
  margin: 0px 0px 30px 0px; }

.socialcasinoaustria-about2__Row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 767.98px) {
    .socialcasinoaustria-about2__Row {
      display: block; } }

.reverse .socialcasinoaustria-about2__col:first-child {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important; }

.reverse .socialcasinoaustria-about2__col:last-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.socialcasinoaustria-about2__col {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }
  .socialcasinoaustria-about2__col:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

.socialcasinoaustria-about2__img {
  height: 100%; }
  @media (max-width: 767.98px) {
    .socialcasinoaustria-about2__img {
      margin: 0px 0px 20px 0px; } }
  .socialcasinoaustria-about2__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.socialcasinoaustria-about2__desc p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0px 0px 30px 0px; }
  @media (max-width: 767.98px) {
    .socialcasinoaustria-about2__desc p {
      font-size: 20px;
      display: none; } }

.socialcasinoaustria-about2__desc span {
  font-size: 16px;
  line-height: 1.3; }
  @media (max-width: 767.98px) {
    .socialcasinoaustria-about2__desc span {
      font-size: 14px; } }

.overhid {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  display: none;
  margin: 0px 0px 30px 0px; }
  @media (max-width: 767.98px) {
    .overhid {
      font-size: 20px;
      display: block; } }

.socialcasinoaustria-bg {
  background: url("../img/bg-2.webp") 0 0 no-repeat;
  background-size: cover;
  height: 300px; }
  @media (max-width: 767.98px) {
    .socialcasinoaustria-bg {
      height: 500px;
      background: url("../img/bg-2.webp") 80% 0 no-repeat;
      background-size: cover; } }

.socialcasinoaustria-games {
  padding: 50px 0px; }
  .socialcasinoaustria-games h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 36px;
    margin: 0px 0px 30px 0px; }
    @media (max-width: 767.98px) {
      .socialcasinoaustria-games h2 {
        font-size: 24px; } }
  .socialcasinoaustria-games h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 36px;
    margin: 0px 0px 30px 0px; }
    @media (max-width: 767.98px) {
      .socialcasinoaustria-games h1 {
        font-size: 24px; } }

.socialcasinoaustria-games__form {
  margin: 0px 0px 30px 0px; }
  .socialcasinoaustria-games__form form {
    position: relative; }
    .socialcasinoaustria-games__form form input {
      display: block;
      width: 100%;
      padding: 15px 15px;
      background: #11312E;
      border-radius: 100px;
      color: #fff;
      font-size: 18px;
      position: relative;
      z-index: 1; }
    .socialcasinoaustria-games__form form button {
      position: absolute;
      right: 10px;
      top: 0;
      bottom: 0;
      margin: auto;
      z-index: 2;
      font-size: 16px;
      background-color: transparent; }

input::-webkit-input-placeholder {
  color: #fff;
  font-size: 18px; }

input:-ms-input-placeholder {
  color: #fff;
  font-size: 18px; }

input::-ms-input-placeholder {
  color: #fff;
  font-size: 18px; }

input::placeholder {
  color: #fff;
  font-size: 18px; }

.socialcasinoaustria-games__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }
  @media (max-width: 767.98px) {
    .socialcasinoaustria-games__row {
      display: block; } }

.socialcasinoaustria-games__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 0px 15px; }

.titlegame {
  margin: 20px 0px 0px 0px;
  color: #000;
  font-weight: bold;
  font-size: 20px; }
  @media (max-width: 767.98px) {
    .titlegame {
      margin: 20px 0px 20px 0px;
      font-size: 16px; } }

.socialcasinoaustria-games__item {
  padding: 15px 15px;
  border-radius: 20px;
  border: 1px solid #9D05D4;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media (max-width: 767.98px) {
    .socialcasinoaustria-games__item {
      margin: 0px 0px 20px 0px; } }
  .socialcasinoaustria-games__item:hover .socialcasinoaustria-games__desc {
    display: block; }

.socialcasinoaustria-games__img {
  height: 300px;
  position: relative; }
  .socialcasinoaustria-games__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px; }

.socialcasinoaustria-games__desc {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px 20px;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.descsocialcasinoaustria-games__rait {
  text-align: right;
  margin: 0px 0px 60px 0px;
  color: #fff;
  font-size: 20px; }

.descsocialcasinoaustria-games__bot {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }

.descsocialcasinoaustria-games__title {
  margin: 0px 0px 15px 0px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3; }

.descsocialcasinoaustria-games__play {
  margin: 0px 0px 15px 0px; }
  .descsocialcasinoaustria-games__play a {
    display: block;
    width: 100%;
    background: #B12BFF;
    border-radius: 10px;
    padding: 12px 40px;
    font-size: 17px;
    color: #fff; }

.descsocialcasinoaustria-games__link a {
  display: block;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 12px 30px;
  font-size: 17px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .descsocialcasinoaustria-games__link a:hover {
    background: #fff;
    color: #000; }

.bgdown {
  background-image: -webkit-linear-gradient(311deg, #FE5181 12%, #FF34DF 70%) !important;
  background-image: -o-linear-gradient(311deg, #FE5181 12%, #FF34DF 70%) !important;
  background-image: linear-gradient(139deg, #FE5181 12%, #FF34DF 70%) !important; }

.contact {
  padding: 50px 0px; }
  .contact h1 {
    margin: 0px 0px 30px 0px;
    font-size: 32px;
    line-height: 1.3; }
    @media (max-width: 767.98px) {
      .contact h1 {
        margin: 0px 0px 25px 0px; } }
    @media (max-width: 767.98px) {
      .contact h1 {
        font-size: 16px; } }
  .contact p {
    margin: 0px 0px 30px 0px;
    line-height: 1.3;
    font-size: 14px; }
    @media (max-width: 767.98px) {
      .contact p {
        font-size: 12px; } }

.contact__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 767.98px) {
    .contact__row {
      display: block; } }

.contact__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.fottop {
  margin: 0px 0px 40px 0px; }

.inpt span {
  color: #B12BFF;
  display: block;
  margin: 0px 0px 7px 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em; }

.inpt input {
  width: 100%;
  margin: 0px 0px 15px 0px;
  padding: 10px 15px;
  border: 1px solid #D5D5D5;
  color: #000;
  font-size: 16px;
  border-radius: 5px; }
  @media (max-width: 767.98px) {
    .inpt input {
      width: 100%;
      margin: 0px 0px 20px 0px; } }

.inpt textarea {
  width: 100%;
  margin: 0px 0px 15px 0px;
  padding: 10px 15px;
  border: 1px solid #D5D5D5;
  color: #000;
  font-size: 16px;
  border-radius: 5px; }
  @media (max-width: 767.98px) {
    .inpt textarea {
      width: 100%;
      margin: 0px 0px 20px 0px; } }

.contact__btn button {
  background-color: transparent;
  width: 100% !important; }

.contact__btn span {
  display: block !important;
  background: #B12BFF;
  padding: 10px 15px;
  font-size: 17px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .contact__btn span:hover {
    opacity: 0.5; }

@media (max-width: 767.98px) {
  .contact__img {
    margin: 30px 0px 0px 0px; } }

.contact__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.popups {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); }

.popups.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.popups__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.popups__content {
  overflow: auto;
  max-width: 400px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;
  background: #000;
  border-radius: 5px;
  padding: 10px; }

.popups__text {
  color: #fff;
  font-size: 15px;
  line-height: 1.3; }

.popups__exit {
  margin-bottom: 30px;
  background: #9B2A3E;
  padding: 10px 30px;
  color: #fff;
  font-size: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.popups__exit:hover {
  opacity: 0.6; }

.socialcasinoaustria__ones {
  padding: 50px 0px; }
  .socialcasinoaustria__ones h1 {
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 48px;
    margin: 0px 0px 30px 0px; }
    @media (max-width: 767.98px) {
      .socialcasinoaustria__ones h1 {
        font-size: 24px; } }

.socialcasinoaustria__ones__game {
  height: 500px; }
  .socialcasinoaustria__ones__game iframe {
    width: 100%;
    height: 100%; }

.socialcasinoaustria-aboutthegame {
  padding: 40px 0px; }
  .socialcasinoaustria-aboutthegame h2 {
    color: #000;
    margin: 0px 0px 30px 0px;
    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .socialcasinoaustria-aboutthegame h2 {
        font-size: 24px; } }

.socialcasinoaustria-aboutthegame__item {
  margin: 0px 0px 20px 0px;
  background: #EFEFEF;
  padding: 20px 20px;
  border: 1px solid #9D05D4;
  border-radius: 20px; }
  .socialcasinoaustria-aboutthegame__item p {
    margin: 0px 0px 20px 0px;
    font-weight: bold;
    font-size: 24px; }
    @media (max-width: 767.98px) {
      .socialcasinoaustria-aboutthegame__item p {
        font-size: 20px; } }
  .socialcasinoaustria-aboutthegame__item span {
    line-height: 1.3;
    font-size: 16px; }
    @media (max-width: 767.98px) {
      .socialcasinoaustria-aboutthegame__item span {
        font-size: 14px; } }

.socialcasinoaustria-images {
  padding: 40px 0px; }

.socialcasinoaustria-images__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }
  @media (max-width: 767.98px) {
    .socialcasinoaustria-images__row {
      display: block; } }

.socialcasinoaustria-images__col {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }
  @media (max-width: 767.98px) {
    .socialcasinoaustria-images__col {
      margin: 0px 0px 20px 0px; } }

.socialcasinoaustria-images__img {
  height: 100%; }
  .socialcasinoaustria-images__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.socialcasinoaustria-privacy {
  padding: 60px 0px; }
  .socialcasinoaustria-privacy h1 {
    margin: 0px 0px 30px 0px;
    font-size: 53px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 0em; }
    @media (max-width: 767.98px) {
      .socialcasinoaustria-privacy h1 {
        font-size: 40px; } }
  .socialcasinoaustria-privacy h2 {
    margin: 0px 0px 30px 0px;
    font-size: 53px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 0em; }
    @media (max-width: 767.98px) {
      .socialcasinoaustria-privacy h2 {
        font-size: 40px; } }
  .socialcasinoaustria-privacy h3 {
    margin: 0px 0px 25px 0px;
    font-size: 44px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0em; }
  .socialcasinoaustria-privacy h4 {
    margin: 0px 0px 20px 0px;
    font-size: 37px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left; }
  .socialcasinoaustria-privacy ul {
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 20px 0px; }
    .socialcasinoaustria-privacy ul li {
      list-style-type: disc;
      font-size: 17px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: 0em;
      text-align: left; }
  .socialcasinoaustria-privacy p {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0px 0px 10px 0px; }

.pop-cookie2 {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  max-width: 500px;
  width: 100%;
  text-align: center; }

.pop-cookie2.disabled2 {
  display: none; }

@media (max-width: 600px) {
  .pop-cookie2 {
    bottom: 10px;
    right: 10px;
    max-width: none;
    width: 95vw; } }

.pop-cookie2__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.pop-cookie2__title {
  color: #4E4E4E;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px; }

.pop-cookie2__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24.2px;
  color: #4E4E4E; }

.mb-8:not(:last-child) {
  margin-bottom: 8px; }

.pop-cookie2 .but-c {
  background: #B12BFF;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .pop-cookie2 .but-c:hover {
    opacity: 0.6; }
  @media (max-width: 767.98px) {
    .pop-cookie2 .but-c {
      padding: 15px 20px;
      font-size: 13px; } }

@media (any-hover: hover) {
  .but-c:hover {
    opacity: .5; } }

.but-c:focus-visible {
  opacity: .5; }

.but-c:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s; }

.pop-cookie {
  position: fixed;
  z-index: 10;
  bottom: 20px;
  right: 20px;
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  max-width: 500px;
  width: 100%; }

.pop-cookie.disabled {
  display: none; }

@media (max-width: 600px) {
  .pop-cookie {
    bottom: 10px;
    right: 10px;
    max-width: none;
    width: 95vw; } }

.pop-cookie__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.pop-cookie__title {
  color: #4E4E4E;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px; }

.pop-cookie__text {
  font-size: 17px;
  font-weight: 400;
  line-height: 24.2px;
  color: #4E4E4E; }

.mb-8:not(:last-child) {
  margin-bottom: 8px; }

.but-c {
  background: #B12BFF;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .but-c:hover {
    opacity: 0.6; }
  @media (max-width: 767.98px) {
    .but-c {
      padding: 15px 20px;
      font-size: 13px; } }

.but-c_border {
  background-color: transparent;
  border: 2px solid #4E4E4E;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #4E4E4E !important;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .but-c_border:hover {
    opacity: 0.6; }
  @media (max-width: 767.98px) {
    .but-c_border {
      padding: 15px 20px;
      font-size: 13px; } }

@media (any-hover: hover) {
  .but-c:hover {
    opacity: .5; } }

.but-c:focus-visible {
  opacity: .5; }

.but-c:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s; }

.row:after {
  display: block;
  content: '';
  clear: both; }



.header__lang{
  padding: 0px 0px 0px 30px;
  position: absolute;
  top: 25px;
  right: 70px;
}
.header__lang ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin: 0px -5px;
}
.header__lang li{
  padding: 0px 5px;
}
.header__lang li a{
  font-weight: bold;
  color:#000;
  font-size: 16px;
}