* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:active,
:focus {
  outline: 0
}

a:active,
a:focus {
  outline: 0
}

aside,
footer,
header,
nav {
  display: block
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable
}

button,
input,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit
}

input::placeholder,
textarea::placeholder {
  color: inherit
}

textarea {
  resize: none
}

button {
  cursor: pointer;
  background-color: transparent
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a {
  display: inline-block;
  color: inherit
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top
}

svg {
  display: block;
  width: 100%;
  height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

picture {
  display: block;
  width: 100%;
  height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

address {
  font-style: normal
}

strong {
  display: block
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/topspinitalia-fonts/topspinitalia-inter-bold.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/topspinitalia-fonts/topspinitalia-inter-semibold.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/topspinitalia-fonts/topspinitalia-inter-medium.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/topspinitalia-fonts/topspinitalia-inter-regular.woff2) format("woff2")
}

:root {
  --font-main: "Inter", sans-serif;
  --container-width: 1240px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #ffffff;
  --main: #000000;
  --black: #000000;
  --white: #ffffff;
  --l-purple: #bfc6fe;
  --purple: #b7bfff;
  --dark: #747474;
  --hover: #7B68EE;
  --active: #4169E1
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step)
}

@media (max-width:991px) {
  .container {
    padding: 0 var(--container-step-tablet)
  }
}

@media (max-width:600px) {
  .container {
    padding: 0 var(--container-step-mobile)
  }
}

.rd-transfer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page)
}

.page_change .topspinitalia-header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(170, 170, 170, .4)), to(rgba(0, 0, 0, 0))) !important;
  background: linear-gradient(180deg, rgba(170, 170, 170, .4) 0, rgba(0, 0, 0, 0) 100%) !important
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0
}

a,
button {
  color: var(--main)
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.ptb-25 {
  padding-top: 25px;
  padding-bottom: 25px
}

.p-20-10 {
  padding: 20px
}

@media (max-width:991px) {
  .p-20-10 {
    padding: 15px
  }
}

@media (max-width:600px) {
  .p-20-10 {
    padding: 10px
  }
}

.ptb-50-20 {
  padding-top: 50px;
  padding-bottom: 50px
}

@media (max-width:991px) {
  .ptb-50-20 {
    padding-top: 35px;
    padding-bottom: 35px
  }
}

@media (max-width:600px) {
  .ptb-50-20 {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

.brr-30 {
  border-radius: 30px
}

.border {
  border: 1px solid #5d5d5d
}

.box-shadow {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .25);
  box-shadow: 0 5px 20px rgba(0, 0, 0, .25)
}

.bg-popup {
  border-radius: 30px;
  padding: 50px 60px;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  -webkit-box-shadow: 12px -1px 30px rgba(255, 255, 255, .15);
  box-shadow: 12px -1px 30px rgba(255, 255, 255, .15);
  background: #747474
}

@media (max-width:991px) {
  .bg-popup {
    padding: 32px 24px
  }
}

@media (max-width:600px) {
  .bg-popup {
    padding: 24px 16px
  }
}

.bg-white {
  background-color: var(--white)
}

.bg-dark {
  background-color: var(--dark)
}

.bg-l-purple {
  background-color: var(--l-purple)
}

.bg-purple {
  background-color: var(--purple)
}

.bg-header {
  padding: 15px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(170, 170, 170, .4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(170, 170, 170, .4) 0, rgba(0, 0, 0, 0) 100%)
}

.color-white {
  color: var(--white)
}

.mb-30-10:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .mb-30-10:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .mb-30-10:not(:last-child) {
    margin-bottom: 10px
  }
}

.mb-20-15:not(:last-child) {
  margin-bottom: 20px
}

@media (max-width:600px) {
  .mb-20-15:not(:last-child) {
    margin-bottom: 15px
  }
}

.mb-10:not(:last-child) {
  margin-bottom: 10px
}

.mb-section:not(:last-child) {
  margin-bottom: 50px
}

@media (max-width:991px) {
  .mb-section:not(:last-child) {
    margin-bottom: 35px
  }
}

@media (max-width:600px) {
  .mb-section:not(:last-child) {
    margin-bottom: 20px
  }
}

.age {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:600px) {
  .age {
    width: 30px;
    height: 30px
  }
}

.ball {
  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;
  border-radius: 50%;
  min-width: 44px;
  min-height: 44px;
  font-weight: 500;
  font-size: 18px;
  color: var(--white);
  line-height: 1;
  background-color: #8e8e8e
}

.ball_purple {
  color: var(--black);
  background-color: #b7bfff
}

.logo {
  display: block;
  width: 156px;
  height: 24px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .logo:hover {
    opacity: .5
  }
}

.logo:focus-visible {
  opacity: .5
}

.logo:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.tx-36-30 {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-36-30 {
    font-size: 34px
  }
}

@media (max-width:991px) {
  .tx-36-30 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .tx-36-30 {
    font-size: 30px
  }
}

.tx-48-20 {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-48-20 {
    font-size: 36px
  }
}

@media (max-width:991px) {
  .tx-48-20 {
    font-size: 28px
  }
}

@media (max-width:600px) {
  .tx-48-20 {
    font-size: 20px
  }
}

.tx-26-20 {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-26-20 {
    font-size: 24px
  }
}

@media (max-width:991px) {
  .tx-26-20 {
    font-size: 22px
  }
}

@media (max-width:600px) {
  .tx-26-20 {
    font-size: 20px
  }
}

.tx-24-20 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3
}

@media (max-width:991px) {
  .tx-24-20 {
    font-size: 22px
  }
}

@media (max-width:600px) {
  .tx-24-20 {
    font-size: 20px
  }
}

.tx-20-16 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3
}

@media (max-width:991px) {
  .tx-20-16 {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .tx-20-16 {
    font-size: 16px
  }
}

.tx-22-16 {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-22-16 {
    font-size: 20px
  }
}

@media (max-width:991px) {
  .tx-22-16 {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .tx-22-16 {
    font-size: 16px
  }
}

.tx-18-16 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3
}

@media (max-width:600px) {
  .tx-18-16 {
    font-size: 16px
  }
}

.tx-main {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3
}

@media (max-width:600px) {
  .tx-main {
    font-size: 14px
  }
}

.but {
  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;
  padding: 10px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: var(--black);
  -webkit-box-shadow: -3px 2px 20px rgba(255, 255, 255, .7);
  box-shadow: -3px 2px 20px rgba(255, 255, 255, .7);
  background: -webkit-gradient(linear, left top, right top, from(#9bff65), color-stop(50%, #fff), to(#ff6e4e));
  background: linear-gradient(90deg, #9bff65 0, #fff 50%, #ff6e4e 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid var(--white);
  border-radius: 50px;
  min-width: 210px;
  min-height: 48px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  text-align: center
}

.but_card {
  border: 1px solid #000dff;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .7);
  box-shadow: 0 1px 8px rgba(0, 0, 0, .7);
  background: -webkit-gradient(linear, left top, right top, from(#f6f7ff), to(#b7bfff));
  background: linear-gradient(90deg, #f6f7ff 0, #b7bfff 100%)
}

.but_h40 {
  min-height: 40px
}

@media (any-hover:hover) {
  .but:hover {
    opacity: .5
  }
}

.but:focus-visible {
  opacity: .5
}

.but:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.input {
  display: block;
  border: 1px solid var(--black);
  border-radius: 20px;
  padding: 0 15px;
  width: 100%;
  height: 49px;
  -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
  background-color: #e1e1e1;
  font-weight: 600;
  font-size: 16px;
  color: var(--black);
  line-height: 1;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out
}

@media (any-hover:hover) {
  .input:hover {
    border-color: var(--hover)
  }
}

.input:focus-visible {
  border-color: var(--hover)
}

.hover-opacity {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .hover-opacity:hover {
    opacity: .5
  }
}

.hover-opacity:focus-visible {
  opacity: .5
}

.hover-opacity:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.hover-color {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .hover-color:hover {
    color: var(--hover)
  }
}

.hover-color:focus-visible {
  color: var(--hover)
}

.hover-color:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.d-block {
  display: block
}

.w100 {
  min-width: 0;
  width: 100%
}

.relative-z2 {
  position: relative;
  z-index: 2
}

.word-break {
  word-break: break-all
}

.m-auto {
  margin-left: auto;
  margin-right: auto
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.underline {
  text-decoration: underline
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.fw-100 {
  font-weight: 100
}

.fw-200 {
  font-weight: 200
}

.fw-300 {
  font-weight: 300
}

.fw-400 {
  font-weight: 400
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.fw-700 {
  font-weight: 700
}

.fw-800 {
  font-weight: 800
}

.fw-900 {
  font-weight: 900
}

.rd-upload img {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.rd-load img {
  opacity: 1
}

.scroll {
  padding-bottom: 10px;
  overflow: auto
}

.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--brown)
}

.status {
  padding: 10px;
  margin-top: 20px;
  background-color: green;
  border-radius: 20px;
  display: none
}

.form.active .status {
  display: block
}

.topspinitalia-terms {
  padding-top: 100px
}

.topspinitalia-terms h1 {
  font-size: 42px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .topspinitalia-terms h1 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .topspinitalia-terms h1 {
    font-size: 16px
  }
}

.topspinitalia-terms h1:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .topspinitalia-terms h1:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .topspinitalia-terms h1:not(:last-child) {
    margin-bottom: 15px
  }
}

.topspinitalia-terms h2 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .topspinitalia-terms h2 {
    font-size: 25px
  }
}

@media (max-width:600px) {
  .topspinitalia-terms h2 {
    font-size: 14px
  }
}

.topspinitalia-terms h2:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .topspinitalia-terms h2:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .topspinitalia-terms h2:not(:last-child) {
    margin-bottom: 15px
  }
}

.topspinitalia-terms p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .topspinitalia-terms p {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .topspinitalia-terms p {
    font-size: 12px
  }
}

.topspinitalia-terms p:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .topspinitalia-terms p:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .topspinitalia-terms p:not(:last-child) {
    margin-bottom: 15px
  }
}

.topspinitalia-terms ul:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .topspinitalia-terms ul:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .topspinitalia-terms ul:not(:last-child) {
    margin-bottom: 15px
  }
}

.topspinitalia-terms li {
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .topspinitalia-terms li {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .topspinitalia-terms li {
    font-size: 12px
  }
}

.topspinitalia-terms li:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .topspinitalia-terms li:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .topspinitalia-terms li:not(:last-child) {
    margin-bottom: 15px
  }
}

.topspinitalia-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  padding: 15px 0;
  background-color: var(--black)
}

.topspinitalia-header__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
}

.topspinitalia-hero__top {
  background-image: url(/topspinitalia-img/topspinitalia-hero.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 115px;
  padding-bottom: 60px
}

@media (max-width:600px) {
  .topspinitalia-hero__top {
    background-image: url(/topspinitalia-img/topspinitalia-hero-mob.webp)
  }
}

.topspinitalia-hero__title {
  text-align: center
}

@media (max-width:991px) {
  .topspinitalia-hero__title {
    text-align: left
  }
}

.topspinitalia-lotto {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 20px
}

@media (max-width:768px) {
  .topspinitalia-lotto {
    gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.topspinitalia-lotto__top {
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
  padding: 8px 20px;
  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;
  gap: 10px
}

.topspinitalia-lotto__top button {
  min-width: 170px
}

@media (max-width:600px) {
  .topspinitalia-lotto__top button {
    min-width: 130px;
    font-size: 14px;
    padding: 5px 10px
  }
}

.topspinitalia-lotto__image {
  height: 60px
}

.topspinitalia-lotto__bottom {
  padding: 20px
}

@media (max-width:991px) {
  .topspinitalia-lotto__bottom {
    padding: 15px 20px
  }
}

@media (max-width:600px) {
  .topspinitalia-lotto__bottom {
    padding: 10px 20px
  }
}

.topspinitalia-results {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 20px
}

@media (max-width:768px) {
  .topspinitalia-results {
    gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.topspinitalia-results__balss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px
}

.topspinitalia-popupauth {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 8;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.topspinitalia-popupauth.active {
  opacity: 1;
  visibility: visible
}

.topspinitalia-popupauth__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.topspinitalia-popupauth__content {
  width: 500px;
  overflow: auto;
  position: relative;
  z-index: 2;
  margin: auto
}

@media (max-width:600px) {
  .topspinitalia-popupauth__content {
    padding: 24px 10px;
    width: 95%
  }
}

.topspinitalia-popupauth__item {
  display: none
}

.topspinitalia-popupauth__item.active {
  display: block
}

.topspinitalia-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px
}

@media (max-width:991px) {
  .topspinitalia-footer__bottom {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (max-width:600px) {
  .topspinitalia-footer__bottom {
    gap: 10px
  }
}

.topspinitalia-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.topspinitalia-footer__links a {
  height: 40px
}

.topspinitalia-footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:991px) {
  .topspinitalia-footer__item {
    gap: 15px
  }
}

@media (max-width:600px) {
  .topspinitalia-footer__item {
    gap: 10px
  }
}

.topspinitalia-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px 40px
}