* {
  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: Patuaone;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/caseq-fonts/caseq-patuaone-regular.woff2) format("woff2")
}

@font-face {
  font-family: Mavenpro;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/caseq-fonts/caseq-mavenpro-regular.woff2) format("woff2")
}

:root {
  --font-main: "Mavenpro", 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: linear-gradient(0deg, #2c5280 25.48%, #2c5280 100%);
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --hover: #ff8c00;
  --active: #ff8c00
}

.Patuaone {
  font-family: Patuaone
}

.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: var(--background-page)
}

.page_change .caseq-header {
  display: none
}

.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)
}

.tx-48-24 {
  font-weight: 400;
  font-size: 48px;
  line-height: 100%
}

@media (max-width:1220px) {
  .tx-48-24 {
    font-size: 40px
  }
}

@media (max-width:991px) {
  .tx-48-24 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .tx-48-24 {
    font-size: 24px
  }
}

.tx-16-12 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3
}

@media (max-width:991px) {
  .tx-16-12 {
    font-size: 14px
  }
}

@media (max-width:600px) {
  .tx-16-12 {
    font-size: 12px
  }
}

.tx-rating {
  font-weight: 400;
  font-size: 48px;
  line-height: 1
}

@media (max-width:1220px) {
  .tx-rating {
    font-size: 32px
  }
}

@media (max-width:991px) {
  .tx-rating {
    font-size: 24px
  }
}

@media (max-width:600px) {
  .tx-rating {
    font-size: 18px
  }
}

.tx-bonux {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-bonux {
    font-size: 18px
  }
}

@media (max-width:991px) {
  .tx-bonux {
    font-size: 14px
  }
}

@media (max-width:600px) {
  .tx-bonux {
    font-size: 12px
  }
}

.tx-20-14 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-20-14 {
    font-size: 18px
  }
}

@media (max-width:991px) {
  .tx-20-14 {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .tx-20-14 {
    font-size: 14px
  }
}

.tx-main {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3
}

@media (max-width:600px) {
  .tx-main {
    font-size: 14px
  }
}

.tx-14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3
}

.tx-36-20 {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-36-20 {
    font-size: 28px
  }
}

@media (max-width:991px) {
  .tx-36-20 {
    font-size: 24px
  }
}

@media (max-width:600px) {
  .tx-36-20 {
    font-size: 20px
  }
}

.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: 5px 10px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: var(--black);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8d01), to(#ffbb68));
  background: linear-gradient(180deg, #ff8d01 0, #ffbb68 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid var(--white);
  border-radius: 10px;
  min-width: 220px;
  min-height: 44px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  text-align: center;
  font-family: Patuaone;
  text-transform: uppercase
}

@media (max-width:991px) {
  .but {
    min-height: 40px;
    font-size: 14px
  }
}

@media (any-hover:hover) {
  .but:hover {
    opacity: .5
  }
}

.but:focus-visible {
  opacity: .5
}

.but:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.cp-legolas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  color: #070707;
  line-height: 1;
  font-family: Patuaone;
  border-radius: 0 0 30px 0;
  padding: 4px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8d01), to(#ffbb68));
  background: linear-gradient(180deg, #ff8d01 0, #ffbb68 100%)
}

@media (max-width:600px) {
  .cp-legolas {
    border-radius: 0 0 100px 0;
    padding: 2px 16px
  }
}

.cp-legolas span {
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.cp-benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: Patuaone;
  font-weight: 400;
  font-size: 16px;
  line-height: 1
}

@media (max-width:991px) {
  .cp-benefit {
    font-size: 14px
  }
}

@media (max-width:600px) {
  .cp-benefit {
    font-size: 12px
  }
}

.cp-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:1220px) {
  .cp-benefit span {
    width: 20px;
    height: 20px
  }
}

@media (max-width:991px) {
  .cp-benefit span {
    width: 16px;
    height: 16px
  }
}

@media (max-width:600px) {
  .cp-benefit span {
    width: 12px;
    height: 12px
  }
}

.cp-age {
  width: 60px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.cp-card {
  border-radius: 15px;
  -webkit-box-shadow: 0 0 13px var(--white);
  box-shadow: 0 0 13px var(--white);
  background: -webkit-gradient(linear, left top, right top, color-stop(13.46%, #2c3980), color-stop(54.81%, #2c5280), color-stop(80.29%, #2c3980));
  background: linear-gradient(90deg, #2c3980 13.46%, #2c5280 54.81%, #2c3980 80.29%)
}

.border {
  border: 1px solid #ffa435
}

.brr-10 {
  border-radius: 10px
}

.p-32-16 {
  padding: 32px
}

@media (max-width:991px) {
  .p-32-16 {
    padding: 24px
  }
}

@media (max-width:600px) {
  .p-32-16 {
    padding: 16px
  }
}

.pt-section {
  padding-top: 50px
}

@media (max-width:991px) {
  .pt-section {
    padding-top: 35px
  }
}

@media (max-width:600px) {
  .pt-section {
    padding-top: 20px
  }
}

.ptb-8-4 {
  padding-top: 8px;
  padding-bottom: 8px
}

@media (max-width:600px) {
  .ptb-8-4 {
    padding-top: 4px;
    padding-bottom: 4px
  }
}

.ptb-57-20 {
  padding-top: 57px;
  padding-bottom: 57px
}

@media (max-width:1220px) {
  .ptb-57-20 {
    padding-top: 42px;
    padding-bottom: 42px
  }
}

@media (max-width:991px) {
  .ptb-57-20 {
    padding-top: 32px;
    padding-bottom: 32px
  }
}

@media (max-width:600px) {
  .ptb-57-20 {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

.bg-gr {
  background: -webkit-gradient(linear, left top, right top, color-stop(13.46%, #2c3980), color-stop(54.81%, #2c5280), color-stop(80.29%, #2c3980));
  background: linear-gradient(90deg, #2c3980 13.46%, #2c5280 54.81%, #2c3980 80.29%)
}

.color-orange {
  color: #ffa435
}

.mb-30-20:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:600px) {
  .mb-30-20:not(:last-child) {
    margin-bottom: 20px
  }
}

.mb-10:not(:last-child) {
  margin-bottom: 10px
}

.mb-24-16:not(:last-child) {
  margin-bottom: 24px
}

@media (max-width:600px) {
  .mb-24-16:not(:last-child) {
    margin-bottom: 16px
  }
}

.mb-32-16:not(:last-child) {
  margin-bottom: 32px
}

@media (max-width:991px) {
  .mb-32-16:not(:last-child) {
    margin-bottom: 24px
  }
}

@media (max-width:600px) {
  .mb-32-16:not(:last-child) {
    margin-bottom: 16px
  }
}

.mb-16-8:not(:last-child) {
  margin-bottom: 16px
}

@media (max-width:600px) {
  .mb-16-8:not(:last-child) {
    margin-bottom: 8px
  }
}

.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
  }
}

.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)
}

.caseq-terms {
  padding-top: 60px
}

@media (max-width:600px) {
  .caseq-terms {
    padding-top: 40px
  }
}

.caseq-terms h1 {
  font-size: 42px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .caseq-terms h1 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .caseq-terms h1 {
    font-size: 16px
  }
}

.caseq-terms h1:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .caseq-terms h1:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .caseq-terms h1:not(:last-child) {
    margin-bottom: 15px
  }
}

.caseq-terms h2 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .caseq-terms h2 {
    font-size: 25px
  }
}

@media (max-width:600px) {
  .caseq-terms h2 {
    font-size: 14px
  }
}

.caseq-terms h2:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .caseq-terms h2:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .caseq-terms h2:not(:last-child) {
    margin-bottom: 15px
  }
}

.caseq-terms p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .caseq-terms p {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .caseq-terms p {
    font-size: 12px
  }
}

.caseq-terms p:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .caseq-terms p:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .caseq-terms p:not(:last-child) {
    margin-bottom: 15px
  }
}

.caseq-terms ul:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .caseq-terms ul:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .caseq-terms ul:not(:last-child) {
    margin-bottom: 15px
  }
}

.caseq-terms li {
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .caseq-terms li {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .caseq-terms li {
    font-size: 12px
  }
}

.caseq-terms li:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .caseq-terms li:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .caseq-terms li:not(:last-child) {
    margin-bottom: 15px
  }
}

.caseq-header {
  padding: 15px 0
}

.caseq-hero__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px
}

.caseq-hero__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 243px;
  flex: 0 0 243px;
  height: 190px;
  width: 100%;
  -webkit-animation-name: animate;
  animation-name: animate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  animation-duration: 3s
}

@media (max-width:991px) {
  .caseq-hero__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    height: 130px
  }
}

@media (max-width:768px) {
  .caseq-hero__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    height: 90px
  }
}

@media (max-width:500px) {
  .caseq-hero__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 61px;
    flex: 0 0 61px;
    height: 66px
  }
}

@media (max-width:359px) {
  .caseq-hero__image {
    display: none
  }
}

@media (max-width:768px) {
  .caseq-hero__image_1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media (max-width:768px) {
  .caseq-hero__image_2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
}

.caseq-hero__middle {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%
}

@media (max-width:768px) {
  .caseq-hero__title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

@media (max-width:768px) {
  .caseq-hero__middle-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
  }
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes animate {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.caseq-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-animation: ticker 10s linear infinite;
  animation: ticker 10s linear infinite
}

@media (any-hover:hover) {
  .caseq-benefits:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
  }
}

.caseq-benefits__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 50px
}

@media (max-width:991px) {
  .caseq-benefits__item {
    padding: 0 20px
  }
}

@media (max-width:600px) {
  .caseq-benefits__item {
    padding: 0 10px
  }
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

.caseq-footer__columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 24px
}

@media (max-width:991px) {
  .caseq-footer__columns {
    gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.caseq-footer__links {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px 20px
}

@media (max-width:991px) {
  .caseq-footer__links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.caseq-footer__bottom {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px
}

@media (max-width:991px) {
  .caseq-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media (max-width:991px) {
  .caseq-footer__age {
    -ms-flex-item-align: end;
    align-self: flex-end
  }
}

.caseq-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (max-width:991px) {
  .caseq-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
  }
}

.caseq-card {
  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: 32px;
  min-height: 170px;
  position: relative;
  overflow: hidden
}

@media (max-width:991px) {
  .caseq-card {
    padding: 24px;
    gap: 15px
  }
}

@media (max-width:600px) {
  .caseq-card {
    padding: 20px;
    max-width: 400px;
    margin: 0 auto;
    min-height: 146px
  }
}

.caseq-card__legolas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

.caseq-card__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 588px;
  flex: 0 1 588px;
  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: 20px
}

@media (max-width:991px) {
  .caseq-card__left {
    gap: 15px
  }
}

@media (max-width:600px) {
  .caseq-card__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%
  }
}

.caseq-card__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 238px;
  flex: 0 1 238px;
  width: 100%;
  height: 53px;
  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
}

@media (max-width:600px) {
  .caseq-card__logo {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 36px
  }
}

.caseq-card__logo img {
  max-width: 150px;
  width: 100%
}

@media (max-width:600px) {
  .caseq-card__logo img {
    max-width: none
  }
}

.caseq-card__wrapper-bonus {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 10px
}

@media (max-width:600px) {
  .caseq-card__wrapper-bonus {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media (max-width:600px) {
  .caseq-card__title-bonus {
    display: none
  }
}

@media (max-width:600px) {
  .caseq-card__bonus {
    text-align: center
  }
}

.caseq-card__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 452px;
  flex: 0 1 452px;
  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: 20px
}

@media (max-width:991px) {
  .caseq-card__right {
    gap: 15px
  }
}

@media (max-width:600px) {
  .caseq-card__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%
  }
}

.caseq-card__wrapper-rating {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 134px;
  flex: 0 1 134px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 16px
}

@media (max-width:991px) {
  .caseq-card__wrapper-rating {
    gap: 8px
  }
}

@media (max-width:768px) {
  .caseq-card__wrapper-rating {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px
  }
}

@media (max-width:600px) {
  .caseq-card__wrapper-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.caseq-card__stars {
  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;
  gap: 6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.caseq-card__stars li {
  width: 22px;
  height: 22px
}

@media (max-width:1220px) {
  .caseq-card__stars li {
    width: 18px;
    height: 18px
  }
}

@media (max-width:991px) {
  .caseq-card__stars li {
    width: 16px;
    height: 16px
  }
}

@media (max-width:768px) {
  .caseq-card__stars li {
    display: none
  }
}

@media (max-width:600px) {
  .caseq-card__stars li {
    width: 13px;
    height: 13px;
    display: block
  }
}

@media (max-width:768px) {
  .caseq-card__stars li:first-child {
    display: block
  }
}

.caseq-card__right-right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 220px;
  flex: 0 1 220px;
  width: 100%
}

@media (max-width:991px) {
  .caseq-card__right-right {
    gap: 8px
  }
}

@media (max-width:600px) {
  .caseq-card__right-right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

.caseq-card-slider {
  width: 100%
}

.caseq-card-slider__slide {
  width: 34px;
  height: 24px
}