svg use {
  fill: #fff;
  fill-rule: evenodd;
}

.path {
  fill: #fff;
  stroke: #fff;
}

html {
  scroll-behavior: smooth;
}

.svg-menu rect,
.menu {
  transition: all 0.3s linear;
}

body {
  font-family: Arial, sans-serif;
  width: 100%;
  color: #fff;
  font-size: 15px;
  line-height: 150%;
  overflow-x: hidden;
  background: #0c1732;
  font-weight: 400;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  padding-top: 100px;
}

a {
  color: inherit;
}

* {
  position: relative;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

ul > li {
  display: inline-block;
}

span {
  display: inline-block;
}

.image img {
  display: block;
}

.header {
  z-index: 1000;
  width: 100%;
  background: #1c2741;
}


.image img {
  margin: auto;
}

.content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 0;
  overflow: hidden;
}

a {
  transition: all 0.2s linear;
}

h1,
h2,
h3,
h4,
.title {
  font-weight: 700;
  z-index: 100;
  color: #e0e700;
}

h1,
.title.general {
  font-size: 38px;
  line-height: 120%;
  color: #e0e700;
  text-align: center;
  text-transform: uppercase;
}

h2,
.title.high {
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 16px;
  text-align: center;
  color: #e0e700;
  text-transform: uppercase;
}

h3,
.title.middle {
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #e0e700;
  margin-bottom: 16px;
  text-transform: uppercase;
}

h4,
.title.small {
  font-size: 15px;
  line-height: 22px;
  text-align: left;
}

.button {
  min-width: 190px;
  font-size: 24px;
  line-height: 21px;
  font-weight: 900;
  padding: 12px 24px;
  display: inline-block;
  position: relative;
  color: #111425;
  height: auto;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  margin: auto;
  z-index: 10;
  transition: all 0.3s linear;
  border-radius: 6px;
  background: #00ff01;
}

.button:hover {
  transform: scale(1.05);
}
/* header */

/* first */

.header {
  position: fixed;
  top: 0;
  left: 0;
  background: #1c2741;
}

.content.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: none;
  min-height: 100px;
  padding: 0;
  overflow: visible;
}

.logo img {
  display: block;
  max-width: none;
}

.header__logo {
  margin-right: 122px;
}

.header__menu-button {
  display: none;
  background: transparent;
  z-index: 1000;
}

.header__menu-button svg {
  display: block;
  width: 45px;
}

.header__content > .header__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__button.button {
  min-width: 124px;
  border: none;
  border-radius: 6px;
  background: #316382;
  margin: 0;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: #fff;
}

.header__button + .header__button {
  margin-left: 8px;
}
.header__menu {
  flex: 1;
}

.header__menu > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  gap: 16px;
}

.header__menu > ul a {
  transition: opacity 0.3s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  justify-content: center;
}

.header__menu > ul a:hover {
  color: #316382;
}

.header__languages {
  position: relative;
  z-index: 1000;
  font-size: 14px;
  line-height: 16px;
  color: #6e7785;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 24px;
}

.header__languages img {
  display: block;
  border-radius: 50%;
}

.header-languages__button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
  z-index: 1000;
  padding-right: 20px;
}

.header-languages__button:before {
  content: "";
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  background-image: url(../images/languages-arrow.svg);
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-languages__button img {
  width: 24px;
  border-radius: 50%;
  transition: all 0.2s linear;
}

.header-languages__button:hover img {
  transform: scale(1.1);
}

.header-languages__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: -999;
  width: 100vw;
  height: 100%;
  margin: 0;
  border: none;
  overflow: hidden;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
  transition: all 0.1s linear;
  padding: 20px;
}

.header-languages__wrapper.active {
  opacity: 1;
  overflow-y: auto;
  z-index: 11000;
  visibility: visible;
  background: rgba(0, 0, 0, 0.6);
}

.header-languages__wrap {
  display: block;
  position: absolute;
  margin: 10px 20px 0;
}

.header-languages__wrap > div:not(.header-languages__close) {
  padding: 24px 30px;
  border-radius: 10px;
  background: #1a1b29;
  max-width: 450px;
  z-index: 10;
  transition: all 0.2s linear;
  overflow: auto;
  max-height: calc(100vh - 10px);
  width: auto;
}

.header-languages__wrap > div::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.header-languages__desc {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 22px;
  color: #fff5d6;
  text-transform: none;
  font-weight: 400;
}

.header-languages__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -24px;
  margin-left: -15px;
}

.header-languages__list li {
  margin-top: 24px;
  margin-left: 15px;
  flex: 0 1 calc((100% - 15px * 5) / 5);
}

.header-languages__list a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
  font-size: 15px;
  line-height: 2px;
  color: #fff5d6;
  font-weight: 400;
  min-width: 60px;
}

.header-languages__list a:hover {
  color: #fff;
}

.header-languages__list a span:first-child {
  flex: 0 1 24px;
  margin-right: 4px;
  transition: all 0.2s linear;
}

.header-languages__list a span:nth-child(2) {
  flex: 1;
}

.header-languages__list a img {
  transition: all 0.2s linear;
}

.header-languages__list a:hover span:first-child {
  transform: scale(1.1);
}

.header-languages__close {
  position: absolute;
  right: -16px;
  top: -16px;
  cursor: pointer;
  transition: all 0.2s linear;
  z-index: 100;
}

.header-languages__close:hover {
  transform: scale(1.1);
}

.header__expand-menu {
  display: none;
  margin-bottom: 50px;
  z-index: 1001;
}

.header__expand-menu > * {
  display: none;
  width: 100%;
}

.header__expand-menu > *:nth-child(2) a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__expand-menu li {
  display: block;
  width: 100%;
}

.header__expand-menu > *:nth-child(2) a {
  font-weight: 700;
  padding: 12px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px 20px 10px 10px;
  color: #fff;
}

.header__expand-menu span {
  display: block;
}

.header__expand-menu img {
  display: block;
  margin: auto;
}

.header__expand-menu span:first-child {
  flex: 0 1 24px;
  margin-right: 8px;
}

/* cover */

.cover {
  overflow: hidden;
}

.content.cover__content {
  overflow: visible;
  background: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 400px;
  margin-bottom: 80px;
  padding: 0;
}

.cover__title.title {
  text-align: center;
}

.cover__title span {
  color: #e93e3a;
}

.cover__title span:nth-child(1),
.cover__title span:nth-child(2) {
  color: #ffffff;
}

.cover__wrap {
  z-index: 100;
}

.cover__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cover__bg img {
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.cover__image {
  position: absolute;
  left: 52%;
  height: 100%;
  max-height: 360px;
  bottom: 0;
  z-index: 1;
}

.cover__image img {
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
}
/* SLIDER */
.slider__dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #316382;
  border-radius: 50%;
  cursor: pointer;
}
.dot.active {
  background: #32bff8;
}
/* content nav */
.content.nav ul > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
  padding: 12px 14px;
  background: #316382;
  border-radius:6px;

}
.content.nav ul > li > a.tab-link.active {
  background: rgb(6, 56, 87) !important;
}
.content.nav ul > li > a.active {
  background: rgb(6, 56, 87);
}



.content.nav ul > li {
   /* padding: 12px 14px;
    background: #316382;
    border-radius: 6px; */
}
.content.nav ul > li:hover {
  background: #063857;
}
.content.nav ul > li:hover,
.content.nav ul > li .tab-link:hover {
  background: rgb(6, 56, 87);
}
.content.nav ul > li .tab-link.active{
  background: rgb(6, 56, 87);
}

.content.nav ul > li > .tab-link{
  background: #316382;
}
.content.nav ul > li .tab-link.active{
  background: rgb(6, 56, 87);
}

.content.nav ul > li:hover,
.content.nav ul > li:hover .tab-link {
  background: rgb(6, 56, 87);
}
.content.nav ul {
  gap: 10.56px;
  display: flex;
}
/* content betting */
.betting__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.content.betting .betting__container:first-of-type {
  margin-bottom: 24px;
}
.betting__match.betting__match--highlighted {
  background: #1d2843;
  border: 1px solid #e0e700;
  padding: 12px 0;
  flex: 1 1 calc(24% - 10px);
  max-width: calc(25% - 10px);
  box-sizing: border-box;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.betting__team.betting__team--home,
.betting__team.betting__team--away {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
}
.betting__versus {
  color: #316382;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 3px;
}
.betting__teams {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 12px;
  padding: 0 8.2px;
  min-height: 40px;
}
.betting__status {
  color: #868c96;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  margin-bottom: 12px;
  text-align: center;
}
.betting__status .betting__status--live {
  color: #e0e700;
  margin-left: 3px;
}
.betting__score {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  padding: 4px 16px;
  background: #101628;
  display: inline-block;
  border-radius: 6px;
  margin: 0 auto 12px auto;
  text-align: center;
}
.betting__img {
  display: flex;
  gap: 44px;
  margin-bottom: 12px;
}
.betting__time {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #868c96;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}
.betting__odds {
  padding: 6px 34px;
  background: #101628;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.betting__odds .betting__odd {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.betting__button {
  background: #316382;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  border-radius: 6px;
  padding: 8px 20px;
}
.betting__button:hover{
  transform: scale(1.05);
}
/* info */

.info {
  background-image: url("../img/info-bg.jfif");
  background-size: cover;
  background-repeat: no-repeat;

  background-position: center left;
}
.info2 {
  background-image: url("../img/info-bg2.jfif");
  background-size: cover;
  background-repeat: no-repeat;

  background-position: center left;
}
.info__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-image: url("../img/info-bg.jfif");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  gap: 16px;
}

.info__wrap {
  max-width: 369px;
  width: 70%;
  z-index: 10;
}

.info__decor {
  position: absolute;
  left: 15px;
  bottom: 100%;
  width: calc(100% - 30px);
}

.info__decor img {
  display: block;
  margin: auto;
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
}

.info__image {
  position: absolute;
  left: 5%;
  bottom: 7%;
  max-height: 520px;
  height: 60%;
}
/* registration */
.registration {
  background: #0c1732;
  border-width: 2px 0px 2px 0px;
  border-style: solid;
  border-color: #e0e700;
}
.registration__nav {
  display: flex;
  gap: 16px;
}
.registration__info {
  background: #1d2843;
  border: 1px solid #e0e700;
  padding: 12px 24px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.registration__number {
  font-size: 112px;
  line-height: 96px;
  color: #e0e700;
  font-weight: 700;
}
.registration__title {
  font-size: 32px;
  line-height: 100%;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.59px;
  text-transform: uppercase;
}
.registration__text {
  font-size: 16px;
  line-height: 100%;
  color: #0092c8;
  font-weight: 400;
}
/* table */
.table {
  background: #031142;
}

table {
  width: 100%;
  text-align: left;
}

table tr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #1d2843;
  border-radius: 6px;
}
.info__table tbody {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info__img {
  position: relative;
  width: 369.33px;
  height: 288px;
  border: 2px solid #e0e700;
  overflow: hidden;
  border-radius: 6px;
}

.info__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 63%;
  background: linear-gradient(
    179.85deg,
    rgba(16, 22, 40, 0) 42.9%,
    #101628 64.84%
  );
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

.info__overlay p {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  margin: 0;
}
.table-bg {
  border-radius: 6px;
  border: 1px solid #e0e700;
  padding: 1px;
  overflow-x: auto; -webkit-overflow-scrolling: touch;
}

table td {
  text-align: left;
}

.info__table td:first-child img {
  width: 28px;
  height: 28px;
  margin-right: 20px;
}

.info__table td:nth-child(2) {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding: 14.5px 16px 14.5px 0;
}
.info__table td:nth-child(1) {
  padding: 0 0 0 20px;
}
/* slots */

.slots:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2%;
  width: 280px;
  height: 582px;
  background-image: url(../images/slots-decor.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.slots__decor {
  position: absolute;
  bottom: 100%;
  left: 16px;
  width: calc(100% - 32px);
  z-index: 1;
}

.slots__decor img {
  display: block;
  margin: auto;
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
}

.slots__table {
  background: #05071a;
  width: 100%; table-layout: auto;
}

.slots__table td {
  flex: 0 1 calc(100% / 3);
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
}
.slots__table td:first-child {
  flex: 0 1 calc(74%);
  border-right: 1px solid #e0e700;
  padding: 7.5px 16px;
}
.slots__table td:last-child {
  border-left: 1px solid #e0e700;
  padding: 7.5px 16px;
}
.slots__table td span {
  font-weight: 700;
}
.slots__table tr:first-child {
  color: #e0e700;
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  text-transform: uppercase;
  background: #111c37;
  border-radius: 0;
}
.slots__table tr{
  border-radius: 0;
}
.slots__table td + td {
  padding-left: 16px;
}

/* article  */

article > *,
.article > * {
  margin-top: 16px;
}

.article > * + .button,
article > * + .button {
  margin-top: 20px;
}

article > *:first-child,
.article > *:first-child,
article > a.button:first-child,
.article > a.button:first-child {
  margin-top: 0;
}

article li,
.article li {
  padding-left: 30px;
  display: block;
  text-align: left;
}

.article ul li + li,
article ul li + li,
.article ol li + li,
article ol li + li {
  margin-top: 6.5px;
}

article li span,
.article li span {
  font-weight: 700;
}

.article ul li:before,
article ul li:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../img/li.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0px;
}

.article ol,
article ol {
  list-style-position: inside;
  list-style: none;
}

.article ol > li,
article > ol li {
  counter-increment: ol;
}

.article ol > li:before,
article ol > li:before {
  content: counter(ol);
  font-size: 16px;
  font-weight: 900;
  line-height: 120%;
  position: absolute;
  left: 0;
  top: 0;
  color: #1d2843;
  background: #e0e700;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.article > ol > li:marker,
article > ol > li:marker {
  content: counters(li);
}

.article p a {
  text-decoration: underline;
}

.article p a,
article p a,
.article li a,
article li a {
  color: #4da533;
  text-decoration: none;
}

.article .image,
article .image {
  border-radius: 3px;
  overflow: hidden;
}
.article-bg {
  background: #031142;
}

/* vip bonus */
.vip__content-bg {
  background: #3c0137;
}
.vip__content,
.bonus__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  gap: 32px;
}

.vip__content > *,
.bonus__content > * {
  flex: 0 1 calc((100% - 20px) / 2);
}
.vip__article{
  flex: 0 1 70%;
}
.vip__image  {
  flex: 0 1 30%;
}
.vip__image,
.bonus__image {
  border-radius: 6px;
  border: 2px solid #e0e700;
  overflow: hidden;
}

.vip__image img,
.bonus__image img {
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
  width: 100%;
}

.bonus__article {
  order: 1;
}
.vip__image {
  position: relative;
  display: inline-block;
}

.vip__image img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 279px;
}

.btn-overlay {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  background: #00ff01;
  color: #111425;
  padding: 12px 10px;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 900;
  line-height: 21px;
  text-transform: uppercase;
  text-align: center;
  min-width: 211px;
}

.btn-overlay:hover {
background: #00ff0187;
}
.vip__article-block {
  border: 1px solid #e0e700;
  background: #1d2843;
  border-radius: 6px;
  padding: 16px;
}
.vip__article-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: #e0e700;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.vip__article .vip__article-block {
  flex: 0 1 calc((100% - 20px) / 2);
  flex: 1 1 calc(49% - 10px);
  margin: 0;
}
.article.vip__article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.vip__content2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  align-items: stretch;
  margin-top: 16px;
}
.vip__content3 {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 20px;
  align-items: stretch;
  margin-top: 16px;
}
.vip__content2 .vip__article {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.vip__content2 .vip__image img {
  height: 100%;
  object-position: 83%;
}
.vip__article-list1,
.vip__article-list2 {
  border-radius: 6px;
  border: 1px solid #e0e700;
  background: #1d2843;
  padding: 16px;
}
.vip__article-list {
  display: flex;
  width: 100%;
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.vip__image3 img {
  height: 100%;
  object-position: 75%;
}

/* footer */

.footer {
  background: transparent;
  background: #070b17;
  margin-top: 20px;
  text-align: center;
}
.footer__content.content {
  background: transparent;
  border-radius: 0;
  overflow: visible;
  padding: 47px 0;
}
.footer-logo {
  display: flex;
  gap: 19px;
}
.article.footer__article {
  display: flex;
  align-items: center;
  gap: 33px;
  justify-content: space-between;
  margin-bottom: 16px;
}
.article.footer__article p {
  font-size: 15px;
  line-height: 150%;
  font-weight: 400;
}
.footer img {
  display: block;
  margin: auto;
}

.footer__payment {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-left: -8px;
}

.footer__payment li {
  margin-top: 8px;
  margin-left: 8px;
}

.footer__payment img {
  max-height: 80px;
}

.footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__article.article > * + * {
  margin-top: 8px;
}

.footer__age {
  flex: 0 1 40px;
  margin-left: 24px;
  margin-top: 20px;
}

.footer__article {
  flex: 0 1 calc(100% - 24px - 40px);
  text-align: left;
}

/* comment */

.comment__content.content {
  overflow: hidden;
  text-align: center;
}

.comment__content > * + * {
  margin-top: 16px;
}

.comment__content > * {
  z-index: 100;
}

.comment__list + * {
  margin-top: 0;
}

.comment__list {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  z-index: 100;
  margin-left: -20px;
  margin-top: -20px;
}

.comment-list__item {
  flex: 0 1 calc((100% - 40px) / 2);
  padding: 40px;
  min-height: 240px;
  margin-top: 20px;
  margin-left: 20px;
  text-align: left;
  background-image: url(../images/comment-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  color: #fff;
}

.comment-item__name {
  margin-top: 8px;
}

/* offer */

.offer__content.content {
  padding: 60px 70px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  overflow: hidden;
  min-height: 308px;
  border-radius: 6px;
  /* border: 2px solid #e0e700; */
  margin-top: 16px;
}
.button.offer__button {
  padding: 16px 40px;
  min-width: 219px;
}
.offer__content.content.second {
  border-color: #5bf9d0;
}
.tienes {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.tienes__block {
  background: #1d2843;
  border: 1px solid #e0e700;
  border-radius: 6px;
  padding: 16px;
}
.tienes__number {
  font-size: 16px;
  line-height: 120%;
  overflow-x: hidden;
  color: #1d2843;
  border-radius: 50%;
  background: #e0e700;
  width: 22px;
  height: 22px;
  display: flex;
  font-weight: 900;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
}
.memorables {
  margin-top: 16px;
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.memorables-block {
  background: #1d2843;
  border: 1px solid #e0e700;
  border-radius: 6px;
  padding: 16px;
}
.memorables-title {
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  color: #e0e700;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.offer__content.content.third {
  border-color: #3e5dc7;
}

.offer__content.content.fourth {
  border-color: #05856b;
}

.offer__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.offer__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
  width: 100%;
}

.offer__wrap {
  text-align: center;
  z-index: 100;
}

.offer__title.title.middle {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.fourth .offer__title.title {
  text-transform: uppercase;
}

.fourth .offer__title.title.middle span {
  color: #fcc211;
}

.fourth .offer__title.title.high {
  color: #fff;
}

.fourth .offer__title.title.high span {
  color: #e93e3a;
}

.offer__title.title.high {
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 0;
}

.offer__wrap > * + * {
  margin-top: 15px;
}

.offer__image {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
}

.offer__image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
}

.fourth .offer__image {
  left: auto;
  right: 68%;
}
/* faq */
/* faq__content */
.faq__content.content {
  overflow: hidden;
}

h2.faq__title {
  font-size: 48px;
  line-height: 56px;
}

.faq__item {
  overflow: hidden;
  border-radius: 6px;
  color: #fff;
  background: #1d2843;
}

.title.middle.faq-item__title {
  padding: 16px 60px 16px 20px;
  position: relative;
  font-size: 20px;
  line-height: 120%;
  text-align: left;
  font-weight: 700;
  color: #e0e700;
  background: #111c37;
  margin: 0;
  text-transform: uppercase;
}

.title.middle.faq-item__title:before {
  content: url(../img/faq.svg);
  position: absolute;
  right: 29px;
  top: calc(50% - 3px);
  height: 6px;
  width: 10px;
  line-height: 0;
  transition: all 0.2s linear;
  z-index: 10;
}

.title.middle.faq-item__title:after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  border-radius: 5px;
  z-index: 1;
  background: #e0e700;
  box-sizing: border-box;
}

.faq__item.active .title.middle.faq-item__title:before {
  transform: rotate(180deg);
  right: 24px;
}

.faq__item {
  display: block;
  cursor: pointer;
  border: 1px solid #e0e700;
  border-radius: 6px;
}

.faq__item + .faq__item {
  margin-top: 15px;
}

.faq-item__answer {
  padding: 16px 12px;
}

.js-expand-content {
  display: none;
  overflow: hidden;
}

.js-expand-content.expanded {
  height: 100%;
}
/* to top */

.main__arrow {
  position: fixed;
  bottom: 20px; 
  right: 6%;
  opacity: 0; 
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 999;
}

.main__arrow img {
  width: 42px;
  height: 42px;
  padding:9px 11px;
  border: 1px solid #E0E700;
  border-radius:6px;

}

@media (max-width: 1400px) {
  .main__arrow {
    right: 5%;
  }
}
