@charset "UTF-8";

/* Reset and base styles  */

@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);

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

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

/* Links */

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

a:hover {
  text-decoration: none;
}

/* Common */

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

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

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

:root {
  --container-width: 1440px;
  --container-padding: 122px;
  --container-padding-tablet: 12px;
  --background: #030104;
  --font-color: #FFF;
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: Montserrat, sans-serif;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
}

canvas {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* Canvas будет под остальным содержимым */
  opacity: 0.1;
}

h1,
h2,
.ptnewbet__h2,
h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(26.14%, #F8C9B4), color-stop(80.68%, #FF4C00));
  background: linear-gradient(180deg, #F8C9B4 26.14%, #FF4C00 80.68%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1 {
  font-size: clamp(0.75rem, 0.2091346154rem + 2.4038461538vw, 2.3125rem);
  text-transform: uppercase;
  line-height: 120%;
}

h2,
.ptnewbet__h2 {
  font-size: clamp(0.8125rem, 0.7475961538rem + 0.2884615385vw, 1rem);
  text-transform: uppercase;
  line-height: 120%;
}

h3 {
  font-size: clamp(0.8125rem, 0.7908653846rem + 0.0961538462vw, 0.875rem);
}

p {
  line-height: 120%;
}

html {
  scroll-behavior: smooth;
  background: var(--background);
  background-color: #060406;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

body {
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.ptnewbet__no-scroll {
  overflow: hidden;
}

.ptnewbet__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.ptnewbet__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ptnewbet__items .ptnewbet__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.ptnewbet__terms .ptnewbet__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.ptnewbet__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
  margin: 40px 0;
}

.ptnewbet__btn,
.ptnewbet__btn:focus {
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 14px 20px;
  border-radius: 20px;
  background: #FF4C00;
  -webkit-box-shadow: 0px 20px 15px 0px #F8C9B4 inset;
  box-shadow: 0px 20px 15px 0px #F8C9B4 inset;
  color: #000 !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.22px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.ptnewbet__btn-active,
.ptnewbet__btn:hover,
.ptnewbet__btn:active {
  background: #872663;
  -webkit-box-shadow: 0px 20px 50px 0px #872663 inset;
  box-shadow: 0px 20px 50px 0px #872663 inset;
  color: #fff !important;
}

.ptnewbet__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

/* Blocks */

.ptnewbet__banner {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(68.38%, rgba(3, 1, 4, 0)), to(#030104)), url("./../ptnewbet__img/banner-bg.avif");
  background-image: linear-gradient(180deg, rgba(3, 1, 4, 0) 68.38%, #030104 100%), url("./../ptnewbet__img/banner-bg.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
}				.ptnewbet__avif .ptnewbet__banner {					background-image: linear-gradient(180deg, rgba(3, 1, 4, 0) 68.38%, #030104 100%), url("./../ptnewbet__img/banner-bg.avif")				}							.avif .banner {					background-image: -webkit-gradient(linear, left top, left bottom, color-stop(68.38%, rgba(3, 1, 4, 0)), to(#030104)), url("./../ptnewbet__img/banner-bg.avif")				}			

.ptnewbet__banner .ptnewbet__inner {
  border-radius: 20px;
  background: rgba(0, 14, 35, 0.72);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 102, 255, 0.5) inset;
  box-shadow: 0px 0px 15px 0px rgba(0, 102, 255, 0.5) inset;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  padding: 20px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.ptnewbet__banner p {
  font-size: clamp(0.875rem, 0.7451923077rem + 0.5769230769vw, 1.25rem);
}

.ptnewbet__banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 780px;
  width: 100%;
}

.ptnewbet__banner li {
  text-align: center;
  font-size: clamp(0.375rem, 0.2019230769rem + 0.7692307692vw, 0.875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ptnewbet__banner li::before {
  content: "";
  width: clamp(0.6875rem, 0.40625rem + 1.25vw, 1.5rem);
  aspect-ratio: 1/1;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.ptnewbet__banner li:first-child::before {
  background-image: url("./../ptnewbet__img/rate.svg");
}

.ptnewbet__banner li:nth-child(2)::before {
  background-image: url("./../ptnewbet__img/premium-quality.svg");
}

.ptnewbet__banner li:nth-child(3)::before {
  background-image: url("./../ptnewbet__img/application.svg");
}

.ptnewbet__banner li:last-child::before {
  background-image: url("./../ptnewbet__img/communication.svg");
}

.ptnewbet__footer {
  margin-top: auto;
  padding: 40px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#010A1A), to(#002441));
  background: linear-gradient(180deg, #010A1A 0%, #002441 100%);
  font-size: 14px;
}

.ptnewbet__footer .ptnewbet__container {
  gap: 20px;
}

.ptnewbet__footer h2 {
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  color: #fff;
  margin-bottom: -10px;
}

.ptnewbet__footer a {
  font-weight: 700;
  color: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(26.14%, #F8C9B4), color-stop(80.68%, #FF4C00));
  background: linear-gradient(180deg, #F8C9B4 26.14%, #FF4C00 80.68%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ptnewbet__footer a:hover {
  opacity: 0.6;
}

.ptnewbet__footer a strong {
  font-weight: 600;
  -webkit-text-fill-color: #fff;
}

.ptnewbet__footer .ptnewbet__age {
  width: 40px;
  aspect-ratio: 1/1;
  background-image: url("./../ptnewbet__img/18+.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.ptnewbet__footer .ptnewbet__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 10px 0;
}

.ptnewbet__footer .ptnewbet__logos img {
  width: auto;
  max-height: 46px;
}

.ptnewbet__footer .ptnewbet__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.ptnewbet__footer .ptnewbet__link a {
  text-transform: uppercase;
}

.ptnewbet__header {
  background: #080808;
}

.ptnewbet__header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: clamp(0.375rem, 0.2451923077rem + 0.5769230769vw, 0.75rem) 0;
  gap: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ptnewbet__header .ptnewbet__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.ptnewbet__header a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(0.5rem, 0.3701923077rem + 0.5769230769vw, 0.875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.ptnewbet__header a:hover {
  opacity: 0.6;
}

.ptnewbet__header a img {
  width: auto;
  height: clamp(0.625rem, 0.4086538462rem + 0.9615384615vw, 1.25rem);
}

.ptnewbet__icons-wrapper {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.ptnewbet__icon {
  fill: transparent;
  stroke: transparent;
  width: 62px;
  height: 62px;
}

.ptnewbet__mobile-nav {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.ptnewbet__mobile-nav--open {
  top: 0;
}

.ptnewbet__mobile-nav a {
  color: #fff;
}

.ptnewbet__mobile-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
  font-size: 28px;
}

.ptnewbet__mobile-nav__list .ptnewbet__active {
  opacity: 0.5;
}

.ptnewbet__modal .ptnewbet__container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
}

.ptnewbet__modal__popup-top .ptnewbet__modal__accept {
  position: absolute;
  right: 0;
  top: -40px;
  width: 24px;
  height: 24px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ptnewbet__modal__popup-top .ptnewbet__popup__articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 0;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}

.ptnewbet__modal__popup-top .ptnewbet__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(0.875rem, 0.6370192308rem + 1.0576923077vw, 1.5625rem);
  border-radius: 10px;
  border: 2px solid #7C7C7C;
  background: -webkit-gradient(linear, left bottom, left top, from(#015200), to(#680000));
  background: linear-gradient(0deg, #015200 0%, #680000 100%);
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.4);
  padding: clamp(0.5rem, 0.2403846154rem + 1.1538461538vw, 1.25rem);
  width: 228px;
}

.ptnewbet__modal__popup-top .ptnewbet__article:nth-child(2) {
  grid-column-start: 1;
  grid-row-start: 1;
}

.ptnewbet__modal__popup-top .ptnewbet__article:nth-child(1) {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
  border: 2px solid #00CB3D;
}

.ptnewbet__modal__popup-top .ptnewbet__img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: clamp(2.1875rem, 1.9711538462rem + 0.9615384615vw, 2.8125rem);
  border-radius: 10px;
  background: #235A02;
  padding: 6px 10px;
}

.ptnewbet__modal__popup-top .ptnewbet__top-img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
}

.ptnewbet__modal__popup-top .ptnewbet__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}

.ptnewbet__modal__popup-top .ptnewbet__rating img {
  width: auto;
  height: clamp(0.75rem, 0.6634615385rem + 0.3846153846vw, 1rem);
}

.ptnewbet__modal__popup-top .ptnewbet__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ptnewbet__modal__popup-top .ptnewbet__bonus h2 {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 10px;
  font-weight: 700;
}

.ptnewbet__modal__popup-top .ptnewbet__btn-container {
  width: 100%;
}

.ptnewbet__modal__popup-top .ptnewbet__btn {
  padding: clamp(0.3125rem, 0.2475961538rem + 0.2884615385vw, 0.5rem) 10px;
  font-size: 12px;
}

.ptnewbet__preload-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  /* Можно затемнить */
  z-index: 9999;
  pointer-events: auto;
  /* Блокирует клики */
}

/* Nav Icon */

.ptnewbet__mobile-nav-btn {
  --time: 0.1s;
  --width: 40px;
  --height: 30px;
  --line-height: 3px;
  --spacing: 5px;
  --color: #ffffff;
  --radius: 4px;
  /* Fixed height and width */
  /* height: var(--height); */
  /* width: var(--width); */
  /* Dynamic height and width */
  height: calc(var(--line-height) * 0 + var(--spacing) * 1);
  width: var(--width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ptnewbet__nav-icon {
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
  border-radius: var(--radius);
}

.ptnewbet__nav-icon::before,
.ptnewbet__nav-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  border-radius: var(--radius);
  background-color: var(--color);
  -webkit-transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: transform var(--time) ease-in, top var(--time) linear var(--time);
  transition: transform var(--time) ease-in, top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
}

.ptnewbet__nav-icon::before {
  /* top: calc(var(--line-height) * -2); */
  top: calc(-1 * (var(--line-height) + var(--spacing)));
}

.ptnewbet__nav-icon::after {
  /* top: calc(var(--line-height) * 2); */
  top: calc(var(--line-height) + var(--spacing));
}

.ptnewbet__nav-icon.ptnewbet__nav-icon--active {
  background-color: transparent;
}

.ptnewbet__nav-icon.ptnewbet__nav-icon--active::before,
.ptnewbet__nav-icon.ptnewbet__nav-icon--active::after {
  top: 0;
  -webkit-transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time), -webkit-transform var(--time) ease-in var(--time);
  background-color: #fff;
}

.ptnewbet__nav-icon.ptnewbet__nav-icon--active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ptnewbet__nav-icon.ptnewbet__nav-icon--active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Layout */

.ptnewbet__mobile-nav-btn {
  z-index: 999;
  display: none;
}

.ptnewbet__text {
  font-size: 14px;
}

.ptnewbet__text h2 {
  margin-bottom: -5px;
}

.ptnewbet__text .ptnewbet__wrapper {
  border-radius: 20px;
  background: rgba(0, 14, 35, 0.72);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 102, 255, 0.5) inset;
  box-shadow: 0px 0px 15px 0px rgba(0, 102, 255, 0.5) inset;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}

.ptnewbet__text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  line-height: 120%;
}

.ptnewbet__text li:before {
  content: "•";
  margin-left: 8px;
}

.ptnewbet__text .ptnewbet__img {
  width: 100%;
  height: 240px;
  background-image: url("./../ptnewbet__img/slot-casino-neon.avif");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}				.ptnewbet__avif .ptnewbet__text .ptnewbet__img {					background-image: url("./../ptnewbet__img/slot-casino-neon.avif")				}			

.ptnewbet__text .ptnewbet__item:last-child {
  -webkit-box-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ptnewbet__top .ptnewbet__container {
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ptnewbet__top .ptnewbet__article {
  border-radius: 10px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 300 157' fill='none'><path d='M0 0L282.416 0L298.192 65.7381C300.697 76.1801 300.599 86.8099 297.899 97.2321L282.416 157H0V0Z' fill='url(%23paint0_linear_1_36)'/><defs><linearGradient id='paint0_linear_1_36' x1='300' y1='78.5' x2='0' y2='78.5' gradientUnits='userSpaceOnUse'><stop stop-color='%230055B7'/><stop offset='1' stop-color='%230055B7' stop-opacity='0'/></linearGradient></defs></svg>") center left/24.5% auto no-repeat, -webkit-gradient(linear, left top, left bottom, from(#020F26), to(#020F26));
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 300 157' fill='none'><path d='M0 0L282.416 0L298.192 65.7381C300.697 76.1801 300.599 86.8099 297.899 97.2321L282.416 157H0V0Z' fill='url(%23paint0_linear_1_36)'/><defs><linearGradient id='paint0_linear_1_36' x1='300' y1='78.5' x2='0' y2='78.5' gradientUnits='userSpaceOnUse'><stop stop-color='%230055B7'/><stop offset='1' stop-color='%230055B7' stop-opacity='0'/></linearGradient></defs></svg>") center left/24.5% auto no-repeat, linear-gradient(#020F26, #020F26);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 102, 255, 0.5) inset;
  box-shadow: 0px 0px 15px 0px rgba(0, 102, 255, 0.5) inset;
  padding: 30px 20px;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 1.1fr 1fr minmax(180px, 0.9fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 10px clamp(0.625rem, -0.2403846154rem + 3.8461538462vw, 3.125rem);
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  position: relative;
  width: 100%;
}

.ptnewbet__top .ptnewbet__article > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(0.25rem, 0.1201923077rem + 0.5769230769vw, 0.625rem);
}

.ptnewbet__top .ptnewbet__article:nth-of-type(2) .stars img:nth-last-child(1) {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(50%, black), color-stop(50%, rgba(0, 0, 0, 0.2)));
  -webkit-mask-image: linear-gradient(to right, black 50%, rgba(0, 0, 0, 0.2) 50%);
  mask-image: -webkit-gradient(linear, left top, right top, color-stop(50%, black), color-stop(50%, rgba(0, 0, 0, 0.2)));
  mask-image: linear-gradient(to right, black 50%, rgba(0, 0, 0, 0.2) 50%);
}

.ptnewbet__top .ptnewbet__article:nth-of-type(3) .stars img:nth-last-child(1) {
  opacity: 0.2;
}

.ptnewbet__top .ptnewbet__article:nth-of-type(4) .stars img:nth-last-child(1) {
  opacity: 0.2;
}

.ptnewbet__top .ptnewbet__article:nth-of-type(4) .stars img:nth-last-child(2) {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(50%, black), color-stop(50%, rgba(0, 0, 0, 0.2)));
  -webkit-mask-image: linear-gradient(to right, black 50%, rgba(0, 0, 0, 0.2) 50%);
  mask-image: -webkit-gradient(linear, left top, right top, color-stop(50%, black), color-stop(50%, rgba(0, 0, 0, 0.2)));
  mask-image: linear-gradient(to right, black 50%, rgba(0, 0, 0, 0.2) 50%);
}

.ptnewbet__top .ptnewbet__article:nth-of-type(5) .stars img:nth-last-child(1) {
  opacity: 0.2;
}

.ptnewbet__top .ptnewbet__article:nth-of-type(5) .stars img:nth-last-child(2) {
  opacity: 0.2;
}

.ptnewbet__top .ptnewbet__article:nth-of-type(6) .stars img:nth-last-child(1) {
  opacity: 0.2;
}

.ptnewbet__top .ptnewbet__article:nth-of-type(6) .stars img:nth-last-child(2) {
  opacity: 0.2;
}

.ptnewbet__top .ptnewbet__article:nth-of-type(6) .stars img:nth-last-child(3) {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(50%, black), color-stop(50%, rgba(0, 0, 0, 0.2)));
  -webkit-mask-image: linear-gradient(to right, black 50%, rgba(0, 0, 0, 0.2) 50%);
  mask-image: -webkit-gradient(linear, left top, right top, color-stop(50%, black), color-stop(50%, rgba(0, 0, 0, 0.2)));
  mask-image: linear-gradient(to right, black 50%, rgba(0, 0, 0, 0.2) 50%);
}

.ptnewbet__top .ptnewbet__label {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  top: 0;
  left: 0;
  font-size: clamp(0.5rem, 0.4350961538rem + 0.2884615385vw, 0.6875rem);
  font-weight: 700;
  border-radius: 20px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F8C9B4), to(#FF4C00));
  background: linear-gradient(180deg, #F8C9B4 0%, #FF4C00 100%);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 102, 255, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(0, 102, 255, 0.5);
  color: #030104;
  padding: 4px 18px;
  line-height: 100%;
  text-shadow: none;
}

.ptnewbet__top .ptnewbet__label span {
  font-weight: 700;
}

.ptnewbet__top .ptnewbet__img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 16px 26px;
  padding-right: 36px;
}

.ptnewbet__top .ptnewbet__img-container img {
  height: 70px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ptnewbet__top .ptnewbet__bonus {
  color: #FFF;
  font-size: clamp(0.75rem, 0.6634615385rem + 0.3846153846vw, 1rem);
  font-weight: 700;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
}

.ptnewbet__top .ptnewbet__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.ptnewbet__top .ptnewbet__advantages li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: clamp(0.4375rem, 0.2860576923rem + 0.6730769231vw, 0.875rem);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ptnewbet__top .ptnewbet__advantages li:before {
  content: "";
  width: clamp(0.625rem, 0.5817307692rem + 0.1923076923vw, 0.75rem);
  aspect-ratio: 1/1;
  background-image: url("./../ptnewbet__img/check.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ptnewbet__top .ptnewbet__rating {
  font-weight: 700;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: clamp(0.875rem, 0.7019230769rem + 0.7692307692vw, 1.375rem);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ptnewbet__top .ptnewbet__rating img {
  width: auto;
  height: clamp(0.875rem, 0.7019230769rem + 0.7692307692vw, 1.375rem);
  margin-top: -2px;
}

.ptnewbet__top .ptnewbet__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.ptnewbet__top .ptnewbet__stars img {
  -webkit-filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.25));
}

.ptnewbet__top .ptnewbet__btn {
  position: relative;
  overflow: hidden;
  padding: clamp(0.5rem, 0.3269230769rem + 0.7692307692vw, 1rem) clamp(0.3125rem, -0.2283653846rem + 2.4038461538vw, 1.875rem);
  font-size: clamp(0.625rem, 0.4951923077rem + 0.5769230769vw, 1rem);
  text-transform: none;
  text-transform: uppercase;
}

.ptnewbet__top .ptnewbet__btn::after {
  content: "";
  opacity: 0.6;
  position: absolute;
  top: -100px;
  left: -100px;
  display: block;
  background: #fff;
  width: 40px;
  height: 320px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: slide;
  animation-name: slide;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.ptnewbet__top .ptnewbet__pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background: #021B40;
  padding: 5px 15px;
}

.ptnewbet__top .ptnewbet__pay li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: clamp(1rem, 0.8269230769rem + 0.7692307692vw, 1.5rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.ptnewbet__top .ptnewbet__pay li img {
  -o-object-fit: contain;
  object-fit: contain;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg);
  }

  30%, 100% {
    -webkit-transform: translateX(500px) rotate(45deg);
    transform: translateX(500px) rotate(45deg);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg);
  }

  30%, 100% {
    -webkit-transform: translateX(500px) rotate(45deg);
    transform: translateX(500px) rotate(45deg);
  }
}

@media (max-width: 1220px) {
  .ptnewbet__main {
    gap: 20px;
    margin: 16px 0;
  }

  .ptnewbet__container {
    padding: 0 var(--container-padding-tablet);
  }

  .ptnewbet__header__nav {
    display: none;
  }

  .ptnewbet__mobile-nav-btn {
    display: block;
  }

  .ptnewbet__top .ptnewbet__article {
    gap: 10px clamp(0.625rem, 0.4086538462rem + 0.9615384615vw, 1.25rem);
  }
}

@media (max-width: 820px) {
  .ptnewbet__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ptnewbet__banner {
    padding: 16px 0;
  }

  .ptnewbet__banner .ptnewbet__inner {
    border-radius: 10px;
    gap: 10px;
    padding: 5px;
  }

  .ptnewbet__banner p {
    display: none;
  }

  .ptnewbet__footer {
    padding: 18px 0;
  }

  .ptnewbet__footer .ptnewbet__age {
    width: 36px;
  }

  .ptnewbet__footer .ptnewbet__logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ptnewbet__footer .ptnewbet__logos img {
    max-height: 36px;
    max-width: 90px;
  }

  .ptnewbet__footer .ptnewbet__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ptnewbet__modal__popup-top {
    overflow-y: auto;
    padding: 0 10px;
    padding-top: 50px;
  }

  .ptnewbet__modal__popup-top .ptnewbet__modal__accept {
    right: -18px;
    top: -50px;
  }

  .ptnewbet__modal__popup-top .ptnewbet__popup__articles {
    grid-template-columns: 1fr;
    width: 90%;
  }

  .ptnewbet__modal__popup-top .ptnewbet__article {
    width: 100%;
  }

  .ptnewbet__modal__popup-top .ptnewbet__article:nth-child(2) {
    grid-column-start: 1;
    grid-row-start: 2;
    margin-top: 10px;
  }

  .ptnewbet__modal__popup-top .ptnewbet__img-container {
    padding-left: 16px;
  }

  .ptnewbet__modal__popup-top .ptnewbet__stars {
    margin-top: -8px;
  }

  .ptnewbet__text .ptnewbet__wrapper {
    padding: 10px;
  }

  .ptnewbet__text .ptnewbet__img {
    height: 150px;
  }

  .ptnewbet__top .ptnewbet__container {
    gap: 16px;
  }

  .ptnewbet__top .ptnewbet__article {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 300 157' fill='none'><path d='M0 0L282.416 0L298.192 65.7381C300.697 76.1801 300.599 86.8099 297.899 97.2321L282.416 157H0V0Z' fill='url(%23paint0_linear_1_36)'/><defs><linearGradient id='paint0_linear_1_36' x1='300' y1='78.5' x2='0' y2='78.5' gradientUnits='userSpaceOnUse'><stop stop-color='%230055B7'/><stop offset='1' stop-color='%230055B7' stop-opacity='0'/></linearGradient></defs></svg>") center left/48% auto no-repeat, -webkit-gradient(linear, left top, left bottom, from(#020F26), to(#020F26));
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 300 157' fill='none'><path d='M0 0L282.416 0L298.192 65.7381C300.697 76.1801 300.599 86.8099 297.899 97.2321L282.416 157H0V0Z' fill='url(%23paint0_linear_1_36)'/><defs><linearGradient id='paint0_linear_1_36' x1='300' y1='78.5' x2='0' y2='78.5' gradientUnits='userSpaceOnUse'><stop stop-color='%230055B7'/><stop offset='1' stop-color='%230055B7' stop-opacity='0'/></linearGradient></defs></svg>") center left/48% auto no-repeat, linear-gradient(#020F26, #020F26);
    grid-template-columns: repeat(2, 1fr);
    padding: 10px 8px;
    justify-items: stretch;
    max-width: 460px;
  }

  .ptnewbet__top .ptnewbet__label {
    padding: 3px 10px;
  }

  .ptnewbet__top .ptnewbet__img-container {
    padding: 10px 0;
    padding-right: 8px;
  }

  .ptnewbet__top .ptnewbet__img-container img {
    height: 50px;
  }

  .ptnewbet__top .ptnewbet__all-container {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ptnewbet__top .ptnewbet__bonus {
    margin-bottom: 10px;
  }

  .ptnewbet__top .ptnewbet__advantages {
    display: none;
  }

  .ptnewbet__top .ptnewbet__stars {
    gap: 3px;
  }

  .ptnewbet__top .ptnewbet__btn-container {
    grid-row: span 2/span 2;
    grid-row-start: 1;
    grid-column-start: 2;
  }
}