main {
  background-image: url(../images/pages/home-game/background.png) !important;
  padding-bottom: 160px !important;
  background-size: contain !important;
  background-repeat: repeat-y;
}
footer {
  margin-top: 0 !important;
}
.layer {
  overflow: hidden;
}

.btn-download {
  color: black;
}

.home-game__container {
  width: 800px;
  margin: 0 auto;
}

.payment__bold {
  font-weight: 700;
}

.home-game__title {
  margin: 0;
  font-family: Raleway;
  font-style: normal;
  font-weight: 900;
  font-size: 90px;
  line-height: 100px;
  text-align: center;
  text-transform: none;
  color: #FFFFFF;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 570px;
}

.home-game__how-to-play {
  font-size: 45px;
  max-width: 100%;
}

.home-game__video__title {
  margin: 0;
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  text-align: center;
  text-transform: none;
  color: #FFFFFF;
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 570px;
  padding-top: 40px;
}

.home-game__title_sub {
  margin: 0;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 570px;
}

.step-card_third__buttons {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 5px 0;
}


@media (max-width: 659px) {
  .home-game__title {
    font-size: 40px;
    line-height: 50px;
    /* text-transform: uppercase; */

    margin-bottom: 10px;
  }
  .home-game__how-to-play {
    font-size: 20px;
    line-height: 30px;
  }

  .home-game__title__br {
    display: none;
  }

  .home-game__title_sub {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;

    margin-bottom: 40px;

  }
}

.home-game__step {
  display: flex;
  background-color: #FFEDDB;
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  justify-content: space-between;
  padding: 23px;
  margin-bottom: 30px;
}

.home-game__email {
  margin: 20px 0;
}

@media (max-width: 659px) {
  .home-game__step {
    margin-bottom: 20px;
  }
}

.home-game__step_first {
  background: url(../images/icons/i-bg.svg) no-repeat 0 bottom,
    url(../images/icons/dock-bg.svg) no-repeat 100% bottom;
  background-color: #FFEDDB;
}



.home-game__step_second {
  background-image: url(../images/icons/flag-bg.svg);
  background-repeat: no-repeat;
  background-position: 55% top;
  background-color: #FFEDDB;
}

@media (max-width: 659px) {
  .home-game__step_first {
    flex-direction: column;
  }
}

.home-game__video {
  margin-bottom: 160px;
  width: 100%;
  height: 453px;
  position: relative;
  margin-top: -160px;
}

.home-game__video video {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: 100% 100%;
  z-index: 10;
  border-radius: 10px;
}

@media (max-width: 879px) {
  .home-game__video {
    margin-bottom: 100px;
    width: 100%;
    height: 453px;
    position: relative;
    margin-top: -160px;
  }

  .home-game__video video {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
  border-radius: 2px;

  }
}

@media (max-width: 659px) {
  .home-game__video {
    margin-bottom: 20px;
    width: 100%;
    height: 453px;
    position: relative;
    margin-top: -160px;
  }
}

.home-game__step__line {
  border: 2px solid rgba(0, 0, 0, 0.05);
  margin: 0 30px;
}

.step-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}


.step-card_third {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}



.game-card__content_third {
  display: flex;
}

@media (min-width: 861px) {
  .step-card_third {
    align-items: center;
  }

  .step-card_third__buttons {
    width: auto;
  }
}

@media (max-width: 860px) {
  .step-card_third {
    flex-direction: column;
  }

  .step-card_third__buttons { 
    justify-content: flex-start;
  }

  .step-card_third__buttons a {
    margin: 0 5px;
  }
}

.mobile-step {
  display: none;
}

@media (max-width: 659px) {
  .mobile-step {
    display: initial;
  }

  .home-game__step_second {
    display: none;
  }

  .home-game__step__line {
    border: 2px solid rgba(0, 0, 0, 0.05);
    margin: 30px 0 20px 0;
  }

  .game-card__content_third {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-game__step_first {
    background: url(../images/icons/i-bg.svg) no-repeat 0 top,
      url(../images/icons/dock-bg.svg) no-repeat 100% bottom;
    background-color: #FFEDDB;
  }

  .home-game__step_second {
    background-image: url(../images/icons/flag-bg.svg);
    background-repeat: no-repeat;
    background-position: 100% top;
    background-color: #FFEDDB;
    background-size: 50% 70%;
  }
}

.step-card__text {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.step-card__text__aligned {
  padding-top: 6px;
}

.step-card__text_link {
  color: #FC1AA3;
  text-decoration: none;
  cursor: pointer;
}

.step-card__number {
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 26px;
}

.step-card__number_row {
  margin-bottom: 0;
  margin-right: 15px;
}

.step-card__description {
  margin-bottom: 15px;
}

.step-card__description_row {
  margin-bottom: 0px;
  max-width: 305px;
}

@media (max-width: 659px) {

  .step-card__number_row {
    margin-bottom: 15px;
  }

  .step-card__description_row {
    margin-bottom: 15px;
    max-width: unset;
  }
}

.step-card__button {
  padding: 15px 22px;
  display: flex;
  align-items: center;
  border-radius: 2px;
}

.step-card__button__text {
  font-family: Akrobat;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 900;
}

.step-card__button__text_black {
  color: #000000;
}

.step-card__button__icon {
  height: 20px;
  margin-right: 10px;
}

.step-card__button__icon__download {
  height: 20px;
}

.step-card__button_green {
  background: #39E1A5;
  box-shadow: 0px 4px 0px #228D68;
}

.step-card__button_pink {
  background: #FC1AA3;
  box-shadow: 0px 4px 0px #A51356;
}

.step-card__button_yellow {
  background: #FFD902;
  box-shadow: 0px 4px 0px #D29A21;
}

.home-game__image {
  position: absolute
}

@media(max-width: 879px) {
  .home-game__image {
    display: none;
  }
}

.home-game__bagel {
  height: 192.35px;
  transform: rotate(-10deg);
  z-index: 5;

  top: 395px;
  left: 526px;
}

.home-game__cup {
  height: 260px;
  z-index: 5;
  transform: scaleX(-1) rotate(52deg);
  top: 245px;
  left: 620px;
}

.home-game__sandwich {
  height: 210px;
  transform: rotate(-7.65deg) scaleX(-1);
  z-index: 5;

  top: 365px;
  left: 19px;
}

.home-game__radio {
  z-index: 5;
  height: 393px;
  left: -260px;
  top: 30px;
  transform: rotate(-10.87deg);
}

.home-game__teapot {
  height: 240px;
    transform: rotate(-78deg);
    z-index: 15;
    top: -52px;
    left: 729px;
}


.home-game__seeds_1 {
  height: 70px;
  transform: rotate(-80deg);

  top: 420px;
  left: -60px;
}

.home-game__seeds_2 {
  height: 81.73px;
  z-index: -1;

  top: 427px;
  left: 250px;
}

.home-game__seeds_3 {
  height: 135px;
  transform: rotate(160deg);
  top: 225px;
  left: 745px;
}

.home-game__seeds_4 {
  height: 83.02px;
  transform: rotate(60deg);

  top: -40px;
  left: -40px;
  z-index: 15;
}

.homeRules {
  background: white;
  border: 20px solid #FC1AA3;
}

.homeRules__title {
  color: black;
  font-family: Raleway, sans-serif;
  font-size: 36px;
}

.homeRules__paragraph {
  font-weight: 500;
  line-height: 17px !important;
  color: black;
  text-indent: 0px !important;
}

.homeRules__paragraph__bold {
  font-weight: 900;
  font-size: 25px;
}

b {
  font-weight: bolder;
}

@media (max-width: 520px) {
  .step-card_third__buttons {
    /* justify-content: space-between; */
  }

  .step-card_third__buttons a {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/** HOME GAMES */

.home-game__link {
  display: block;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #FFD902;
  text-align: center;
  margin-bottom: 23px;
}

.home-game__step-games {
  margin-bottom: 40px;
}

.step-card__games-title {
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  color: white;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-left: 10px;
}

.step__card__games {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.games__item {
  position: relative;
  margin: 10px;
  min-width: calc(50% - 22px);
  width: calc(50% - 22px);
  padding: 15px;
  color: white;
  border: 4px solid #39E1A5;
  border-radius: 2px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  word-break: break-word;
}

.games__item__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Raleway;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 15px;
}

.games__item__description {
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  word-break: break-word;
}

.games__item__time, .games__item__price {
  display: flex;
  align-items: center;
  padding: 7px 0;
  line-height: 20px;
}

.games__item__price {
  margin-bottom: 70px;
}

.games__item__img {
  width: 22px;
  margin-right: 11px;
}

.games__item__link {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.game__item__button {
  margin: 0 auto;
  width: 175px;
}


.game__item__button > .step-card__button__text {
  margin: 0 auto;
}


.last-game {
  justify-content: center;
  flex-direction: column;
}

.last-game__title {
  width: 100%;
  padding: 0 10px;
  font-family: Akrobat;
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  line-height: 60px;
  color: #FC1AA3;
  text-shadow: 0px 4px 0px #A51356;
  padding-bottom: 10px;
  text-align: center;
  word-break: break-word;
}

.last-game__other {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}

.last-game__other__link {
  color: #FC1AA3;
  text-decoration: underline;
  display: block;
  padding-left: 6px;
}

.last-game__description {
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding: 5px 10px;
  display: flex;
  width: 100%;
  align-items: center;
  text-align: center;
  word-break: break-word;
}

.step__card__games__loader {
  margin: auto;
  margin-bottom: 20px;
}

.step__card__games__button {
  margin: auto;
  margin-bottom: 30px;
}

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: text-bottom;
  border: .25em solid white;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

.section-games .games-container .game-meta {
  position: absolute;
  bottom: 90px;
  width: 270px;
  word-break: break-word;
}

@media (min-width: 992px) {
  .home-game__email {
    position: relative;
    z-index: 6;
  }
}
.active__game {
  display: none;
}


@media (max-width: 768px) {
  .games__item {
    width: 100%;
  }

  .last-game {
    flex-wrap: wrap;
  }

  .last-game__title {
    width: 100%;
    padding: 0;
  }

  .last-game__description {
    width: 100%;
  }

  .last-game__title__name {
    text-align: center;
  }

  .last-game__title__other {
    justify-content: center;
    padding-bottom: 15px;
  }

  .games__item__link {
    width: 100%;
    padding: 0 15px;
  }

  .game__item__button{
    width: 100%;
  }
}

.step-email {
  width: 100%;
}

.step-email__label {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.step-email__form {
  width: 100%;
}

.step-email__fields {
  padding-top: 10px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.step-email__input {
  width: 100%;
  border-radius: 5px;
  border: none;
  padding-left: 15px;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.step-email__button {
  background: #39E1A5;
  border: none;
  font-family: Akrobat, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 15px;
}

.step-email__button:disabled {
  opacity: .7;
}

.step-email__subtext {
  color: rgba(24, 25, 32, .5);
  font-weight: 600;
  padding-top: 10px;
  font-size: 13px;
  padding-left: 10px;
}

.step-email__link {
  color: #fc1aa3;
}

@media (max-width: 425px) {
  .step-email__fields {
    flex-direction: column;
  }

  .step-email__input {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
  }

  .step-email__button {
    border-radius: 5px;
  }

  .home-game__email {
    padding: 18px;
  }
}

.banner-picture * {
  width: 100%;
}

@media (min-width: 769px) {
  .desktop-banner {
    display: inline;
  }

  .desktop-margins {
    margin-top: 0.25rem !important;
    margin-bottom: 1.5rem !important;
  }

  .tablet-banner, .mobile-banner {
    display: none;
  }
}

@media (max-width: 768px) {
  .tablet-banner {
    display: inline;
  }

  .tablet-margins {
    margin-top: 0.25rem !important;
    margin-bottom: 1.5rem !important;
  }

  .mobile-banner, .desktop-banner {
    display: none;
  }
}

@media (max-width: 425px) {
  .mobile-banner {
    display: inline;
  }

  .mobile-margins {
    margin-top: 0.25rem !important;
    margin-bottom: 1.5rem !important;
  }

  .tablet-banner, .desktop-banner {
    display: none;
  }
}

.home-game__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  cursor: pointer;
}

.home-game__form__cell {
  width: 100%;
  padding: 10px;
}

.home-game__label {
  color: black;
  padding-bottom: 10px;
  font-weight: 600;
}

.home-game__form__cell input {
  color: black;
  height: 50px;
  margin-bottom: 0px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  border-radius: 5px;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
}

.home-game__form__button {
  display: block;
  margin: auto;
  border-radius: 2px;
  background-color: #fc1aa3;
  box-shadow: 0 4px 0 0 #a51356;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  padding: 10px 20px;
  font-weight: 900;
  font-family: Akrobat, sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  border: none;
}

.home-game__form__button:disabled {
  opacity: .7;
  cursor: not-allowed;
}

.homeBuyRequest a {
  color: black;
  text-decoration: underline;
}

.homeBuyRequest p {
  text-indent: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.homeBuyRequest__subtitle {
  font-weight: 700;
  padding: 0;
  text-align: center;
}

/* Akrobat Font*/
/*Черный (Густой) Black (Heavy)*/
@font-face {
  font-family: "Akrobat, sans-serif";
  src: url("../fonts/akrobat/Akrobatblack.ttf");
  font-weight: 900;
  font-style: normal;
}
.main-section {
  text-align: center;
}
.main-section-title {
  font-family: Raleway;
  font-style: normal;
  text-transform: inherit;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  margin-top: 110px;
  color: #FFFFFF;
}
.main-section-description {
  font-family: Raleway;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  max-width: 830px;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding: 0px 15px;
}
.section-info-grid {
  overflow: hidden;
  padding-bottom: 50px;
  margin-top: 8px;
}
.section-info-grid .row.owl-carousel {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.section-info-grid .row.owl-carousel .owl-stage-outer .grid-item {
  margin-left: -5px;
  margin-right: -5px;
}
.section-info-grid .row.owl-carousel .owl-stage-outer .owl-item {
  opacity: 0.8;
}
.section-info-grid .row.owl-carousel .owl-stage-outer .owl-item img {
  width: auto;
}
.section-info-grid .row.owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}
.section-info-grid .grid-item {
  background: #E20078;
  padding: 30px;
  height: 320px;
  position: relative;
  margin-top: 30px;
}
.section-info-grid .grid-item-title {
  font-family: Raleway;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
  /* #FFFFFF */
  color: #FFFFFF;
}
.section-info-grid .grid-item-description {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  margin-top: 12px;
  color: #FFFFFF;
}
.section-info-grid .grid-item-5 .grid-item-title {
  max-width: 350px;
}
.section-info-grid .grid-item-5 .grid-item-description {
  max-width: 260px;
}
.section-info-grid .grid-item .z-index-show {
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-info-grid .grid-item .z-index-show .blank1 {
  position: absolute;
  left: -15px;
  top: 200px;
}
.section-info-grid .grid-item .z-index-show .comp {
  position: absolute;
  right: 0px;
  bottom: 14px;
}
.section-info-grid .grid-item .z-index-show .sandwich {
  position: absolute;
  right: -15px;
  top: -60px;
}
.section-info-grid .grid-item .z-index-show .cat {
  position: absolute;
  right: -10px;
  bottom: 0;
}
.section-info-grid .grid-item .z-index-show .seeds3 {
  position: absolute;
  left: -18px;
  bottom: -15px;
}
.section-info-grid .grid-item .z-index-show .radio {
  position: absolute;
  right: -15px;
  bottom: 0px;
}
.section-info-grid .grid-item .z-index-show .blank2 {
  position: absolute;
  left: 0;
  bottom: 0px;
}
.section-info-grid .grid-item .z-index-show .bagel {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.section-info-grid .grid-item .z-index-show .cup {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 277px;
}
.section-info-grid .grid-item .z-index-show .seeds1 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: none;
}
.section-info-grid .grid-item .z-index-show .seeds4 {
  display: none;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.section-info-grid .grid-item .z-index-show .teapot {
  position: absolute;
  right: -50px;
  bottom: 0px;
}
.section-info-grid .grid-item .z-index-hidden {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-games .title {
  font-family: Akrobat, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 0px;
}
.section-games .games-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-games .games-tabs-item {
  font-family: Raleway;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  margin: 20px;
  color: #FFFFFF;
  padding-bottom: 9px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
.section-games .games-tabs-item.active {
  color: #FFE400;
  border-bottom: 5px solid #FFE400;
}
.section-games .games-tabs-item:hover {
  color: #FFE400;
}
.section-games .games-container .game-item {
  background: #551394;
  border: 8px solid #6C3AE7;
  box-sizing: border-box;
  padding: 22px 12px;
  height: 100%;
  position: relative;
}
.section-games .games-container .game-item .rose-button {
  position: absolute;
  bottom: 36px;
  right: 12px;
  left: 12px;
  /* width: calc(100% - 24px); */
}
.section-games .games-container .game-title {
  font-family: Raleway;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 26px;
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-bottom: 18px;
  color: #FFFFFF;
}
.section-games .games-container .game-description-home {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  /* or 150% */
  color: #FFFFFF;
  word-break: break-word;
  margin-bottom: 110px;
}

@media (max-width: 1200px) {
  .section-games .games-container .game-meta {
    width: auto;
  }
}

@media (max-width: 768px) {
  .section-games .games-container .game-description-home {
    margin-bottom: 130px;
  }
}
.section-games .games-container .game-meta {
  margin-top: 15px;
  display: block;
}
.section-games .games-container .game-meta .game-time {
  display: flex;
  align-items: center;
  margin-right: 25px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  font-family: Raleway;
}
.section-games .games-container .game-meta .game-time img {
  margin-right: 14px;
}
.section-games .games-container .game-meta .game-cost {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  font-family: Raleway;
}
.section-games .games-container .game-meta .game-cost img {
  margin-right: 14px;
}
.section-games .games-container .mobile-banner {
  margin-left: auto;
  margin-right: auto;
}
.section-games .games-select {
  background: url('../images/pages/home-game/down-arrow.svg') 95% 50% no-repeat, rgba(255, 228, 0, 0.1);
  border: 2px solid #FFD308;
  box-sizing: border-box;
  border-radius: 4px;
  color: white;
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  outline: none;
  margin-bottom: 15px;
  text-align-last: center;
}
.section-games .games-select option {
  color: black;
  background: white;
}
.section-home-games-form-container {
  border: 8px solid #FFFFFF;
  box-sizing: border-box;
  padding: 18px 12px;
}
.section-home-games-form-container .form-title {
  font-family: Raleway;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}
.section-home-games-form-container .form-caption {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #FFFFFF;
}
.section-home-games-form-container label {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: block;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.section-home-games-form-container #email-subscriber {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 15px 20px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #777B87;
  outline: none;
  border: 2px solid #FFFFFF;
  transition: all 0.2s ease;
  margin-bottom: 20px;
  width: 100%;
}
.section-home-games-form-container #email-subscriber:hover, .section-home-games-form-container #email-subscriber:focus {
  border-color: #FFE400;
}
.section-home-games-form-container .row-terms {
  display: flex;
  flex-direction: column-reverse;
}
.section-home-games-form-container .terms {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
.section-home-games-form-container .yellow-button {
  margin-top: 10px;
  padding: 10px 30px;
}
.home-games-link {
  color: #FFE400;
  text-decoration: none;
}

#home-games-footer {
  background-color: #1a1a1a;
  padding: 10px;
}
#home-games-footer .to_up {
  color: white;
  background-color: #333;
  border: none;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 19px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 5px;
  width: 100%;
  justify-content: center;
}
#home-games-footer .to_up svg {
  color: white;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
#home-games-footer .menu {
  margin-top: 10px;
  margin-bottom: 15px;
}
#home-games-footer .menu a {
  color: #666;
  margin-right: 10px;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}
#home-games-footer .any-questions {
  color: #666;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}
#home-games-footer .footer-email {
  display: block;
  color: white;
  font-family: Akrobat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 10px;
}
#home-games-footer .footer-phone {
  display: block;
  color: white;
  font-family: Akrobat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
}
#home-games-footer .footer-socials {
  display: flex;
  align-items: center;
  justify-content: center;
}
#home-games-footer .footer-socials svg {
  width: 36px;
  height: 36px;
  color: #666;
  border: 1px solid #666;
  border-radius: 50px;
  margin: 15px;
  padding: 7px;
}
#home-games-footer .personal-data a {
  color: #666;
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}

.rose-button {
  font-family: Akrobat, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  background: #FC1AA3;
  box-shadow: 0px 4px 0px #A70C55;
  padding: 10px 35px;
  text-decoration: none;
  transition: all 0.5s ease;
  outline: none;
  border: none;
  cursor: pointer;
}
.rose-button:hover {
  background: #A70C55;
  transform: translate(0px, 4px);
  box-shadow: 0px 0px 0px #A70C55;
}

.yellow-button {
  font-family: Akrobat, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  align-items: center;
  text-transform: uppercase;
  color: #000000;
  background: #FFE400;
  box-shadow: 0px 4px 0px #E8B229;
  padding: 16px 48px;
  text-decoration: none;
  transition: all 0.5s ease;
  outline: none;
  border: none;
  position: relative;
  cursor: pointer;
}
.yellow-button:hover {
  background: #E8B229;
  transform: translate(0px, 4px);
  box-shadow: 0px 0px 0px #E8B229;
}
@media (max-width: 992px) {
  .section-info-grid .grid-item .z-index-show .comp {
    right: 0px;
    bottom: -17px;
  }

  .section-info-grid .grid-item .z-index-show .sandwich {
    top: -74px;
  }

  .section-info-grid .grid-item .z-index-show .cat {
    width: 64%;
  }
  .section-info-grid .grid-item .z-index-show .cup {
    width: 244px;
  }
  .section-info-grid .grid-item .z-index-show .bagel {
    width: 158px;
  }
  .section-info-grid .grid-item .z-index-show .radio {
    bottom: -31px;
  }
  .slider-btn {
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .main-section-title {
    margin-bottom: 15px;
  }
  .slider-btn {
    padding: 16px 24px;
  }
  .section-info-grid .grid-item .z-index-show .blank1 {
    position: absolute;
    left: -15px;
    top: 200px;
    width: 50% !important;
  }
  .section-info-grid .grid-item .z-index-show .comp {
    position: absolute;
    right: 0px;
    bottom: 14px;
    width: 50% !important;
  }
  .section-info-grid .grid-item .z-index-show .sandwich {
    position: absolute;
    right: -15px;
    top: -60px;
    width: 50% !important;
  }
  .section-info-grid .grid-item .z-index-show .cat {
    position: absolute;
    width: 60% !important;
    right: -10px;
    bottom: 0;
  }
  .section-info-grid .grid-item .z-index-show .seeds3 {
    position: absolute;
    left: -18px;
    bottom: -15px;
    width: 40% !important;
  }
  .section-info-grid .grid-item .z-index-show .radio {
    position: absolute;
    width: 50% !important;
    right: -15px;
    bottom: 0px;
  }
  .section-info-grid .grid-item .z-index-show .blank2 {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 50% !important;
  }
  .section-info-grid .grid-item .z-index-show .bagel {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40% !important;
  }
  .section-info-grid .grid-item .z-index-show .cup {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 60% !important;
  }
  .section-info-grid .grid-item .z-index-show .seeds1 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: none;
  }
  .section-info-grid .grid-item .z-index-show .seeds4 {
    display: none;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  .section-info-grid .grid-item .z-index-show .teapot {
    position: absolute;
    right: -50px;
    bottom: 0px;
  }
  .section-games .games-container .game-item .rose-button {
    width: calc(100% - 24px);
    bottom: 8px;
  }
}
@media (min-width: 768px) {
  .main-section-title {
    font-size: 54px;
    margin-bottom: 30px;
    margin-top: 180px;
  }
  .section-info-grid .grid-item .z-index-show .teapot {
    position: absolute;
    right: -80px;
    bottom: -100px;
  }
  .section-info-grid .grid-item.grid-item-5 {
    height: 236px;
    padding: 30px;
  }
  .main-section-description {
    font-size: 16px;
    line-height: 21px;
  }
  .section-games .title {
    font-size: 32px;
    line-height: 34px;
    margin-top: 40px;
  }
  .section-games .games-tabs-item {
    margin: 13px;
    font-size: 16px;
    line-height: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .section-games .games-container .game-item {
    padding: 29px;
  }
  .section-games .games-container .game-item .rose-button {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-games .games-container .game-title {
    font-size: 26px;
    line-height: 26px;
  }
  .section-games .games-container .game-description-home {
    font-size: 16px;
    line-height: 24px;
  }
  .section-home-games-form-container .row-terms {
    align-items: flex-start;
  }
  .section-home-games-form-container .row {
    max-width: 530px;
    margin: auto;
  }
  .section-home-games-form-container .form-title {
    font-size: 32px;
    line-height: 38px;
  }
  .section-home-games-form-container .form-caption {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  .main-section-title {
    font-size: 80px;
    line-height: 100px;
  }
  .main-section-description {
    font-size: 20px;
    line-height: 24px;
  }
  .section-info-grid .grid-item .grid-item-title {
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
  }
  .section-info-grid .grid-item .grid-item-description {
    font-size: 14px;
    line-height: 20px;
  }
  .section-info-grid .grid-item .z-index-show .comp {
    position: absolute;
    width: auto;
    height: auto;
    right: 0px;
    bottom: 0px;
  }
  .section-info-grid .grid-item .z-index-show .cat {
    width: auto;
    height: auto;
  }
  .section-info-grid .grid-item .z-index-show .radio {
    width: auto;
    height: auto;
  }
  .section-info-grid .grid-item.grid-item-5 .yellow-button {
    margin-top: 20px !important;
  }
  .section-games .title {
    font-size: 40px;
    line-height: 40px;
  }
  .section-games .games-container .game-meta {
    display: flex;
  }
  .section-games .games-container .game-item .rose-button {
    width: auto;
  }
  .section-games .games-container .game-title {
    font-size: 26px;
    line-height: 36px;
  }
  .section-games .games-container .game-description-home {
    font-size: 14px;
    line-height: 20px;
  }
  .section-home-games-form-container .row {
    max-width: none;
  }

  #home-games-footer .footer-socials {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .main-section-title {
    margin-top: 17 Q0px;
    margin-bottom: 20px;
  }
  .section-info-grid .grid-item {
    height: 270px;
  }
  .section-info-grid .grid-item .z-index-show .blank1 {
    position: absolute;
    width: auto;
    height: auto;
    left: -20px;
    top: 150px;
  }
  .section-info-grid .grid-item .z-index-show .comp {
    position: absolute;
    width: 50%;
    height: 50%;
    right: 0px;
    bottom: 10px;
    object-fit: contain;
  }
  .section-info-grid .grid-item .z-index-show .sandwich {
    position: absolute;
    width: 50%;
    height: 50%;
    left: 200px;
    top: -65px;
    object-fit: contain;
  }
  .section-info-grid .grid-item .z-index-show .cat {
    position: absolute;
    width: 50%;
    height: 50%;
    right: 0px;
    bottom: 0;
  }
  .section-info-grid .grid-item .z-index-show .seeds3 {
    position: absolute;
    left: 0px;
    bottom: -20px;
    width: 50%;
    height: 50%;
    object-fit: contain;
  }
  .section-info-grid .grid-item .z-index-show .radio {
    position: absolute;
    width: 50%;
    height: 50%;
    right: -79px;
    bottom: 5px;
    object-fit: contain;
  }
  .section-info-grid .grid-item .z-index-show .blank2 {
    position: absolute;
    width: auto;
    height: auto;
    left: 50px;
    bottom: 0px;
  }
  .section-info-grid .grid-item .z-index-show .bagel {
    position: absolute;
    width: 50%;
    height: 40%;
    left: -15px;
    bottom: 0px;
    object-fit: contain;
  }
  .section-info-grid .grid-item .z-index-show .cup {
    position: absolute;
    right: -50px;
    bottom: 0px;
    width: 50%;
    height: 50%;
    object-fit: contain;
  }
  .section-info-grid .grid-item .z-index-show .seeds1 {
    position: absolute;
    right: 200px;
    width: auto;
    height: auto;
    display: block;
  }
  .section-info-grid .grid-item .z-index-show .seeds4 {
    position: absolute;
    right: 0px;
    top: -37px;
    width: 80px;
    height: auto;
    display: block;
    object-fit: contain;
  }
  .section-info-grid .grid-item .z-index-show .teapot {
    position: absolute;
    right: 0;
    top: 0px;
    width: 50%;
    height: 100%;
    object-fit: contain;
  }
  .section-info-grid .grid-item-4 {
    padding: 30px;
  }
  .section-info-grid .grid-item.grid-item-5 {
    height: 270px;
    padding: 30px;
  }
  .section-info-grid .grid-item.grid-item-5 .yellow-button {
    margin-top: 3rem !important;
  }
  .section-games .title {
    margin-top: 50px;
  }
  .section-games .games-tabs-item {
    margin: 20px 25px 30px 25px;
    font-size: 18px;
  }
  .section-home-games-form-container {
    padding: 40px 100px;
    margin-top: 50px;
  }
  .section-home-games-form-container .form-title {
    margin-top: 15px;
    font-size: 28px;
    line-height: 38px;
    padding-right: 10px;
  }
  .section-home-games-form-container .form-caption {
    margin-top: 5px;
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
  }
  .section-home-games-form-container .row-terms {
    flex-direction: row;
  }
  .section-home-games-form-container .yellow-button {
    margin-top: 0px;
  }
  .section-home-games-form-container .terms {
    margin-left: 27px;
    align-items: center;
    width: 350px;
    flex: none;
    margin-top: 5px;
    font-size: 14px;
    line-height: 17px;
  }
  .section-home-games-form-container #email-subscriber {
    width: 500px;
  }

  #home-games-footer .footer-socials {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  #home-games-footer .personal-data a {
    color: #666;
    margin-bottom: 10px;
    display: block;
  }
}

.title {
  margin-bottom: 30px;
}

/*# sourceMappingURL=home-games.css.map */
.main-section-title {
  margin-top: 0;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.home-game__select-game {
  margin: -120px auto 120px;
}

@media (max-width: 460px) {
  .form-vertical .row div {
    padding-left: 0;
    padding-right: 0;
  }
}

@media(max-width: 879px) {
  .home-game__container {
    width: 100%;
    padding: 0 30px;
  }

  main.section.section-header .home-game__container {
    padding: 0;
  }
  .home-game__select-game {
    margin: 30px auto 60px;
  }
}

@media (max-width: 767px) {
  .container.container-navbar {
    padding: 0;
  }
  .menu-button {
    right: 12px;
  }

  .home-game__container {
    padding: 0 20px;
  }

  .section.section-header {
    padding-left: 0;
    padding-right: 0;
  }

  .section-info-grid .container {
    padding: 0;
  }

  .section.section-header .home-game__container {
    padding: 0;
  }
}

@media (max-width: 500px) {
  .container {
    padding: 0 30px;
  }

  .section-info-grid .container {
    padding: 0 15px;
  }

  .last-game__title span {
    font-size: 42px;
  }
}