@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

* {
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  scroll-behavior: smooth;
}

html,
h1,
body,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
th,
ol,
button,
p,
a,
ul,
li,
img {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  top: 75px;
  background-color: #232939;
}

button {
  display: none;
}

.header__background {
  background-color: #353D52;
}

.header {
  display: none;
  display: flex;
  justify-content: space-between;
  padding-left: 99px;
  padding-right: 116px;
  padding-top: 14px;
  padding-bottom: 14px;
  z-index: 32;
  align-items: center;
  position: fixed;
  top: 0px;
  transition: all 0.4s linear;
  width: 100%;
}

.header__logo {
  padding-right: 10px;
  width: 125px;
}

.header__button-link {
  font-weight: 700;
  white-space: nowrap;
  font-size: 15px;
  color: #232939;
  background: linear-gradient(90deg, #FFC700 0%, #FFEA21 100%), #FF9E2C;
  border: none;
  padding: 13px 20px;
  border-radius: 44px;
  text-decoration: none;
}

.promo {
  width: 100%;
  border-radius: 27px;
  margin-top: 40px;
}

@media (max-width: 720px) {
  body {
    top: 59px;
  }
  .header {
    width: 100%;
		margin-left: 0px;
    margin-right: 0px;
    padding-left: 16px;
    padding-right: 16px;
	}

  .header__logo {
    width: 86px;
  }

  .header__button-link {
    padding: 6px 9px;
    font-size: 13px;
  }
}

.welcome-banner {
  position: absolute;
	top: 0px;
  width: 100%
}

.main__image {
  width: 100%;
  height: 420px;
}

.main__image--first {
	background-image: url('../images/main_image.jpg');
}

.main__image--second {
	background-image: url('../images/image_second-slide.jpg');
}

.main__image--third {
	background-image: url('../images/image_third-slide.jpg');
	background-position: 60% 0px;
}

.welcome-banner__bottom-gradient {
  background: linear-gradient(360deg, #0026F5 0%, rgba(0, 38, 245, 0.75) 31.5%, rgba(0, 38, 245, 0.5) 71.43%, rgba(0, 38, 245, 0) 100%);
  width: 100%;
  height: 130px;
  position: absolute;
  bottom: 0;
}

.main__image > span {
  color: white;
  margin-left: 95px;
  margin-top: 102px;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 52px;
	display: flex;
	text-align: start;
}

.main__image > p {
  color: white;
  font-weight: 500;
  font-size: 26px;
  margin-left: 100px;
  margin-bottom: 40px;
	display: flex;
}

.main__image > a {
  color: #1D222F;
  background: linear-gradient(90deg, #FFC700 0%, #FFEA21 100%), #FF9E2C;
  border-radius: 100px;
  border: none;
  font-size: 24px;
	text-decoration: none;
  font-weight: 700;
	position: absolute;
	z-index: 10;
  padding: 16px 28px;
	bottom: 106px;
	left: 100px;
}

.slider {
	position: absolute;
  top: 0px;
	height: 420px;
	width: 100%;
	overflow:hidden;
}

button {
	cursor: pointer;
	margin-right: 8px;
	border:none;
	border-radius: 4px;
	background-color: #3066BE;
	color:#FFF;
	transition: all 0.5s;
}

.main__image--first {
  background-color: #0125F3;
	background-repeat: no-repeat;
  height: 420px;
  background-size: contain;
  background-position: 60%;
}

.main__image--second {
	background-color: #0026F5;
  background-position: 60%;
	background-repeat: no-repeat;
  background-size: contain;
}

.main__image--third {
	background-color: #0125F3;
  background-size: contain;
	background-repeat: no-repeat;
}

.slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0px;
	gap: 3px;
	cursor: pointer;
	z-index: 5;
	position: absolute;
	left: 50%;
  bottom: 16px;
}

.slick-dots li button {
	font-size: 0px;
}

.slick-dots li {
	display: inline-block;
	transition: all 0.2s linear;
}

.slick-dots li{
	width: 9px;
	height: 9px;
	background-color: rgba(255, 255, 255, 0.25);
	border-radius: 17px;
}

.slick-dots .slick-active {
	width: 21px;
	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-main.svg');
  background-size: 45%;
	background-repeat: no-repeat;
	right: 10px;
	top: 210px;
	transform: translateY(-50%);
}

.Slider-Slick-Prev {
  background-image: url('../images/arrow-left-main.svg');
  background-size: 33% 100%;
	left: 20px;
	background-repeat: no-repeat;
	top: 210px;
	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;
}

::-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;
}


.wrapper {
  border: 1px solid #000000;
  height: calc(100vh - 2px);
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  width: calc(100vw - 2.55px);
}

.first-table--first-column, .first-table--third-column {
  min-width: 120px;
}

.first-table--second-column {
  min-width: 135px;
}

.first-table--fourth-column {
  min-width: 200px;
}

.scroll-top {
  background: linear-gradient(90deg, #FFC700 0%, #FFEA21 100%), #FF9E2C;
  border: 0;
  border-radius: 50%;
  bottom: 35px;
  cursor: pointer;
  height: 70px;
  margin: 15px;
  opacity: 0.75;
  position: fixed;
  right: 35px;
  width: 70px;
  opacity: 0;
  z-index: 99;
  transition: all 0.4s linear;
}

.arrow-top {
  position: relative;
  left: 22px;
  top: 20px;
  height: 25px;
}

.visible {
  opacity: 1;
}

.arrow {
  display: inline-block;
  margin-top: 5px;
  padding: 4px;
}

.arrow.up::after {  
  transform: rotate(-135deg);
  font-size: 60px;
  content: "\f077";
}

.content-container {
  display: flex;
  height: 300px;
  width: 100%
}

.content {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  margin: auto;
}

.mobile__app-text-container {
  display: flex;
  flex-direction: column;
}

.mobile__app-container {
  display: flex;
  gap: 50px;
  margin-top: 30px;
  justify-content: center;
}

.app__image {
  border-radius: 17px;
  width: 280px;
}

.images__container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.bonus__image {
  width: 40%;
  border-radius: 17px;
}

.livechat__container {
  display: flex;
  margin-top: 30px;
  flex-direction: row-reverse;
  gap: 30px;
}

.livechat__image {
  width: 320px;
  border-radius: 17px;
}

@media (max-width: 1200px) {
  .slider__more {
    display: inline-block;
  }

  .main__image--first, .main__image--second, .main__image--third {
    background-size: cover;
  }

  .mobile__app-container {
    flex-direction: column-reverse;
    gap: 0px;
  }

  .app__image {
    position: static;
    align-self: center;
  }

  .livechat__container {
    flex-direction: column;
  }

  .livechat__image {
    align-self: center;
  }
}

.games__image {
  width: 70%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 30px;
}

main {
  width: 100%;
  margin-bottom: 50px;
}

.addictional-main {
  margin-top: 110px;
}

.main__title {
  font-weight: 700;
  font-size: 28px;
  color: white;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

section {
  width: auto;
  margin-left: 144px;
  margin-right: 162px;
  display: flex;
  flex-direction: column;
}

.section__title, .title {
  font-weight: 700;
  font-size: 24px;
  color: white;
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.title {
  margin-left: 16px;
  margin-right: 16px;
}

.section__title-description {
  color: #B9C5E1;
  font-weight: 600;
  font-size: 18px;
  margin-top: 30px;
}

.section__paragraph {
  color: #B9C5E1;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  margin-top: 30px;
}

.section__list-container {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  margin-left: 20px;
  justify-content: center;
}

.section__list {
  list-style-type: disc;
}

.section__element {
  color: #B9C5E1;
  line-height: 24px;
  margin-top: 10px;
  margin-left: 15px;
}

li::marker {
  color: #FFEA21;
}

.section__ordered-list {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.element-number {
  color: #B9C5E1;
  margin-left: 30px;
}

.list-dots {
  list-style: disc;
}

.first__table {
  max-width: 970px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
	overflow: auto;
}

.first-table-title {
  width: 140px;
}

.first__table-row {
  gap: 10px;
  display: flex;
  min-width: 580px;
  padding: 0px;
  align-items: center;
  font-weight: 400;
  border-bottom: 1px solid #232939;
}

.first__table-row:last-of-type {
	border-bottom: none;
}

.first__table-title {
  padding: 8px 0;
  padding-left: 10px;
}

.first__table-title-container {
  padding: 2px 0;
  width: 60px;
  font-weight: 600;
  border-right: 1px solid #232939;
}

.first__table-description {
  padding-left: 8px;
  padding-right: 10px;
  font-weight: 400;
}

.first__table-row--first {
  background-color: #ddd;
  padding: 13px 0;
  width: 100%;
}

.first__table-with-header-row {
  justify-content: space-between;
  min-width: 620px;
}

.first__table-with-header-description {
  width: 230px;
}

.first__table-with-header-row--first {
  background-color: #ddd;
}

.first__table-with-header-title-container {
  border-right: none;
  width: auto;
}

.first__table-title-container {
  border-right: none;
}

.first__table-title-container {
  width: 150px;
}

.first__table-description--with-width {
  width: 230px;
}

.first-table-title-container {
  border-right: none;
}

.first-table-title {
  width: 150px;
}

.first-table-description {
  padding: 2px 0;
  width: 180px;
}

.table {
  display: flex;
  flex-direction: column;
  background-color: #353D52;
  color: white;
  border-radius: 17px;
  margin-top: 34px;
	overflow: auto;
}

.table-title {
  padding: 8px 0;
  padding-left: 10px;
	width: 200px;
  font-size: 15px;
}

.first-table-description-last {
  width: 480px;
}

.table-row:last-of-type {
	border-bottom: none;
}

.table-row {
	min-width: 680px;
  display: flex;
  align-items: center;
  font-weight: 400;
  border-bottom: 1px solid #232939;
}

.third-table-title {
  width: 200px;
}

.second-table-title {
  width: 215px;
}

.table-title-container {
  border-right: 1px solid #232939;
  padding: 2px 0;
}

.table-description {
  padding-left: 8px;
  font-size: 15px;
  padding-right: 10px;
  font-weight: 400;
}

.table-title-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-title-description {
  padding: 8px 0;
  font-size: 18px;
}

.first-table-title-container {
  border-right: none;
}

.second-table {
  max-width: 560px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.third-table {
  max-width: 520px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.third-table-row {
  min-width: 520px;
}
.second-table-row {
  min-width: 500px;
}

.section__pretitle {
  font-weight: 600;
  margin-top: 30px;
  font-size: 24px;
  color: white;
}

.instruction {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.instruction div {
  width: 650px;
}

.questions-title {
  font-weight: 700;
  font-size: 24px;
  color: white;
  margin-top: 60px;
  margin-bottom: 30px;
}

.faq > div {
  min-width: 15em;
  position: relative;
  margin-top: 16px;
  width: calc(100% - 215px);
  margin-left: 99px;
}

.select {
  background: #2a2f3b;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px #2a2f3b solid;
  border-radius: 0.5em;
  padding: 12px 16px;
  cursor: pointer;
}

.select > span {
  font-size: 18px;
  font-weight: 500;
}

.select-clicked {
  border: 1px #FFD60E solid;
  border-bottom: none;
}

.caret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  transition: 0.3s;
}


.caret-rotate {
  transform: rotate(180deg);
}

.menu {
  list-style: none;
  background: #323741;
  border: 1px #363a43 solid;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
  color: #9fa5b5;
  top: 3em;
  width: 100%;
  opacity: 0;
  display: none;
  transition: 0.2s;
  z-index: 1;
  margin-top: 16px;
}

.menu li {
  padding: 12px 16px;
  border-radius: 0.5em;
  cursor: pointer;
  font-size: 15px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.menu-open {
  display: block;
  opacity: 1;
  background-color: #353D52;
}

.dropdown__element {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.dropdown--last {
  margin-bottom: 93px;
}

.section__paragraph--first {
  margin-top: 0px;
}

.cashback {
  width: 70%;
  margin-top: 40px;
  border-radius: 17px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.deposits__container {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}

.deposit__container {
  width: 23%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.deposit__title {
  color: white;
  font-size: 18px;
}

.deposit__description {
  color: #B9C5E1;
  font-size: 16px;
}

section > p {
  color: #B9C5E1;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  margin-top: 30px;
}

section > ol {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

section > ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style-type: disc;
}

section > ul > li, ol > li {
  color: #B9C5E1;
  line-height: 24px;
  margin-top: 10px;
  margin-left: 15px;
}

.static__header {
  position: static;
}

section > h1, h2, h3 {
  font-weight: 700;
  font-size: 24px;
  color: white;
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

@media (max-width: 1200px) {
	.main__image > span {
		width: 80%;
		justify-content: start;
		align-items: start;
		font-size: 32px;
		margin-top: 180px;
	}

	.main__image > p {
    text-align: start;
    font-size: 24px;
	}

  .main__image > a {
    margin-left: -50px;
		bottom: 110px;
    color: #1D222F;
    background: linear-gradient(90deg, #FFC700 0%, #FFEA21 100%), #FF9E2C;
    border-radius: 100px;
    border: none;
    font-size: 21px;
    text-decoration: none;
    font-weight: 700;
    position: absolute;
    z-index: 10;
    padding: 18px 30px;
    bottom: 56px;
    left: 160px;
  }

  .games__image {
    width: 100%;
  }

  .main__image--first, .main__image--second, .main__image--third {
		background-position: 60%;
	}

  section {
    margin-left: 99px;
    margin-right: 116px;
  }

  .faq > div {
    width: auto;
    margin-left: 0;
  }
}

@media (max-width: 900px) {
  .instruction {
    display: inline-block;
  }

  .instruction div {
    width: auto;
  }
}

@media (max-width: 720px) {
  .questions-title {
    font-size: 18px;
    margin-left: 16px;
  }

  .scroll-top {
    height: 35px;
    width: 35px;
  }

  .arrow-top {
    width: 20px;
    height: 20px;
    left: 7px;
    top: 8px;
  }

  .deposits__container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .deposit__container {
    width: 100%;
  }

  .faq > div {
    width: calc(100% - 32px);
    margin-left: 16px;
  }

  .select {
    gap: 10px;
  }

  .menu li, .select > span {
    font-size: 13px;
  }

  .section__element {
    width: 200px;
    font-size: 16px;
    line-height: 27px;
    margin-top: 0px;
  }

  .section__list-container {
    flex-direction: column;
    gap: 0px;
  }
}

@media (max-width: 720px) {
  section {
    margin-left: 16px;
    margin-right: 16px;
  }

  .second-table, .third-table {
    width: 100%;
    max-width: 100%;
  }

  .images__container {
    flex-direction: column;
  }

  .bonus__image {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .slider__text {
    font-size: 11px;
  }
}

@media (max-width: 720px) {
  .livechat__image {
    width: 280px;
  }
	.main__image {
		background-position: 100%;
	}

	.main__image--first {
		background-size: cover;
		background-color: #0125F3;
		background-repeat: no-repeat;
    background-position: 30%;
	}

	.main__image--second {
		background-size: cover;
		background-color: #0026F5;
		background-repeat: no-repeat;
    background-position: 10%;
	}
	
	.main__image--third {
		background-size: cover;
		background-position: 30% 0px;
		background-color: #101112;
		background-repeat: no-repeat;
	}

	.main__image > a {
		bottom: 40px;
		font-size: 13px;
    left: 100px;
    padding: 12px 18px;
	}

	.slider {
		height: 290px;
	}

	.slider-content-wrapper {
		height: 290px;
	}

	.main__image > span {
		font-size: 20px;
    margin-left: 44px;
		margin-top: 110px;
		margin-bottom: 5px;	
		font-size: 18px;
	}
	
	.main__image > p {
		font-size: 13px;
    margin-left: 44px;
	}

	.arrow-right, .arrow-left {
		top: 145px;
	}

	.slider__play {
    margin-bottom: 16px;
  }

	.main__image {
		height: 260px;
	}

	.Slider-Slick-Next, .Slider-Slick-Prev {
		top: 130px;
		transform: translateY(-50%);
	}
}

#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  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;
}

#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(90deg, #FFC700 0%, #FFEA21 100%), #FF9E2C;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

#button::after {
  line-height: 35px;
  position: relative;
  color: #232939;
  top: 0px;
}

.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}

.section__info {
  color: #B9C5E1;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}

.section__info-container {
  display: flex;
  line-height: 21px;
  margin-top: 10px;
  gap: 10px;
}

.yellowpoint {
  color: yellow;
  display: inline;
  width: min-content;
}

.section__list-dots {
  margin-top: 20px;
}

@media (max-width: 720px) {
  #button {
    height: 35px;
    right: 15px;
    bottom: 15px;
    width: 35px;
    margin: 15px;
  }
  #button::after {
    line-height: 0px;
    position: relative;
    color: #232939;
    font-size: 21px;
    top: 3px;
  }
}
.steps {
  display: flex;
  margin-top: 40px;
}

.step {
  width:30.5%;
  height:75px;
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  justify-content: center;
  position:relative;
}


.step:after{
  border: 38px solid transparent;	
  content:'';
  position: absolute;
  right:-77px;
  top:0px;
  z-index:12;
}

.step:before{
  border: 38px solid transparent;
  border-left: 40px solid #232939;
  content:'';
  position: absolute;
  left: -1px;
  top: 0px;
}

.step1 {
  background:rgb(185, 197, 225);
}

.step1::after {
  border-left: 40px solid rgb(185, 197, 225);
}

.step2 {
  position: relative;
  left: 30px;
  background:rgb(135, 147, 195);
}

.step2::after {
  border-left: 40px solid rgb(135, 147, 195);
}

.step3 {
  position: relative;
  background:rgb(65, 77, 105);
  left: 60px;
}

.step3::after {
  border-left: 40px solid rgb(65, 77, 105);
}

header > div {
  display: flex;
  gap: 10px;
}

.first--link {
  background: transparent;
  color: white;
  border: 2px solid #275c4d;
}

.footer__images > span {
  color: #B9C5E1;
}

@media (max-width: 800px) {
  .steps {
    flex-direction: column;
  }

  .step {
    position: static;
    width: 100%;
  }

  .step::before, .step::after {
    border: none;
    display: none;
  }
}


.footer {
  background-color: #1D222F;
  width: 100%;
  padding: 20px 151px 38px 125px;
}

.footer__casino {
  display: flex;
  gap: 57px;
  justify-content: space-between;
  margin-bottom: 35px;
}

.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: #B9C5E1;
  margin-bottom: 10px;
}


.footer__link {
  color: #B9C5E1;
  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: 13px;
}

.footer__link:hover {
  color: #FFD60E;
  text-decoration: underline;
}

.footer__images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 44px;
}

.footer__social-links--mobile {
  display: none;
}

.footer__image {
  width: 60px;
  height: 60px;
}

.footer__image-18plus {
  height: 30px;
  width: 30px;
}

.footer__social-links {
  display: flex;
  gap: 20px;
}

@media (max-width: 1200px) {
  .footer__payment-images {
    display: none;
  }

  .footer__images {
    margin-top: 0px;
    flex-direction: column;
    gap: 15px;
  }

  .footer {
    padding-left: 99px;
    padding-right: 116px;
  }
}

@media (max-width: 720px) {
  .footer {
    padding: 32px 12px 125px 12px;
  }

  .footer__social-links {
    display: none;
  }

  .footer__social-links--mobile {
    display: flex;
    gap: 20px;
    margin-top: 10px;
  }

  .footer__social-link {
    text-decoration: none;
  }

  .footer__images {
    justify-content: center;
  }

  .footer__info-title {
    display: none;
  }

  .footer__casino {
    flex-direction: column;
    align-items: center;
  }

  .footer__info {
    margin-left: 28px;
    margin-right: 28px;
  }

  .footer__casino {
    margin-bottom: 24px;
    gap: 24px;
  }
}
