
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    background: #172D44;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
}
* {
  scroll-behavior: smooth;
}

body {
 font-family: "Roboto", sans-serif;
  background: #172D44;
  color: #F2F2F2;
}

.no-scroll {
  overflow-y: hidden;
}

  
body.no-scroll {
  overflow-y: hidden;
}
  
a {
  text-decoration: none;
  color: #F2F2F2;
  transition: all 0.3s linear;
}
  
button {
  cursor: pointer;
  font-family: inherit;
}
  
ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li {
  position: relative;
}
  
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
  
img {
  display: block;
}

.main {
  max-width: 1600px;
  margin: 0 auto;
  padding:  0px 30px;
  display: flex;
  gap: 20px;
  position: relative;
}


.container {
  width: 100%;
  margin: 0 auto;
  padding:20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  margin-bottom: 20px;
  background: #224569;
  box-shadow: 0px 14px 20px 0px #00000033, 0px -4px 10px 0px #0000000D;
  border-radius: 6px;
}


.container2 {
  width: 100%;
  margin: 0 auto 20px;
  background: transparent;
  padding: 0;
}

.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.border {
  border-radius: 6px;
  border: 1px solid #FFFFFFB2;
}

.image-box {
  width: 100%;
  height: 100%;
  border-radius:6px;
}
.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

h1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;
  text-align: center;
  color: #FFF;
  max-width: 660px;
  margin: 0 auto;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 22.5px;
  text-align: left;
  position: relative;
  z-index: 1;
}


h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #408FD4 0%, #143D61 100%);
  border-radius: 8px;
  padding: 12px 20px;
  color: #fff;
}


h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding-left: 8px;
  padding-bottom: 6px;  
  color: #FFF;
}
h3::after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(64, 143, 212, 0) 0%, #408FD4 100%);
}

h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #FFF;
}


ul.list  {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  z-index: 1;
  width: 100%;
}
ul.list.row  {
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}
ul.list.row2  {
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}
ul.list.row3  {
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}
ul.list.row4  {
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}
ul.list li {
  width: 100%;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height:22px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 20px 12px 20px;
  border-radius: 6px;
  background: #172D44;
}
ul.list.small li {
  font-weight: 400;
}
ul.list.row li {
  width: calc(50% - 6px);
  border: 1px solid #FFFFFFB2;
}
ul.list.row.without-border li {
  border: none;
}
ul.white li {
  border: 1px solid #FFFFFFB2;
}
ul.list.row2 li {
  width: calc(20% - 9.6px);
  border: 1px solid #FFFFFFB2;
}
ul.list.row3 li {
  width: calc(33.33% - 8px);  
  font-weight: 400;
}
ul.list.row3 li:nth-child(4) {
  width: calc(50% - 6px);  
}
ul.list.row3 li:nth-child(5) {
  width: calc(50% - 6px);  
}
ul.list.row4 li {
  width: calc(50% - 6px);
}

ul.list li::before {
  content: url("./img/icon-list.svg");
  width: 25px;
  height: 25px;
}

ul.list2  {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
  z-index: 1;
  width: 100%;
}
ul.list2.second {
  flex-direction: row;
}
ul.list2 li {
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height:22px;
  color: #fff;
  padding: 12px 20px 12px 65px;
  border-radius: 6px;
  background: #172D44;
}
ul.list2.second li {
  width: calc(50% - 4px);  
}
ul.list2.second li:nth-child(5) {
  width: 100%;
}

ul.list2 li::before {
  content: url("./img/pros.svg");
  width: 25px;
  height: 25px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
ul.list4  {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
  z-index: 1;
  width: 100%;
}
ul.list4 li {
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height:22px;
  color: #fff;
  padding: 12px 20px 12px 65px;
  border-radius: 6px;
  background: #172D44;
}

ul.list4 li::before {
  content: url("./img/pros.svg");
  width: 25px;
  height: 25px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

ul.list3  {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
  z-index: 1;
  width: 100%;
}
ul.list3.second {
  flex-direction: row;  
}
ul.list3 li {
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height:22px;
  color: #fff;
  padding: 12px 20px 12px 65px;
  border-radius: 6px;
  background: #172D44;
  
}
ul.list3.second li {
  width: calc(50% - 4px);  
}

ul.list3 li::before {
  content: url("./img/cons.svg");
  width: 25px;
  height: 25px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

ul.list.row5  {
  flex-direction: row;
  gap: 12px;
}
ul.list.row5 li {
  width: calc(25% - 9px);
}


ol {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  counter-reset: item;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
}

ol li {
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height:22px;
  color: #fff;
  counter-increment: item;
  position: relative;
  padding: 10px 12px 10px 57px;
  border-radius: 6px;
  background: #172D44;
  border-radius: 6px;
}

ol.row {
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}
ol.row li {
  width: calc(50% - 4px);
}

ol li::before {
  content: counter(item) "";
  background: #408FD4;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  font-weight: 800;
  font-size:18px;
  line-height: 22px;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.register-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.register-item {
  position: relative;
  padding: 12px;
  border-radius: 6px;
  background: #172D44;
  display: flex;
  gap: 10px;
  align-items: stretch;
}
.register-item__number {
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  background: #408FD4;
  font-weight: 800;
  font-size: 24px;
  line-height: 22px;
  text-align: center;
  color: #fff;
}
.register-item__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.register-item__text h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFF;
  padding: 2px 12px;
  background: #408FD4;
  border-radius: 5px;
  max-width: max-content;
  text-transform: none;
}
.box2 .register-item__text h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFF;
  padding: 2px 12px;
  background: #408FD4;
  border-radius: 5px;
  max-width: max-content;
  text-transform: none;
}
.register-item__text h3::after {
  display: none;
}
.register-item__text p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}



.short {
  max-width: 808px;
}

.button {
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 164px;
  padding: 12px 16px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
  max-width: max-content;
  color: #fff;
  background: #408FD4;
  border: none;
  outline: none;
  transition: all 0.3s linear;
}

.burger-menu {
  display: none;
}

.button.center {
  margin: 0 auto;
}

.button:hover {
  scale: 1.05;
}

.button.register-button {
  min-width: 122px;
  padding: 8.5px 16px;
}
.button.login-button {
  font-size: 15px;
  font-weight: 350;
  line-height: 22.5px;
  background: transparent;
  min-width: max-content;
  color: #408FD4;
  border: 2px solid #408FD4;
  padding: 6.5px 16px;
}
.button.login-button:hover {
  scale: 1.05;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #101F2E;
  z-index: 103;
}
.header__container {
  max-width: 1600px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 60px;

}

.header__logo {
  width: 115px;
  height: 32px;
  margin-right: 166px;
}
.header__logo img {
  width: 100%;
  height: 100%;
}


.header-menu__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.header-menu__list li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #E3E8EB;
  position: relative;
  transition: color 0.3s linear;
}

.header-menu__list a:hover {
   color: #fff;
}
.header-menu__list a.active {
   font-weight: 700;
}

.header__right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-left: auto;
}
.header__buttons {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header__lang {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  color: #fff;
}
.header__lang img {
  width: 24px;
  height: 24px;
}



.hero {
  position: relative;
  padding: 98px 40px 108px;
  margin-top: 80px;
  margin-bottom: 20px;
  background: transparent;
  position: relative;
}


.hero__image img {
  right: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:6px;
  object-position: center;
}

.hero-content__rating {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
  color: #E3E8EB;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 16px;
}
.hero-content__rating span {
  font-weight: 500;
}

.hero-content__subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
  text-align: center;
  max-width: 660px;
  margin: 16px auto 20px;
}

.hero-content__wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width:700px;
  position: relative;
  z-index: 2;
  
  background: #123D61B2;
  border: 1px solid #FFFFFFB2;
  backdrop-filter: blur(8px);
  border-radius: 6px;
  padding: 20px;
}


.features__box {
  overflow: auto;
  background: #172D44;
  border-radius: 6px;
  position: relative;
  border: 1px solid #FFFFFF66;
  
}
.features__box::-webkit-scrollbar {
  display: none;
}
.features__list  {
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  border-radius: 6px;
}
.features__list thead {
  border-radius:  6px 6px 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.features__list tbody {
  border-radius: 0 0 6px 6px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.features__list thead tr th {
  padding: 12px 20px;
  background: linear-gradient(90deg, #408FD4 0%, #214A6E 100%);

}
.features__list tbody tr td {
  padding: 12px 20px;
}
.features__list tbody tr {
  border-bottom: 1px solid #FFFFFF66;
}

.features__list tr {
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.features__list tr td {
  position: relative;
}

.features__list tr td, .features__list tr th {
  width: 100%;
}

.features__list tr th {
  font-weight: 800;
  font-size: 15px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFF;

}
.features__list tr td {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #fff;
}
.features__list tr td a {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #fff;
  text-decoration: underline;

}

.features__list tr td:nth-child(1),.features__list tr th:nth-child(1) {
  font-weight: 700;
  width: 35%;
}

.features__list tr td:nth-child(2),.features__list tr th:nth-child(2) {
  width: 65%;
}

.rating-item__range-box {
  position: relative;
  background: #fff;
  width: 100%;
  height:16px;
  border-radius: 50px;
  overflow: hidden;
}

.rating-item__range {
  position: absolute;
  top: 0;
  left: -3px;
  height: 100%;
  background: #4786B6;
  border-radius: 50px;
  transition: width 0.3s ease;
}
.td-span {
  min-width: 40px;
}

.banner.container {
  display: flex;
  position: relative;
  background: transparent;
  border-radius: 6px;
  padding: 94px 90px;
}
.banner2.container {
  display: flex;
  position: relative;
  background: transparent;
  border-radius: 6px;
  padding: 90px 126px;
  box-shadow: 0px 14px 20px 0px #00000033, 0px -4px 10px 0px #0000000D;
}
.banner3.container {
  display: flex;
  position: relative;
  background: transparent;
  border-radius: 6px;
  padding: 60px 90px;
}
.banner4.container {
  display: flex;
  position: relative;
  background: transparent;
  border-radius: 6px;
  padding: 80px;
}
.short2 {
  width: 100%;
  max-width: 768px;
}
.text-container {
  background: #172D44CC;
  backdrop-filter: blur(8px);
  border-radius: 6px;
  padding: 20px;
  gap: 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 768px;
}
.image.opr img {
    object-position: right;
}
.image.opr2 img {
    object-position: 78%;
}
.image.opl img{
  object-position: left;
}
.image.opc img{
  object-position: center;
}
.image.op img {
  opacity: 1;
}


.banner__wrapper {
  position: relative;
  max-width: 460px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  
  background: #123D61B2;
  border: 1px solid #FFFFFFB2;
  backdrop-filter: blur(8px);
  border-radius: 6px;
  padding: 20px;
}


.banner__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  text-transform: none;
  color: #FFF;
  padding: 0;
  background: transparent;
  margin-bottom: 16px;
}

h2.banner__title::after {
  display: none;
}

.banner__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 20px;
  color: #E3E8EB;
}


.banner__buttons2 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}
.banner__buttons2.start {
  justify-content: flex-start;
}

.banner__box {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}


.banner2__button {
  padding: 12px 15px;
  min-width: 250px;
  background: #408FD4;
  gap: 16px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  z-index: 1;
  border-radius: 6px;
}

.banner2__button div {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.banner__buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}



.box {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 6px;
  border: 1.5px  solid transparent;
  background:
    linear-gradient(180deg, #3281C6 0%, #153E62 100%) padding-box,
    linear-gradient(180deg, #AAC8E3 0%, rgba(170, 200, 227, 0) 100%) border-box;
}
.without-border {
  border: none;
}
.box-dark {
  background: #172D44;
  padding: 20px;
  border-radius: 6px;
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.box-dark h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFF;
}
.box.box2 {
  padding: 32px;
  overflow: hidden;
}
.box2 h3 {
  padding: 0;
  border: none;
}
.box2 h3::after {
  display: none;
}
.box2 p {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 150%;
}
.box3 {
  display: flex;
  gap: 16px;
}
.half {
  width: calc(50% - 8px);
}
.box3 p {
  font-size: 14px;
  line-height: 150%;
  color: #fff;
}
.box3 h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
}
.box4 {
    background:
    linear-gradient(180deg, rgba(44, 123, 192, 0.8) 0%, rgba(35, 76, 112, 0.8) 100%) padding-box,
    linear-gradient(180deg, rgba(35, 76, 112, 0) 0%, #2C7BC0 100%) border-box;
    backdrop-filter: blur(4px);
    max-width: 796px;
}
.box7 {
    background:
    linear-gradient(180deg, rgba(44, 123, 192, 0.8) 0%, rgba(35, 76, 112, 0.8) 100%) padding-box,
    linear-gradient(180deg, rgba(35, 76, 112, 0) 0%, #2C7BC0 100%) border-box;
    backdrop-filter: blur(4px);
}



.box.box4 p {
  font-size: 16px;
}
.box5 {
  background: #1B3959;
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 6px;
}
.box6 {
  background: #172D44CC;
  border: 1px solid #FFFFFFB2;
  backdrop-filter: blur(8px);
  max-width: 796px;
}
.box.box6 p {
  font-size: 16px;
}



.box-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFF;
  padding: 0;
  border: none;
}
.box-inside {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 808px;
  position: relative;
  z-index: 1;
}
.box-inside.second {
  margin-left: auto;
}

.decor {
  position: absolute;
  width: 300px;
  height: auto;
  z-index: 0;
  bottom: 18.5px;
  right: 41px;
}
.decor2 {
  position: absolute;
  width: 248px;
  height: auto;
  z-index: 0;
  bottom: 0px;
  left: 50px;
}
.decor3 {
  position: absolute;
  width: 338px;
  height: auto;
  z-index: 0;
  bottom: 0px;
  right: 32px;
}
.decor4 {
  position: absolute;
  width: 489px;
  height: auto;
  z-index: 0;
  bottom: 0px;
  left: 0px;
}
.decor5 {
  position: absolute;
  width: 328px;
  height: auto;
  z-index: 0;
  bottom: 0px;
  right: 45px;
}
.decor6 {
  position: absolute;
  width: 386px;
  height: auto;
  z-index: 0;
  bottom: 0px;
  left: 0px;
}
.decor7 {
  position: absolute;
  width: 356px;
  height: 299px;
  max-height: none;
  z-index: 0;
  bottom: 0px;
  left: 23px;
}
.decor8 {
  position: absolute;
  width: 353px;
  height: auto;
  z-index: 0;
  bottom: 0px;
  right: 25px;
}
.decor9 {
  position: absolute;
  width: 344px;
  height: auto;
  z-index: 0;
  bottom: 32px;
  left: 26px;
}
.decor10 {
  position: absolute;
  width: 394px;
  height: auto;
  z-index: 0;
  bottom: 0px;
  right: 0px;
}
.decor11 {
  position: absolute;
  width: 304px;
  height: auto;
  z-index: 0;
  bottom: 0px;
  left: 41px;
}
.decor12 {
  position: absolute;
  width: 276px;
  height: auto;
  z-index: 0;
  bottom: 0px;
  right: 73px;
}
.decor13 {
  position: absolute;
  width: 361px;
  height: auto;
  z-index: 0;
  bottom: 0px;
  right: 26px;
}
.decor14 {
  position: absolute;
  width: 412px;
  height: auto;
  z-index: 0;
  bottom: 32px;
  right: 0px;
}
.decor15 {
  position: absolute;
  width: 317px;
  height: auto;
  z-index: 0;
  bottom: 0px;
  right:41px;
}
.decor16 {
  position: absolute;
  width: 372px;
  height: auto;
  z-index: 0;
  bottom: 0px;
  right: 10px;
}
.decor17 {
  position: absolute;
  width: 412px;
  height: auto;
  z-index: 0;
  bottom: 0px;
  right: 0px;
}
.decor18 {
  position: absolute;
  width: auto;
  height: 100%;
  z-index: 0;
  bottom: 0px;
  right: 34px;
}
.decor19 {
  position: absolute;
  width: 402px;
  height: auto;
  z-index: 0;
  bottom: 46px;
  left: 0px;
}
.decor20 {
  position: absolute;
  width: 403px;
  height: auto;
  z-index: 0;
  bottom: 0px;
  right: 0px;
}
.decor21 {
  position: absolute;
  width: 379px;
  height: auto;
  z-index: 0;
  bottom: 0px;
  left: 0px;
}
.decor22 {
  position: absolute;
  width: 374px;
  height: auto;
  z-index: 0;
  bottom: 0px;
  right: 19px;
}
.decor23 {
  position: absolute;
  width: 260px;
  height: auto;
  z-index: 0;
  bottom: 26px;
  left: 50px;
}
.decor24 {
  position: absolute;
  width: 412px;
  height: auto;
  z-index: 0;
  bottom: 0px;
  right: 0px;
}
.decor25 {
  position: absolute;
  width: 396px;
  height: auto;
  z-index: 0;
  bottom: 70px;
  left: 0px;
}
.decor26 {
  position: absolute;
  width: 409px;
  height: auto;
  z-index: 0;
  bottom: 7px;
  right: 0px;
}
.decor27 {
  position: absolute;
  width: 299px;
  height: auto;
  z-index: 0;
  bottom: 32px;
  left: 38px;
}
.decor28 {
  position: absolute;
  width: 400px;
  height: auto;
  z-index: 0;
  bottom: 0px;
  right: 0px;
}


.el {
  background: #172D44;
  border-radius: 6px;
  position: relative;
  border: 1px solid #FFFFFFB2;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.el p {
  color: #fff;
  font-size: 16px;
}
.flex-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
}
.flex-box {
  display: flex;
  gap: 16px;
}
.flex-box .el {
  width: calc(33.33% - 10.66px);

}

.games__box {
  overflow: auto;
  background: #172D44;
  border-radius: 6px;
  position: relative;
  border: 1px solid #FFFFFF66;
}

.games__box::-webkit-scrollbar {
  display: none;
}

.games__table {
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  border-radius: 6px;
}

.games__table thead {
  border-radius:  6px 6px 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 800;
  font-size: 15px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFF;
}

.games__table tbody {
  border-radius: 0 0 6px 6px;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #fff;
}

.games__table thead {
  overflow: hidden;
}
.games__table thead tr th {
  padding: 12px 18px;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #408FD4 0%, #214A6E 100%);
}
.games__table tbody tr td {
  padding: 12px 20px;
}


.games__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}


.games__table tr th, .games__table tr td {
  width: 25%;
}
.games__table.second tr th, .games__table tr td {
  width: 22%;
}
.games__table.second tr th:nth-child(4), .games__table tr td:nth-child(4) {
  width: 36%;
}

.games__table tr td {
  position: relative;
}
.games__table tbody tr {
  border-bottom: 1px solid #FFFFFF66;
}

.games__box2 {
  overflow: auto;
  background: #172D44;
  border-radius: 6px;
  position: relative;
  border: 1px solid #FFFFFF66;
}

.games__box2::-webkit-scrollbar {
  display: none;
}

.games__table2 {
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  border-radius: 6px;
}

.games__table2 thead {
  border-radius:  6px 6px 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 800;
  font-size: 15px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFF;
}

.games__table2 tbody {
  border-radius: 0 0 6px 6px;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #fff;
}

.games__table2 thead {
  overflow: hidden;
}
.games__table2 thead tr th {
  padding: 12px 18px;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #408FD4 0%, #214A6E 100%);
}
.games__table2 tbody tr td {
  padding: 12px 18px;
}


.games__table2 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.games__table2 tr th {
  width:20%;
  text-align: left;
}

.games__table2 tr td {
  width:20%;
}
.games__table2 tr td {
  position: relative;
}
.games__table2 tr td:nth-child(1) {
  font-style: italic;
}

.games__table2 tr td {
  position: relative;
}
.games__table2 tbody tr {
  border-bottom: 1px solid #FFFFFF66;
}
.games__table2.second tr th:nth-child(1), .games__table2.second tr td:nth-child(1) {
  width: 160px;
}
.games__table2.second tr th:nth-child(2), .games__table2.second tr td:nth-child(2) {
  width: 210px;
}
.games__table2.second tr th:nth-child(3), .games__table2.second tr td:nth-child(3) {
  width: 160px;
}
.games__table2.second tr th:nth-child(4), .games__table2.second tr td:nth-child(4) {
  width: 210px;
}
.games__table2.second tr th:nth-child(5), .games__table2.second tr td:nth-child(5) {
  width: 510px;
}


.games__box3 {
  overflow: auto;
  background: #172D44;
  border-radius: 6px;
  position: relative;
  border: 1px solid #FFFFFF66;
  
}

.games__box3::-webkit-scrollbar {
  display: none;
}

.games__table3 {
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  border-radius: 6px;
}

.games__table3 thead {
  border-radius:  6px 6px 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 800;
  font-size: 15px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFF;
}

.games__table3 tbody {
  border-radius: 0 0 6px 6px;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #fff;
}

.games__table3 thead {
  overflow: hidden;
}
.games__table3 thead tr th {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  
  background: linear-gradient(90deg, #408FD4 0%, #214A6E 100%);

}
.games__table3 tbody tr td {
  padding: 12px 20px;
}
.games__table3 tbody tr {
  border-bottom: 1px solid #FFFFFF66;
}

.games__table3 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}


.games__table3 tr th:nth-child(1),.games__table3 tr td:nth-child(1) {
  width: 20%;
  flex-shrink: 1;
  font-weight: 700;
}
.games__table3 tr th:nth-child(2),.games__table3 tr td:nth-child(2) {
  width: 40%;
  flex-shrink: 1;
}
.games__table3 tr th:nth-child(3),.games__table3 tr td:nth-child(3) {
  width: 40%;
  flex-shrink: 1;
}
.games__table3.second tr th,.games__table3.second tr td {
  width: 33.33%;
  flex-shrink: 1;
}
.games__table3.second tr th:nth-child(1),.games__table3.second tr td:nth-child(1) {
    font-weight: 700;
}


.games__table3 tr td {
  position: relative;
}

.games__table3 tbody tr:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF66;
}

.games__table3 tr td ul {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.games__table3 tr td ul li {
  padding-left: 16px;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  position: relative;
}
.games__table3 tr td ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}



.ac {
  width: 100%;
  margin-top: 0;
  border: none;
  position: relative;
  background: transparent;
  border: none;
  overflow: hidden;
  border-radius: 3px;
}


.ac:not(:last-child) {
  margin-bottom: 16px;
}
.ac-header {
  width: 100%;
   border-left: none;
}
.ac-header::after, .ac-header::before {
  display: none;
}
.ac .ac-trigger {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  color: #FFFFFF;
  padding: 17px 60px 17px 20px !important;
  border-radius: 3px;
  background: #133C60;
  
  text-transform: uppercase;
  white-space: normal;
}
  
.ac .ac-trigger:focus {
  color: #FFFFFF;
}

.ac.is-active > .ac-header {
  color: #FFFFFF;
}
.ac.is-active > .ac-header .ac-trigger {
  color: #FFFFFF;
}

.ac .ac-panel {
  padding: 0;
  background: #2E6EA5;

}
.faq__box p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #fff;
  margin: 0;
}
.faq__box ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq__box ul li {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #fff;
  padding-left: 15px;
}
.faq__box ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: #fff;
  border-radius: 50%;
}
.faq__box {
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
  
.ac .ac-trigger::after {
  content: url('./img/arrow-down.svg');
  width:32px;
  height: 32px;
  flex-shrink: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
}
.ac.is-active > .ac-header .ac-trigger::after {
  content: url('./img/arrow-down.svg');
  width:32px;
  height: 32px;
  transform: translateY(-50%) rotate(180deg);
}

.review {
  padding: 80px;
}

.reviews__box {
  display: flex;
  gap: 16px 20px;
  flex-wrap: wrap;
}
.reviews__item {
  width: calc(50% - 20px);
  border-radius: 6px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  backdrop-filter: blur(4px);

  border: 2px solid transparent;
  background:
    linear-gradient(270deg, rgba(44, 123, 192, 0.8) 0%, rgba(35, 76, 112, 0.8) 100%) padding-box,
    linear-gradient(180deg, #AAC8E3 0%, rgba(170, 200, 227, 0) 100%) border-box;
}


.reviews-item__name {
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  color: #fff;
}
.reviews-item__stars {
  display: flex;
  gap: 5px;
}
.reviews-item__text {
  color: #fff;
}
.reviews-item__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.grade__list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.grade__item {
  width: calc(33.33% - 10.66px);
  padding: 20px 10px;
  background: #172D44;
  border: 1px solid #FFFFFFB2;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
.grade__item p {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.grade__item:nth-child(4), .grade__item:nth-child(5) {
  width: calc(50% - 8px);
}


.footer {
  background: transparent;
}

.footer__container {
  max-width: 1600px;
  padding: 20px 30px 44px 20px;
  margin: 0 auto;
}

.footer__nav-list {
  display: flex;
  gap: 81px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__nav-list div a {
  font-size: 14px;
  font-weight: 350;
  line-height: 16px;
  color: #2E99DC;
  transition: all 0.3s ease;
}
.footer__nav-list div a:hover {
  color:#FFF;
}
.language__list {
  display: flex;
  flex-wrap: wrap;
  padding: 47px 0;
  
  border-top: 1px solid #5C748A;
  border-bottom: 1px solid #5C748A;
  gap: 22px;
  margin: 32px 0;
  justify-content: center;
}
.language__link {
  display: flex;
  background: #2B526F;
  border-radius: 6px;
  padding: 12px;
  gap: 8px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease;

}
.language__link:hover {
  background: #fff;
  color: #2B526F;
}
.language__link img {
  width: 24px;
  height: 24px;
}


.footer__card-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0 32px;
  gap: 16px 76px;
  justify-content: center;
  border-bottom: 1px solid #5C748A;
  margin-bottom: 32px;
}
.footer__card-list li img {
  width: auto;
  height: 50px;
}
.footer__down {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
.footer__down p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #FFFFFFB2;
}



.button-up {
  position: fixed; 
  bottom: 10px;    
  right: 20px;   
  cursor: pointer;
  display: flex;   
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  background: transparent;
  display: none;  
  z-index: 102;   
  width: 40px;
  height: 40px;
}

.button-up img {
  width: 40px;
  height: 40px;
}
  

.burger-button {
  display: none;
}


.content {
  flex-shrink: 1; 
  width: calc(100% - 260px);
}


.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  left: 30px;
  height: calc(100vh - 80px);
  overflow-y: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 240px;
  -webkit-flex: 0 1 240px;
  flex: 0 1 240px;
  padding-bottom: 20px;
  flex-shrink: 0;
}

.sidebar::-webkit-scrollbar {
  display: none;
  width: 0;
}
  
  
@media screen and (min-width: 1600px) {
  .sidebar {
    left: calc((100% - 1600px) / 2 + 30px);
  }
}
  
  
.aside-left__wrapper {
  position: sticky;
}
.aside-left__wrap {
  overflow-y: auto;
  height: auto;
  padding: 0px;
}
.aside-left-wrap__box {
  background: #224569;
  box-shadow: 0px 14px 20px 0px #00000033, 0px -4px 10px 0px #0000000D;
  border-radius: 6px;
  padding: 8px 0px;

}
.aside-left__wrap::-webkit-scrollbar {
  width: 0;
}

.aside-left-wrap__box {
  margin-bottom: 20px;
}
.aside-left__nav {
  padding: 0px;
  background: #224569;
  border-radius: 6px;
  box-shadow: 0px 14px 20px 0px #00000033, 0px -4px 10px 0px #0000000D;
}

  
.main-left-nav__desc {
  border-radius:6px;
}
.main-left-nav__desc.active {
  border-radius: 6px;
}
   
  
.main-left-nav__list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}
.main-left-nav__list.visible {
  max-height: 2000px;
  padding-bottom: 8px;
  opacity: 1;
  overflow-y: auto;
}

.aside-left-wrap__list {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0;
  gap: 2px;
}

.aside-left-wrap__list li {
  padding: 0;
}
.aside-left-wrap__list li::before {
  display: none;
}
.aside-left-nav__list li {
  padding: 0;
}
.aside-left-nav__list li::before {
  display: none;
}
.aside-left-wrap__list li a {
  padding: 8px 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  position: relative;
  gap: 12px;
  display: flex;
  align-items: center;
  background: transparent;
  border-radius: 6px;
  transition: all 0.3s linear;
  position: relative;
  color: #E3E8EB;
}


.aside-left-wrap__list li a:hover {
    background: #FFFFFF1A;
    border-radius: 6px;
}


.main-left-nav__desc, .aside-left-nav__desc {
  border-radius: 6px;
}
.main-left-nav__desc.active, .aside-left-nav__desc.active {
  border-radius: 12px 12px 0 0;
}
.aside-left-nav__desc {
  position: relative;
  padding: 12px;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-transform: none;
  text-align: left;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s linear;
}


.aside-left-nav__desc::after {
  content: url('./img/arr-sidebar.svg');
  position: absolute;
  top: 19px;
  right: 12px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  transform-origin: center center;
  transition: all 0.3s linear;
}

.aside-left-nav__desc.active::after{
  content: url('./img/arr-sidebar.svg');
  transform: rotate(0deg);
}

.aside-left-nav__list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}
  
.aside-left-nav__list.visible {
  max-height: 2000px;
  opacity: 1;
  overflow-y: auto;
  padding-top: 6px;
  padding-bottom: 12px;
}

.aside-left-nav__list.visible::-webkit-scrollbar {
  width: 0;
}

.aside-left-nav__list {
  display: flex;
  flex-direction: column;
  padding-bottom: 0px;
  gap: 10px;
}

.aside-left-nav__list li a {
  padding: 0px 12px;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #E3E8EB;
  text-align: left;
  position: relative;
  display: flex;
  transition: all 0.3s linear; 
}

.aside-left-nav__list li a:hover {
  color: #61b3fc;
}


.main-left {
  display: none;
}
  
  

@media screen  and (max-width: 1440px) {
  .decor, .decor2, .decor3, .decor4, .decor5, .decor6,.decor7, .decor8, .decor9, .decor10, .decor11, .decor12,.decor13, .decor14, .decor16, .decor17, .decor18, .decor19, .decor20, .decor21, .decor22, .decor23, .decor24, .decor25, .decor26, .decor27, .decor28 {
    opacity: 0.3;
  }
  .decor15 {
    right: 0px;
  }
}
@media screen  and (max-width: 1255px) {
  ul.list.row2 li {
    width: calc(33.33% - 8px);
  }
}
@media screen  and (max-width: 1200px) {

  .aside-left-wrap__list {
    padding: 0;
  }
  .aside-left-wrap__list li:last-child {
    margin-bottom: 10px;
  }
  .aside-left-wrap__list::after {
    display: none;
  }
  .main-left {
    display: block;
  }
  .main-left.container {
    padding: 0;
  }
  .sidebar {
    display: none;
  }
  .hero__content {
    padding-left: 20px;
  }
  .footer__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main {
    padding-left: 20px;
  }
  .button-up {
    right: 20px;
  }
  .content, .container {
    width: 100%;
    max-width: 100%;
  }

  .header__container {
    padding-left: 20px;
  }
  .hero__image img {
    right: 0px;
    width: 100%;
  }
  .hero.container {
    width:100%;
    margin-right: 0px;
  }
  .aside-left-nav__desc {
    padding: 12px;
    padding-right: 45px;
  }

}

@media screen and (max-width: 1120px) {
  .header__menu {
    display: none;
  }
  .header__container {
    padding-right: 20px;
    height: 60px;
  }
  .main {
    padding-top: 0px;
  }
  .main.bonus-page {
    margin-top: 20px;
  }
  .hero.bonus-page {
    margin-top: 60px;

  }
  .header__buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #101F2EF2;
    padding: 16px;
    gap: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }
  .header__buttons a {
    min-width: 163px;
    text-align: center;
  }
  .header__buttons .button.register-button,
  .header__buttons .button.login-button {
    min-width: 163px;
    text-align: center;
  }
  .footer__container {
    padding-bottom: 50px;
  }
  .button-up {
    bottom: 20px;
  }

  .burger-button {
    display: flex;
    margin-left: auto;
    flex-direction: column;
    justify-content: space-around;
    height: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 2; 
    }
  .burger-button span {
    width: 30px;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s ease;
  }
  .burger-button.open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .burger-button.open span:nth-child(2) {
    opacity: 0;
  }
  .burger-button.open span:nth-child(3) {
    transform: translateY(-12px) rotate(-45deg);
  }
  .burger-menu {
    position: fixed;
    top: 60px;
    right: -100%; 
    width: 100%;
    height: 100%;
    padding: 0 10px;
    background: #172D44;
    padding-bottom: 100px;
    transition: right 0.3s ease; 
    overflow-y: auto;
    display: block;
    z-index: 105;
  }
  .burger-menu.open {
    right: 0; 
    overflow-y: auto;

  }
  .burger-menu ul {
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 16px;
    min-width: 300px;
  }
  .burger-menu ul li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .burger-menu ul li a {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 20px;
    width: 300px;
    height: 46px;
    color: #FFF;
    border: 2px solid #408FD4;
    border-radius: 40px;
  }
  .burger-menu__buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    min-width: 300px;
    margin-top: 20px;
  }
  .burger-menu__buttons a {
    width: 300px;
  }
  .burger-menu .button.login-button {
    width: 300px;
    height: 46px;
    max-width: 100%;
  }
  .burger-menu .button.register-button {
    width: 300px;
    height: 46px;
    max-width: 100%;
  }
  .aside__right {
    display: none;
  }
  .main {
    padding-right: 20px;
  }
  .footer__down {
    padding: 0;
  }

}

@media screen and (max-width: 950px) {
  .review {
    padding: 20px 10px;
  }
  .hero-content__wrap {
    margin: 0 auto;
  }
  .hero {
    padding: 40px 10px;
  }
  .rating__list {
    flex-direction: column;
  }
  .rating__item {
    width: 100%;
  }
  .flex-box {
    flex-direction: column;
  }
  .flex-box__left {
    width: 100%;
  }
  .flex-box__right {
    width: 100%;
  }
  .list2 {
    flex-direction: column;
  }
  .list2__item {
    width: 100%;
  }
  .list2-blur {
    max-width: 100%;
  }
  .games__table tr th:nth-child(1),
  .games__table tr th:nth-child(2),
  .games__table tr th:nth-child(3) {
    width: 250px;
  }
  .games__table tr th:nth-child(4) {
    width: 250px;
  }
  .games__table tr td:nth-child(1),
  .games__table tr td:nth-child(2),
  .games__table tr td:nth-child(3) {
   width: 250px;
  }
  .games__table tr td:nth-child(4) {
    width: 250px;
  }
  .games__table.second tr th, .games__table tr td {
     width: 250px;
  }
  .games__table.second tr th:nth-child(4), .games__table tr td:nth-child(4) {
     width: 250px;
  }
  .games__table2 tr th {
    width: 250px;
  }
  .games__table2 tr td {
    width: 250px;
  }
  .games__table3 tr th:nth-child(1), .games__table3 tr td:nth-child(1),.games__table3 tr th:nth-child(2),.games__table3 tr td:nth-child(2) {
    width: 200px;
  }
  .games__table3 tr th:nth-child(3), .games__table3 tr td:nth-child(3)  {
    width: 500px;
  }
  .reviews__item {
    width: calc(50% - 10px);
  }
  .features__list, .features__list2 {
    width: 100%;
  }
  .features__box2 {
    flex-direction: column;
  }
  .features__list2:nth-child(2) {
   border-top: 1px solid #FFFFFF66;
  }
  .features__list2:nth-child(2) tbody tr:last-child {
   border-bottom: none;
  }
  .decor, .decor2 {
    position: static; 
    margin: 0 auto -20px;
    opacity: 1;
  }
  .decor3, .decor4, .decor5, .decor6,.decor7, .decor8, .decor9, .decor10, .decor11, .decor12,.decor13, .decor14, .decor16, .decor17, .decor19, .decor20, .decor21, .decor22, .decor23, .decor24, .decor25, .decor26, .decor27, .decor28 {
    opacity: 1;
    position: static; 
    margin: 0 auto -32px;
  }
  .decor18 {
    position: static; 
    height: auto;
    width: 300px;
    margin: -32px auto;
    opacity: 1;
    ;
  }
  .decor15 {
    position: static; 
    margin: 0 auto -20px;
  }
  .banner__wrap {
    padding: 20px 10px;
    max-width: max-content;
    backdrop-filter: blur(10px);    
    margin: 0 auto;
  }
  .half {
    width: 100%;
  }
  .box3 {
    flex-wrap: wrap;
  }
  ul.list.row3 li {
    width: 100%;
    font-size: 16px;
  }
  ul.list.row3 li:nth-child(4) {
    width: 100%;  
  }
  ul.list.row3 li:nth-child(5) {
    width: 100%; 
  }
  ul.list.row4 li {
    width: 100%; 
  }
  .games__table3.second tr th:nth-child(1), .games__table3.second tr td:nth-child(1),.games__table3.second tr th:nth-child(2),.games__table3.second tr td:nth-child(2) {
    width: 250px;
  }
  .games__table3.second tr th:nth-child(3), .games__table3.second tr td:nth-child(3)  {
    width: 400px;
  }
  .flex-box .el {
    width: 100%;
    padding: 20px 10px;
  }
  .el {
    padding: 20px 10px;
  }
  .banner3.container {
    padding: 40px 10px;
  }
  .grade__item {
    width: 100%;
  }
  .grade__item:nth-child(4), .grade__item:nth-child(5) {
    width: 100%;
  }
  ul.list2.second li {
    width: 100%;  
  }
  ul.list3.second li {
    width: 100%;
  }
  ul.list2.second li:nth-child(5) {
    width: 100%;
  }
}


@media screen and (max-width: 850px) {

  .banner.container {
    padding: 40px 10px;
  }
  .banner__wrapper {
    padding: 20px 7px;
    margin: 0 auto;
  }
  .footer__nav-list {
    gap: 16px;
  }
  .banner__title {
    font-size: 25px;
    line-height: 120%;
  }
}
@media screen and (max-width: 768px) {
  .banner__buttons2 {
    flex-direction: column;
  }
  ul.list2 li {
    width: 100%;
  }
  ul.list.row2 li {
    width: 100%;
  }
  ul.list.row5{
    flex-wrap: wrap;
  }
  ul.list.row5 li {
    width: calc(50% - 6px);
  }
  ul.list.row li {
    width: 100%;
  }
  ol.row li {
    width: 100%;
  }
  .hero.container {
    padding: 42px;
  }
  .reviews__item {
    width: 100%;
    padding: 20px 10px;
  }
  .hero {
    padding: 48px 10px;
  }
  .banner__image {
    right: 0;
  }
  .footer {
    padding: 0;
  }

  .banner__image {
    width: 100%;
  }

  .banner {
    padding: 20px;
  }
  .hero__image img {
    object-position: 78%;
  }
  .hero-content__wrap {
    padding: 20px 10px;
  }
  .features__list tr td:nth-child(1),.features__list tr th:nth-child(1) {
    min-width: 230px;
    width: auto;
  }
  .features__list tr td:nth-child(2),.features__list tr th:nth-child(2) {
    min-width: 300px;
    width: auto;
  }
  .features__list2 tr td:nth-child(1),.features__list2 tr th:nth-child(1) {
    width: 100%;
  }
  .features__list2 tr td:nth-child(2),.features__list2 tr th:nth-child(2) {
    width: 100%;
  }
  .footer__down {
    flex-direction: column;
  }
  .box5, .box-dark {
    padding: 20px 10px;
  }
  .banner4.container, .text-container {
    padding: 20px 10px;
  }
}



@media screen and (max-width: 600px) {
  h2 {
    padding: 10px;
  }
  .container {
    padding: 20px 10px;
  }
  .games__table3 tr th:nth-child(1), .games__table3 tr td:nth-child(1) {
    width: 200px;
  }
  .games__table3 tr th:nth-child(2), .games__table3 tr td:nth-child(2)  {
    width: 300px;
  }
  .games__table3 tr th:nth-child(3), .games__table3 tr td:nth-child(3)  {
    width: 300px;
  }
  .games__table3.second tr th:nth-child(1), .games__table3.second tr td:nth-child(1),.games__table3.second tr th:nth-child(2),.games__table3.second tr td:nth-child(2) {
    width: 260px;
  }
  .games__table3.second tr th:nth-child(3), .games__table3.second tr td:nth-child(3)  {
    width: 260px;
  }
  .hero-content__wrap {
    padding: 20px 7px;
  }
  
  .language__list {
    padding: 20px 0;
    margin: 20px 0;
  }
  .footer__card-list {
    padding: 0px 0 20px;
    gap: 16px 16px;
    margin-bottom: 20px;
  }

  .main {
    padding: 0px 10px;
  }

  h1  {
    font-size: 27px;
    line-height: 35px;
  }
  .hero-content__rating {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .hero-content__subtitle {
    text-align: center;
  }
  .hero__button {
    margin: 0 auto;
  }
  h2  {
    font-size: 22px;
    line-height: 30px;
  }

  .header__logo {
    width: 110px;
    height: auto;
    margin-right: 0;
  }
  .header__logo img {
    width: 100%;
    height: auto;
  }
  h3{
    font-size: 16px;
    line-height: 22px;
  }
  .header__container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .button.banner__button {
    margin: 0 auto;
  }
  .banner__wrapper {
  align-items: center;
  }
  
  .hero-content__wrap {
    align-items: center;
  }

  .box {
    padding: 20px 10px; 
  }
  
  .box.box2 {
    padding: 20px 10px; 
    overflow: hidden;
  }
  .box.color p, .box.color h3 {
    color: #fff;
  }
  .image.op2 img {
    opacity: 0.6;
  }
  .decor3, .decor4, .decor5, .decor6,.decor7, .decor8, .decor9, .decor10, .decor11, .decor12,.decor13, .decor14, .decor16, .decor17,  .decor19, .decor20, .decor21, .decor22, .decor23, .decor24, .decor25, .decor26, .decor27, .decor28 {
    margin: 0 auto -20px;
  }
  .decor18 {
    margin: -20px auto;
  }
}
@media screen and (max-width: 540px) {
  .decor, .decor2,.decor3, .decor4, .decor5, .decor6,.decor7, .decor8, .decor9, .decor10, .decor11, .decor12,.decor13, .decor14, .decor16, .decor17, .decor18, .decor19, .decor20, .decor21, .decor22, .decor23, .decor24, .decor25, .decor26, .decor27, .decor28 {
    width: 100%;
    height: auto;
  }
  .decor15 {
    width: 100%;
    height: auto;
  }
  .decor10 {
    margin-right: -10px;
  }
}
@media screen and (max-width: 480px) {
  .article__title, .features__title {
    width: 100%;
  }
  .article__title::after, .features__title::after {
    display: none;
  }
  .article__title::before, .features__title::before {
    display: none;
  }
  .features__list li {
    width: 100%;
    gap: 12px;
  }
  .footer__nav-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .footer__nav-list li::after {
    display: none;
  }
  .footer__down {
    gap: 24px;
  }
  .footer__container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .features__list li strong {
    min-width: auto;
    width: 50%;
  }
  .features__list li strong::after {
    display: none;
  }
  .features__list li span::after {
    display: none;
  }
  .features__list li span {
   padding-right: 0;
  }
  .footer__nav  {
    padding: 4px;
  }
  .header__buttons a {
    min-width:calc(50% - 8px);
    width: calc(50% - 8px);
  }
  .rating__item p:first-child::after {
    display: none;
  }
  .rating__item p:first-child {
    max-width: 150px;
  }
  .header__buttons .button.register-button,
  .header__buttons .button.login-button {
    min-width: calc(50% - 8px);
    max-width: calc(50% - 8px);
    text-align: center;
  }
  ul.list li {
    gap: 10px;
    padding: 12px 10px;
  }
  ul.list4 li, ul.list3 li, ul.list2 li {
    padding: 12px 10px 12px 48px;
  }
  ul.list4 li::before, ul.list3 li::before, ul.list2 li::before {
    left: 10px;
  }
  ol li {
    padding: 12px 20px 12px 44px;
  }
  ol li::before {
    left: 10px;
  }
}

@media screen and (max-width: 425px) {
  ul.list.row5 li {
    width: 100%;
  }
  .reviews-item__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .banner__wrapper {
    width: 100%;
  }

  .footer__link {
    padding-right: 38px;
  }

  .container {
    padding: 20px 10px;
  }
  .footer__payments {
    gap: 8px 8px;
  } 
  .footer__payments li {
    max-width: none;
    width: calc(50% - 4px);
  } 
  .footer__payments li img {
    max-width: none;
    width: 100%;
  } 
  .rating__item p:first-child {
    max-width: 100%;
    text-align: center;
  }
  .rating__item {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .rating__item img {
    margin-left: 0;
  }

}




/* BONUS PAGE */

.hero.bonus-page {
 padding: 103px 40px;
}
.hero.app-page {
 padding: 85px 40px;
}
.hero.betting-page {
 padding: 111px 40px;
}
.breadcrumbs {
  display: flex;
  margin-bottom: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.breadcrumbs li {
  position: relative;
}
.breadcrumbs a {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  color: #E3E8EB;
  transition: all 0.2s linear;
}
.breadcrumbs li:first-child::after {
  content: "|";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #E3E8EB;
  text-align: left;
  opacity: 1;
  margin: 0 12px;
}
.breadcrumbs li:last-child span {
  font-weight:400;
}
.bonus-list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.bonus-list .bonus-item {
  width: calc(50% - 8px);
}
.bonus-item {
  background: #172D44CC;
  backdrop-filter: blur(8px);
  border-radius: 6px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bonus-item h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}
.bonus-item h3::after {
  display: none;
}


@media screen and (max-width: 768px) {
  .hero.bonus-page {
    padding: 40px 10px;
  }
  .hero.app-page {
    padding: 40px 10px;
  }
  .hero.betting-page {
    padding: 40px 10px;
  }
  .bonus-item {
    padding: 20px 10px;
  } 
  .bonus-list .bonus-item {
    width: 100%;
  } 
}


/* APP PAGE */


.banner__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.banner__buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.banner__logo {
  width: 212px;
  height: auto;
  position: relative;
}

.buttons__box {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}


@media screen and (max-width: 950px) {
  .banner__wrap {
    flex-direction: column-reverse;
  }
  .banner2.container {
    padding: 40px 10px;
  }
}

