/* 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("../casinopoland__fonts/casinopoland__Montserrat-Bold.woff2") format("woff2"), url("../casinopoland__fonts/casinopoland__Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

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

:root {
  --container-width: 1440px;
  --container-padding: 100px;
  --container-padding-tablet: 16px;
  --background: #1D0600;
  --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;
}

h1,
h2,
h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  text-transform: uppercase;
  font-weight: 700;
}

h1 {
  font-size: clamp(1.75rem, 1.3173076923rem + 1.9230769231vw, 3rem);
}

h2 {
  font-size: clamp(1.25rem, 0.8605769231rem + 1.7307692308vw, 2.375rem);
}

h3 {
  font-size: clamp(0.875rem, 0.6586538462rem + 0.9615384615vw, 1.5rem);
}

p {
  line-height: 130%;
}

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

body {
  background: var(--background);
  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;
}

.casinopoland__no-scroll {
  overflow: hidden;
}

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

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

.casinopoland__items .casinopoland__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: 40px;
  width: 100%;
}

.casinopoland__terms .casinopoland__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;
}

.casinopoland__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.casinopoland__btn,
.casinopoland__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) 20px;
  border: 1px solid #FFF;
  background: #A36400;
  color: #fff !important;
  border-radius: 10px;
  font-size: clamp(0.75rem, 0.6201923077rem + 0.5769230769vw, 1.125rem);
  letter-spacing: 0.72px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.casinopoland__btn-active,
.casinopoland__btn:hover,
.casinopoland__btn:active {
  border-color: #553B2D;
  background: #fff;
  color: #553B2D !important;
  -webkit-tap-highlight-color: transparent;
}

.casinopoland__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: 40px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.casinopoland__main .casinopoland__container {
  padding-block: 80px;
}

.casinopoland__popup {
  color: #FFF;
  background: #000;
  padding: 40px 20px;
  max-width: 500px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.casinopoland__popup__title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.casinopoland__modal {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: none;
}

.casinopoland__modal.casinopoland__show {
  opacity: 1;
}

.casinopoland__modal__popup {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #DF3C5C;
  font-size: 14px;
}

.casinopoland__cookie__popup {
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 10;
  max-width: 100%;
  bottom: -100%;
  -webkit-transition: all 2s cubic-bezier(0.02, 0.7, 0.03, 1);
  transition: all 2s cubic-bezier(0.02, 0.7, 0.03, 1);
  z-index: 10000;
  border-top: 1px solid #DF3C5C;
  font-size: 12px;
}

.casinopoland__cookie__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 250px;
  margin-left: 30px;
}

.casinopoland__cookie.casinopoland__hidden {
  display: none;
}

.casinopoland__cookie .casinopoland__btn {
  width: 100%;
}

.casinopoland__cookie .casinopoland__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
}

.casinopoland__cookie img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
}

.casinopoland__cookie .casinopoland__show {
  bottom: 0;
}

/* Blocks */

.casinopoland__about {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("./../casinopoland__img/casinopoland__bg-about.avif");
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("./../casinopoland__img/casinopoland__bg-about.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}				.casinopoland__avif .casinopoland__about {					background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("./../casinopoland__img/casinopoland__bg-about.avif")				}							.casinopoland__avif .casinopoland__about {					background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("./../casinopoland__img/casinopoland__bg-about.avif")				}			

.casinopoland__about .casinopoland__container {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.casinopoland__about .casinopoland__container > * {
  max-width: 800px;
  width: 100%;
}

.casinopoland__banner {
  padding-block: 100px;
  background-position: top 28% center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  color: #fff;
}

.casinopoland__banner .casinopoland__inner {
  padding-block: 100px;
  max-width: 800px;
  width: 100%;
  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;
  font-size: clamp(1rem, 0.9567307692rem + 0.1923076923vw, 1.125rem);
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-inline: auto;
}

.casinopoland__banner .casinopoland__inner .casinopoland__btn {
  width: 100%;
  max-width: 246px;
}

.casinopoland__contact .casinopoland__btn {
  max-width: 246px;
  width: 100%;
}

.casinopoland__contact form {
  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;
  width: 100%;
  position: relative;
  text-align: left;
  max-width: 600px;
  margin-inline: auto;
}

.casinopoland__contact form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.casinopoland__contact input,
.casinopoland__contact textarea {
  border: 1px solid #E6E6E6;
  background: #FFF;
  padding: 16px 20px;
  color: inherit;
  border-radius: 10px;
}

.casinopoland__contact ::-webkit-input-placeholder {
  font-weight: 400;
  color: #999;
}

.casinopoland__contact ::-moz-placeholder {
  font-weight: 400;
  color: #999;
}

.casinopoland__contact :-ms-input-placeholder {
  font-weight: 400;
  color: #999;
}

.casinopoland__contact ::-ms-input-placeholder {
  font-weight: 400;
  color: #999;
}

.casinopoland__contact ::placeholder {
  font-weight: 400;
  color: #999;
}

.casinopoland__contact textarea {
  resize: none;
}

.casinopoland__contact img {
  width: 400px;
  aspect-ratio: 1/1;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.casinopoland__contact .casinopoland__warning {
  display: none;
  width: 100%;
  color: #FFF;
  padding: 16px;
  background: #1D0600;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}

.casinopoland__contact .casinopoland__item:last-child {
  -webkit-box-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
  background-image: url("./../casinopoland__img/casinopoland__wild-west.avif");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 140px;
}				.casinopoland__avif .casinopoland__contact .casinopoland__item:last-child {					background-image: url("./../casinopoland__img/casinopoland__wild-west.avif")				}			

.casinopoland__footer {
  margin-top: auto;
  padding-block: 40px;
  color: #fff;
  font-size: 14px;
}

.casinopoland__footer h2 {
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  text-transform: none;
}

.casinopoland__footer .casinopoland__container {
  gap: 24px;
}

.casinopoland__footer .casinopoland__items {
  opacity: 0.7;
}

.casinopoland__footer .casinopoland__items,
.casinopoland__footer .casinopoland__item {
  gap: 16px;
}

.casinopoland__footer a:hover {
  opacity: 0.6;
}

.casinopoland__footer .casinopoland__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  -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;
  width: 100%;
  max-width: 700px;
  margin-inline: auto;
}

.casinopoland__footer .casinopoland__logos img {
  width: auto;
  max-height: 46px;
}

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

.casinopoland__footer .casinopoland__link {
  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: 10px 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  opacity: 0.7;
}

.casinopoland__footer .casinopoland__age {
  font-size: clamp(1.875rem, 1.6586538462rem + 0.9615384615vw, 2.5rem);
  font-weight: 700;
}

.casinopoland__game iframe {
  width: 100%;
  height: 650px;
  margin-inline: auto;
  background-color: #000;
  background-image: url("./../casinopoland__img/casinopoland__loading.gif");
  background-position: center center;
  background-size: 60px 60px;
  background-repeat: no-repeat;
  border-radius: 20px;
}

.casinopoland__game img {
  height: 690px;
  width: 100%;
  border-radius: 20px;
}

.casinopoland__game h2 {
  margin-bottom: -10px;
}

.casinopoland__header {
  background: #1D0600;
  padding-block: 26px;
}

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

.casinopoland__header .casinopoland__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.casinopoland__header .casinopoland__nav__list a {
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 2px solid transparent;
}

.casinopoland__header .casinopoland__nav__list a:hover {
  color: #fff;
  border-color: #fff;
}

.casinopoland__header a.casinopoland__active {
  color: #fff;
  border-color: #fff;
  cursor: default;
}

.casinopoland__header .casinopoland__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: clamp(1.375rem, 1.1153846154rem + 1.1538461538vw, 2.125rem);
}

.casinopoland__header .casinopoland__logo img {
  width: clamp(11.25rem, 9.3677884615rem + 8.3653846154vw, 16.6875rem);
}

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

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

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

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

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

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

.casinopoland__mobile-nav__list .casinopoland__active {
  opacity: 0.5;
}

/* Nav Icon */

.casinopoland__mobile-nav-btn {
  --time: 0.1s;
  --width: 26px;
  --height: 30px;
  --line-height: 3px;
  --spacing: 5px;
  --color: #FFF;
  --radius: 4px;
  /* Fixed height and width */
  /* height: var(--height); */
  /* width: var(--width); */
  /* Dynamic height and width */
  height: calc(var(--line-height) * 2 + var(--spacing) * 4);
  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;
}

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

.casinopoland__nav-icon::before,
.casinopoland__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;
}

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

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

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

.casinopoland__nav-icon.casinopoland__nav-icon--active::before,
.casinopoland__nav-icon.casinopoland__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;
}

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

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

/* Layout */

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

.casinopoland__social {
  background-color: #FFFFFF;
}

.casinopoland__social p {
  color: #5D5D5D;
}

.casinopoland__social h2,
.casinopoland__social h3,
.casinopoland__social hr {
  color: #1D0600;
}

.casinopoland__social h2 {
  margin-bottom: -30px;
}

.casinopoland__social hr {
  height: 1px;
  background-color: #1D0600;
  grid-column: 1/-1;
  width: 70%;
  margin-inline: auto;
}

.casinopoland__social h3 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 100%;
}

.casinopoland__social .casinopoland__items {
  gap: 40px 80px;
}

.casinopoland__social .casinopoland__item:first-child {
  -webkit-box-flex: 0.8;
  -ms-flex: 0.8;
  flex: 0.8;
}

.casinopoland__social .casinopoland__img {
  background-image: url("./../casinopoland__img/casinopoland__man.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 430px;
  border-radius: 20px;
  -webkit-box-shadow: 40px 40px 0 0 #fff, 40px 40px 0px 7px #97856a;
  box-shadow: 40px 40px 0 0 #fff, 40px 40px 0px 7px #97856a;
  -webkit-transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease 0.3s;
  transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease 0.3s;
  transition: box-shadow 0.25s ease, transform 0.25s ease 0.3s;
  transition: box-shadow 0.25s ease, transform 0.25s ease 0.3s, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease 0.3s;
}				.casinopoland__avif .casinopoland__social .casinopoland__img {					background-image: url("./../casinopoland__img/casinopoland__man.avif")				}			

.casinopoland__social .casinopoland__img:hover {
  -webkit-box-shadow: 0px 0px 0 0 #fff, 0px 0px 0px 6px #97856a;
  box-shadow: 0px 0px 0 0 #fff, 0px 0px 0px 6px #97856a;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.casinopoland__social li {
  display: grid;
  grid-template-columns: clamp(3.125rem, 2.2596153846rem + 3.8461538462vw, 5.625rem) 1fr;
  gap: 30px clamp(1rem, 0.6971153846rem + 1.3461538462vw, 1.875rem);
  padding: 0 30px 30px 30px;
}

.casinopoland__social li::before {
  content: "";
  background-image: url("./../casinopoland__img/casinopoland__icon-wanted.svg");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1/1.1;
  grid-row: span 2/span 2;
}

.casinopoland__gray-mod .casinopoland__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.casinopoland__gray-mod .casinopoland__container > * {
  max-width: 800px;
  width: 100%;
}

.casinopoland__gray-mod h2 {
  display: inline-block;
}

.casinopoland__gray-mod h2::after {
  display: inline-block;
  content: "";
  margin-left: 8px;
  width: clamp(1.375rem, 0.9855769231rem + 1.7307692308vw, 2.5rem);
  aspect-ratio: 1.5/1;
  background-image: url("./../casinopoland__img/casinopoland__poland-flag.avif");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}				.casinopoland__avif .casinopoland__gray-mod h2::after {					background-image: url("./../casinopoland__img/casinopoland__poland-flag.avif")				}			

.casinopoland__gray {
  background-color: #EBEBEB;
  color: #1D0600;
  text-align: center;
}

.casinopoland__gray ol {
  list-style: none;
  text-align: left;
  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;
}

.casinopoland__why .casinopoland__btn {
  width: 100%;
  max-width: 246px;
}

.casinopoland__why img {
  border-radius: 20px;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.casinopoland__why .casinopoland__item:last-child {
  -webkit-box-flex: 0.6;
  -ms-flex: 0.6;
  flex: 0.6;
}

@media (max-width: 1220px) {
  .casinopoland__container {
    padding: 0 var(--container-padding-tablet);
    gap: 20px;
  }

  .casinopoland__header__nav {
    display: none;
  }

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

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

  .casinopoland__items .casinopoland__item {
    gap: 20px;
  }

  .casinopoland__main .casinopoland__container {
    padding-block: 40px;
  }

  .casinopoland__cookie__popup {
    padding: 20px 10px;
  }

  .casinopoland__cookie__wrap {
    max-width: 100%;
    margin-left: 0;
  }

  .casinopoland__cookie .casinopoland__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .casinopoland__about .casinopoland__container {
    text-align: left;
    gap: 16px;
  }

  .casinopoland__banner {
    padding-block: 40px;
  }

  .casinopoland__banner .casinopoland__inner {
    gap: 16px;
    padding: 0;
  }

  .casinopoland__contact .casinopoland__btn {
    margin-inline: auto;
    max-width: 400px;
  }

  .casinopoland__contact input,
  .casinopoland__contact textarea {
    padding: 14px 20px;
  }

  .casinopoland__contact img {
    width: 180px;
  }

  .casinopoland__footer {
    padding-block: 24px;
  }

  .casinopoland__footer .casinopoland__container {
    gap: 16px;
  }

  .casinopoland__footer .casinopoland__logos img {
    max-height: 40px;
    max-width: 100px;
  }

  .casinopoland__footer .casinopoland__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .casinopoland__game iframe {
    height: auto;
    aspect-ratio: 1.5/1;
  }

  .casinopoland__game img {
    height: 180px;
  }

  .casinopoland__header {
    padding-block: 12px;
  }

  .casinopoland__social h2 {
    margin-bottom: -10px;
  }

  .casinopoland__social .casinopoland__item:first-child {
    padding-right: 26px;
  }

  .casinopoland__social .casinopoland__img {
    height: 200px;
    width: 242px;
    -webkit-box-shadow: 20px 20px 0 0 #fff, 20px 20px 0px 5px #97856a;
    box-shadow: 20px 20px 0 0 #fff, 20px 20px 0px 5px #97856a;
    border-radius: 10px;
    margin-inline: auto;
  }

  .casinopoland__social li {
    padding: 0 16px 16px 16px;
    gap: 16px;
  }

  .casinopoland__social li:first-child {
    padding-top: 16px;
  }

  .casinopoland__gray-mod .casinopoland__container {
    gap: 16px;
  }

  .casinopoland__gray {
    text-align: left;
  }

  .casinopoland__why .casinopoland__btn,
  .casinopoland__why img {
    margin-inline: auto;
  }

  .casinopoland__why img {
    height: 300px;
    max-width: 246px;
  }
}