html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	text-decoration: none;
	color: black;
}

input {
    outline: none;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

button {
	letter-spacing: normal;
	white-space: nowrap;
	text-transform: none;
	cursor: pointer;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a:not([href]) {
    color: inherit;
    cursor: default;
}

a:not([href]):hover {
    color: inherit;
    text-decoration: inherit;
}

img, video {
	max-width: 100%;
	max-height: 100%;
}

/* ========== main styles ========== */

svg use {
  fill: #fff;
  fill-rule: evenodd;
}

.path {
  fill: #fff;
  stroke: #fff;
}

html {
  scroll-behavior: smooth;
}

.svg-menu rect,
.menu {
  transition: all 0.3s linear;
}

body {
  font-family: Arial, sans-serif;
  width: 100%;
  color: #fff;
  font-size: 15px;
  line-height: 150%;
  overflow-x: hidden;
  background: #0c1732;
  font-weight: 400;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  padding-top: 100px;
}

a {
  color: inherit;
}

* {
  position: relative;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

ul > li {
  display: inline-block;
}

span {
  display: inline-block;
}

.image img {
  display: block;
}

.header {
  z-index: 1000;
  width: 100%;
  background: #1c2741;
}


.image img {
  margin: auto;
}

.content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 0;
  overflow: hidden;
}

a {
  transition: all 0.2s linear;
}

h1,
h2,
h3,
h4,
.title {
  font-weight: 700;
  z-index: 100;
  color: #e0e700;
}

h1,
.title.general {
  font-size: 38px;
  line-height: 120%;
  color: #e0e700;
  text-align: center;
  text-transform: uppercase;
}

h2,
.title.high {
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 16px;
  text-align: center;
  color: #e0e700;
  text-transform: uppercase;
}

h3,
.title.middle {
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #e0e700;
  margin-bottom: 16px;
  text-transform: uppercase;
}

h4,
.title.small {
  font-size: 15px;
  line-height: 22px;
  text-align: left;
}

.button {
  min-width: 190px;
  font-size: 24px;
  line-height: 21px;
  font-weight: 900;
  padding: 12px 24px;
  display: inline-block;
  position: relative;
  color: #111425;
  height: auto;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  margin: auto;
  z-index: 10;
  transition: all 0.3s linear;
  border-radius: 6px;
  background: #00ff01;
}

.button:hover {
  transform: scale(1.05);
}
/* header */

/* first */

.header {
  position: fixed;
  top: 0;
  left: 0;
  background: #1c2741;
}

.content.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: none;
  min-height: 100px;
  padding: 0;
  overflow: visible;
}

.logo img {
  display: block;
  max-width: none;
}

.header__logo {
  margin-right: 122px;
}

.header__menu-button {
  display: none;
  background: transparent;
  z-index: 1000;
}

.header__menu-button svg {
  display: block;
  width: 45px;
}

.header__content > .header__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__button.button {
  min-width: 124px;
  border: none;
  border-radius: 6px;
  background: #316382;
  margin: 0;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: #fff;
}

.header__button + .header__button {
  margin-left: 8px;
}
.header__menu {
  flex: 1;
}

.header__menu > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  gap: 16px;
}

.header__menu > ul a {
  transition: opacity 0.3s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  justify-content: center;
}

.header__menu > ul a:hover {
  color: #316382;
}

.header__languages {
  position: relative;
  z-index: 1000;
  font-size: 14px;
  line-height: 16px;
  color: #6e7785;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 24px;
}

.header__languages img {
  display: block;
  border-radius: 50%;
}

.header-languages__button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
  z-index: 1000;
  padding-right: 20px;
}

.header-languages__button:before {
  content: "";
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  background-image: url(../images/languages-arrow.svg);
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-languages__button img {
  width: 24px;
  border-radius: 50%;
  transition: all 0.2s linear;
}

.header-languages__button:hover img {
  transform: scale(1.1);
}

.header-languages__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: -999;
  width: 100vw;
  height: 100%;
  margin: 0;
  border: none;
  overflow: hidden;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
  transition: all 0.1s linear;
  padding: 20px;
}

.header-languages__wrapper.active {
  opacity: 1;
  overflow-y: auto;
  z-index: 11000;
  visibility: visible;
  background: rgba(0, 0, 0, 0.6);
}

.header-languages__wrap {
  display: block;
  position: absolute;
  margin: 10px 20px 0;
}

.header-languages__wrap > div:not(.header-languages__close) {
  padding: 24px 30px;
  border-radius: 10px;
  background: #1a1b29;
  max-width: 450px;
  z-index: 10;
  transition: all 0.2s linear;
  overflow: auto;
  max-height: calc(100vh - 10px);
  width: auto;
}

.header-languages__wrap > div::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.header-languages__desc {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 22px;
  color: #fff5d6;
  text-transform: none;
  font-weight: 400;
}

.header-languages__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -24px;
  margin-left: -15px;
}

.header-languages__list li {
  margin-top: 24px;
  margin-left: 15px;
  flex: 0 1 calc((100% - 15px * 5) / 5);
}

.header-languages__list a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
  font-size: 15px;
  line-height: 2px;
  color: #fff5d6;
  font-weight: 400;
  min-width: 60px;
}

.header-languages__list a:hover {
  color: #fff;
}

.header-languages__list a span:first-child {
  flex: 0 1 24px;
  margin-right: 4px;
  transition: all 0.2s linear;
}

.header-languages__list a span:nth-child(2) {
  flex: 1;
}

.header-languages__list a img {
  transition: all 0.2s linear;
}

.header-languages__list a:hover span:first-child {
  transform: scale(1.1);
}

.header-languages__close {
  position: absolute;
  right: -16px;
  top: -16px;
  cursor: pointer;
  transition: all 0.2s linear;
  z-index: 100;
}

.header-languages__close:hover {
  transform: scale(1.1);
}

.header__expand-menu {
  display: none;
  margin-bottom: 50px;
  z-index: 1001;
}

.header__expand-menu > * {
  display: none;
  width: 100%;
}

.header__expand-menu > *:nth-child(2) a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__expand-menu li {
  display: block;
  width: 100%;
}

.header__expand-menu > *:nth-child(2) a {
  font-weight: 700;
  padding: 12px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px 20px 10px 10px;
  color: #fff;
}

.header__expand-menu span {
  display: block;
}

.header__expand-menu img {
  display: block;
  margin: auto;
}

.header__expand-menu span:first-child {
  flex: 0 1 24px;
  margin-right: 8px;
}

/* cover */

.cover {
  overflow: hidden;
}

.content.cover__content {
  overflow: visible;
  background: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 400px;
  margin-bottom: 80px;
  padding: 0;
}

.cover__title.title {
  text-align: center;
}

.cover__title span {
  color: #e93e3a;
}

.cover__title span:nth-child(1),
.cover__title span:nth-child(2) {
  color: #ffffff;
}

.cover__wrap {
  z-index: 100;
}

.cover__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cover__bg img {
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.cover__image {
  position: absolute;
  left: 52%;
  height: 100%;
  max-height: 360px;
  bottom: 0;
  z-index: 1;
}

.cover__image img {
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
}
/* SLIDER */
.slider__dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #316382;
  border-radius: 50%;
  cursor: pointer;
}
.dot.active {
  background: #32bff8;
}
/* content nav */
.content.nav ul > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
  padding: 12px 14px;
  background: #316382;
  border-radius:6px;

}
.content.nav ul > li > a.tab-link.active {
  background: rgb(6, 56, 87) !important;
}
.content.nav ul > li > a.active {
  background: rgb(6, 56, 87);
}



.content.nav ul > li {
   /* padding: 12px 14px;
    background: #316382;
    border-radius: 6px; */
}
.content.nav ul > li:hover {
  background: #063857;
}
.content.nav ul > li:hover,
.content.nav ul > li .tab-link:hover {
  background: rgb(6, 56, 87);
}
.content.nav ul > li .tab-link.active{
  background: rgb(6, 56, 87);
}

.content.nav ul > li > .tab-link{
  background: #316382;
}
.content.nav ul > li .tab-link.active{
  background: rgb(6, 56, 87);
}

.content.nav ul > li:hover,
.content.nav ul > li:hover .tab-link {
  background: rgb(6, 56, 87);
}
.content.nav ul {
  gap: 10.56px;
  display: flex;
}
/* content betting */
.betting__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.content.betting .betting__container:first-of-type {
  margin-bottom: 24px;
}
.betting__match.betting__match--highlighted {
  background: #1d2843;
  border: 1px solid #e0e700;
  padding: 12px 0;
  flex: 1 1 calc(24% - 10px);
  max-width: calc(25% - 10px);
  box-sizing: border-box;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.betting__team.betting__team--home,
.betting__team.betting__team--away {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
}
.betting__versus {
  color: #316382;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 3px;
}
.betting__teams {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 12px;
  padding: 0 8.2px;
  min-height: 40px;
}
.betting__status {
  color: #868c96;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  margin-bottom: 12px;
  text-align: center;
}
.betting__status .betting__status--live {
  color: #e0e700;
  margin-left: 3px;
}
.betting__score {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  padding: 4px 16px;
  background: #101628;
  display: inline-block;
  border-radius: 6px;
  margin: 0 auto 12px auto;
  text-align: center;
}
.betting__img {
  display: flex;
  gap: 44px;
  margin-bottom: 12px;
}
.betting__time {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #868c96;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}
.betting__odds {
  padding: 6px 34px;
  background: #101628;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.betting__odds .betting__odd {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.betting__button {
  background: #316382;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  border-radius: 6px;
  padding: 8px 20px;
}
.betting__button:hover{
  transform: scale(1.05);
}
/* info */

.info {
  background-image: url("../images/info-bg.jfif");
  background-size: cover;
  background-repeat: no-repeat;

  background-position: center left;
}
.info2 {
  background-image: url("../images/info-bg2.jfif");
  background-size: cover;
  background-repeat: no-repeat;

  background-position: center left;
}
.info__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-image: url("../images/info-bg.jfif");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  gap: 16px;
}

.info__wrap {
  max-width: 369px;
  width: 70%;
  z-index: 10;
}

.info__decor {
  position: absolute;
  left: 15px;
  bottom: 100%;
  width: calc(100% - 30px);
}

.info__decor img {
  display: block;
  margin: auto;
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
}

.info__image {
  position: absolute;
  left: 5%;
  bottom: 7%;
  max-height: 520px;
  height: 60%;
}
/* registration */
.registration {
  background: #0c1732;
  border-width: 2px 0px 2px 0px;
  border-style: solid;
  border-color: #e0e700;
}
.registration__nav {
  display: flex;
  gap: 16px;
}
.registration__info {
  background: #1d2843;
  border: 1px solid #e0e700;
  padding: 12px 24px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.registration__number {
  font-size: 112px;
  line-height: 96px;
  color: #e0e700;
  font-weight: 700;
}
.registration__title {
  font-size: 32px;
  line-height: 100%;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.59px;
  text-transform: uppercase;
}
.registration__text {
  font-size: 16px;
  line-height: 100%;
  color: #0092c8;
  font-weight: 400;
}
/* table */
.table {
  background: #031142;
}

table {
  width: 100%;
  text-align: left;
}

table tr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #1d2843;
  border-radius: 6px;
}
.info__table tbody {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info__img {
  position: relative;
  width: 369.33px;
  height: 288px;
  border: 2px solid #e0e700;
  overflow: hidden;
  border-radius: 6px;
}

.info__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 63%;
  background: linear-gradient(
    179.85deg,
    rgba(16, 22, 40, 0) 42.9%,
    #101628 64.84%
  );
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

.info__overlay p {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  margin: 0;
}
.table-bg {
  border-radius: 6px;
  border: 1px solid #e0e700;
  padding: 1px;
  overflow-x: auto; -webkit-overflow-scrolling: touch;
}

table td {
  text-align: left;
}

.info__table td:first-child img {
  width: 28px;
  height: 28px;
  margin-right: 20px;
}

.info__table td:nth-child(2) {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding: 14.5px 16px 14.5px 0;
}
.info__table td:nth-child(1) {
  padding: 0 0 0 20px;
}
/* slots */

.slots:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2%;
  width: 280px;
  height: 582px;
  background-image: url(../images/slots-decor.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.slots__decor {
  position: absolute;
  bottom: 100%;
  left: 16px;
  width: calc(100% - 32px);
  z-index: 1;
}

.slots__decor img {
  display: block;
  margin: auto;
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
}

.slots__table {
  background: #05071a;
  width: 100%; table-layout: auto;
}

.slots__table td {
  flex: 0 1 calc(100% / 3);
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
}
.slots__table td:first-child {
  flex: 0 1 calc(74%);
  border-right: 1px solid #e0e700;
  padding: 7.5px 16px;
}
.slots__table td:last-child {
  border-left: 1px solid #e0e700;
  padding: 7.5px 16px;
}
.slots__table td span {
  font-weight: 700;
}
.slots__table tr:first-child {
  color: #e0e700;
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  text-transform: uppercase;
  background: #111c37;
  border-radius: 0;
}
.slots__table tr{
  border-radius: 0;
}
.slots__table td + td {
  padding-left: 16px;
}

/* article  */

article > *,
.article > * {
  margin-top: 16px;
}

.article > * + .button,
article > * + .button {
  margin-top: 20px;
}

article > *:first-child,
.article > *:first-child,
article > a.button:first-child,
.article > a.button:first-child {
  margin-top: 0;
}

article li,
.article li {
  padding-left: 30px;
  display: block;
  text-align: left;
}

.article ul li + li,
article ul li + li,
.article ol li + li,
article ol li + li {
  margin-top: 6.5px;
}

article li span,
.article li span {
  font-weight: 700;
}

.article ul li:before,
article ul li:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../images/li.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0px;
}

.article ol,
article ol {
  list-style-position: inside;
  list-style: none;
}

.article ol > li,
article > ol li {
  counter-increment: ol;
}

.article ol > li:before,
article ol > li:before {
  content: counter(ol);
  font-size: 16px;
  font-weight: 900;
  line-height: 120%;
  position: absolute;
  left: 0;
  top: 0;
  color: #1d2843;
  background: #e0e700;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.article > ol > li:marker,
article > ol > li:marker {
  content: counters(li);
}

.article p a {
  text-decoration: underline;
}

.article p a,
article p a,
.article li a,
article li a {
  color: #4da533;
  text-decoration: none;
}

.article .image,
article .image {
  border-radius: 3px;
  overflow: hidden;
}
.article-bg {
  background: #031142;
}

/* vip bonus */
.vip__content-bg {
  background: #3c0137;
}
.vip__content,
.bonus__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  gap: 32px;
}

.vip__content > *,
.bonus__content > * {
  flex: 0 1 calc((100% - 20px) / 2);
}
.vip__article{
  flex: 0 1 70%;
}
.vip__image  {
  flex: 0 1 30%;
}
.vip__image,
.bonus__image {
  border-radius: 6px;
  border: 2px solid #e0e700;
  overflow: hidden;
}

.vip__image img,
.bonus__image img {
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
  width: 100%;
}

.bonus__article {
  order: 1;
}
.vip__image {
  position: relative;
  display: inline-block;
}

.vip__image img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 279px;
}

.btn-overlay {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  background: #00ff01;
  color: #111425;
  padding: 12px 10px;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 900;
  line-height: 21px;
  text-transform: uppercase;
  text-align: center;
  min-width: 211px;
}

.btn-overlay:hover {
background: #00ff0187;
}
.vip__article-block {
  border: 1px solid #e0e700;
  background: #1d2843;
  border-radius: 6px;
  padding: 16px;
}
.vip__article-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: #e0e700;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.vip__article .vip__article-block {
  flex: 0 1 calc((100% - 20px) / 2);
  flex: 1 1 calc(49% - 10px);
  margin: 0;
}
.article.vip__article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.vip__content2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  align-items: stretch;
  margin-top: 16px;
}
.vip__content3 {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 20px;
  align-items: stretch;
  margin-top: 16px;
}
.vip__content2 .vip__article {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.vip__content2 .vip__image img {
  height: 100%;
  object-position: 83%;
}
.vip__article-list1,
.vip__article-list2 {
  border-radius: 6px;
  border: 1px solid #e0e700;
  background: #1d2843;
  padding: 16px;
}
.vip__article-list {
  display: flex;
  width: 100%;
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.vip__image3 img {
  height: 100%;
  object-position: 75%;
}

/* footer */

.footer {
  background: transparent;
  background: #070b17;
  margin-top: 20px;
  text-align: center;
}
.footer__content.content {
  background: transparent;
  border-radius: 0;
  overflow: visible;
  padding: 47px 0;
}
.footer-logo {
  display: flex;
  gap: 19px;
}
.article.footer__article {
  display: flex;
  align-items: center;
  gap: 33px;
  justify-content: space-between;
  margin-bottom: 16px;
}
.article.footer__article p {
  font-size: 15px;
  line-height: 150%;
  font-weight: 400;
}
.footer img {
  display: block;
  margin: auto;
}

.footer__payment {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-left: -8px;
}

.footer__payment li {
  margin-top: 8px;
  margin-left: 8px;
}

.footer__payment img {
  max-height: 80px;
}

.footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__article.article > * + * {
  margin-top: 8px;
}

.footer__age {
  flex: 0 1 40px;
  margin-left: 24px;
  margin-top: 20px;
}

.footer__article {
  flex: 0 1 calc(100% - 24px - 40px);
  text-align: left;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
  margin-top: 20px;
  margin-bottom: 16px;
}

.footer__nav a {
  color: #868c96;
  font-size: 14px;
  text-decoration: none;
}

.footer__nav a:hover {
  color: #e0e700;
}

.footer__copy {
  margin: 0;
  font-size: 14px;
  color: #6e7785;
}

/* comment */

.comment__content.content {
  overflow: hidden;
  text-align: center;
}

.comment__content > * + * {
  margin-top: 16px;
}

.comment__content > * {
  z-index: 100;
}

.comment__list + * {
  margin-top: 0;
}

.comment__list {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  z-index: 100;
  margin-left: -20px;
  margin-top: -20px;
}

.comment-list__item {
  flex: 0 1 calc((100% - 40px) / 2);
  padding: 40px;
  min-height: 240px;
  margin-top: 20px;
  margin-left: 20px;
  text-align: left;
  background-image: url(../images/comment-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  color: #fff;
}

.comment-item__name {
  margin-top: 8px;
}

/* offer */

.offer__content.content {
  padding: 60px 70px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  overflow: hidden;
  min-height: 308px;
  border-radius: 6px;
  /* border: 2px solid #e0e700; */
  margin-top: 16px;
}
.button.offer__button {
  padding: 16px 40px;
  min-width: 219px;
}
.offer__content.content.second {
  border-color: #5bf9d0;
}
.tienes {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.tienes__block {
  background: #1d2843;
  border: 1px solid #e0e700;
  border-radius: 6px;
  padding: 16px;
}
.tienes__number {
  font-size: 16px;
  line-height: 120%;
  overflow-x: hidden;
  color: #1d2843;
  border-radius: 50%;
  background: #e0e700;
  width: 22px;
  height: 22px;
  display: flex;
  font-weight: 900;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
}
.memorables {
  margin-top: 16px;
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.memorables-block {
  background: #1d2843;
  border: 1px solid #e0e700;
  border-radius: 6px;
  padding: 16px;
}
.memorables-title {
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  color: #e0e700;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.offer__content.content.third {
  border-color: #3e5dc7;
}

.offer__content.content.fourth {
  border-color: #05856b;
}

.offer__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.offer__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
  width: 100%;
}

.offer__wrap {
  text-align: center;
  z-index: 100;
}

.offer__title.title.middle {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.fourth .offer__title.title {
  text-transform: uppercase;
}

.fourth .offer__title.title.middle span {
  color: #fcc211;
}

.fourth .offer__title.title.high {
  color: #fff;
}

.fourth .offer__title.title.high span {
  color: #e93e3a;
}

.offer__title.title.high {
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 0;
}

.offer__wrap > * + * {
  margin-top: 15px;
}

.offer__image {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
}

.offer__image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
}

.fourth .offer__image {
  left: auto;
  right: 68%;
}
/* faq */
/* faq__content */
.faq__content.content {
  overflow: hidden;
}

h2.faq__title {
  font-size: 48px;
  line-height: 56px;
}

.faq__item {
  overflow: hidden;
  border-radius: 6px;
  color: #fff;
  background: #1d2843;
}

.title.middle.faq-item__title {
  padding: 16px 60px 16px 20px;
  position: relative;
  font-size: 20px;
  line-height: 120%;
  text-align: left;
  font-weight: 700;
  color: #e0e700;
  background: #111c37;
  margin: 0;
  text-transform: uppercase;
}

.title.middle.faq-item__title:before {
  content: url(../images/faq.svg);
  position: absolute;
  right: 29px;
  top: calc(50% - 3px);
  height: 6px;
  width: 10px;
  line-height: 0;
  transition: all 0.2s linear;
  z-index: 10;
}

.title.middle.faq-item__title:after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  border-radius: 5px;
  z-index: 1;
  background: #e0e700;
  box-sizing: border-box;
}

.faq__item.active .title.middle.faq-item__title:before {
  transform: rotate(180deg);
  right: 24px;
}

.faq__item {
  display: block;
  cursor: pointer;
  border: 1px solid #e0e700;
  border-radius: 6px;
}

.faq__item + .faq__item {
  margin-top: 15px;
}

.faq-item__answer {
  padding: 16px 12px;
}

.js-expand-content {
  display: none;
  overflow: hidden;
}

.js-expand-content.expanded {
  height: 100%;
}
/* to top */

.main__arrow {
  position: fixed;
  bottom: 20px; 
  right: 6%;
  opacity: 0; 
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 999;
}

.main__arrow img {
  width: 42px;
  height: 42px;
  padding:9px 11px;
  border: 1px solid #E0E700;
  border-radius:6px;

}

/* Bloque autor */
.author-block {
  margin-top: 32px;
  padding: 24px 0;
  border-top: 1px solid #316382;
}

.author-block .content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.author-block__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  background: #1d2843;
  border: 1px solid #e0e700;
  border-radius: 6px;
  padding: 20px 24px;
}

.author-block__photo {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #e0e700;
  background: #111c37;
}

.author-block__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.author-block__label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #868c96;
  margin-bottom: 4px;
}

.author-block__name {
  font-size: 18px;
  font-weight: 700;
  color: #e0e700;
  margin: 0 0 4px 0;
}

.author-block__role {
  font-size: 14px;
  color: #fff;
  margin: 0 0 4px 0;
}

.author-block__meta {
  font-size: 13px;
  color: #868c96;
  margin: 0;
}

@media (max-width: 1400px) {
  .main__arrow {
    right: 5%;
  }
}

.betting-tab {
  display: none;
}

.betting__container {
  margin-bottom: 24px;
}

.betting__team-logo {
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
}

.loading-placeholder {
  padding: 20px;
  text-align: center;
  color: #888;
}

/* ========== media queries ========== */

@media(min-width:1500px){
    .main__arrow{
        right: 9%;
    }
}
@media (max-width: 1400px) {
  .betting__match.betting__match--highlighted {
    flex: 1 1 calc(32.33% - 20px);
    max-width: calc(32.33% - 10px);
  }
}
@media screen and (max-width: 1320px) {
  .content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .header__menu > ul a {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .header__logo {
    margin-right: 15px;
  }
  .content.nav ul {
    gap: 10.56px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 1250px) {
  .header__menu {
    display: none;
  }

  .header__content.content {
    min-height: 100px;
  }

  body {
    padding-top: 100px;
  }

  .header__languages {
    margin-right: 40px;
  }

  .header__content > .header__buttons > * {
    margin-right: 0;
  }

  .header__buttons {
    flex: 1;
  }

  .header__logo {
    position: relative;
    left: auto;
    top: auto;
    padding: 0;
  }

  .header__button {
    box-shadow: none;
  }

  .header__menu-button {
    position: absolute;
    display: inline-block;
    top: 24.5px;
    right: -10px;
  }


  .header__expand-menu {
    position: fixed;
    top: -300vh;
    overflow-y: auto;
    right: 0;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    background: #1c2741;
    z-index: 4;
    font-size: 15px;
    padding: 25px 10px 100px;
    transition: all 0.4s linear;
    display: block;
}

  .header__expand-menu.active {
    top: 100px;
  }

  .header__expand-menu > *:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .header__menu-button svg {
    overflow: visible;
  }

  .header__menu-button.active .rect1 {
    transform: rotate(45deg) scaleX(1.32);
    transform-origin: 15px 15px;
  }

  .header__menu-button.active .rect2 {
    display: none;
  }

  .header__menu-button.active .rect3 {
    transform: rotate(-45deg) scaleX(1.32);
    transform-origin: 12.5px 35px;
  }
  .slots__table td:first-child {
    border-right: none;
  }
  .slots__table td:last-child {
    border-left: none;
  }
  .cover__image {
    left: 62%;
  }

  .info__wrapper {
    padding: 100px 30px 30px;
  }
  .header__buttons {
    margin-right: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .info__image {
    left: 30px;
  }

  .slots__table td + td {
    padding-left: 0;
  }
}

@media screen and (max-width: 1100px) {
  .info__decor {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1000px) {
  h1,
  .title.general,
  h2,
  .title.high {
    font-size: 4.8vw;
    line-height: 1.2;
  }

  .grade__list li {
    flex: 0 1 calc((100% - 60px) / 3);
  }

  .cover__button.button {
    margin-top: 20px;
  }

  .cover__image {
    left: auto;
    right: 0;
  }
  .offer__bg img {
    object-position: 93%;
}
  .info__wrapper {
    padding: 80px 20px 20px;
  }
  .vip__content, .bonus__content {
    justify-content: space-between;
    flex-direction: column;
}
.image.vip__image{
    margin-top:16px;
}
  .info__image {
    left: 10px;
    bottom: 20px;
  }

  .slots__wrapper {
    overflow: auto;
  }

  .slots__wrap {
    min-width: 1000px;
  }

  .offer__wrap {
    padding: 20px;
  }

  .fourth .offer__image {
    left: 0;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .cover__content.content {
    padding: 20px 0;
    min-height: 350px;
  }

  .footer__payment img {
    max-height: 50px;
  }

  .footer__payment {
    margin-left: -10px;
  }

  .footer__payment li {
    margin-top: 10px;
    margin-left: 10px;
  }

  .footer__wrap {
    margin-top: 100px;
  }

  .comment-list__item {
    padding: 25px;
  }

  h3,
  .title.middle {
    font-size: 2.7vw;
    line-height: 1.3;
  }
}

@media screen and (max-width: 850px) {
  .info__wrap {
    max-width: none;
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .content {
    padding: 20px 0;
    margin-left: 15px;
    margin-right: 15px;
  }

  .cover__content.content {
    padding: 15px 0;
  }

  .comment-list__item {
    flex: 0 1 100%;
    min-height: 0;
  }
  .article.footer__article {
    display: flex;
    align-items: center;
    gap: 33px;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-direction: column;
  }
  .registration__nav {
    display: flex
;
    gap: 16px;
    flex-direction: column;
}
  .main > * + * {
    margin-top: 0;
  }

  .cover__content.content {
    min-height: 320px;
  }
  .betting__match.betting__match--highlighted {
    flex: 1 1 calc(49% - 20px);
    max-width: calc(49% - 10px);
}
  .info__wrap {
    padding: 0;
  }

  .info__wrapper {
    padding: 10% 10px 10px;
    display: flex;
    flex-direction: column-reverse;
  }

  .signup__list {
    margin-top: -15px !important;
  }

  .signup-list__item {
    margin-top: 30px;
  }

  .signup-item__desc {
    padding: 0;
  }

  .deposit__content {
    display: block;
  }

  .deposit__wrap {
    margin: 0 auto;
    max-width: 500px;
  }
}

@media screen and (max-width: 700px) {
  .cover__button.button {
    margin-top: 20px;
  }

  .article ul li:before,
  article ul li:before {
    line-height: 20px;
  }

  table td {
    padding: 10px;
  }

  h3,
  .title.middle {
    font-size: 19px;
  }

  .vip__content,
  .bonus__content {
    display: flex;

  }

  .vip__article,
  .bonus__article {
    margin-bottom: 20px;
  }

  .responsible__content {
    display: block;
  }

  .responsible__image {
    margin-top: 20px;
  }
}

@media screen and (max-width: 650px) {
  .comment-list__item {
    flex: 0 1 100%;
    min-height: 0;
    padding: 15px;
  }

  .header__content.content {
    justify-content: space-between;
  }

  .header__language {
    margin-left: 0;
  }

  .header__content > .header__buttons {
    display: none;
  }
  .tienes {
    grid-template-columns: repeat(2, 1fr);
  }
  .memorables {
    grid-template-columns: repeat(1, 1fr);
  }
  .header__expand-menu > *:first-child {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .header__expand-menu > *:first-child a.button {
    padding: 12px;
    min-width: 0;
    width: 100%;
    max-width: 300px;
  }

  .header__buttons {
    padding-right: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .header__buttons .button,
  .header__buttons > .button:first-child {
    min-width: 300px;
    margin: auto;
  }

  .header__buttons > .button:nth-child(2) {
    margin-left: auto;
  }

  .header__buttons {
    flex-direction: column;
  }

  .header__button:last-child {
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
  }

  .grade__list li {
    flex: 0 1 calc((100% - 40px) / 2);
  }

  h1,
  .title.general {
    font-size: 31px;
  }
  .betting__match.betting__match--highlighted {
    flex: 1 1 calc(49% - 20px);
    max-width: calc(49% - 10px);
  }
}

@media screen and (max-width: 600px) {
  .cover__content.content {
    min-height: 320px;
  }
  .vip__content2 .vip__article {
    grid-template-columns: repeat(1, 1fr);
  }
  .vip__article-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .registration__nav {
    display: flex;
    gap: 16px;
    flex-direction: column;
  }
  .cover__wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    text-align: center;
  }

  .cover__image {
    bottom: 0;
    height: 100%;
    max-height: none;
    right: -500px;
    width: calc(100% + 1000px);
  }

  h1,
  .title.general {
    text-align: center;
  }

  .pros__list {
    display: block;
  }

  .pros__list > li + li {
    margin-top: 20px;
  }

  .offer__title.title.high {
    font-size: 5.35vw;
    line-height: 1.2;
  }

  .offer__content.content {
    padding: 20px 15px;
    margin: 20px 0;
  }
  .offer__bg img {

    object-position: 22%;
}

  .offer__wrap {
    max-width: 400px;
    width: 100%;
    padding: 20px 15px;
  }
  .betting__img {
    gap: 25px;
  }
  .main .offer__image {
    left: -500px;
    width: calc(100% + 1000px);
  }
}

@media screen and (max-width: 550px) {
  .signup-list__item {
    display: block;
  }

  .signup__list {
    margin-top: 0;
  }

  .signup-item__image {
    max-width: none;
  }

  .signup-item__desc {
    min-width: 0;
    text-align: center;
    margin-bottom: 10px;
  }

  h2,
  .title.high {
    font-size: 26px;
  }
}

@media screen and (max-width: 500px) {
  .header-languages__list li {
    flex: 0 1 calc((100% - 15px * 4) / 4);
  }


  table {
    font-size: 12px;
    line-height: 20px;
  }
  .slots__wrap {
    min-width: 800px;
  }

  .deposit__list li {
    flex: 0 1 calc((100% - 40px) / 2);
  }

  .offer__title.title.middle {
    font-size: 20px;
    line-height: 28px;
  }

  .offer__title.title.high {
    font-size: 27px;
  }
}

@media screen and (max-width: 450px) {
  .header-languages__list li {
    flex: 0 1 calc((100% - 60px) / 3);
  }
  @media screen and (max-width: 500px) {
    .betting__match.betting__match--highlighted {
        flex: 1 1 calc(100% - 0px);
        max-width: 100%;
    }
}
  .header-languages__list li {
    margin-top: 24px;
    margin-left: 15px;
    flex: 0 1 calc((100% - 15px * 3) / 3);
  }
  .tienes {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 400px) {
  h1,
  .title.general {
    line-height: 1.3;
  }

  .grade__list li {
    flex: 0 1 100%;
  }
  .info__img {
    width: 280px;
    height: 288px;
  }
  .info__table td:first-child img {
    margin-right: 16px;
  }
  .info__table td:nth-child(2) {
    font-weight: 400;
    font-size: 10px;
    line-height: 139%;
  }
  .betting__match.betting__match--highlighted {
    flex: 1 1 calc(100% - 0px);
    max-width: 100%;
  }
}

/* ????? ????????? ?????? (???? ????? ??????) */
.rw-author-section {
  padding: 20px 0;
  display: flex;
  justify-content: center;
}

/* ???????? ?????? */
.rw-author-card {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #eef2f6;
  box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.08);
  max-width: 600px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* ???? ? ??????? */
.rw-author-card__photo-wrapper {
  flex-shrink: 0;
}

.rw-author-card__img {
  border-radius: 50%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
  border: 3px solid #f8fafc;
}

.rw-author-card:hover .rw-author-card__img {
  transform: scale(1.05);
}

/* ????????? ???? */
.rw-author-card__info {
  flex-grow: 1;
}

.rw-author-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}

/* ????? ? ??? */
.rw-author-card__label {
  font-size: 12px;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 2px;
}

.rw-author-card__name {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.2;
}

/* ???????? */
.rw-author-card__role {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #475569;
}

/* ?????? LinkedIn */
.rw-author-card__social-link {
  color: #0a66c2;
  transition: all 0.2s ease;
  padding: 5px;
  border-radius: 8px;
  background: #f0f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rw-author-card__social-link:hover {
  background: #0a66c2;
  color: #ffffff;
  transform: translateY(-2px);
}

/* ???????????? */
@media (max-width: 500px) {
  .rw-author-card {
    flex-direction: column;
    text-align: center;
    padding: 32px 20px;
  }
  
  .rw-author-card__header {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  
  .rw-author-card__social-link {
    order: -1; /* ?????? ?? ????????? ????? ???? ???? ??? ???? ?? ????? */
  }
}

/* CSS ????? ?????? CTA */
.ig-action-btn-gold {
    display: inline-block;
    padding: 16px 40px;
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    color: #fff;
    
    /* ?????? ???????? iGaming: ?????? ? ????????? */
    background: linear-gradient(180deg, #ffde00 0%, #ff9000 50%, #ff6b00 100%);
    
    /* ???????? ????? */
    border-radius: 50px;
    
    /* ?????? ?????? ? ???????? */
    box-shadow: 
        0 4px 15px rgba(255, 107, 0, 0.4), /* ??????? ???? */
        inset 0 2px 2px rgba(255, 255, 255, 0.7), /* ??????? ???? */
        inset 0 -2px 5px rgba(0, 0, 0, 0.2); /* ?????? ??????? */
        
    border: 1px solid #ffcc00;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* ???????? ??? ????????? */
.ig-action-btn-gold:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 25px rgba(255, 144, 0, 0.6);
    filter: brightness(1.1);
}

/* ?????? ??????? */
.ig-action-btn-gold:active {
    transform: translateY(1px);
    box-shadow: 0 2px 10px rgba(255, 107, 0, 0.4);
}

/* ??????? ???? (Glare effect) */
.ig-action-btn-gold::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    background: rgba(255, 255, 255, 0.4);
    transform: rotate(30deg);
    transition: all 0.5s;
    animation: shine 3s infinite;
}

@keyframes shine {
    0% { left: -60%; }
    20% { left: 120%; }
    100% { left: 120%; }
}

/* ????? ??? ???????? ??????????????? ????? ???????? v1 */
.social-v1-wrapper {
    padding: 20px 0;
    background: transparent;
    width: 100%;
}

.social-v1-list {
    display: flex;
    justify-content: center; /* ????????????? ???? ????? */
    align-items: center;
    gap: 35px; /* ??????????? ?????????? ????? ???????? ???????? */
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-v1-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;  /* ??????????? ?????? ????? */
    height: 65px;
    text-decoration: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1); /* ?????? ????? ????? ?? ???? */
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

/* ?????? ??? ????????? */
.social-v1-link:hover {
    transform: scale(1.2); /* ???????? ?????????? */
    background: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
}

/* ????? ?????? ? ?????? ????? */
.social-v1-link svg {
    width: 32px; /* ??????? ?????? ????? ?????? */
    height: 32px;
    fill: #ffffff; /* ????? ???? */
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3)); /* ???? ??? ?????????? ?? ????? ???? */
}

/* ?? ????????? ???? ?????????, ????? ?? ??????? ?? ????? */
@media (max-width: 480px) {
    .social-v1-list { gap: 15px; }
    .social-v1-link { width: 50px; height: 50px; }
    .social-v1-link svg { width: 24px; height: 24px; }
}