* {
  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 {
  height: 100%;
  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
}

button,
input,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0
}

button {
  cursor: pointer;
  background-color: transparent
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a {
  display: inline-block
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

picture {
  display: block;
  width: 100%;
  height: 100%
}

@font-face {
  font-family: RobotoCondensed;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("RobotoCondensed-Regular"), url(../fonts/RobotoCondensed-Regular.woff2) format("woff2"), url(../fonts/RobotoCondensed-Regular.woff) format("woff")
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("Raleway-Bold"), url(../fonts/Raleway-Bold.woff2) format("woff2"), url(../fonts/Raleway-Bold.woff) format("woff")
}

:root {
  --hover: #19BC33;
  --active: #45D65C
}

.container {
  max-width: 1345px;
  padding: 0 20px;
  margin: 0 auto
}

@media (max-width:991px) {
  .container {
    padding: 0 15px
  }
}

@media (max-width:359px) {
  .container {
    padding: 0 10px
  }
}
  
.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: RobotoCondensed;
  min-height: 100vh;
  overflow: hidden;
  background-color: #e3eaee
}
 
main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.header {
  padding: 24px 0 88px 0;
  background-color: #12092c
}

.header__bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 10px 442px;
  grid-template: auto/1fr 442px;
  gap: 10px
}

@media (max-width:991px) {
  .header__bottom {
    display: block
  }
}

@media (max-width:1439px) {
  .header {
    padding: 60px 0
  }
}

@media (max-width:991px) {
  .header {
    padding: 40px 0
  }
}

@media (max-width:600px) {
  .header {
    padding: 20px 0
  }
}

.header:not(:last-child) {
  margin-bottom: 88px
}

@media (max-width:991px) {
  .header:not(:last-child) {
    margin-bottom: 60px
  }
}

@media (max-width:600px) {
  .header:not(:last-child) {
    margin-bottom: 20px
  }
}

.header__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr;
  grid-template: auto/1fr;
  gap: 10px
}

@media (max-width:991px) {
  .header__container {
    display: block
  }
}

.header__left {
  padding-top: 15px
}

@media (max-width:991px) {
  .header__left {
    padding-top: 0
  }
}

@media (max-width:991px) {
  .header__left:not(:last-child) {
    margin-bottom: 0
  }
}

.header__title {
  font-family: Raleway;
  font-weight: 700;
  font-size: 68px;
  line-height: 75px;
  color: #eeeff5
}

@media (max-width:991px) {
  .header__title {
    font-size: 36px;
    line-height: 44px
  }
}

@media (max-width:600px) {
  .header__title {
    font-size: 16px;
    line-height: 22px
  }
}

.header__title:not(:last-child) {
  margin-bottom: 16px
}

@media (max-width:600px) {
  .header__title:not(:last-child) {
    margin-bottom: 8px
  }
}

.header__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #eeeff5
}

@media (max-width:991px) {
  .header__subtitle {
    font-size: 18px;
    line-height: 24px
  }
}

@media (max-width:600px) {
  .header__subtitle {
    font-size: 14px;
    line-height: 18px
  }
}

.header__subtitle:not(:last-child) {
  margin-bottom: 8px
}

.header__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #eeeff5;
}

@media (max-width:600px) {
  .header__text {
    font-size: 12px;
    line-height: 16px
  }
}

.header__text:not(:last-child) {
  margin-bottom: 10px
}

@media (max-width:991px) {
  .header__wrapper-slider {
    display: none;
  }
}

@media (max-width:600px) {
  .header__wrapper-slider {
    width: 100%
  }
}

.header-slider {
  padding: 0 25px 0 0
}

@media (max-width:600px) {
  .header-slider {
    padding: 0 110px 0 0
  }
}

.header-slider__wrapper {
  height: 480px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 6px
}

@media (max-width:600px) {
  .header-slider__wrapper {
    gap: 0 15px;
    height: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.header-slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 216px;
  height: 232px
}

.header-slider__num {
  position: relative;
  z-index: 2;
  right: -2px;
  margin-top: 16px;
  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;
  font-family: Raleway;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  background-color: #ffd136;
  border-radius: 10px 0 0 10px;
  padding: 0 5px 2px 10px
}

.header-slider__num span:first-child {
  display: block;
}

.header-slider__num span:last-child {
  display: none;
}

@media (max-width:600px) {
  .header-slider__num span:first-child {
    display: none;
  }

  .header-slider__num span:last-child {
    display: block;
  }
}

.header-slider__content {
  padding: 16px;
  background-color: #eff5f8;
  border: 3px solid #ffd136;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.header-slider__image {
  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;
  height: 104px;
  border-radius: 5px;
  overflow: hidden;
  padding: 5px;
}

.header-slider__image_1 {
  background-color: #054146
}

.header-slider__image_2 {
  background-color: #060b35
}

.header-slider__image_3 {
  background-color: #fff
}

.header-slider__image_4 {
  background-color: #000
}

.header-slider__image a {
  display: block;
  width: 100%;
  height: 100%
}

.header-slider__image a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.header-slider__image:not(:last-child) {
  margin-bottom: 8px
}

.header-slider__text {
  font-family: Raleway;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  -webkit-font-feature-settings: "pnum"on, "lnum"on;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #34117e
}

.header-slider__text:not(:last-child) {
  margin-bottom: 5px
}

.header-slider__text:last-child {
  margin-bottom: 8px
}

.header-slider__link {
  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 20px;
  width: 100%;
  min-height: 32px;
  background-color: #119f27;
  border-radius: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  line-height: 14px;
  color: #fff;
  -webkit-transition: background-color .3s linear, -webkit-box-shadow .3s linear;
  transition: background-color .3s linear, -webkit-box-shadow .3s linear;
  -o-transition: background-color .3s linear, box-shadow .3s linear;
  transition: background-color .3s linear, box-shadow .3s linear;
  transition: background-color .3s linear, box-shadow .3s linear, -webkit-box-shadow .3s linear;
  -webkit-animation-name: anim-link;
  animation-name: anim-link;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@media (any-hover:hover) {
  .header-slider__link:hover {
    background-color: var(--hover);
    -webkit-box-shadow: 0 4px 4px rgba(17, 7, 78, .25);
    box-shadow: 0 4px 4px rgba(17, 7, 78, .25)
  }
}

.header-slider__link:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-box-shadow: 0 4px 4px rgba(17, 7, 78, .25);
  box-shadow: 0 4px 4px rgba(17, 7, 78, .25)
}

.best:not(:last-child) {
  margin-bottom: 40px
}

.best__head:not(:last-child) {
  margin-bottom: 22px
}

@media (max-width:600px) {
  .best__head:not(:last-child) {
    margin-bottom: 16px
  }
}

.best__title {
  font-family: Raleway;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #000
}

@media (max-width:991px) {
  .best__title {
    font-size: 28px;
    line-height: 35px
  }
}

@media (max-width:600px) {
  .best__title {
    font-size: 24px;
    line-height: 31px
  }
}

.best__title:not(:last-child) {
  margin-bottom: 16px
}

@media (max-width:600px) {
  .best__title:not(:last-child) {
    margin-bottom: 8px
  }
}

.best__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000
}

.best__text_width {
  max-width: 1088px
}

.best__columns {
  display: -ms-grid;
  display: grid;
  grid-template: auto/repeat(auto-fill, minmax(500px, 1fr));
  gap: 32px
}

@media (max-width:991px) {
  .best__columns {
    gap: 24px
  }
}

@media (max-width:600px) {
  .best__columns {
    gap: 8px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.best__item:not(:last-child) {
  margin-bottom: 16px
}

.best__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 416px;
  width: 100%;
  gap: 13px;
  background-color: #2812b0;
  border-radius: 31px;
  padding: 5px 16px
}

.best__top:not(:last-child) {
  margin-bottom: 8px
}

.best__icon {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  height: 35px
}

.best__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.best__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #fff
}

.bottom {
  background-color: #12092c;
  padding: 40px 0 140px 0
}

.bottom__title {
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #f5e7e7
}

.bottom__title:not(:last-child) {
  margin-bottom: 16px
}

@media (max-width:600px) {
  .bottom__title:not(:last-child) {
    margin-bottom: 24px
  }
}

.bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 43px 69px
}

@media (max-width:1220px) {
  .bottom__list {
    gap: 33px 49px
  }
}

@media (max-width:600px) {
  .bottom__list {
    gap: 24px
  }
}

.bottom__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 618px;
  flex: 0 0 618px
}

@media (max-width:1220px) {
  .bottom__item {
    gap: 24px
  }
}

@media (max-width:700px) {
  .bottom__item {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
  }
}

.bottom__image {
  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;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 304px;
  flex: 0 0 304px;
  height: 266px
}

@media (max-width:700px) {
  .bottom__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 304px
  }
}

.bottom__image_1 {
  height: 196px
}

.bottom__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.bottom__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%
}

@media (max-width:700px) {
  .bottom__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.bottom__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #faf4f4
}

.bottom__subtitle:not(:last-child) {
  margin-bottom: 8px
}

.bottom__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #faf4f4
}

.cas:not(:last-child) {
  margin-bottom: 80px
}

.cas__container {
  max-width: 1120px
}

@media (max-width:991px) {
  .cas__container {
    max-width: 768px
  }
}

@media (max-width:700px) {
  .cas__container {
    max-width: 460px
  }
}

.cas__item:not(:last-child) {
  margin-bottom: 24px
}

@media (max-width:600px) {
  .cas__item:not(:last-child) {
    margin-bottom: 16px
  }
}

.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.header__top-left {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.header__top {
  margin-bottom: 40px;
}

.header__logo {
  display: block;
  width: 189px;
  height: 56px;
}

.header__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.header__top-text {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #eeeff5;
}

.header__au {
  display: block;
  width: 49px;
  height: 29px;
}

.header__au img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.icon-r {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 64px;
  height: 32px;
  animation-name: iconr;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.icon-r img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes iconr {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}

@media (max-width: 991px) {
  .header__top-text {
    font-size: 20px;
    line-height: 26px;
  }

  .header__logo {
    width: 125px;
    height: 38px;
  }

  .header__top {
    margin-bottom: 20px;
  }

  .icon-r {
    bottom: 20px;
    right: 20px;
  }

  .header__au {
    width: 35px;
    height: 25px;
  }
}

@media (max-width: 600px) {
  .header__top-text {
    font-size: 14px;
    line-height: 18px;
  }

  .icon-r {
    bottom: 10px;
    right: 10px;
  }

  .header__logo {
    width: 104px;
    height: 31px;
  }
}

.cas-item {
  padding: 24px 22px 16px 26px;
  background-color: #f7f7f7;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  border: 3px solid #ffd136;
}

@media (max-width:1110px) {
  .cas-item {
    padding: 16px
  }
}

@media (max-width:991px) {
  .cas-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media (max-width:600px) {
  .cas-item {
    background-color: #fff;
    border-radius: 0;
    gap: 8px
  }
}

.cas-item__wrapper-payment {
  width: 100%;
}

.cas-item__part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  flex: 0 1 730px;
}

@media (max-width: 991px) {
  .cas-item__part {
    flex: none;
    width: 100%;
  }
}

@media (max-width: 600px) {}

.cas-item__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  padding: 0 10px 0 0;
  border-right: 1px solid rgba(14, 33, 201, .4)
}

@media (max-width:991px) {
  .cas-item__left {
    padding: 0 14px 0 0
  }
}

@media (max-width:700px) {
  .cas-item__left {
    width: 100%;
    flex: none;
    padding: 0;
    border: 0
  }
}

@media (max-width:600px) {
  .cas-item__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
  }
}

.cas-item__left-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  flex: 0 1 390px;
}

@media (max-width:1110px) {
  .cas-item__left-el {
    gap: 12px
  }
}

@media (max-width:400px) {
  .cas-item__left-el {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.cas-item__image {
  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: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 176px;
  flex: 0 0 176px;
  height: 152px;
  overflow: hidden;
  padding: 5px
}

@media (max-width:600px) {
  .cas-item__image {
    height: 128px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 152px;
    flex: 0 0 152px
  }
}

.cas-item__image_1 {
  background-color: #054146
}

.cas-item__image_2 {
  background-color: #fff
}

.cas-item__image_3 {
  background-color: #000
}

.cas-item__image_4 {
  background-color: #2b2426
}

.cas-item__image_5 {
  background-color: #b8820b
}

.cas-item__image_6 {
  background-color: #2b3591
}

.cas-item__image_7 {
  background-color: #eb4424
}

.cas-item__image_8 {
  background-color: #701fac
}

.cas-item__image a {
  display: block;
  width: 100%;
  height: 100%
}

.cas-item__image a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.cas-item__left-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  width: 100%;
}

.cas-item__casname {
  font-family: Raleway;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  -webkit-font-feature-settings: "pnum"on, "lnum"on;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #000
}

@media (max-width:991px) {
  .cas-item__casname {
    font-size: 18px;
    line-height: 21px
  }
}

@media (max-width:600px) {
  .cas-item__casname {
    font-size: 16px;
    line-height: 19px
  }
}

.cas-item__casname:not(:last-child) {
  margin-bottom: 9px
}

@media (max-width:600px) {
  .cas-item__casname:not(:last-child) {
    margin-bottom: 6px
  }
}

.cas-item__wrapper-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.cas-item__wrapper-rating:not(:last-child) {
  margin-bottom: 8px
}

@media (max-width:600px) {
  .cas-item__wrapper-rating:not(:last-child) {
    margin-bottom: 14px
  }
}

.cas-item__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px
}

.cas-item__rating-star {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px
}

@media (max-width:600px) {
  .cas-item__rating-star {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    height: 22px
  }
}

.cas-item__rating-star svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  fill: #34117E;
}

.cas-item__rating-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  opacity: .4;
  padding-top: 3px
}

@media (max-width:600px) {
  .cas-item__rating-text {
    font-size: 14px;
    line-height: 21px
  }
}

.cas-item__payment-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  opacity: .4
}

@media (max-width:600px) {
  .cas-item__payment-text {
    font-size: 20px;
    line-height: 28px
  }
}

@media (max-width:600px) {
  .cas-item__payment-text:not(:last-child) {
    margin-bottom: 5px
  }
}

.cas-item__payment-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.cas-item__payment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  -webkit-transition: height .3s linear;
  -o-transition: height .3s linear;
  transition: height .3s linear;
  width: 100%;
}

@media (max-width:600px) {
  .cas-item__payment-list {
    height: 20px;
    overflow: hidden
  }
}

.cas-item__payment-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.cas-item__payment-btn {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 11px
}

@media (max-width:600px) {
  .cas-item__payment-btn {
    display: block;
    margin-top: 3px
  }
}

.cas-item__payment-btn img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.cas-item__left-middle {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 320px;
  flex: 0 1 320px;
  padding: 0 5px 0 0;
  border-right: 1px solid rgba(14, 33, 201, .4);
  padding-top: 15px
}

@media (max-width:991px) {
  .cas-item__left-middle {
    padding: 0;
    border: 0
  }
}

@media (max-width:700px) {
  .cas-item__left-middle {
    display: none
  }
}

.cas-item__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px
}

.cas-item__wrapper-text:not(:last-child) {
  margin-bottom: 8px
}

@media (max-width:600px) {
  .cas-item__wrapper-text:not(:last-child) {
    margin-bottom: 0
  }
}

.cas-item__icon {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  height: 16px;
  margin-top: 3px
}

@media (max-width:600px) {
  .cas-item__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    height: 14px
  }
}

.cas-item__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.cas-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000
}

@media (max-width:600px) {
  .cas-item__text {
    font-size: 13px;
    line-height: 20px
  }
}

.cas-item__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 264px;
  flex: 0 0 264px;
  margin-left: auto
}

@media (max-width:991px) {
  .cas-item__right {
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

@media (max-width:700px) {
  .cas-item__right {
    width: 100%
  }
}

.cas-item__right-item {
  width: 100%
}

.cas-item__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.cas-item__benefits:not(:last-child) {
  margin-bottom: 26px
}

@media (max-width:991px) {
  .cas-item__benefits:not(:last-child) {
    margin-bottom: 16px
  }
}

@media (max-width:600px) {
  .cas-item__benefits:not(:last-child) {
    margin-bottom: 8px
  }
}

@media (max-width:700px) {
  .cas-item__info:not(:last-child) {
    margin-bottom: 16px
  }
}

@media (max-width:600px) {
  .cas-item__info:not(:last-child) {
    margin-bottom: 12px
  }
}

.cas-item__benefits-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #262628;
  opacity: .6
}

.cas-item__benefits-text {
  font-family: Raleway;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  -webkit-font-feature-settings: "pnum"on, "lnum"on;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #34117e;
  -webkit-animation-name: bentext;
  animation-name: bentext;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear
}

.cas-item__link {
  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 20px;
  background-color: #119f27;
  border-radius: 26px;
  font-weight: 400;
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 47px;
  width: 100%;
  -webkit-transition: background-color .3s linear, -webkit-box-shadow .3s linear;
  transition: background-color .3s linear, -webkit-box-shadow .3s linear;
  -o-transition: background-color .3s linear, box-shadow .3s linear;
  transition: background-color .3s linear, box-shadow .3s linear;
  transition: background-color .3s linear, box-shadow .3s linear, -webkit-box-shadow .3s linear;
  -webkit-animation-name: anim-link;
  animation-name: anim-link;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@media (max-width:600px) {
  .cas-item__link {
    min-height: 50px
  }
}

@media (any-hover:hover) {
  .cas-item__link:hover {
    background-color: var(--hover);
    -webkit-box-shadow: 0 4px 4px rgba(17, 7, 78, .25);
    box-shadow: 0 4px 4px rgba(17, 7, 78, .25)
  }
}

.cas-item__link:active {
  background-color: var(--active);
  -webkit-box-shadow: 0 4px 4px rgba(17, 7, 78, .25);
  box-shadow: 0 4px 4px rgba(17, 7, 78, .25);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  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;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s linear, visibility .3s linear;
  -o-transition: opacity .3s linear, visibility .3s linear;
  transition: opacity .3s linear, visibility .3s linear
}

.popup.popup-active {
  opacity: 1;
  visibility: visible
}

.popup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, .5)
}

.popup__body {
  position: relative;
  z-index: 2;
  width: 626px;
  height: 547px;
  background-color: #fff
}

@media (max-width:680px) {
  .popup__body {
    width: 95%;
    height: auto
  }
}

.popup__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  height: 37px;
  background-color: #12092c
}

.popup__btn {
  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;
  margin-left: auto
}

@media (any-hover:hover) {
  .popup__btn:hover span::before {
    background-color: var(--hover)
  }

  .popup__btn:hover span::after {
    background-color: var(--hover)
  }
}

.popup__btn:active span::before {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.popup__btn:active span::after {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.popup__btn span {
  position: relative;
  display: block;
  width: 20px;
  height: 20px
}

.popup__btn span::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background-color .3s linear;
  -o-transition: background-color .3s linear;
  transition: background-color .3s linear
}

.popup__btn span::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: background-color .3s linear;
  -o-transition: background-color .3s linear;
  transition: background-color .3s linear
}

.popup__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.popup__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 336px;
  flex: 0 0 336px;
  height: 510px
}

@media (max-width:680px) {
  .popup__image {
    display: none
  }
}

.popup__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.popup__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding: 30px 16px 22px 16px
}

@media (max-width:680px) {
  .popup__descr {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 20px 10px
  }
}

.popup__title {
  font-family: Raleway;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  -webkit-font-feature-settings: "pnum"on, "lnum"on;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #000
}

@media (max-width:991px) {
  .popup__title {
    font-size: 26px;
    line-height: 36px
  }
}

@media (max-width:600px) {
  .popup__title {
    font-size: 22px;
    line-height: 32px
  }
}

.popup__title:not(:last-child) {
  margin-bottom: 8px
}

.popup__subtitle {
  font-family: Raleway;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000
}

@media (max-width:991px) {
  .popup__subtitle {
    font-size: 22px;
    line-height: 26px
  }
}

@media (max-width:600px) {
  .popup__subtitle {
    font-size: 18px;
    line-height: 21px
  }
}

.popup__subtitle:not(:last-child) {
  margin-bottom: 20px
}

.popup__texts:not(:last-child) {
  margin-bottom: 20px
}

.popup__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px
}

.popup__wrapper-text:not(:last-child) {
  margin-bottom: 11px
}

.popup__icon {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14px;
  flex: 0 0 14px;
  height: 14px;
  margin-top: 2px
}

.popup__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.popup__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000
}

.popup__wrapper-payments:not(:last-child) {
  margin-bottom: 50px
}

@media (max-width:680px) {
  .popup__wrapper-payments:not(:last-child) {
    margin-bottom: 20px
  }
}

.popup__payments-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  opacity: .4
}

@media (max-width:600px) {
  .popup__payments-title {
    font-size: 14px;
    line-height: 22px
  }
}

.popup__payments-title:not(:last-child) {
  margin-bottom: 5px
}

.popup__payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px
}

@media (max-width:600px) {
  .popup__payments {
    gap: 5px
  }
}

.popup__payments-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42px;
  flex: 0 0 42px;
  height: 21px
}

@media (max-width:600px) {
  .popup__payments-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    height: 16px
  }
}

.popup__payments-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.popup__link {
  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 20px;
  background-color: #119f27;
  border-radius: 26px;
  min-height: 37px;
  font-weight: 400;
  font-size: 17px;
  line-height: 17px;
  color: #fff;
  -webkit-animation-name: anim-link;
  animation-name: anim-link;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: background-color .3s linear, -webkit-box-shadow .3s linear;
  transition: background-color .3s linear, -webkit-box-shadow .3s linear;
  -o-transition: background-color .3s linear, box-shadow .3s linear;
  transition: background-color .3s linear, box-shadow .3s linear;
  transition: background-color .3s linear, box-shadow .3s linear, -webkit-box-shadow .3s linear
}

@media (any-hover:hover) {
  .popup__link:hover {
    background-color: var(--hover);
    -webkit-box-shadow: 0 4px 4px rgba(17, 7, 78, .25);
    box-shadow: 0 4px 4px rgba(17, 7, 78, .25)
  }
}

.popup__link:active {
  background-color: var(--active);
  -webkit-box-shadow: 0 4px 4px rgba(17, 7, 78, .25);
  box-shadow: 0 4px 4px rgba(17, 7, 78, .25);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

@-webkit-keyframes anim-link {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes anim-link {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes bentext {
  0% {
    color: #34117e
  }

  25% {
    color: red
  }

  50% {
    color: #ff0
  }

  75% {
    color: green
  }

  100% {
    color: #34117e
  }
}

@keyframes bentext {
  0% {
    color: #34117e
  }

  25% {
    color: red
  }

  50% {
    color: #ff0
  }

  75% {
    color: green
  }

  100% {
    color: #34117e
  }
}


.footer {
  padding: 30px 0;
  background-color: #565f64
}

.footer__list {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (max-width:991px) {
  .footer__list {
    gap: 15px 20px
  }
}

@media (max-width:600px) {
  .footer__list {
    gap: 10px 20px
  }
}

.footer__list:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .footer__list:not(:last-child) {
    margin-bottom: 25px
  }
}

@media (max-width:600px) {
  .footer__list:not(:last-child) {
    margin-bottom: 20px
  }
}

.footer__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  height: 30px;
  border-radius: 15px;
  overflow: hidden
}

@media (max-width:600px) {
  .footer__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    height: 20px
  }
}

.footer__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  border-radius: 15px
}

.footer__descr {
  text-align: center
}

.footer__text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff
}

@media (max-width:600px) {
  .footer__text {
    font-size: 12px;
    line-height: 16px
  }
}

.footer__text:not(:last-child) {
  margin-bottom: 15px
}

@media (max-width:600px) {
  .footer__text:not(:last-child) {
    margin-bottom: 10px
  }
}

.page.dark {
  background-color: #080218;
}

.dark .header-slider__content {
  background-color: #12092C;
}

.dark .header-slider__text {
  color: #FFD136;
}

.dark .cas-item {
  background-color: #12092c;
}

.dark .cas-item__casname {
  color: #ffffff;
}

.dark .cas-item__payment-text {
  color: #ffffff;
}

.dark .cas-item__text {
  color: #ffffff;
}

.dark .cas-item__benefits-title {
  color: #ffffff;
}

.dark .best__title {
  color:#fff;
}

.dark .best__text {
  color: #ffffff;
}

.dark .bottom {
  background-color: #12092c;
}

.dark .cas-item__rating-star svg {
  fill: #ffd136;
}

.dark .cas-item__rating-text {
  color: #ffffff;
}