@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
svg use {
  fill: #fff;
  fill-rule: evenodd;
}
.path {
  fill: #fff;
  stroke: #fff;
}
.svg-menu rect,
.menu {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body {
  font-family: "Roboto", sans-serif;
  width: 100%;
  color: #81849e;
  font-size: 16px;
  line-height: 24px;
  overflow-x: hidden;
  background: #1a1c21;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body.active {
  margin-top: 80px;
}
* {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  list-style: none;
}
ul > li {
  display: inline-block;
}
span {
  display: inline-block;
  background: linear-gradient(142deg, #f9cc2d -15%, #f0289f 37.16%, #9c6aff 115%);
  border-radius: 5px;
  display: flex;
  height: 25px;
  justify-content: center;
  margin-left: 4px;
  min-width: 24px;
  padding: 0 8px;
}
.image img {
  display: block;
}
.header {
  z-index: 1000;
  width: 100%;
  background: #23242c;
}
.main > * + * {
  margin-top: 90px;
}
.image img {
  margin: auto;
}
.content {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 60px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  background: #121215;
}
a {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
h1,
h2,
h3,
h4,
.title {
  font-weight: 700;
  text-align: left;
  z-index: 100;
  color: #e9eaf4;
}
h1,
.title.general {
  font-size: 48px;
  line-height: 56px;
  color: #e9eaf4;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
h2,
.title.high {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}
h3,
.title.middle {
  font-size: 24px;
  line-height: 32px;
}
h4,
.title.small {
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}
.button {
  border: 1px solid #000000;
  min-width: 100px;
  background: #4874f2;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 12px 30px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  height: auto;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  margin: auto;
  z-index: 10;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-border-radius: 6px;
  border-radius: 9px;
}
.button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.content.header__content {
  padding: 15px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 0;
  border: none;
  min-height: 80px;
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: rgba(25, 26, 30, .9);
}
.header.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.logo img {
  display: block;
  max-width: none;
}
.header__logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 120px;
  -ms-flex: 0 1 120px;
  flex: 0 1 120px;
}
.header__menu-button {
  display: none;
  background: 0 0;
  z-index: 1001;
}
.header__menu-button svg {
  display: block;
}
.header__buttons > .button:first-child {
  background: #23242c;
  padding: 8px 20px;
  min-width: 100px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
.header__buttons > .button:nth-child(2) {
  padding: 8px 20px;
  margin-left: 20px;
  min-width: 100px;
  font-size: 14px;
}
.header__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 30px;
}
.header__menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: right;
  overflow: hidden;
}
.header__menu > ul a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12.5px 12px;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  text-transform: capitalize;
}
.header__menu > ul a:hover {
  color: #fff;
}
.header__expand-menu {
  display: none;
  margin-bottom: 50px;
}
.header__expand-menu img {
  display: block;
}
.header__expand-menu > * {
  display: none;
  width: 100%;
}
.header__expand-menu > *:nth-child(2) a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__expand-menu li {
  display: block;
}
.header__expand-menu > *:nth-child(2) a {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 500;
  padding: 12.5px;
  margin-bottom: 15px;
  width: 100vw;
}
.expand__menu > *:nth-child(2) > li:last-child a {
  margin-bottom: 0;
}
.header__languages {
  margin-left: 20px;
  position: relative;
  z-index: 1000;
  font-size: 20px;
  line-height: 24px;
  color: #a7aebe;
  font-weight: 500;
  text-transform: uppercase;
}
.header__languages img {
  display: block;
}
.header-languages__button {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1000;
  width: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.header-languages__button img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header-languages__button:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.header-languages__wrap {
  display: none;
  position: absolute;
  top: 35px;
  right: -10px;
}
.header-languages__list {
  padding: 11px 8px;
  background: #060b0f;
  z-index: 10;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: auto;
  max-height: -webkit-calc(100vh - 62px);
  max-height: calc(100vh - 62px);
  width: auto;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  min-width: 100px;
}
.header-languages__wrap:before {
  content: "";
  position: absolute;
  top: -5px;
  right: 16px;
  background: #060b0f;
  width: 13px;
  height: 13px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-languages__list a {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 5px 8px;
  font-size: 16px;
  line-height: 24px;
  color: #7a7b91;
  font-weight: 700;
}
.header-languages__list li {
  width: 100%;
}
.header-languages__list li + li {
  margin-top: 6px;
}
.header-languages__list a span:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 24px;
  -ms-flex: 0 1 24px;
  flex: 0 1 24px;
  margin-right: 8px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header-languages__list a span:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc(100% - 24px - 8px);
  -ms-flex: 0 1 calc(100% - 24px - 8px);
  flex: 0 1 calc(100% - 24px - 8px);
}
.header-languages__list a img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header-languages__list a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.header-languages__button:hover .header-languages__list {
  display: block;
}
.cover-rating__stars {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.cover-rating__stars img {
  display: block;
}
.cover-rating__stars > span {
  vertical-align: middle;
}
.cover-rating__stars > span:nth-child(2) {
  margin-left: 10px;
}
.cover-rating__stars > span > span:nth-child(3) {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  vertical-align: middle;
  padding-bottom: 3px;
}
.cover-rating__stars > span > span:nth-child(1) {
  color: #fff;
}
.cover-rating__desc {
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin-top: 7px;
  opacity: 0.7;
}
.cover {
  overflow: hidden;
}
.content.cover__content {
  padding: 80px 20px;
  overflow: visible;
  background: 0 0;
  text-align: center;
}
.page-home .cover__content.content {
  padding: 65px 20px 60px;
}
.cover__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cover__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  -o-object-position: 80%;
  object-position: 80%;
}
.page-bonus .cover__bg img {
  -o-object-position: 85%;
  object-position: 85%;
}
.page-app .cover__bg img {
  -o-object-position: 50%;
  object-position: 50%;
}
.cover__wrap {
  z-index: 100;
  max-width: 600px;
  text-align: left;
}
.title.cover__title {
  margin-bottom: 16px;
  margin-top: 16px;
}
.cover__title span {
  display: block;
}
.first-bonus__content.content {
  background: 0 0;
  overflow: hidden;
  padding: 85px 20px;
  text-align: center;
}
.first-bonus__wrap {
  width: 70%;
  max-width: 550px;
  text-align: left;
  z-index: 100;
  margin-left: 0;
}
.first-bonus__desc {
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
}
.first-bonus__desc span {
  display: block;
}
.first-bonus__desc > span:nth-child(1) {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.first-bonus__desc > span:nth-child(2) {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-top: 16px;
}
.button.first-bonus__button {
  margin-top: 16px;
}
.first-bonus__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f0ddc9;
}
.first-bonus__image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  -o-object-position: 90%;
  object-position: 90%;
}
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; } .table-scroll table { width: 100%; border-collapse: collapse; }
table {
  width: 100%;
  
}
table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #131521;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
table tr + tr {
  margin-top: 8px;
}
table tr td {
  padding: 10px 15px;
}
table tr td:first-child {
  padding-right: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  min-width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}
table tr td:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 75%;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
  max-width: -webkit-calc(100% - 200px);
  max-width: calc(100% - 200px);
}
table tr td:first-child span:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 32px;
  -ms-flex: 0 1 32px;
  flex: 0 1 32px;
  margin-right: 16px;
}
table img {
  display: block;
}
article > *,
.article > * {
  margin-top: 16px;
}
.article > * + .button,
article > * + .button {
  margin-top: 16px;
}
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: 20px;
  display: block;
  text-align: left;
}
article li + li,
.article li + li {
  margin-top: 10px;
}
.article ul li:before,
article ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #10282b;
  position: absolute;
  left: 4px;
  top: -webkit-calc(50% - 4px);
  top: calc(50% - 4px);
}
.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: inherit;
  line-height: inherit;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}
.article > ol > li:marker,
article > ol > li:marker {
  content: counters(li);
}
.faq__content.content {
  overflow: hidden;
}
.faq__item {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.title.middle.faq-item__title {
  padding: 14px 50px 14px 16px;
  position: relative;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  background: #262730;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.title.middle.faq-item__title:before {
  content: url(//woocasino.co.com/wp-content/themes/woo/assets/css/../images/faq.svg);
  position: absolute;
  right: 10px;
  top: -webkit-calc(50% - 16px);
  top: calc(50% - 16px);
  height: 32px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq__item {
  display: block;
  cursor: pointer;
}
.faq__item + .faq__item {
  margin-top: 8px;
}
.faq-item__answer {
  padding: 16px 16px 10px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  border: 1px solid #131521;
  border-top: none;
  margin-top: -6px;
}
.js-expand-content {
  display: none;
  overflow: hidden;
}
.js-expand-content.expanded {
  height: 100%;
}
.faq__item.active .title.middle.faq-item__title:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.footer__content.content {
  padding: 30px 0;
  background: 0 0;
  overflow: hidden;
  margin-top: 20px;
  color: #c6c6c6;
}
.footer__payment {
  border-top: 1px solid #1f212c;
  border-bottom: 1px solid #1f212c;
  padding: 24px 0;
  overflow: hidden;
}
.footer__payment ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: scroll;
  white-space: nowrap;
}
.footer__payment ul::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.footer__payment li {
  display: inline-block;
  vertical-align: middle;
}
.footer__payment li + li {
  margin-left: 20px;
}
.footer__payment img {
  display: block;
}
.footer__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}
.footer__wrap img {
  display: block;
  margin: auto;
}
.footer__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 64px;
  -ms-flex: 0 1 64px;
  flex: 0 1 64px;
  margin-right: 16px;
}
.footer__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 418px;
  -ms-flex: 0 1 418px;
  flex: 0 1 418px;
}
.footer__info li {
  margin-left: 16px;
}
.footer__article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.footer__article p + p {
  margin-top: 10px;
}
.breadcrumbs {
  margin-bottom: 16px;
}
.breadcrumbs a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.breadcrumbs li:after {
  content: "|";
  color: #fff;
  font-size: 16px;
  margin: 0 8px 0 6px;
}
.breadcrumbs li:last-child:after {
  content: none;
}
.breadcrumbs li:not(.last-child) a:hover {
  color: #fd2d5e;
}
.breadcrumbs li:last-child a:hover {
  color: #fff;
}
.bonus__content.content {
  padding: 0;
  border: none;
  background: 0 0;
  overflow: visible;
}
.bonus__list {
  margin-left: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bonus-list__item {
  -webkit-border-radius: 14px;
  border-radius: 14px;
  margin-top: 20px;
  padding: 16px 20px;
  display: block;
  overflow: hidden;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 40px)/2);
  -ms-flex: 0 1 calc((100% - 40px) / 2);
  flex: 0 1 calc((100% - 40px) / 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bonus-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0ddc9;
}
.bonus-item__image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  -o-object-position: 90%;
  object-position: 90%;
}
.bonus-item__title {
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.bonus-item__wrap {
  z-index: 100;
  max-width: 400px;
}
.bonus-item__desc {
  font-family: "Roboto", sans-serif;
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
}
.bonus-item__button.button {
  padding: 8px 16px;
  min-width: 0;
  margin-top: 16px;
}
.bonus-item__button + .bonus-item__button {
  background: #fff;
  color: #1c1a32;
}
.bonus-item__button:first-child {
  margin-right: 12px;
}
.bonus-list__item:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding: 120px 20px;
}
.bonus-list__item:first-child .bonus-item__wrap {
  max-width: 620px;
}
.bonus-list__item:first-child .bonus-item__title {
  font-size: 48px;
  line-height: 46px;
}
.bonus-list__item:first-child .bonus-item__desc {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
.app__content.content {
  padding-top: 68px;
  padding-bottom: 68px;
  padding-left: 6%;
  padding-right: -webkit-calc(6% + 290px);
  padding-right: calc(6% + 290px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background: 0 0;
  background: #f0ddc9;
}
.app__link {
  display: block;
  margin-right: 20px;
  z-index: 100;
}
.app__link img {
  display: block;
  margin: auto;
  max-height: 64px;
}
.app__link:hover,
.app__button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.app__button.button {
  padding: 20px 30px;
  background: #fd2d5e;
  z-index: 100;
  min-width: 190px;
}
.app__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.app__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  -o-object-position: 70%;
  object-position: 70%;
}
.banner {
  padding: 35px 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  z-index: 0;
  overflow: hidden;
  position: relative;
}
.banner__text {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 8px;
  color: #fff;
}
.banner__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner__background img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner__button {
  margin: 0;
  background-color: #fd2d5e;
}
.banner__title {
  font-size: 46px;
  line-height: 120%;
}