@charset "UTF-8";

/* Reset and base styles  */

* {
  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;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../topcazinouri__fonts/topcazinouri__Montserrat-Regular.woff2") format("woff2"), url("../topcazinouri__fonts/topcazinouri__Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../topcazinouri__fonts/topcazinouri__Montserrat-Bold.woff2") format("woff2"), url("../topcazinouri__fonts/topcazinouri__Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 100px;
  --container-padding-tablet: 10px;
  --background: #011150;
  --font-color: #fff;
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: Montserrat, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --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.05;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

h1,
h2,
.topcazinouri__h2,
h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  font-weight: 700;
}

h1 {
  font-size: clamp(1.3125rem, 0.9014423077rem + 1.8269230769vw, 2.5rem);
  text-transform: uppercase;
}

h2,
.topcazinouri__h2 {
  font-size: clamp(1.125rem, 0.8653846154rem + 1.1538461538vw, 1.875rem);
}

h3 {
  font-size: clamp(1rem, 0.9134615385rem + 0.3846153846vw, 1.25rem);
}

html {
  scroll-behavior: smooth;
  background: var(--background);
}

body {
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

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;
  color: inherit;
}

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

.topcazinouri__no-scroll {
  overflow: hidden;
}

.topcazinouri__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;
}

.topcazinouri__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;
}

.topcazinouri__items .topcazinouri__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: 20px;
  width: 100%;
}

.topcazinouri__terms .topcazinouri__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;
}

.topcazinouri__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: 80px;
  margin: 40px 0;
}

.btn,
.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: clamp(0.625rem, 0.5384615385rem + 0.3846153846vw, 0.875rem) 10px;
  border-radius: 10px;
  background: #FFF;
  color: #062089 !important;
  font-size: clamp(0.75rem, 0.5769230769rem + 0.7692307692vw, 1.25rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.btn-active,
.btn:hover,
.btn:active {
  background: #edc23d;
  -webkit-tap-highlight-color: transparent;
}

.topcazinouri__back {
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url("./../topcazinouri__img/topcazinouri__arrow-left.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}

.topcazinouri__wrapper {
  border-radius: 4px;
  border: 1px solid #0C2FC1;
  background: rgba(12, 47, 193, 0.5);
  padding: 32px 24px;
  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;
}

.topcazinouri__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 */

.topcazinouri__banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("./../topcazinouri__img/topcazinouri__banner.avif");
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("./../topcazinouri__img/topcazinouri__banner.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 40px;
  font-size: clamp(0.875rem, 0.7451923077rem + 0.5769230769vw, 1.25rem);
}				.topcazinouri__avif .topcazinouri__banner {					background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("./../topcazinouri__img/topcazinouri__banner.avif")				}							.topcazinouri__avif .topcazinouri__banner {					background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("./../topcazinouri__img/topcazinouri__banner.avif")				}			

.topcazinouri__banner .topcazinouri__container {
  display: grid;
  grid-template-columns: 65% calc(35% - 20px);
  gap: 20px;
}

.topcazinouri__banner .topcazinouri__inner {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(13px);
  padding: 60px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  color: #070707;
}

.topcazinouri__banner .topcazinouri__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.topcazinouri__banner .topcazinouri__inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topcazinouri__banner .topcazinouri__inner ul li::before {
  content: "";
  width: clamp(1rem, 0.8269230769rem + 0.7692307692vw, 1.5rem);
  aspect-ratio: 1/1;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.topcazinouri__banner .topcazinouri__inner ul li:nth-child(1)::before {
  background-image: url("./../topcazinouri__img/topcazinouri__icon-bonus.svg");
}

.topcazinouri__banner .topcazinouri__inner ul li:nth-child(2)::before {
  background-image: url("./../topcazinouri__img/topcazinouri__icon-secure.svg");
}

.topcazinouri__banner .topcazinouri__inner ul li:nth-child(3)::before {
  background-image: url("./../topcazinouri__img/topcazinouri__icon-like.svg");
}

.topcazinouri__banner .topcazinouri__inner ul li:nth-child(4)::before {
  background-image: url("./../topcazinouri__img/topcazinouri__icon-speed.svg");
}

.topcazinouri__banner .topcazinouri__img {
  background-image: url("./../topcazinouri__img/topcazinouri__roulette.avif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  -webkit-animation: pulseGlow 4s ease-in-out infinite;
  animation: pulseGlow 4s ease-in-out infinite;
}				.topcazinouri__avif .topcazinouri__banner .topcazinouri__img {					background-image: url("./../topcazinouri__img/topcazinouri__roulette.avif")				}			

.topcazinouri__banner .topcazinouri__img::before {
  content: "";
  background-image: url("./../topcazinouri__img/topcazinouri__coins.avif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0;
}				.topcazinouri__avif .topcazinouri__banner .topcazinouri__img::before {					background-image: url("./../topcazinouri__img/topcazinouri__coins.avif")				}			

.topcazinouri__banner .topcazinouri__img-parallax {
  position: relative;
  --parallax-x: 0px;
  --parallax-y: 0px;
}

.topcazinouri__banner .topcazinouri__img-parallax::before {
  -webkit-transform: translate(var(--parallax-x), var(--parallax-y)) scale(1.1);
  -ms-transform: translate(var(--parallax-x), var(--parallax-y)) scale(1.1);
  transform: translate(var(--parallax-x), var(--parallax-y)) scale(1.1);
  z-index: 0;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}

@-webkit-keyframes pulseGlow {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
}

@keyframes pulseGlow {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
}

.topcazinouri__footer {
  margin-top: auto;
  padding: 40px 0;
  background: #070707;
  font-size: 14px;
}

.topcazinouri__footer .topcazinouri__container {
  gap: 20px;
}

.topcazinouri__footer h2 {
  font-size: clamp(1rem, 0.9567307692rem + 0.1923076923vw, 1.125rem);
  text-transform: uppercase;
  margin-bottom: -8px;
}

.topcazinouri__footer a {
  font-weight: 500;
}

.topcazinouri__footer a:hover {
  opacity: 0.6;
}

.topcazinouri__footer .topcazinouri__age {
  font-size: clamp(1.625rem, 1.5384615385rem + 0.3846153846vw, 1.875rem);
  font-weight: 700;
}

.topcazinouri__footer .topcazinouri__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
  -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;
}

.topcazinouri__footer .topcazinouri__logos img {
  width: auto;
  max-height: 50px;
}

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

.topcazinouri__footer .topcazinouri__wrapper {
  border: 1px solid #FFF;
  background: -webkit-gradient(linear, left top, right top, from(rgba(17, 57, 225, 0.4)), color-stop(50%, rgba(17, 57, 225, 0.8)), color-stop(75%, rgba(17, 57, 225, 0.8)), to(rgba(17, 57, 225, 0.4)));
  background: linear-gradient(90deg, rgba(17, 57, 225, 0.4) 0%, rgba(17, 57, 225, 0.8) 50%, rgba(17, 57, 225, 0.8) 75%, rgba(17, 57, 225, 0.4) 100%);
}

.topcazinouri__header {
  padding: 16px 0;
  background: #070707;
  position: relative;
}

.topcazinouri__header__row {
  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;
}

.topcazinouri__header .topcazinouri__logo {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.topcazinouri__header .topcazinouri__logo:hover {
  opacity: 0.6;
}

.topcazinouri__header .topcazinouri__logo img {
  width: 24px;
  aspect-ratio: 1/1;
}

.topcazinouri__rev .topcazinouri__item {
  border-radius: 10px;
  border: 1px solid #0773FF;
  background: #060606;
  padding: 20px;
  width: 100%;
}

.topcazinouri__rev .topcazinouri__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.topcazinouri__rev .topcazinouri__wrapper span {
  font-size: clamp(1.125rem, 1.0817307692rem + 0.1923076923vw, 1.25rem);
  font-weight: 500;
  line-height: 100%;
}

.topcazinouri__rev .topcazinouri__wrapper img {
  aspect-ratio: 1/1;
  width: clamp(0.875rem, 0.7451923077rem + 0.5769230769vw, 1.25rem) !important;
  -o-object-fit: contain;
  object-fit: contain;
}

.topcazinouri__rev .topcazinouri__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.topcazinouri__rev .topcazinouri__date {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
}

.topcazinouri__rev .topcazinouri__date::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url("./../topcazinouri__img/icon-calendar.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -4px;
}

.topcazinouri__rev img {
  width: clamp(5.625rem, 4.5432692308rem + 4.8076923077vw, 8.75rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-inline: auto;
}

.topcazinouri__rev strong {
  font-weight: 500;
}

.topcazinouri__text .topcazinouri__container {
  gap: 24px;
}

.topcazinouri__text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.topcazinouri__text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topcazinouri__text ul li:before {
  content: "•";
  margin-inline: 8px;
}

.topcazinouri__top .topcazinouri__container {
  gap: 16px;
}

.topcazinouri__top .topcazinouri__date {
  font-size: clamp(0.75rem, 0.7067307692rem + 0.1923076923vw, 0.875rem);
  background-image: url("./../topcazinouri__img/topcazinouri__icon-time.svg");
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 26px;
  line-height: 150%;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}

.topcazinouri__top .topcazinouri__article {
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(17, 57, 225, 0.4)), color-stop(50%, rgba(17, 57, 225, 0.8)), color-stop(75%, rgba(17, 57, 225, 0.8)), to(rgba(17, 57, 225, 0.4)));
  background: linear-gradient(90deg, rgba(17, 57, 225, 0.4) 0%, rgba(17, 57, 225, 0.8) 50%, rgba(17, 57, 225, 0.8) 75%, rgba(17, 57, 225, 0.4) 100%);
  padding: 26px 20px;
  display: grid;
  grid-template-columns: minmax(160px, 1fr) 1fr 1fr 1fr minmax(160px, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 clamp(0.625rem, -0.2403846154rem + 3.8461538462vw, 3.125rem);
  width: 100%;
  margin-inline: auto;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  cursor: default;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-height: 132px;
  position: relative;
  overflow: hidden;
}

.topcazinouri__top .topcazinouri__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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(0.25rem, 0.1634615385rem + 0.3846153846vw, 0.5rem);
}

.topcazinouri__top .topcazinouri__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);
  border-radius: 0px 0px 100px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0C2FC1), to(#FF3C00));
  background: linear-gradient(180deg, #0C2FC1 0%, #FF3C00 100%);
  color: #fff;
  padding: 7px 20px 7px 10px;
  line-height: 100%;
}

.topcazinouri__top p {
  color: #F8BE32;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}

.topcazinouri__top .topcazinouri__img-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.topcazinouri__top .topcazinouri__img-container img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 80px;
  max-width: 180px;
}

.topcazinouri__top .topcazinouri__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.topcazinouri__top .topcazinouri__rating span {
  font-size: clamp(0.75rem, 0.5769230769rem + 0.7692307692vw, 1.25rem);
  font-weight: 700;
  line-height: 100%;
}

.topcazinouri__top .topcazinouri__rating img {
  aspect-ratio: 1/1;
  width: clamp(1.125rem, 1.0817307692rem + 0.1923076923vw, 1.25rem);
  -o-object-fit: contain;
  object-fit: contain;
}

.topcazinouri__top .topcazinouri__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.topcazinouri__top h2 {
  display: none;
}

.topcazinouri__top .topcazinouri__bonus {
  font-size: clamp(0.625rem, 0.4951923077rem + 0.5769230769vw, 1rem);
  line-height: 120%;
  font-weight: 700;
  text-align: center;
}

.topcazinouri__top .topcazinouri__bonus a {
  color: inherit;
}

.topcazinouri__top .topcazinouri__advantages ul {
  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%;
  font-weight: 700;
  gap: 4px;
}

.topcazinouri__top .topcazinouri__advantages li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  font-size: clamp(0.375rem, 0.2019230769rem + 0.7692307692vw, 0.875rem);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topcazinouri__top .topcazinouri__advantages li:before {
  content: "";
  width: clamp(0.625rem, 0.4519230769rem + 0.7692307692vw, 1.125rem);
  aspect-ratio: 1/1;
  background-image: url("./../topcazinouri__img/topcazinouri__check.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.topcazinouri__top .btn {
  position: relative;
  overflow: hidden;
}

.topcazinouri__top .btn::after {
  content: "";
  opacity: 0.6;
  position: absolute;
  top: -100px;
  left: -100px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(255, 255, 255, 0.8)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.8) 70%);
  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;
}

.topcazinouri__top .topcazinouri__pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5px;
}

.topcazinouri__top .topcazinouri__pay li {
  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;
  width: clamp(1.25rem, 1.0769230769rem + 0.7692307692vw, 1.75rem);
  aspect-ratio: 1/1;
  padding: 2px;
  background-color: #FFF;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.topcazinouri__top .topcazinouri__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) {
  .topcazinouri__items {
    gap: 10px;
  }

  .topcazinouri__main {
    gap: 40px;
    margin: 20px 0;
  }

  .topcazinouri__container {
    padding: 0 var(--container-padding-tablet);
    gap: 14px;
  }

  .topcazinouri__top .topcazinouri__article {
    gap: 8px clamp(0.625rem, 0.4086538462rem + 0.9615384615vw, 1.25rem);
  }
}

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

  .topcazinouri__back {
    display: block;
  }

  .topcazinouri__wrapper {
    padding: 16px;
    gap: 8px;
  }

  .topcazinouri__banner {
    padding-block: 20px;
    text-align: center;
    background-position: top 20% center;
    background-size: 280% auto;
  }

  .topcazinouri__banner .topcazinouri__container {
    grid-template-columns: 100%;
  }

  .topcazinouri__banner .topcazinouri__inner {
    padding: 16px;
    gap: 10px;
    border-radius: 20px;
  }

  .topcazinouri__banner .topcazinouri__inner ul {
    gap: 4px 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .topcazinouri__banner .topcazinouri__inner ul li {
    gap: 6px;
  }

  .topcazinouri__banner .topcazinouri__inner ul li:nth-child(2),
  .topcazinouri__banner .topcazinouri__inner ul li:nth-child(3) {
    display: none;
  }

  .topcazinouri__banner .topcazinouri__img {
    display: none;
  }

  .topcazinouri__footer {
    padding: 30px 0;
  }

  .topcazinouri__footer .topcazinouri__age {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .topcazinouri__footer .topcazinouri__logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
  }

  .topcazinouri__footer .topcazinouri__logos img {
    max-height: 36px;
    max-width: 120px;
  }

  .topcazinouri__footer .topcazinouri__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .topcazinouri__header {
    display: none;
  }

  .topcazinouri__rev .topcazinouri__items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .topcazinouri__rev .topcazinouri__item {
    max-width: 440px;
  }

  .topcazinouri__text .topcazinouri__container {
    gap: 8px;
  }

  .topcazinouri__top .topcazinouri__date {
    padding-left: 20px;
  }

  .topcazinouri__top .topcazinouri__article {
    grid-template-columns: repeat(2, 1fr);
    padding: 8px;
    justify-items: stretch;
    max-width: 400px;
    min-height: 154px;
  }

  .topcazinouri__top .topcazinouri__img-container img {
    max-width: 160px;
    height: 50px;
    margin-top: 16px;
  }

  .topcazinouri__top .topcazinouri__rating {
    grid-column-start: 1;
    grid-row-start: 2;
  }

  .topcazinouri__top .topcazinouri__advantages {
    display: none;
  }
}

@media (hover: hover) {
  .topcazinouri__top .topcazinouri__article:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .topcazinouri__top .topcazinouri__pay li:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}