* {
  box-sizing: border-box;
  font-family: Roboto, "Helvetica Neue",Arial,sans-serif;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.2px;
  background-color: rgba(32,36,46,1);
}

body, a, div, h1, h2, h3, header, footer, li, table, tr, td, tbody {
  margin: 0;
  padding: 0;
}

header {
  position: relative;
  z-index: 1000;
  gap: 40px;
  top: 0;
  left: 0;
  right: 0;
  justify-content: center;
  padding: 3px 10px;
  background-color: rgba(255, 255, 255, .21);
  text-align: center;
  color: #fff;
}

.marsbahis-center-img {
  margin: 20px 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
}

header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
}
.buttons {
  display: flex;
  gap: 20px;
}

.logo_container {
  display: flex;
  align-items: center;
  height: 90px;
}

.logo_container > a, .logo {
  width: 180px;
  height: 48px;
  display: inline-block;
}

.buttons > a {
  background-color: white;
  white-space: nowrap;
  padding: 10px 20px;
  color: black;
  text-decoration: none;
  font-weight: 600;
}


main {
  max-width: 1040px;
  background-color: #181818;
  margin: 40px auto;
  padding: 30px 20px;
  color: #fff;
}

@media (max-width: 1024px) {
  .marsbahis-games > li {
    width: 50%;
  }

  header > div {
    width: 75%;
  }
}

@media (max-width: 720px) {
  .marsbahis-center-img, .marsbahis-games > li {
    width: 100%;
  }

  .marsbahis-image-container {
    flex-direction: column;
  }

  header > div {
    flex-direction: column;
  }

  header > div {
    margin-bottom: 20px;
  }
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html,
h1,
body,
h2,
h3,
h4,
h5,
h6,
table,
svg,
b,
div,
tr,
td,
th,
ol,
button,
p,
a,
ul,
li,
img {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
}


body {
  font-family: 'Montserrat', sans-serif;
  background-color: #0C1D23;
}

.open {
  overflow-y: hidden;
}

.background {
  background: url('../images/header_background.jpg') no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  z-index: -1;
  background-position: 50%;
  height: 696px;
}

.header {
  position: fixed;
  padding: 15px 0;
  display: flex;
  width: 100%;
  z-index: 2;
  justify-content: center;
  gap: 50px;
  align-items: center;
  transition: all 0.3s linear;
}

.header__info {
  height: 480px;
}

.nav {
  gap: 20px;
  display: flex;
}

.nav__link-element {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nav__image {
  height: 35px;
}

.close__image {
  height: 40px;
  width: 40px;
  cursor: pointer;
  position: relative;
  left: 60px;
  top: 20px;
}

.nav__text {
  font-weight: 600;
  color: white;
}

.header__button {
  font-weight: 800;
  padding: 13px 30px;
  white-space: nowrap;
  height: 40px;
  border-radius: 84px;
  background: linear-gradient(#FFC702, #FF8B20);
  box-shadow: 0px 2px #BF6D16, 0px -2px #FFDD68;
  display: flex;
  align-items: center;
  transition: all .3s ease-in-out;
}

.header__button:hover {
  transform: scale(1.1);
  color: white;
}

.header__wrapper {
  display: flex;
  justify-content: center;
}

.main__image {
  background-repeat: no-repeat;
  border-radius: 17px;
  background-position: 80%;
  height: 350px;
}

.list_titles {
  color: white;
  margin-left: 20px;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.list_titles > li {
  width: 30%;
}

.list_titles > li > a {
  color: rgba(78, 255, 195, 1);
}

.slider__wrapper {
  display: flex;
  justify-content: center;
}

.slider {
	position: absolute;
  top: 160px;
	height: 350px;
	width: 1000px;
	overflow:hidden;
  cursor: grab;
}

.slider:active {
  cursor: grabbing;
}

#button {
  display: inline-block;
  background: linear-gradient(#ffc702,#ff8b20);
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius: 50%;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.content {
  width: 77%;
  margin: 50px auto;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}

#button {
  margin: 30px;
  background: linear-gradient(#FFC702, #FF8B20);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

#button::after {
  line-height: 35px;
  position: relative;
  color: #232939;
  top: 15px;
}

.burger {
  display: none;
}

button {
	cursor: pointer;
	margin-right: 8px;
	border:none;
	border-radius: 4px;
	color:#FFF;
  background-color: transparent;
	transition: all 0.5s;
}

.slick-dots {
	font-size: 0px;
	gap: 4px;
	cursor: pointer;
  display: flex;
	z-index: 5;
	position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.slick-dots li button {
	font-size: 0px;
}

.slick-dots li {
	display: inline-block;
	transition: all 0.2s linear;
  border-radius: 5px;
}

.slick-dots li{
	width: 60px;
	height: 5px;
	background-color: rgba(255, 255, 255, 0.25);
}

.slick-dots .slick-active {
	width: 60px;
	transition: all 0.2s linear;
	background-color: rgba(255, 214, 14, 1);
}
.slick-dots .slick-active button {
	font-size: 0px;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.SliderContent {
  width: 100%;
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

.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
}

.Slider-img-fill {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  text-align: center
}

.SliderContainer:after,
.SliderContainer .SliderHead:after {
  content: '';
  display: block;
  clear: both;
}

.SliderContainer .SliderHead {
  overflow: hidden;
  font-size: 20px;
  color: white;
  line-height: 49px;
}

.SliderContainer .SliderHead .SliderArrows {
  float: right;
}

.slick-arrow {
  border-radius: 50%;
}

.Slider-Slick-Next {
  background-image: url('../images/arrow-right.svg');
  background-size: 45%;
	background-repeat: no-repeat;
	right: 10px;
	top: 175px;
	transform: translateY(-50%);
}

.Slider-Slick-Prev {
  background-image: url('../images/arrow-left.svg');
  background-size: 33% 100%;
	left: 20px;
	background-repeat: no-repeat;
	top: 175px;
	transform: translateY(-50%);
}

.SliderContainer .SliderHead .Slider-Slick-Next,
.SliderContainer .SliderHead .Slider-Slick-Prev {
  display: inline-block;
  width: 38px;
  height: 38px;
  color: #FFF;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  position: absolute;
	height: 30px;
	width: 30px;
	z-index: 5;
}

.SlickCarousel {
  margin: 0 -7.5px;
}

.SliderProductBlock h3 {
  color: #393939;
  margin-top: 5px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .25);
}

.slide {
  z-index: 12px;
  position: relative;
}

.slider__more {
  display: none;
  color: #FFD60E;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  right: 240px;
}

.slider__link {
  right: 120px;
  bottom: 10px;
}

.slider__image-play {
  width: 25%;
  left: 50%;
}

.slider__text {
  left: 50%;
  white-space: nowrap;
}

.welcome-banner__title {
  font-size: 50px;
  font-weight: 700;
  color: white;
  line-height: 57px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
  left: 70px;
  top: 50px;
}

.orange__title {
  color: rgba(255, 139, 32, 1);
}

.welcome-banner__paragraph {
  font-weight: 500;
  font-size: 18px;
  color: white;
  display: flex;
  justify-content: start;
  position: relative;
  left: 70px;
  top: 70px;
}

.welcome-banner__button {
  border-radius: 84px;
  padding: 13px 30px;
  white-space: nowrap;
  text-transform: uppercase;
  height: 44px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.orange__button {
  color: rgba(41, 38, 58, 1);
  width: 135px;
  background: linear-gradient(#FFC702, #FF8B20);
  transition: all 0.2s ease-in-out;
}

.orange__button:hover {
  transform: scale(1.1);
}

.transparent__button {
  color: white;
  width: 154px;
  border: 3px solid rgba(37, 206, 118, 1);
  transition: all 0.2s ease-in-out;
}

.transparent__button:hover {
  transform: scale(1.1);
}

.welcome-banner__buttons {
  display: flex;
  gap: 10px;
  position: relative;
  left: 70px;
  top: 110px;
}

.main {
  padding: 440px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section, .questions {
  padding: 0 20px;
}

table {
  display: flex;
  flex-direction: column;
  border-collapse: collapse;
  color: white;
  margin-top: 34px;
  width: fit-content;
	overflow: auto;
  margin: 15px auto;
}

tbody {
  width: 100%;
}

table td {
  border: 3px solid #19333D;
  padding: 10px;
  vertical-align: middle;
  color: #B9C5E1;
}

.header__background {
  background-color: #0C1D23;
}

.image__container {
  background-color: #133C36;
  border-radius: 50%;
  display: inline-block;
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.burger__link {
  display: flex;
  align-items: center;
  gap: 20px;
}

.burger_links {
  display: flex;
  margin-left: 80px;
  margin-top: 35px;
  flex-direction: column;
  gap: 10px;
}

h2, h3, h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: white;
  margin-top: 40px;
}

section p {
  color: #C3C7C8;
  margin-top: 30px;
  list-style-type: none;
  line-height: 20px;
}

.image_container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
  gap: 20px;
}

.sayfa, .bonus, .destek, .lisans, .promo{
  width: 250px;
  border-radius: 17px;
}

.promo {
  width: 220px;
}

.promo_container {
  justify-content: center;
  gap: 150px;
}

.section__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  list-style-type: none;
}

.list__element {
  color: #C3C7C8;
  display: flex;
  gap: 10px;
  align-items: center;
}

.section__ordered-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  list-style-type: none;
}

.list__ordered-element {
  color: #C3C7C8;
  gap: 10px;
  display: flex;
  align-items: center;
}

.list__ordered-element > div {
  display: flex;
  gap: 8px;
  align-items: center;
}

.number {
  display: flex;
  justify-content: center;
  color: rgba(78, 255, 195, 1);
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-top: 0;
}

.list__element::before {
  content: "✅";
  font-size: 18px;
}

.section__button {
  background: linear-gradient(#FFC702, #FF8B20);
  display: block;
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  cursor: pointer;
  border-radius: 17px;
  padding: 10px 15px;
  text-transform: uppercase;
  color: black;
  margin-top: 30px;
  width: 100%;
  transition: all 0.2s ease-in-out;
}

.section__button:hover {
  color: white;
  text-decoration: underline;
}

.burger-open {
  width: 100%;
  height: 100vh;
  background-color: rgba(12, 29, 35, 1);
  z-index: 30;
  position: fixed ;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
}

.offers {
  flex-direction: row;
  flex-wrap: wrap;
}

.offers > li {
  width: 30%;
}

.burger-menu--open {
  transform: translateX(0);
}

.questions {
  padding: 30px 0 0;
}

.material-icons {
  transition: all 0.3s ease-in-out;
  stroke: white;
  opacity: 0.6;
  width: 12px;
}

.answer {
  color: #C3C7C8;
  padding: 10px;
  padding-bottom: 20px;
  width: 67%;
  overflow: hidden;
}

.accordion {
  color: #444;
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  border-radius: 4px;
}

.border {
  border-bottom: 2px solid #2B3940;
}

.question-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  transition: all 0.25s ease-in-out;
}

.answer-wrapper {
  display: none;
}

.icon-expend {
  transform: rotateX(180deg);
  opacity: 1;
  stroke: white;
  transition: all 0.3s ease-in-out;
}

.container {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.question {
  color: white;
  line-height: 20px;
  transition: all 0.5s;
  font-weight: 60;
}

.active {
  color: rgba(78, 255, 195, 1);
}

.footer {
  background-color: #1D222F;
  padding: 20px 0 10px;
  display: flex;
  justify-content: center;
}

.footer__container {
  width: 1052px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.footer__casino {
  display: flex;
  gap: 57px;
  justify-content: space-between;
}

.footer__payment-images {
  width: 100%;
}

.footer__image {
  height: 62px;
}

.footer__info {
  display: flex;
  color: #B9C5E1;
  gap: 16px;
  line-height: 21px;
}

.footer__links-title {
  font-size: 18px;
  color: rgba(12, 173, 119, 1);
  margin-bottom: 10px;
}


.footer__link {
  color: rgba(12, 173, 119, 1);
  display: flex;
  flex-direction: column;
  font-size: 15px;
  gap: 4px;
  line-height: 21px;
  text-decoration: none;
  white-space: nowrap;
}

.footer__info-title {
  margin-bottom: 6px;
  color: white;
  font-size: 18px;
}

.footer__info-paragraph {
  font-size: 16px;
  color: #B9C5E1;
}

.footer__images {
  display: flex;
  margin-top: 15px;
  justify-content: start;
  margin-bottom: 10px;
}

.footer__social-links--phone {
  display: none;
}


.footer__image {
  width: 60px;
  height: 60px;
}

.footer__image-18plus {
  height: 30px;
  width: 30px;
}

.footer__social-links {
  display: flex;
  gap: 10px;
}

.footer__social-link {
  height: 33px;
  width: 33px;
}


.footer__social-link-image {
  height: 33px;
  width: 33px;
  transition: all 0.2s linear;
  fill:rgba(255, 139, 32, 1);
}

.footer__social-link-image:hover {
  fill: rgba(37, 206, 118, 1);
}

.footer__payment {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 20px;
  padding-top: 30px;
  border-top: 2px solid #2B3940;
}

.footer__payment-image {
  width: 10%;
}

.footer__info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.license, .live__chat, .live__bets, .promos, .registration, .homepage {
  border-radius: 17px;
  width: 70%;
}

.promos {
  position: relative;
  left: 50%;
  margin-top: 30px;
  transform: translateX(-50%);
  width: 60%;
}

.live__bets {
  position: relative;
  left: 50%;
  margin-top: 30px;
  transform: translateX(-50%);
}

.mobile__homepage {
  margin-top: 30px;
  width: 40%;
}

.license {
  height: 206px;
  width: 190px;
}

.live__chat {
  height: 220px;
  width: 340px;
}

.registration {
  width: 40%;
}

.homepage {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 30px;
}

.footer__payment-image--mobile {
  display: none;
}

.fixed__buttons {
  display: none;
}

.fixed__button {
  z-index: 100;
}

.fixed__links {
  display: none;
}

.title__faq {
  margin-bottom: 20px;
}

.license__container, .live__container, .registration__container {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  align-items: center;
}

.paragraph-in-container {
  margin-top: 0;
}

.live__container {
  flex-direction: row-reverse;
}

::-webkit-scrollbar {
  background: #000000;
  height: 5px;
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #000000;
}

::-webkit-scrollbar-thumb {
  background: #005a2b;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: #00b456;
}

.footer__images--labels {
  display: flex;
  gap: 10px;
}

.main__image--first {
  background-image: url('../images/homepage.webp');
}

.section {
  width: 1000px;
}

.center_image {
  width: 65%;
  margin-top: 20px;
  border-radius: 17px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.license__container, .live__container, .registration__container, .homepage__container, .roulette__container {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  align-items: center;
}

.table_container {
  overflow-y: auto;
}

@media (max-width: 1200px) {
  .nav {
    display: none;
  }

  .header__container {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  
  .open__image {
    width: 40px;
    cursor: pointer;
  }
  
  .main__logo {
    height: 40px;
    fill: red !important;
  }

  .burger {
    display: inline-block;
  }

  .slider,
  .section,
  .questions,
  .footer__container {
    width: calc(100% - 120px);
  }

  .header {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container {
    width: 100%;
  }

  h2, h3, h1 {
    font-size: 35px;
  }

  .header {
    gap: 10px;
    justify-content: space-between;
  }
}

@media (max-width: 1024px) {
  .lisans_container {
    flex-direction: column;
  }
}

@media (max-width:960px) {
  .roulette {
    width: 100%;
  }

  .roulette__container {
    flex-direction: column;
  }

  .section__list {
    align-self: start;
  }
}

@media (max-width: 720px) {
  .section,
  .questions,
  .footer__container {
    width: calc(100% - 32px);
  }

  .footer {
    padding-bottom: 140px;
  }

  .footer__info {
    align-items: center;
    justify-content: center;
  }

  .section, .questions {
    padding: 0px;
  }

  .offers > li {
    width: 45%;
  }

  .list_titles > li {
    width: 100%;
  }

  .promo_container {
    gap: 20px;
  }

  .promo {
    width: 250px;
  }

  .homepage__container, .image_container, .footer__container {
    flex-direction: column;
  }

  .payments, .mobile__homepage {
    width: 100%;
  }

  .tapbar {
    display: flex;
    padding: 0 16px;
    justify-content: space-between;
  }

  .tapbar__image {
    width: 30px;
    height: 30px;
  }

  .center_image {
    width: 100%;
  }

  .tapbar__element {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    align-items: center;
  }

  .footer__payment--second {
    margin-bottom: 170px;
  }

  .tapbar__text {
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.2s linear;
  }

  .header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slider {
    height: 320px;
    width: 100%;
    top: 250px;
  }

  .close__image {
    left: 16px;
  }

  .burger_links {
    margin-left: 36px;
  }

  .footer__casino {
    flex-direction: column;
  }

  .footer__info-wrapper {
    flex-direction: column-reverse;
  }

  .footer__images {
    justify-content: center;
  }

  .footer__casino {
    gap: 20px;
  }

  .footer__info {
    margin-bottom: 30px;
  }

  .welcome-banner__title {
    font-size: 34px;
    line-height: 39px;
    left: 16px;
  }

  .welcome-banner__paragraph {
    left: 16px;
  }

  .header__info {
    height: 380px;
  }

  .welcome-banner__button {
    width: 115px;
    height: 35px;
    font-size: 13px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .welcome-banner__buttons {
    left: 16px;
  }

  .payment--desktop {
    display: none;
  }

  .footer__payment-image--mobile {
    display: inline-block;
    width: 70px;
    opacity: 0.5;
  }

  .footer__payment-image--mobile--full-visible {
    opacity: 1;
  }

  .footer__payment {
    flex-wrap: wrap;
  }

  .fixed__button {
    background-color: white;
    text-decoration: none;
    display: inline-block;
    line-height: 18px;
    letter-spacing: -0.5px;
    font-weight: 800;
    padding: 12px 0;
    text-transform: uppercase;
    text-align: center;
    width: 50%;
    position: relative;
    bottom: 12px;
  }

  .fixed__buttons {
    display: flex;
  }

  .fixed__links {
    bottom: 0px;
    display: flex;
    flex-direction: column;
    padding-bottom: 12px;
    background-color: #1D222F;
    left: 0;
    right: 0;
    position: fixed;
  }

  .fixed__button--katyl {
    left: 0;
    color: black;
    background: linear-gradient(rgba(255, 199, 2, 1) 0%, rgba(255, 139, 32, 1) 100%);
  }

  .fixed__button--giris {
    color: black;
    background: linear-gradient(rgba(78, 255, 195, 1) 0%, rgba(37, 206, 118, 1) 100%);    
    right: 0px;
  }

  .main__image {
    background-size: cover;
    height: 320px;
    border-radius: 0px;
  }

  .tapbar__image {
    transition: all 0.2s linear;
    fill: rgb(12,173,119);
  }

  .tapbar__element:hover > svg {
    fill: rgb(255,165,16);
  }

  .tapbar__element:hover > p {
    color: white;
  }

  #button {
    height: 45px;
    width: 45px;
    bottom: 110px;
    right: 0px;
  }

  #button::after {
    top: 5px;
  }

  .homepage {
    width: 100%;
  }

  .license {
    margin-top: 30px;
  }

  .live__chat {
    width: 200px;
  }

  .registration, .promos, .live__bets {
    width: 100%;
  }

  .live__container, .registration__container, .license__container {
    flex-direction: column;
  }

  .footer__images--labels {
    flex-direction: column;
  }

  .footer__social-links {
    justify-content: center;
  }
}