@font-face {
  font-family: "Inter";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: local('Inter Extra Bold'), local('Inter-Extra-Bold'),
  url("../fonts/inter-extra-bold.woff2") format("woff2"),
  url("../fonts/inter-extra-bold.woff") format("woff"),
  url("../fonts/inter-extra-bold.ttf") format("ttf");
}

@font-face {
  font-family: "Inter";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local('Inter Bold'), local('Inter-Bold'),
  url("../fonts/inter-bold.woff2") format("woff2"),
  url("../fonts/inter-bold.woff") format("woff"),
  url("../fonts/inter-bold.ttf") format("ttf");
}

@font-face {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local('Inter SemiBold'), local('Inter-SemiBold'),
  url("../fonts/inter-semibold.woff2") format("woff2"),
  url("../fonts/inter-semibold.woff") format("woff"),
  url("../fonts/inter-semibold.ttf") format("ttf");
}

@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local('Inter Medium'), local('Inter-Medium'),
  url("../fonts/inter-medium.woff2") format("woff2"),
  url("../fonts/inter-medium.woff") format("woff"),
  url("../fonts/inter-medium.ttf") format("ttf");
}

@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local('Inter Regular'), local('Inter-Regular'),
  url("../fonts/inter-regular.woff2") format("woff2"),
  url("../fonts/inter-regular.woff") format("woff"),
  url("../fonts/inter-regular.ttf") format("ttf");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
  url("../fonts/montserrat-bold.woff2") format("woff2"),
  url("../fonts/montserrat-bold.woff") format("woff"),
  url("../fonts/montserrat-bold.ttf") format("ttf");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
  url("../fonts/montserrat-semibold.woff2") format("woff2"),
  url("../fonts/montserrat-semibold.woff") format("woff"),
  url("../fonts/montserrat-semibold.ttf") format("ttf");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'),
  url("../fonts/montserrat-medium.woff2") format("woff2"),
  url("../fonts/montserrat-medium.woff") format("woff"),
  url("../fonts/montserrat-medium.ttf") format("ttf");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
  url("../fonts/montserrat-regular.woff2") format("woff2"),
  url("../fonts/montserrat-regular.woff") format("woff"),
  url("../fonts/montserrat-regular.ttf") format("ttf");
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0;
  padding: 0;
}

:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  border: none;
  outline: none;
  appearance: none;
  color: var(--white);
}

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

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

svg {
  flex-shrink: 0;
  display: flex;
}

.vsporte {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
}

.vsporte .preview {
  background-color: var(--bgbg-20);
  overflow: hidden;
  width: 100%;
}

.vsporte .preview__wrap {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 100px;
  padding: 30px 50px 170px;
  position: relative;
  width: 100%;
  align-items: flex-start;
  align-self: stretch;
  max-width: 1440px;
  margin: 0 auto;
}

.vsporte .preview__header {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 5px;
  position: relative;
}

.vsporte .preview__text {
  font-weight: 700;
  line-height: 16px;
  margin-top: -1.00px;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.vsporte .preview__icon {
  height: 16px;
  position: relative;
  width: 110px;
}

.vsporte .preview__bloc {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 50px;
  position: relative;
  max-width: 940px;
  width: 100%;
  z-index: 1;
}

.vsporte .__info {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 30px;
  position: relative;
  width: 100%;
}

.vsporte .preview__title {
  align-self: stretch;
  color: var(--textneutral-100);
  font-weight: 700;
  line-height: 64.8px;
  margin-top: -1.00px;
  position: relative;
}

.vsporte .preview__text-1 {
  font-weight: 400;
  line-height: 24.3px;
}

.vsporte .x-button {
  align-items: center;
  background-color: var(--bgbg-10);
  border-radius: 45px;
  display: flex;
  gap: 5px;
  height: 55px;
  justify-content: center;
  padding: 15px 20px;
  position: relative;
  width: 230px;
}

.vsporte .x-button:hover .x-button__icon {
  display: none;
  transition: 0.3s;
}

.vsporte .website-button__text {
  color: var(--svgsvg-7);
  font-weight: 500;
  line-height: 18px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.vsporte .x-button__icon {
  height: 25px;
  position: relative;
  width: 25px;
  transition: 0.3s;
}

.vsporte .preview__svg {
  height: 595px;
  right: 0;
  position: absolute;
  top: 0;
  width: 650px;
}

.vsporte .preview__img {
  height: auto;
  left: 0;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  max-width: 915px;
  width: 100%;
}

.vsporte .bloc {
  background-color: var(--bgbg-10);
  width: 100%;
}

.vsporte .bloc__wrapper {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  padding: 70px 20px;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.vsporte .bloc__content {
  flex: 0 0 auto;
  padding: 0 0 0 30px;
  width: 510px;
}

.vsporte .__title {
  color: var(--bgbg-25);
}

.vsporte .text {
  color: var(--bgbg-25);
}

.vsporte .text__item--unusual {
  display: block;
}

.vsporte .bloc__wrap {
  align-items: flex-end;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 50px;
  position: relative;
}

.vsporte .solution {
  align-items: flex-start;
  background-color: var(--bgbg-20);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  overflow: hidden;
  padding: 50px 30px 30px;
  position: relative;
  width: 43%;
  flex-shrink: 0;
}

.vsporte .__title-1 {
  color: var(--textneutral-100);
}

.vsporte .solution__list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 0 0 -75px;
}

.vsporte .solution__item {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 35px;
  position: relative;
  width: 100%;
}

.vsporte .solution-bloc__number {
  color: var(--textneutral-100);
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-xxl);
  font-weight: 400;
  letter-spacing: 23.28px;
  line-height: 170px;
  white-space: nowrap;
}

.vsporte .solution__text {
  color: var(--textneutral-100);
  flex: 1;
  font-weight: 500;
  line-height: 24.3px;
  position: relative;
}

.vsporte .solution-bloc__number-1 {
  color: var(--textneutral-100);
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-xxl);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 170px;
  white-space: nowrap;
}

.vsporte .bloc__content-1 {
  padding: 50px 0px 58px;
  flex-grow: 1;
}

.vsporte .flex-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vsporte .bloc__img::-webkit-scrollbar {
  display: none;
  width: 0;
}

.vsporte .bloc__img {
  background-image: url(../images/bloc--img.png);
  background-position: 50% 50%;
  background-size: cover;
  border: 7px solid;
  border-color: var(--bgbg-25);
  border-radius: 15px;
  right: 45px;
  overflow-y: scroll;
  position: absolute;
  top: -330px;
  width: 730px;
  height: 470px;
}

.vsporte .calendar {
  background-color: var(--bgbg-15);
  width: 100%;
}

.vsporte .calendar__wrap {
  display: flex;
  flex: 0 0 auto;
  gap: 50px;
  padding: 70px 0px 70px 50px;
  position: relative;
  width: 100%;
  align-items: center;
  align-self: stretch;
  max-width: 1440px;
  margin: 0 auto;
}

.vsporte .calendar__content {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 30px;
  justify-content: center;
  position: relative;
}

.vsporte .calendar__info {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 25px;
  position: relative;
  width: 100%;
}

.vsporte .calendar__title {
  color: var(--bgbg-25);
  font-weight: 600;
  line-height: 23.4px;
  margin-top: -1.00px;
  position: relative;
  max-width: 400px;
  width: 100%;
}

.vsporte .calendar__item {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  position: relative;
  width: 100%;
}

.vsporte .calendar__container {
  height: 25px;
  position: relative;
  width: 20px;
}

.vsporte .calendar__number {
  color: var(--bgbg-25);
  font-weight: 700;
  left: 0;
  line-height: 14px;
  position: absolute;
  top: 6px;
  white-space: nowrap;
}

.vsporte .__text {
  color: var(--bgbg-25);
  flex: 1;
  font-weight: 400;
  line-height: 24.3px;
  margin-top: -1.00px;
  position: relative;
}

.vsporte .calendar__group {
  position: relative;
  width: 56%;
}

.vsporte .calendar__-container {
  height: 485px;
  position: relative;
}

.vsporte .calendar__background {
  background-color: var(--bgbg-20);
  border-radius: 15px 0px 0px 15px;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 76%;
}

.vsporte .calendar__video::-webkit-scrollbar {
  display: none;
  width: 0;
}

.vsporte .calendar__video {
  background-color: var(--black);
  border: 7px solid;
  border-color: var(--bgbg-25);
  border-radius: 15px;
  height: 86%;
  left: 0;
  overflow-y: scroll;
  position: absolute;
  top: 50%;
  width: 94%;
  transform: translateY(-50%);
}

.vsporte .calendar__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.vsporte .review {
  background-color: var(--bgbg-20);
  width: 100%;
  overflow: hidden;
}

.vsporte .review__wrap {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-around;
  padding: 70px 50px;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.vsporte .review__element {
  height: 414px;
  left: 45px;
  position: absolute;
  top: 0;
  width: 520px;
}

.vsporte .review__content {
  align-items: center;
  flex: 1;
  flex-grow: 1;
  gap: 205px;
  justify-content: center;
  padding: 0px 0px 0px 155px;
}

.logos-parent {
  height: 260px;
  width: 260px;
  position: relative;
  flex-shrink: 0;
}

.case-logo {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: fade 6s infinite;
}

.case-logo--1 {
  animation-delay: 0s;
}

.case-logo--2 {
  animation-delay: 3s;
}

@keyframes fade {
  0%, 100% {
    opacity: 0;
  }
  25%, 75% {
    opacity: 1;
  }
}

.vsporte .review__content-1 {
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
}

.vsporte .text-1 {
  color: var(--textneutral-100);
}

.vsporte .results {
  background-color: var(--bgbg-10);
  overflow: hidden;
  width: 100%;
}

.vsporte .results__wrap {
  padding: 70px 50px;
  position: relative;
  width: 100%;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  align-self: stretch;
  max-width: 1440px;
  margin: 0 auto;
}

.vsporte .results__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  width: 51%;
}

.vsporte .results__info {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  position: relative;
  width: 100%;
}

.vsporte .results__text {
  align-self: stretch;
  color: var(--bgbg-25);
  font-weight: 400;
  line-height: 24.3px;
  margin-top: -1.00px;
  position: relative;
}

.vsporte .results__paragraph {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  position: relative;
  width: 100%;
}

.vsporte .paragraph-1 {
  align-self: stretch;
  width: 100%;
}

.vsporte .results-bloc__marker {
  height: 20px;
  position: relative;
  width: 20px;
}

.vsporte .results-bloc__circle {
  background-color: var(--bgbg-20);
  border-radius: 5px;
  height: 10px;
  left: 5px;
  position: relative;
  top: 9px;
  width: 10px;
}

.vsporte .paragraph {
  width: 100%;
}

.vsporte .results__img {
  height: auto;
  right: -230px;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  width: 940px;
}

.vsporte .footer {
  background-color: var(--bgbg-25);
  width: 100%;
  overflow: hidden;
}

.vsporte .footer__wrap {
  display: flex;
  flex: 0 0 auto;
  justify-content: space-around;
  padding: 100px 50px;
  position: relative;
  align-items: center;
  align-self: stretch;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.vsporte .footer__element {
  height: 508px;
  right: 75%;
  position: absolute;
  top: 0;
  width: 520px;
}

.vsporte .footer__bloc {
  align-items: center;
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 100px;
  position: relative;
}

.vsporte .footer__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  width: 38%;
  flex-shrink: 0;
}

.vsporte .footer__logo {
  height: auto;
  position: relative;
  width: 100%;
  align-self: center;
}

.vsporte .footer__subscription {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  position: relative;
}

.vsporte .footer__title {
  color: var(--textneutral-100);
  font-weight: 600;
  line-height: 23.4px;
  margin-top: -0.68px;
  position: relative;
  text-align: center;
  width: fit-content;
}

.vsporte .footer__socials {
  flex: 0 0 auto;
  position: relative;
}

.vsporte .footer__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
  width: 100%;
}

.vsporte .text0-6016598 {
  align-self: stretch;
  color: transparent;
  font-weight: 400;
  line-height: 24.3px;
  margin-bottom: -9.00px;
  position: relative;
}

.vsporte .span-1 {
  color: var(--textneutral-100);
}

.vsporte .span-2 {
  color: var(--svgsvg-4);
}

.vsporte .text1-6016598 {
  align-self: stretch;
  color: transparent;
  font-weight: 400;
  line-height: 24.3px;
  position: relative;
}

.vsporte .bid-button__text {
  color: var(--bgbg-25);
  font-weight: 500;
  line-height: 18px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.vsporte .__title-2 {
  align-self: stretch;
  font-weight: 700;
  line-height: 44.2px;
  margin-top: -1.00px;
  position: relative;
}

.vsporte .bloc__content-2 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}

.vsporte .paragraph-2 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  padding: 0px 0px 0px 20px;
  position: relative;
}

.vsporte .preview__text-2 {
  color: var(--textneutral-100);
  position: relative;
  max-width: 535px;
}

.vsporte .review__content-2 {
  display: flex;
  position: relative;
}

.vsporte .solution__container-2 {
  overflow: hidden;
  position: relative;
  width: 240px;
}

.vsporte .text-2 {
  align-self: stretch;
  font-weight: 400;
  line-height: 24.3px;
  position: relative;
}

.footer__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

@media (max-width: 1380px) {
  .vsporte .bloc__img {
    width: 635px;
    height: 400px;
  }
}

@media (max-width: 1280px) {
  .vsporte .preview__wrap {
    padding: 30px 50px 180px;
    gap: 90px;
  }

  .vsporte .preview__title {
    font-size: 48px;
    line-height: 56px;
  }

  .vsporte .__title-2 {
    font-size: 32px;
    line-height: 38px;
  }

  .vsporte .solution-bloc__number {
    font-size: 184px;
    line-height: 160px;
  }

  .vsporte .solution-bloc__number-1 {
    font-size: 184px;
    line-height: 160px;
  }

  .vsporte .bloc__img {
    width: 590px;
    height: 380px;
  }

  .vsporte .calendar__wrap {
    gap: 45px;
  }

  .vsporte .review__content {
    padding: 0 0 0 100px;
    gap: 145px;
  }

  .vsporte .review__element {
    left: -130px;
  }

  .vsporte .review__content-1 {
    gap: 25px;
  }

  .vsporte .results__img {
    width: 820px;
  }

  .vsporte .footer__wrap {
    padding: 90px 50px;
  }

  .vsporte .footer__bloc {
    gap: 90px;
  }

  .vsporte .solution__container-2 {
    width: 230px;
  }
}

@media (max-width: 1180px) {
  .vsporte .preview__wrap {
    padding: 30px 50px 190px;
    gap: 80px;
  }

  .vsporte .preview__bloc {
    gap: 45px;
  }

  .vsporte .__info {
    gap: 25px;
  }

  .vsporte .preview__title {
    font-size: 44px;
    line-height: 52px;
  }

  .vsporte .preview__svg {
    display: none;
  }

  .vsporte .bloc__img {
    position: static;
    width: 730px;
    height: 470px;
    margin: -160px auto 0;
  }

  .vsporte .bloc__wrapper {
    padding: 0 20px 65px;
    gap: 60px;
  }

  .vsporte .bloc__content-2 {
    gap: 25px;
  }

  .vsporte .__title-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .vsporte .bloc__wrap {
    gap: 45px;
  }

  .vsporte .solution {
    padding: 45px 30px 30px;
    width: 50%;
  }

  .vsporte .solution-bloc__number {
    font-size: 169px;
    line-height: 145px;
  }

  .vsporte .solution-bloc__number-1 {
    font-size: 169px;
    line-height: 145px;
  }

  .vsporte .bloc__content-1 {
    padding: 0;
    flex-grow: 1;
  }

  .vsporte .bloc__content {
    width: 100%;
    padding: 0 30px;
  }

  .vsporte .calendar__wrap {
    padding: 65px 50px;
    flex-direction: column;
    align-items: stretch;
    gap: 35px;
  }

  .vsporte .calendar__-container {
    height: 480px;
  }

  .vsporte .calendar__group {
    max-width: 855px;
    width: 100%;
    margin: 0 -50px 0 auto;
  }

  .vsporte .calendar__content {
    gap: 25px;
  }

  .vsporte .review__wrap {
    padding: 65px 50px;
  }

  .vsporte .review__content {
    padding: 0 0 0 50px;
    gap: 90px;
  }

  .vsporte .results__wrap {
    padding: 65px 50px;
  }

  .vsporte .results__content {
    gap: 25px;
  }

  .vsporte .results__img {
    width: 775px;
  }

  .vsporte .footer__wrap {
    padding: 75px 50px;
  }

  .vsporte .footer__bloc {
    gap: 85px;
  }

  .vsporte .footer__container {
    gap: 25px;
  }

  .vsporte .footer__content {
    gap: 45px;
  }

  .vsporte .solution__container-2 {
    width: 220px;
  }
}

@media (max-width: 980px) {
  .vsporte .preview__wrap {
    padding: 30px 50px 200px;
    gap: 70px;
    align-items: center;
    text-align: center;
  }

  .vsporte .preview__bloc {
    gap: 40px;
    align-items: center;
  }

  .vsporte .__info {
    gap: 20px;
    align-items: center;
  }

  .vsporte .preview__title {
    font-size: 40px;
    line-height: 48px;
  }

  .vsporte .website-button__text {
    font-size: 16px;
    line-height: 16px;
  }

  .vsporte .bloc__wrapper {
    padding: 0 20px 60px;
    gap: 40px;
  }

  .vsporte .bloc__content-2 {
    gap: 20px;
  }

  .vsporte .__title-2 {
    font-size: 28px;
    line-height: 34px;
  }

  .vsporte .bloc__wrap {
    gap: 40px;
    flex-direction: column;
  }

  .vsporte .solution {
    padding: 40px 30px;
    width: 100%;
  }

  .vsporte .solution__list {
    gap: 25px;
    margin: 0 0 0 -65px;
  }

  .vsporte .solution__container-2 {
    width: 210px;
  }

  .vsporte .solution-bloc__number {
    font-size: 154px;
    line-height: 130px;
  }

  .vsporte .solution-bloc__number-1 {
    font-size: 154px;
    line-height: 130px;
  }

  .vsporte .bloc__content-1 {
    padding: 0 30px;
  }

  .vsporte .bloc__img {
    width: 660px;
    height: 420px;
    margin: -140px auto 0;
  }

  .vsporte .calendar__wrap {
    padding: 60px 50px;
    gap: 30px;
  }

  .vsporte .calendar__-container {
    height: 475px;
  }

  .vsporte .calendar__content {
    gap: 20px;
  }

  .vsporte .calendar__-container {
    height: 440px;
  }

  .vsporte .review__wrap {
    padding: 60px 50px;
  }

  .vsporte .review__content {
    padding: 0;
    gap: 35px;
  }

  .vsporte .review__content-1 {
    gap: 20px;
  }

  .vsporte .results__wrap {
    padding: 60px 50px;
  }

  .vsporte .results__content {
    gap: 20px;
  }

  .vsporte .results__img {
    width: 730px;
  }

  .vsporte .footer__wrap {
    padding: 60px 50px;
  }

  .vsporte .footer__bloc {
    gap: 80px;
  }

  .vsporte .footer__container {
    gap: 20px;
  }

  .vsporte .footer__subscription {
    gap: 15px;
  }

  .vsporte .footer__content {
    gap: 40px;
  }
}

@media (max-width: 780px) {
  .vsporte .preview__wrap {
    padding: 30px 45px 175px;
    gap: 65px;
  }

  .vsporte .preview__title {
    font-size: 34px;
    line-height: 38px;
  }

  .vsporte .bloc__wrapper {
    padding: 0 15px 55px;
  }

  .vsporte .bloc__content-2 {
    padding: 0 25px;
  }

  .vsporte .__title-2 {
    font-size: 26px;
    line-height: 30px;
  }

  .vsporte .bloc__wrap {
    gap: 35px;
  }

  .vsporte .solution {
    padding: 35px 25px;
  }

  .vsporte .solution-bloc__number {
    font-size: 144px;
    line-height: 125px;
  }

  .vsporte .solution-bloc__number-1 {
    font-size: 144px;
    line-height: 125px;
  }

  .vsporte .bloc__img {
    width: 570px;
    height: 365px;
    margin: -120px auto 0;
    border: 6px solid;
    border-radius: 10px;
  }

  .vsporte .solution__list {
    margin: 0 0 0 -55px;
  }

  .vsporte .calendar__wrap {
    padding: 55px 40px;
  }

  .vsporte .calendar__group {
    margin: 0 -40px 0 auto;
  }

  .vsporte .calendar__info {
    gap: 20px;
  }

  .vsporte .calendar__-container {
    height: 380px;
  }

  .vsporte .review__wrap {
    padding: 55px 40px;
  }

  .vsporte .review__content {
    flex-direction: column;
    align-items: center;
  }

  .logos-parent {
    height: 250px;
    width: 250px;
  }

  .vsporte .review__element {
    left: -80px;
    top: -80px;
  }

  .vsporte .results__wrap {
    padding: 55px 40px 0;
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }

  .vsporte .results__content {
    width: 100%;
  }

  .vsporte .results__img {
    width: 670px;
    position: static;
  }

  .vsporte .footer__wrap {
    padding: 55px 40px;
  }

  .vsporte .footer__bloc {
    gap: 75px;
    flex-direction: column;
  }

  .vsporte .footer__content {
    order: -1;
    align-items: center;
  }

  .vsporte .footer__container {
    width: 100%;
  }

  .vsporte .footer__element {
    right: auto;
    left: 60%;
    top: auto;
    bottom: -110px;
  }

  .vsporte .solution__container-2 {
    width: 185px;
  }
}

@media (max-width: 680px) {
  .vsporte .preview__wrap {
    padding: 30px 35px 150px;
    gap: 60px;
  }

  .vsporte .preview__bloc {
    gap: 35px;
  }

  .vsporte .preview__title {
    font-size: 30px;
    line-height: 34px;
  }

  .vsporte .bloc__wrapper {
    padding: 0 10px 50px;
  }

  .vsporte .__title-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .vsporte .solution-bloc__number {
    font-size: 124px;
    line-height: 110px;
  }

  .vsporte .solution-bloc__number-1 {
    font-size: 124px;
    line-height: 110px;
  }

  .vsporte .bloc__img {
    width: 480px;
    height: 305px;
    margin: -100px auto 0;
  }

  .vsporte .calendar__wrap {
    padding: 50px 30px;
  }

  .vsporte .calendar__group {
    margin: 0 -30px 0 auto;
  }

  .vsporte .calendar__-container {
    height: 320px;
  }

  .vsporte .review__wrap {
    padding: 50px 30px;
  }

  .logos-parent {
    height: 230px;
    width: 230px;
  }

  .vsporte .results__wrap {
    padding: 50px 30px 0;
  }

  .vsporte .results__img {
    width: 610px;
  }

  .vsporte .footer__wrap {
    padding: 50px 30px;
  }

  .vsporte .footer__bloc {
    gap: 70px;
  }

  .vsporte .footer__content {
    gap: 35px;
  }

  .vsporte .solution__container-2 {
    width: 160px;
  }
}

@media (max-width: 580px) {
  .vsporte .preview__wrap {
    padding: 30px 30px 125px;
    gap: 55px;
  }

  .vsporte .preview__title {
    font-size: 26px;
    line-height: 30px;
  }

  .vsporte .bloc__wrapper {
    padding: 0 5px 45px;
    gap: 30px;
  }

  .vsporte .__title-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .vsporte .solution-bloc__number {
    font-size: 104px;;
    line-height: 95px;
  }

  .vsporte .solution-bloc__number-1 {
    font-size: 104px;
    line-height: 95px;
  }

  .vsporte .bloc__img {
    width: 390px;
    height: 250px;
    margin: -80px auto 0;
  }

  .vsporte .solution__list {
    margin: 0 0 0 -45px;
  }

  .vsporte .calendar__wrap {
    padding: 45px 25px;
  }

  .vsporte .calendar__group {
    margin: 0 -25px 0 auto;
  }

  .vsporte .calendar__-container {
    height: 260px;
  }

  .vsporte .review__wrap {
    padding: 45px 25px;
  }

  .logos-parent {
    height: 210px;
    width: 210px;
  }

  .vsporte .results__wrap {
    padding: 45px 25px 0;
  }

  .vsporte .results__img {
    width: 550px;
  }

  .vsporte .footer__wrap {
    padding: 45px 25px;
  }

  .vsporte .footer__bloc {
    gap: 65px;
  }

  .vsporte .solution__container-2 {
    width: 135px;
  }
}

@media (max-width: 480px) {
  .vsporte .preview__wrap {
    padding: 30px 20px 105px;
    gap: 50px;
  }

  .vsporte .preview__bloc {
    gap: 30px;
  }

  .vsporte .__info {
    gap: 15px;
  }

  .vsporte .preview__title {
    font-size: 22px;
    line-height: 26px;
  }

  .vsporte .preview__text-1 {
    font-size: 16px;
    line-height: 22px;
  }

  .vsporte .website-button__text {
    font-size: 14px;
    line-height: 14px;
  }

  .vsporte .bloc__wrapper {
    padding: 0 0 40px;
  }

  .vsporte .bloc__content-2 {
    gap: 15px;
    padding: 0 20px;
  }

  .vsporte .__title-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .vsporte .text-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .vsporte .bloc__wrap {
    gap: 30px;
  }

  .vsporte .solution {
    padding: 30px 20px;
  }

  .vsporte .solution__list {
    gap: 20px;
  }

  .vsporte .solution__container-2 {
    width: 110px;
    margin: 0 0 0 -35px;
  }

  .vsporte .solution-bloc__number {
    font-size: 84px;
    line-height: 80px;
  }

  .vsporte .solution-bloc__number-1 {
    font-size: 84px;
    line-height: 80px;
  }

  .vsporte .solution__text {
    font-size: 16px;
    line-height: 22px;
  }

  .vsporte .bloc__img {
    width: 300px;
    height: 195px;
    margin: -60px auto 0;
    border: 5px solid;
    border-radius: 5px;
  }

  .vsporte .solution__list {
    margin: 0;
  }

  .vsporte .calendar__content {
    gap: 15px;
  }

  .vsporte .calendar__wrap {
    padding: 40px 20px;
  }

  .vsporte .calendar__group {
    margin: 0 -20px 0 auto;
  }

  .vsporte .calendar__info {
    gap: 15px;
  }

  .vsporte .calendar__title {
    line-height: 20px;
    font-size: 16px;
  }

  .vsporte .calendar__-container {
    height: 200px;
  }

  .vsporte .calendar__number {
    font-size: 12px;
    line-height: 12px;
  }


  .desktopbody-1 {
    font-size: 16px;
    line-height: 20px;
  }

  .vsporte .review__wrap {
    padding: 40px 20px;
  }

  .logos-parent {
    height: 190px;
    width: 180px;
  }

  .vsporte .results__wrap {
    padding: 40px 20px 0;
  }

  .vsporte .results__content {
    gap: 15px;
  }

  .vsporte .results__info {
    gap: 15px;
  }

  .vsporte .results__img {
    width: calc(100% + 140px);
    max-width: none;
    margin: 0 -70px;
  }

  .vsporte .footer__wrap {
    padding: 40px 20px;
  }

  .vsporte .footer__bloc {
    gap: 60px;
  }

  .vsporte .footer__title {
    font-size: 16px;
    line-height: 20px;
  }

  .vsporte .footer__content {
    gap: 30px;
  }

  .vsporte .solution__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
