* {
  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: Mulish;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/lyshorisont-fonts/lyshorisont-mulish-bold.woff2) format("woff2")
}

@font-face {
  font-family: Mulish;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/lyshorisont-fonts/lyshorisont-mulish-semibold.woff2) format("woff2")
}

@font-face {
  font-family: Mulish;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/lyshorisont-fonts/lyshorisont-mulish-medium.woff2) format("woff2")
}

@font-face {
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/lyshorisont-fonts/lyshorisont-mulish-regular.woff2) format("woff2")
}

:root {
  --font-main: "Mulish", sans-serif;
  --container-width: 1280px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #000000;
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --dark: #101016;
  --footer: #191919;
  --orange: #fda400;
  --hover: #b67600;
  --active: #b67600
}

.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)
}

.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)
}

.bg-white {
  background-color: var(--white)
}

.bg-main {
  background-color: var(--dark)
}

.bg-footer {
  background-color: var(--footer)
}

.brr-10 {
  border-radius: 10px
}

.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: 30px;
    padding-bottom: 30px
  }
}

@media (max-width:600px) {
  .ptb-50-20 {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

.ptb-20-15 {
  padding-top: 20px;
  padding-bottom: 20px
}

@media (max-width:600px) {
  .ptb-20-15 {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

.mb-30-20:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:600px) {
  .mb-30-20:not(:last-child) {
    margin-bottom: 20px
  }
}

.mb-20-10:not(:last-child) {
  margin-bottom: 20px
}

@media (max-width:600px) {
  .mb-20-10:not(:last-child) {
    margin-bottom: 10px
  }
}

.mb-10:not(:last-child) {
  margin-bottom: 10px
}

.mb-15:not(:last-child) {
  margin-bottom: 15px
}

.mb-40-20:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:991px) {
  .mb-40-20:not(:last-child) {
    margin-bottom: 30px
  }
}

@media (max-width:600px) {
  .mb-40-20:not(:last-child) {
    margin-bottom: 20px
  }
}

.mb-section:not(:last-child) {
  margin-bottom: 60px
}

@media (max-width:991px) {
  .mb-section:not(:last-child) {
    margin-bottom: 50px
  }
}

@media (max-width:600px) {
  .mb-section:not(:last-child) {
    margin-bottom: 40px
  }
}

.tx-36-16 {
  font-weight: 400;
  font-size: 36px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-36-16 {
    font-size: 30px
  }
}

@media (max-width:991px) {
  .tx-36-16 {
    font-size: 24px
  }
}

@media (max-width:600px) {
  .tx-36-16 {
    font-size: 16px
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

.logo span {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (any-hover:hover) {
  .logo:hover {
    color: var(--hover)
  }
}

.logo:focus-visible {
  color: var(--hover)
}

.logo:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.tx-16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3
}

.tx-main {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3
}

.age {
  width: 58px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 58px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.tx-14-12 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3
}

@media (max-width:600px) {
  .tx-14-12 {
    font-size: 12px
  }
}

.rating {
  font-weight: 600;
  font-size: 20px;
  line-height: 1
}

.tx-18-14 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3
}

@media (max-width:991px) {
  .tx-18-14 {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .tx-18-14 {
    font-size: 14px
  }
}

.tx-18-12 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-18-12 {
    font-size: 16px
  }
}

@media (max-width:991px) {
  .tx-18-12 {
    font-size: 14px
  }
}

@media (max-width:600px) {
  .tx-18-12 {
    font-size: 12px
  }
}

.tx-14-10 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3
}

@media (max-width:991px) {
  .tx-14-10 {
    font-size: 12px
  }
}

@media (max-width:600px) {
  .tx-14-10 {
    font-size: 10px
  }
}

.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 24px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: var(--white);
  background-color: var(--orange);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  min-width: 224px;
  min-height: 52px;
  text-transform: uppercase;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  text-align: center
}

@media (max-width:1220px) {
  .but {
    font-size: 16px
  }
}

@media (max-width:991px) {
  .but {
    min-height: 46px;
    font-size: 14px
  }
}

@media (max-width:600px) {
  .but {
    min-height: 42px;
    font-size: 12px
  }
}

@media (any-hover:hover) {
  .but:hover {
    background-color: var(--hover)
  }
}

.but:focus-visible {
  background-color: var(--hover)
}

.but:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1
}

@media (max-width:1220px) {
  .benefit {
    font-size: 12px
  }
}

@media (max-width:991px) {
  .benefit {
    font-size: 10px
  }
}

@media (max-width:600px) {
  .benefit {
    font-size: 8px;
    gap: 2px
  }
}

.benefit span {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:991px) {
  .benefit span {
    width: 18px;
    height: 18px
  }
}

@media (max-width:600px) {
  .benefit span {
    width: 14px;
    height: 14px
  }
}

.color-black {
  color: var(--black)
}

.color-orange {
  color: #ffc300
}

.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)
}

.lyshorisont-terms {
  padding-top: 60px
}

@media (max-width:991px) {
  .lyshorisont-terms {
    padding-top: 40px
  }
}

@media (max-width:600px) {
  .lyshorisont-terms {
    padding-top: 20px
  }
}

.lyshorisont-terms h1 {
  font-size: 42px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .lyshorisont-terms h1 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .lyshorisont-terms h1 {
    font-size: 16px
  }
}

.lyshorisont-terms h1:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .lyshorisont-terms h1:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .lyshorisont-terms h1:not(:last-child) {
    margin-bottom: 15px
  }
}

.lyshorisont-terms h2 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .lyshorisont-terms h2 {
    font-size: 25px
  }
}

@media (max-width:600px) {
  .lyshorisont-terms h2 {
    font-size: 14px
  }
}

.lyshorisont-terms h2:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .lyshorisont-terms h2:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .lyshorisont-terms h2:not(:last-child) {
    margin-bottom: 15px
  }
}

.lyshorisont-terms p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .lyshorisont-terms p {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .lyshorisont-terms p {
    font-size: 12px
  }
}

.lyshorisont-terms p:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .lyshorisont-terms p:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .lyshorisont-terms p:not(:last-child) {
    margin-bottom: 15px
  }
}

.lyshorisont-terms ul:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .lyshorisont-terms ul:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .lyshorisont-terms ul:not(:last-child) {
    margin-bottom: 15px
  }
}

.lyshorisont-terms li {
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .lyshorisont-terms li {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .lyshorisont-terms li {
    font-size: 12px
  }
}

.lyshorisont-terms li:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .lyshorisont-terms li:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .lyshorisont-terms li:not(:last-child) {
    margin-bottom: 15px
  }
}

.lyshorisont-header {
  padding: 15px 0
}

@media (max-width:600px) {
  .lyshorisont-header {
    display: none
  }
}

.lyshorisont-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
}

.lyshorisont-hero {
  padding-top: 50px;
  padding-bottom: 20px
}

@media (max-width:991px) {
  .lyshorisont-hero {
    padding-top: 30px
  }
}

@media (max-width:600px) {
  .lyshorisont-hero {
    padding-bottom: 15px;
    padding-top: 20px
  }
}

.lyshorisont-hero__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:600px) {
  .lyshorisont-hero__top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.lyshorisont-hero__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 229px;
  flex: 0 0 229px;
  height: 182px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation-name: anim;
  animation-name: anim;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
  animation-duration: 10s
}

@media (max-width:1220px) {
  .lyshorisont-hero__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 199px;
    flex: 0 0 199px;
    height: 152px
  }
}

@media (max-width:991px) {
  .lyshorisont-hero__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    height: 82px
  }
}

@media (max-width:600px) {
  .lyshorisont-hero__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57px;
    flex: 0 0 57px;
    height: 46px
  }
}

.lyshorisont-hero__image_1 {
  background-image: url(/lyshorisont-img/lyshorisont-hero-1.webp)
}

@media (max-width:600px) {
  .lyshorisont-hero__image_1 {
    background-image: url(/lyshorisont-img/lyshorisont-hero-1-mob.webp)
  }
}

.lyshorisont-hero__image_2 {
  background-image: url(/lyshorisont-img/lyshorisont-hero-2.webp)
}

@media (max-width:600px) {
  .lyshorisont-hero__image_2 {
    background-image: url(/lyshorisont-img/lyshorisont-hero-2-mob.webp)
  }
}

.lyshorisont-hero__descr {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media (max-width:600px) {
  .lyshorisont-hero__descr {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 360px;
    flex: 0 1 360px
  }
}

.lyshorisont-hero__title:not(:last-child) {
  margin-bottom: 20px
}

@media (max-width:991px) {
  .lyshorisont-hero__title:not(:last-child) {
    margin-bottom: 10px
  }
}

@media (max-width:600px) {
  .lyshorisont-hero__title:not(:last-child) {
    margin-bottom: 0
  }
}

@media (max-width:768px) {
  .lyshorisont-hero__text {
    display: none
  }
}

.lyshorisont-hero__text:not(:last-child) {
  margin-bottom: 20px
}

@media (max-width:991px) {
  .lyshorisont-hero__text:not(:last-child) {
    margin-bottom: 10px
  }
}

.lyshorisont-hero__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px
}

@media (max-width:991px) {
  .lyshorisont-hero__benefits {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@-webkit-keyframes anim {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  35% {
    -webkit-transform: translateX(-5px) rotate(5deg);
    transform: translateX(-5px) rotate(5deg)
  }

  75% {
    -webkit-transform: translateX(5px) rotate(-5deg);
    transform: translateX(5px) rotate(-5deg)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes anim {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  35% {
    -webkit-transform: translateX(-5px) rotate(5deg);
    transform: translateX(-5px) rotate(5deg)
  }

  75% {
    -webkit-transform: translateX(5px) rotate(-5deg);
    transform: translateX(5px) rotate(-5deg)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.lyshorisont-infos__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.lyshorisont-infos__icon {
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.lyshorisont-footer__top {
  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:991px) {
  .lyshorisont-footer__top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.lyshorisont-footer__links {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px
}

@media (max-width:991px) {
  .lyshorisont-footer__links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.lyshorisont-footer__links a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .lyshorisont-footer__links a:hover {
    opacity: .5
  }
}

.lyshorisont-footer__links a:focus-visible {
  opacity: .5
}

.lyshorisont-footer__links a:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.lyshorisont-footer__links li:nth-child(2) {
  height: 30px
}

.lyshorisont-footer__links li:nth-child(3) {
  height: 46px
}

.lyshorisont-footer__links li:nth-child(4) {
  height: 58px
}

.lyshorisont-footer__links li:nth-child(5) {
  height: 28px
}

.lyshorisont-footer__links li:nth-child(6) {
  height: 35px
}

.lyshorisont-footer__links li:nth-child(7) {
  height: 62px
}

.lyshorisont-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:991px) {
  .lyshorisont-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.lyshorisont-nav__link {
  text-align: center
}

.lyshorisont-dates {
  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: 5px
}

.lyshorisont-dates__icon {
  width: 17px;
  height: 17px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.lyshorisont-dates__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.lyshorisont-card {
  position: relative;
  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: 20px;
  padding: 20px;
  min-height: 157px
}

@media (max-width:991px) {
  .lyshorisont-card {
    gap: 15px
  }
}

@media (max-width:700px) {
  .lyshorisont-card {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 15px 8px 8px 8px;
    gap: 8px
  }
}

.lyshorisont-card__left {
  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;
  gap: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 624px;
  flex: 0 1 624px;
  width: 100%
}

@media (max-width:700px) {
  .lyshorisont-card__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    gap: 8px;
    padding-top: 15px
  }
}

.lyshorisont-card__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 260px;
  flex: 0 1 260px;
  width: 100%;
  height: 50px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:768px) {
  .lyshorisont-card__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 150px;
    flex: 0 1 150px
  }
}

@media (max-width:700px) {
  .lyshorisont-card__logo {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 40px
  }
}

@media (any-hover:hover) {
  .lyshorisont-card__logo:hover {
    opacity: .5
  }
}

.lyshorisont-card__logo:focus-visible {
  opacity: .5
}

.lyshorisont-card__logo:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.lyshorisont-card__wrapper-rating {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 250px;
  flex: 0 1 250px;
  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: 10px
}

@media (max-width:768px) {
  .lyshorisont-card__wrapper-rating {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 140px;
    flex: 0 1 140px
  }
}

@media (max-width:700px) {
  .lyshorisont-card__wrapper-rating {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.lyshorisont-card__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:600px) {
  .lyshorisont-card__stars {
    gap: 2px
  }
}

.lyshorisont-card__stars li {
  width: 24px;
  height: 24px
}

@media (max-width:991px) {
  .lyshorisont-card__stars li {
    width: 22px;
    height: 22px
  }
}

.lyshorisont-card__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 568px;
  flex: 0 1 568px;
  width: 100%;
  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: 15px
}

@media (max-width:700px) {
  .lyshorisont-card__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    gap: 8px
  }
}

.lyshorisont-card__wrapper-bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 250px;
  flex: 0 1 250px;
  width: 100%
}

@media (max-width:700px) {
  .lyshorisont-card__wrapper-bonus {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

.lyshorisont-card__wrapper-link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 250px;
  flex: 0 1 250px;
  width: 100%
}

@media (max-width:991px) {
  .lyshorisont-card__wrapper-link {
    gap: 10px
  }
}

@media (max-width:700px) {
  .lyshorisont-card__wrapper-link {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

.legolas {
  position: absolute;
  z-index: 2;
  top: -10px;
  left: -10px
}

.legolas::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 6px 0;
  border-color: transparent #9e0209 transparent transparent;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  z-index: 1
}

.lyshorisont-card-pays {
  max-width: 140px;
  width: 100%;
  margin: 0 auto
}

.lyshorisont-card-pays__slide {
  width: 24px;
  height: 24px
}

@media (max-width:1220px) {
  .lyshorisont-card-pays__slide {
    width: 22px;
    height: 22px
  }
}

@media (max-width:991px) {
  .lyshorisont-card-pays__slide {
    width: 20px;
    height: 20px
  }
}

@media (max-width:600px) {
  .lyshorisont-card-pays__slide {
    width: 18px;
    height: 18px
  }
}

.legolas {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8b8f), to(#e41c24));
  background: linear-gradient(180deg, #ff8b8f 0, #e41c24 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px 5px 5px 0;
  padding: 5px 30px
}

.legolas__text {
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  color: var(--white)
}

@media (max-width:600px) {
  .legolas__text {
    font-size: 10px
  }
}