/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

html {
  scroll-behavior: smooth;
}

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

input[type='file'] {
  max-width: 100%;
}

/* Inter (variable) */
@font-face {
  font-family: 'Geologica';
  src: url('/fornsSPRIkokla/geologica-variablefontSPRIkokla.woff2')
    format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

.headerSPRIkokla {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.headerSPRIkokla__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.headerSPRIkokla__logo {
  display: flex;
  align-items: center;

  gap: 12px;
}

.headerSPRIkokla__logo-img {
  width: 32px;
  height: 32px;
  height: auto;
}

.headerSPRIkokla__logo-text {
  width: 162.576px;
  height: 12.016px;
}

.headerSPRIkokla__nav-list {
  display: flex;
  gap: 32px;
  list-style: none;
}

.headerSPRIkokla__link {
  color: #272727;
  font-family: Geologica;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.headerSPRIkokla__phone {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2ba22f;
  font-family: Geologica;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.headerSPRIkokla__phone img {
  width: 18px;
}

.headerSPRIkokla__burger {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
}

.headerSPRIkokla__burger span {
  width: 28px;
  height: 3px;
  background: #2ba22f;
  border-radius: 2px;
}

.headerSPRIkokla__mobile {
  position: fixed;
  inset: 0;
  background: #fff;
  padding: 24px;
  transform: translateX(100%);
  transition: 0.3s;
  z-index: 999;
}

.headerSPRIkokla__mobile.is-open {
  transform: translateX(0);
}

.headerSPRIkokla__close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  margin-bottom: 32px;
}

.headerSPRIkokla__mobile-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}

.headerSPRIkokla__mobile-list a {
  color: #272727;
  font-family: Geologica;
  font-size: 18px;
  text-decoration: none;
}

.headerSPRIkokla__mobile-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2ba22f;
  font-family: Geologica;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.headerSPRIkokla__mobile-phone img {
  width: 20px;
}

@media (max-width: 1024px) {
  .headerSPRIkokla__nav,
  .headerSPRIkokla__phone {
    display: none;
  }

  .headerSPRIkokla__burger {
    display: flex;
  }
}

.heroSPRIkokla {
  background: url('/imagesSPRIkokla/hero-airSPRIkokla.webp') center / cover
    no-repeat;
  padding: 80px 0;
}

.heroSPRIkokla__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 40px;
}

.heroSPRIkokla__content {
  max-width: 520px;
}

.heroSPRIkokla__title {
  color: #272727;
  font-family: Geologica;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.heroSPRIkokla__text {
  color: #272727;
  font-family: Geologica;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 28px;
}

.heroSPRIkokla__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  color: #2ba22f;
  font-family: Geologica;
  font-size: 15px;
  font-weight: 700;
  border-radius: 100px;
  border: 2px solid #2ba22f;
  text-decoration: none;
  transition: 0.3s;
}

.heroSPRIkokla__btn:hover {
  background: #2ba22f;
  color: #fff;
}

.heroSPRIkokla__media img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1024px) {
  .heroSPRIkokla__inner {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .heroSPRIkokla__content {
    margin: 0 auto;
  }

  .heroSPRIkokla__media {
    order: 2;
    margin-top: 24px;
  }
}

@media (max-width: 600px) {
  .heroSPRIkokla {
    padding: 48px 0;
  }

  .heroSPRIkokla__title {
    font-size: 24px;
    text-align: center;
  }

  .heroSPRIkokla__text {
    text-align: center;
  }

  .heroSPRIkokla__btn {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}

.aboutSPRIkokla {
  padding: 72px 0;
}

.aboutSPRIkokla__inner {
  margin: 0 auto;
}

.aboutSPRIkokla__title {
  color: #272727;
  text-align: center;
  font-family: Geologica;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
  word-wrap: break-word;
}

.aboutSPRIkokla__text {
  color: #272727;
  font-family: Geologica;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 40px;
}

.aboutSPRIkokla__mission {
  border-radius: 20px;
  background: rgba(43, 162, 47, 0.15);
  padding: 40px;
}

.aboutSPRIkokla__mission-title {
  color: #2ba22f;
  text-align: center;
  font-family: Geologica;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.aboutSPRIkokla__mission-text {
  color: #2ba22f;
  font-family: Geologica;
  font-size: 15px;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .aboutSPRIkokla {
    padding: 56px 0;
  }
}

@media (max-width: 600px) {
  .aboutSPRIkokla {
    padding: 40px 0;
  }

  .aboutSPRIkokla__title {
    font-size: 24px;
  }

  .aboutSPRIkokla__mission {
    padding: 24px 20px;
  }
}
.offersSPRIkokla {
  padding: 72px 0;
}

.offersSPRIkokla__inner {
  text-align: center;
}

.offersSPRIkokla__title {
  color: #272727;
  font-family: Geologica;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}

.offersSPRIkokla__intro {
  max-width: 760px;
  margin: 0 auto 48px;
  color: #272727;
  font-family: Geologica;
  font-size: 15px;
  font-weight: 400;
}

.offersSPRIkokla__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.offersSPRIkokla__item {
  border-radius: 20px;
  background: rgba(43, 162, 47, 0.15);
  padding: 28px 24px;
  text-align: left;
  transition: background 0.3s ease, box-shadow 0.3s ease, border 0.3s ease,
    transform 0.3s ease;
}

.offersSPRIkokla__icon {
  width: 40px;
  margin: auto;
  margin-bottom: 16px;
  display: block;
}

.offersSPRIkokla__item-title {
  color: #2ba22f;
  font-family: Geologica;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  transition: color 0.3s ease;
  text-align: center;
}

.offersSPRIkokla__item-text {
  color: #2ba22f;
  font-family: Geologica;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.3s ease;
}

@media (hover: hover) {
  .offersSPRIkokla__item:hover {
    border: 1px solid #2ba22f;
    background: #2ba22f;
    box-shadow: 0 0 9.9px rgba(46, 49, 146, 0.4);
    transform: translateY(-4px);
  }

  .offersSPRIkokla__item:hover .offersSPRIkokla__item-title,
  .offersSPRIkokla__item:hover .offersSPRIkokla__item-text {
    color: #fff;
  }
}

@media (max-width: 1024px) {
  .offersSPRIkokla__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .offersSPRIkokla {
    padding: 48px 0;
  }

  .offersSPRIkokla__title {
    font-size: 24px;
  }

  .offersSPRIkokla__list {
    grid-template-columns: 1fr;
  }

  .offersSPRIkokla__item {
    text-align: center;
  }

  .offersSPRIkokla__icon {
    margin-left: auto;
    margin-right: auto;
  }
}

.destinationsSPRIkokla {
  padding: 72px 0;
}

.destinationsSPRIkokla__inner {
  text-align: center;
}

.destinationsSPRIkokla__title {
  color: #272727;
  font-family: Geologica;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}

.destinationsSPRIkokla__intro {
  max-width: 820px;
  margin: 0 auto 24px;
  color: #272727;
  font-family: Geologica;
  font-size: 15px;
}

.destinationsSPRIkokla__subtitle {
  margin-bottom: 40px;
  font-family: Geologica;
  font-size: 20px;
  font-weight: 700;
  color: #272727;
}

.destinationsSPRIkokla__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.cardSPRIkokla {
  background: rgba(43, 162, 47, 0.15);
  border-radius: 20px;
  overflow: hidden;
  text-align: left;
  padding: 20px;
}

.cardSPRIkokla__img {
  width: 100%;
  display: block;
}

.cardSPRIkokla__content {
  padding-top: 20px;
}

.cardSPRIkokla__title {
  font-family: Geologica;
  font-size: 16px;
  font-weight: 700;
  color: #272727;
  margin-bottom: 10px;
}

.cardSPRIkokla__text {
  font-family: Geologica;
  font-size: 14px;
  color: #272727;
  margin-bottom: 16px;
}

.cardSPRIkokla__footer {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cardSPRIkokla__star {
  color: rgba(18, 18, 18, 0.7);
  font-family: Geologica;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cardSPRIkokla__rating {
  color: rgba(18, 18, 18, 0.7);
  font-family: Geologica;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 1024px) {
  .destinationsSPRIkokla__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .destinationsSPRIkokla {
    padding: 48px 0;
  }

  .destinationsSPRIkokla__title {
    font-size: 24px;
  }

  .destinationsSPRIkokla__grid {
    grid-template-columns: 1fr;
  }
}

.tipsSPRIkokla {
  padding: 72px 0;
}

.tipsSPRIkokla__inner {
  text-align: center;
}

.tipsSPRIkokla__title {
  color: #272727;
  font-family: Geologica;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}

.tipsSPRIkokla__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tipsSPRIkokla__item {
  background: rgba(43, 162, 47, 0.15);
  border-radius: 20px;
  padding: 24px;
  text-align: left;
}

.tipsSPRIkokla__icon {
  width: 24px;
  margin-bottom: 12px;
}

.tipsSPRIkokla__item-title {
  color: #272727;
  font-family: Geologica;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.tipsSPRIkokla__text {
  color: #272727;
  font-family: Geologica;
  font-size: 15px;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .tipsSPRIkokla__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .tipsSPRIkokla {
    padding: 48px 0;
  }

  .tipsSPRIkokla__list {
    grid-template-columns: 1fr;
  }

  .tipsSPRIkokla__item {
    text-align: center;
  }

  .tipsSPRIkokla__icon {
    margin-left: auto;
    margin-right: auto;
  }
}
.casinoSPRIkokla {
  padding: 72px 0;
  text-align: center;
}

.casinoSPRIkokla__title {
  font-family: Geologica;
  font-size: 32px;
  font-weight: 700;
  color: #272727;
  margin-bottom: 48px;
}

.casinoSPRIkokla__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.casinoCardSPRIkokla {
  position: relative;
  background: rgba(43, 162, 47, 0.15);
  border-radius: 28px;
  padding: 48px 32px 20px;
  height: 100%;
}

.casinoCardSPRIkokla__badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffcd04;
  border-radius: 100px;
  padding: 8px 22px;
  color: #272727;
  text-align: center;
  font-family: Geologica;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.casinoCardSPRIkokla__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  width: 100%;
  height: 48px;
}

.casinoCardSPRIkokla__brand-main img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.casinoCardSPRIkokla__brand-main {
  font-family: Geologica;
  font-size: 48px;
  font-weight: 900;
  color: #272727;
  text-decoration: none;
}

.casinoCardSPRIkokla__brand-main span {
  color: #d32f2f;
}

.casinoCardSPRIkokla__brand-right {
  text-align: right;
}

.casinoCardSPRIkokla__brand-name {
  display: block;
  color: #272727;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.casinoCardSPRIkokla__rating {
  color: #272727;
  font-family: Geologica;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.casinoCardSPRIkokla__rating img {
  width: 20px;
  height: 20px;
}

.casinoCardSPRIkokla__bonus {
  color: #272727;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 28px;
}

.casinoCardSPRIkokla__btn {
  display: block;
  padding: 14px;
  border-radius: 100px;
  border: 2px solid #2ba22f;
  color: #2ba22f;
  font-family: Geologica;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 24px;
}

.casinoCardSPRIkokla__payments {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.casinoCardSPRIkokla__payments img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.casinoSPRIkokla__more {
  display: inline-block;
  margin-top: 40px;
  padding: 12px 32px;
  border-radius: 100px;
  border: 2px solid #2ba22f;
  color: #2ba22f;
  font-family: Geologica;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .casinoSPRIkokla__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    padding: 0 16px;
  }

  .casinoCardSPRIkokla {
    flex: 0 1 calc(50% - 24px);
    max-width: 420px;
  }
}

@media (max-width: 600px) {
  .casinoCardSPRIkokla {
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.subscribeSPRIkokla {
  min-height: 640px;
  padding: 292px 0 20px;
  background-image: url('/imagesSPRIkokla/manSPRIkokla.webp');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.subscribeSPRIkokla__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.subscribeSPRIkokla__box {
  width: 100%;
  max-width: 900px;
  padding: 48px 44px;
  border-radius: 20px;
  background: #2ba22f;
}

.subscribeSPRIkokla__title {
  color: #fff;
  text-align: center;
  font-family: Geologica;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}

.subscribeSPRIkokla__text {
  color: #fff;
  font-family: Geologica;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 32px;
}

.subscribeSPRIkokla__row {
  display: flex;
  gap: 16px;
  align-items: center;
}

.subscribeSPRIkokla__input {
  flex: 1;
  height: 56px;
  padding: 0 20px;
  border-radius: 20px;
  border: none;
  background: rgba(159, 159, 159, 0.4);
  color: #fff;
  font-family: Geologica;
  font-size: 14px;
}

.subscribeSPRIkokla__input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.subscribeSPRIkokla__btn {
  height: 56px;
  padding: 0 32px;
  border-radius: 100px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  font-family: Geologica;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.subscribeSPRIkokla__message {
  margin-top: 16px;
  text-align: center;
  font-family: Geologica;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  transform: translateY(6px);
  transition: 0.3s ease;
}

.subscribeSPRIkokla__message.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 600px) {
  .subscribeSPRIkokla {
    padding: 100px 16px;
    background-image: url('/imagesSPRIkokla/man-mbSPRIkokla.webp');
  }

  .subscribeSPRIkokla__box {
    padding: 36px 24px;
  }

  .subscribeSPRIkokla__title {
    font-size: 24px;
  }

  .subscribeSPRIkokla__row {
    flex-direction: column;
  }

  .subscribeSPRIkokla__btn {
    width: 100%;
  }
}
.footerSPRIkokla {
  background: #dbeadf;
  padding: 48px 0;
}

.footerSPRIkokla__inner {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  align-items: flex-start;
}

.footerSPRIkokla__col {
  flex: 1;
}

.footerSPRIkokla__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.footerSPRIkokla__logo img {
  max-height: 40px;
}

.footerSPRIkokla__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerSPRIkokla__nav li {
  margin-bottom: 12px;
}

.footerSPRIkokla__nav a {
  color: #272727;
  font-family: Geologica;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.footerSPRIkokla__age {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footerSPRIkokla__age img {
  max-width: 80px;
}

.footerSPRIkokla__contacts h2 {
  font-family: Geologica;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #272727;
}

.footerSPRIkokla__contacts a {
  color: #272727;
  font-family: Geologica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footerSPRIkokla__contacts p {
  font-family: Geologica;
  font-size: 13px;
  font-weight: 400;
  color: #272727;
  margin-bottom: 6px;
}

.footerSPRIkokla__policies {
  list-style: none;
  padding: 0;
  margin-top: 24px;
}

.footerSPRIkokla__policies li {
  margin-bottom: 10px;
}

.footerSPRIkokla__policies a {
  color: #272727;
  font-family: Geologica;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

@media (max-width: 768px) {
  .footerSPRIkokla__inner {
    flex-direction: column;
    gap: 32px;
  }

  .footerSPRIkokla__age {
    order: 5;
  }

  .footerSPRIkokla__brand {
    order: 1;
  }

  .footerSPRIkokla__contacts {
    order: 2;
  }
}

.cas-text {
  color: #272727;
  font-family: Geologica;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 60px;
}

.guidesSPRIkokla {
  padding: 72px 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

.guidesSPRIkokla__title {
  font-family: Geologica;
  font-size: 32px;
  font-weight: 700;
  color: #272727;
  margin-bottom: 16px;
}

.guidesSPRIkokla__intro {
  font-family: Geologica;
  font-size: 15px;
  font-weight: 400;
  color: #272727;
  margin-bottom: 24px;
  max-width: 900px;
  width: 100%;
}

.guidesSPRIkokla__list {
  margin: 0 0 40px;
  padding-left: 18px;
}

.guidesSPRIkokla__list li {
  font-family: Geologica;
  font-size: 15px;
  font-weight: 400;
  color: #272727;
  margin-bottom: 10px;
  line-height: 1.45;
}

.guidesSPRIkokla__boxes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.guideBoxSPRIkokla {
  background: rgba(43, 162, 47, 0.15);
  border-radius: 20px;
  padding: 24px 28px;
}

.guideBoxSPRIkokla h3 {
  font-family: Geologica;
  font-size: 20px;
  font-weight: 700;
  color: #2ba22f;
  margin-bottom: 8px;
}

.guideBoxSPRIkokla p {
  font-family: Geologica;
  font-size: 15px;
  font-weight: 400;
  color: #2ba22f;
  line-height: 1.5;
}

.guideBoxSPRIkokla--full {
  grid-column: 1 / -1;
}

@media (max-width: 768px) {
  .guidesSPRIkokla {
    padding: 48px 0;
  }

  .guidesSPRIkokla__title {
    font-size: 26px;
  }

  .guidesSPRIkokla__intro {
    font-size: 14px;
  }

  .guidesSPRIkokla__list {
    padding-left: 16px;
    margin-bottom: 32px;
  }

  .guidesSPRIkokla__boxes {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .guideBoxSPRIkokla {
    padding: 18px 20px;
  }

  .guideBoxSPRIkokla--full {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .guidesSPRIkokla__title {
    font-size: 22px;
  }

  .guideBoxSPRIkokla h3 {
    font-size: 18px;
  }

  .guideBoxSPRIkokla p {
    font-size: 14px;
  }
}

.responsibleSPRIkokla {
  padding: 32px 0;
}

.responsibleSPRIkokla__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.responsibleSPRIkokla__list li {
  display: flex;
}

.responsibleSPRIkokla__list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.responsibleSPRIkokla__list a:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

.responsibleSPRIkokla__list img {
  max-height: 36px;
  width: auto;
  display: block;
}

@media (max-width: 1024px) {
  .responsibleSPRIkokla__list {
    gap: 24px;
    padding: 0 16px;
  }

  .responsibleSPRIkokla__list img {
    max-height: 32px;
  }
}

@media (max-width: 600px) {
  .responsibleSPRIkokla__list {
    gap: 20px;
  }

  .responsibleSPRIkokla__list img {
    max-height: 28px;
  }
}

.contactSPRIkokla {
  padding: 72px 16px;
}

.contactSPRIkokla__inner {
  max-width: 920px;
  margin: 0 auto;
}

.contactSPRIkokla__title {
  text-align: center;
  font-family: Geologica;
  font-size: 32px;
  font-weight: 700;
  color: #272727;
  margin-bottom: 16px;
}

.contactSPRIkokla__intro {
  text-align: center;
  font-family: Geologica;
  font-size: 15px;
  font-weight: 400;
  color: #272727;
  max-width: 720px;
  margin: 0 auto 40px;
}

.contactSPRIkokla__form {
  max-width: 760px;
  margin: 0 auto;
}

.contactSPRIkokla__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.contactSPRIkokla__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contactSPRIkokla__field label {
  font-family: Geologica;
  font-size: 13px;
  font-weight: 700;
  color: #272727;
}

.contactSPRIkokla__field input,
.contactSPRIkokla__field textarea {
  border-radius: 20px;
  background: #f1f1f1;
  border: none;
  padding: 14px 18px;
  font-family: Geologica;
  font-size: 14px;
  color: #272727;
}

.contactSPRIkokla__field textarea {
  resize: none;
  min-height: 120px;
}

.contactSPRIkokla__checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0 28px;
  font-family: Geologica;
  font-size: 14px;
  color: #2ba22f;
}

.contactSPRIkokla__checkbox input {
  width: 16px;
  height: 16px;
}

.contactSPRIkokla__btn {
  width: 100%;
  height: 52px;
  border-radius: 100px;
  border: 2px solid #2ba22f;
  background: transparent;
  font-family: Geologica;
  font-size: 15px;
  font-weight: 700;
  color: #2ba22f;
  cursor: pointer;
  transition: 0.25s;
}

.contactSPRIkokla__btn:hover {
  background: #2ba22f;
  color: #fff;
}

.contactSPRIkokla__success {
  margin-top: 18px;
  text-align: center;
  font-family: Geologica;
  font-size: 14px;
  color: #2ba22f;
  opacity: 0;
  transform: translateY(6px);
  transition: 0.3s;
}

.contactSPRIkokla__success.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .contactSPRIkokla__row {
    grid-template-columns: 1fr;
  }

  .contactSPRIkokla__title {
    font-size: 26px;
  }
}

.terms {
  text-align: left;
  padding: 70px 0;
}

.terms h1 {
  color: #272727;
  font-family: Geologica;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}

.terms p {
  color: #272727;
  font-family: Geologica;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .terms {
    padding: 30px 0;
  }
}
