@font-face {

  font-family: 'Poppins';

  font-style: normal;

  font-weight: 300;

  src: url('../fonts/poppins/poppins-v19-latin-300.eot');

  src: local(''),

    url('../fonts/poppins/poppins-v19-latin-300.eot?#iefix')

      format('embedded-opentype'),

    url('../fonts/poppins/poppins-v19-latin-300.woff2') format('woff2'),

    url('../fonts/poppins/poppins-v19-latin-300.woff') format('woff'),

    url('../fonts/poppins/poppins-v19-latin-300.ttf') format('truetype'),

    url('../fonts/poppins/poppins-v19-latin-300.svg#Poppins') format('svg');

}

@font-face {

  font-family: 'Poppins';

  font-style: normal;

  font-weight: 400;

  src: url('../fonts/poppins/poppins-v19-latin-regular.eot');

  src: local(''),

    url('../fonts/poppins/poppins-v19-latin-regular.eot?#iefix')

      format('embedded-opentype'),

    url('../fonts/poppins/poppins-v19-latin-regular.woff2') format('woff2'),

    url('../fonts/poppins/poppins-v19-latin-regular.woff') format('woff'),

    url('../fonts/poppins/poppins-v19-latin-regular.ttf') format('truetype'),

    url('../fonts/poppins/poppins-v19-latin-regular.svg#Poppins') format('svg');

}

@font-face {

  font-family: 'Poppins';

  font-style: normal;

  font-weight: 500;

  src: url('../fonts/poppins/poppins-v19-latin-500.eot');

  src: local(''),

    url('../fonts/poppins/poppins-v19-latin-500.eot?#iefix')

      format('embedded-opentype'),

    url('../fonts/poppins/poppins-v19-latin-500.woff2') format('woff2'),

    url('../fonts/poppins/poppins-v19-latin-500.woff') format('woff'),

    url('../fonts/poppins/poppins-v19-latin-500.ttf') format('truetype'),

    url('../fonts/poppins/poppins-v19-latin-500.svg#Poppins') format('svg');

}

@font-face {

  font-family: 'Poppins';

  font-style: normal;

  font-weight: 600;

  src: url('../fonts/poppins/poppins-v19-latin-600.eot');

  src: local(''),

    url('../fonts/poppins/poppins-v19-latin-600.eot?#iefix')

      format('embedded-opentype'),

    url('../fonts/poppins/poppins-v19-latin-600.woff2') format('woff2'),

    url('../fonts/poppins/poppins-v19-latin-600.woff') format('woff'),

    url('../fonts/poppins/poppins-v19-latin-600.ttf') format('truetype'),

    url('../fonts/poppins/poppins-v19-latin-600.svg#Poppins') format('svg');

}

@font-face {

  font-family: 'Poppins';

  font-style: normal;

  font-weight: 700;

  src: url('../fonts/poppins/poppins-v19-latin-700.eot');

  src: local(''),

    url('../fonts/poppins/poppins-v19-latin-700.eot?#iefix')

      format('embedded-opentype'),

    url('../fonts/poppins/poppins-v19-latin-700.woff2') format('woff2'),

    url('../fonts/poppins/poppins-v19-latin-700.woff') format('woff'),

    url('../fonts/poppins/poppins-v19-latin-700.ttf') format('truetype'),

    url('../fonts/poppins/poppins-v19-latin-700.svg#Poppins') format('svg');

}



body {

  width: 100%;

  height: auto;

  background-color: #e5e5e5;

  font-family: 'Poppins', sans-serif;

  font-size: 16px;

  line-height: 1.5;

  font-weight: 400;

  color: #192a32;

  overflow-x: hidden;

  overflow-wrap: break-word;

  word-wrap: break-word;

  -webkit-hyphens: auto;

  -ms-hyphens: auto;

  hyphens: auto;

}



body > * {

  -webkit-transition: 0.2s;

  -o-transition: 0.2s;

  transition: 0.2s;

}



nav,

p,

li,

a {

  -webkit-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;

}



h1,

h2,

h3,

h4 {

  margin-bottom: 32px;

  font-weight: 700;

  line-height: 1.2;

  text-transform: uppercase;

  text-align: left;

  z-index: 500;

}



h1 {

  margin-bottom: 16px;

  font-size: 48px;

  color: #ffffff;

}



h2 {

  font-size: 48px;

}



h3 {

  font-size: 40px;

}



h4 {

  font-size: 35px;

}



p {

  font-size: 16px;

  line-height: 1.5;

}



ol > li {

  counter-increment: ol;

}



ul,

ol {

  margin-bottom: 16px;

}



*,

*::before,

*::after {

  margin: 0;

  padding: 0;

}



.main {

  margin: 100px auto 0;

  max-width: 1300px;

  position: relative;

  overflow: hidden;

}



.main > section + section {

  margin-top: 20px;

}



.visuallyhidden {

  opacity: 0;

}



.header,

.cover,

.benefits,

.instructions,

.text,

.faq,

.footer,

.bonuses-gallery {

  overflow: hidden;

}



.content {

  padding: 0 345px 0 30px;

  max-width: 1300px;

  width: 100%;

  margin: 0 auto;

}



.content > div {

  padding: 32px 20px;

  color: #192a32;

  background-color: #ffffff;

  border-radius: 6px;

}



.button {

  padding: 15px 32px;

  display: inline-block;

  min-width: 117px;

  font-family: 'Poppins', sans-serif;

  font-weight: 600;

  text-align: center;

  line-height: 1;

  color: #ffffff;

  text-transform: uppercase;

  outline: none;

  border: 1px solid transparent;

  -webkit-filter: drop-shadow(0px 4px 18px rgba(14, 24, 17, 0.25));

  filter: drop-shadow(0px 4px 18px rgba(14, 24, 17, 0.25));

  border-radius: 16px;

}



.transparent {

  position: relative;

  min-width: 80px;

  background-color: #1a3769;

}



.transparent:hover,

.transparent:focus {

  background-color: transparent;

  border-color: #1a3769;

}



.signup {

  background-color: #ec622b;

  border-color: #ec622b;

}



.login {

  background-color: #0fa810;

  border-color: #0fa810;

}



.button:hover,

.button:focus {

  -webkit-transform: scale(1.05);

  -ms-transform: scale(1.05);

  transform: scale(1.05);

}





.header {

  margin-bottom: 20px;

  position: fixed;

  top: 0px;

  left: 0px;

  right: 0px;

  height: auto;

  overflow: unset;

  background-color: #192a32;

  z-index: 100000;

}



.header .content {

  padding: 12px 30px;

}



.header nav {

  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;

}



.header__item-left {

  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: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;

}



.header__logo {

  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: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  min-width: 100px;

}



.bonuses-btn,

.app-btn {

  padding: 15px 20px 15px 56px;

}



.bonuses-btn::before,

.app-btn::before {

  content: '';

  display: block;

  position: absolute;

  width: 24px;

  height: 24px;

  top: calc(50% - 24px / 2);

  left: 24px;

  background-repeat: no-repeat;

  background-position: center;

  background-size: contain;

}



.bonuses-btn::before {

  background-image: url(../images/bonuses-icon.svg);

}



.app-btn::before {

  background-image: url(../images/app-icon.svg);

}



.header__button {

  margin: 6px 0 6px 8px;

}



.signup.header__button{

  padding: 15px 20px;

}

.login.header__button {

  padding: 15px 20px;

}



.header__item-right {

  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;

}



.header__item-left p {

  display: inline-block;

  max-width: 260px;

  font-weight: 600;

  color: #ffffff;

  text-align: left;

}



.hamburger {

  display: none;

}



.hamburger__item-wrap {

  white-space: normal;

}



nav.header__dropdown {

  margin: 0;

  display: none;

}



.header__language-dropdown {

  margin-left: 20px;

  z-index: 250;

}



.header__language-dropdown > div {

  padding: 15px 28px 15px 12px;

  position: relative;

  line-height: 1;

  border: 1px solid transparent;

  background-color: #1a3769;

  border: 1px solid #1a3769;

  border-radius: 16px;

  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;

}



.header__language-dropdown > div:hover,

.header__language-dropdown > div:focus,

.header__language-dropdown ul li:hover,

.header__language-dropdown ul li:focus {

  -webkit-transform: scale(1.05);

  -ms-transform: scale(1.05);

  transform: scale(1.05);

  -webkit-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;

}



.header__language-dropdown > div:hover,

.header__language-dropdown > div:focus {

  background-color: transparent;

}



.header__language-dropdown span {

  margin-right: 10px;

}



.header__language-dropdown img {

  display: block;

  max-width: 18px;

}



.header__language-dropdown > div::after {

  content: '';

  position: absolute;

  width: 14px;

  height: 7px;

  right: 8px;

  top: calc(50% - 7px / 2);

  background-image: url(../images/arrow-down.svg);

  background-position: center;

  background-size: contain;

  background-repeat: no-repeat;

}



.button.header__language {

  padding: 0;

  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: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  min-width: auto;

}



.header__language-dropdown > ul {

  margin-bottom: 0;

  position: absolute;

  padding: 20px 40px 20px 24px;

  background-color: #192a32;

  top: 70px;

  min-width: 131px;

  -webkit-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;

  border-radius: 0 0 10px 10px;

  z-index: 2000;

}



.header__language-dropdown > ul li {

  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;

}



.list-hidden > ul {

  margin-bottom: 0;

  -webkit-transition: all 0.5s linear;

  -o-transition: all 0.5s linear;

  transition: all 0.5s linear;

  opacity: 0;

  height: 0;

  overflow: hidden;

  padding-top: 0;

  padding-bottom: 0;

}



.header__language-dropdown.list-hidden > ul {

  padding: 0 40px 0 24px;

}



.header__language-dropdown > ul li + li {

  margin-top: 16px;

}





.app {

  margin-top: 0 !important;

}



.app .content > div {

  padding: 20px;

  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;

  background-color: #072443;

  border-radius: 6px;

}



.app__switcher {

  margin-right: 24px;

  padding: 12px 16px;

  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: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  min-width: 195px;

  background-color: #1a3769;

  border: 2px solid #1a3769;

  border-radius: 8px;

  -webkit-transition: 0.2s;

  -o-transition: 0.2s;

  transition: 0.2s;

}



.app__switcher:hover,

.app__switcher:focus {

  background-color: transparent;

  -webkit-transform: scale(1.05);

  -ms-transform: scale(1.05);

  transform: scale(1.05);

}



.app__switcher span {

  margin-right: 12px;

}



.app__switcher > * {

  color: #ffffff;

}



.app p {

  color: #ffffff;

}





.events {

  position: absolute;

  right: 30px;

  width: 295px;

  z-index: 200;

  -webkit-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;

}



.events__title {

  padding: 20px 22px;

  background-color: #072443;

  border-radius: 6px 6px 0px 0px;

  text-align: center;

}



.events__title a {

  padding: 12px 50px;

  margin: 0 auto;

  position: relative;

  display: block;

  color: #ffffff;

  background-color: #ec622b;

  border-radius: 60px;

}



.events__title a::before,

.events__title a::after {

  content: '';

  position: absolute;

  display: block;

  width: 40px;

  height: 40px;

  top: calc(50% - 40px / 2);

  border-radius: 50%;

  background-position: center;

  background-repeat: no-repeat;

}



.events__title a::before {

  left: 4px;

  background-color: #ffffff;

  background-image: url(../images/events-arrow-1.svg);

}



.events__title a::after {

  right: 4px;

  background-image: url(../images/events-arrow-2.svg);

}



.events > ul {

  padding: 24px 8px;

  background-color: #ffffff;

  border-radius: 0px 0px 6px 6px;

}



.events > ul li {

  padding: 8px 12px;

  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: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  -webkit-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;

}



.events > ul li:hover,

.events > ul li:focus {

  background-color: rgba(46, 147, 68, 0.1);

}



.events > ul li:hover a,

.events > ul li:focus a {

  color: #4da533;

}



.events .sport-icon {

  margin-right: 12px;

  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: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  position: relative;

}



.sport-icon::before {

  content: '';

  position: absolute;

  width: 2px;

  height: 100%;

  top: 0;

  left: -4px;

  background-color: transparent;

  -webkit-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;

}



.events > ul li:hover .sport-icon::before,

.events > ul li:focus .sport-icon::before {

  background-color: #4da533;

}



.events > ul li a {

  color: #7c7c7c;

  text-transform: capitalize;

}



.events > ul li + li {

  margin-top: 4px;

}



.events__block {

  position: relative;

  background-color: #ffffff;

  border-radius: 4px;

}



.events__block > div {

  padding: 20px 20px 26px;

  z-index: 10;

}



.events__block > div:first-of-type {

  background-image: -o-linear-gradient(top, #2bb153 0%, #1a727a 100%);

  background-image: -webkit-gradient(

    linear,

    left top,

    left bottom,

    from(#2bb153),

    to(#1a727a)

  );

  background-image: linear-gradient(180deg, #2bb153 0%, #1a727a 100%);

  border-radius: 4px;

}



.events__block > div span {

  display: inline-block;

  max-width: 135px;

  font-weight: 600;

  text-transform: uppercase;

}



.events__button {

  background-color: #ff4949;

}



.events__block .image {

  position: absolute;

  right: 0;

  top: calc(50% - 185px / 2);

  min-width: 166px;

}



.events .title {

  padding: 20px;

  display: block;

  font-weight: 600;

  font-size: 16px;

  color: #ffffff;

  text-transform: uppercase;

  text-align: center;

  background-color: #1a3769;

  border-radius: 6px;

}



.events__gallery {

  padding: 20px 20px 0;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-align: stretch;

  -webkit-align-items: stretch;

  -ms-flex-align: stretch;

  align-items: stretch;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  background-color: #ffffff;

  border-radius: 6px;

}



.events__gallery > div {

  margin-bottom: 20px;

  position: relative;

  width: calc((100% - 8px) / 2);

  text-align: center;

  border-radius: 6px;

  overflow: hidden;

}



.gallery__image {

  display: block;

  -webkit-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;

}



.gallery__image img {

  display: block;

}



.gallery__icon {

  padding: 6px;

  position: absolute;

  width: 44px;

  height: 44px;

  left: calc(50% - 44px / 2);

  bottom: -100%;

  border-radius: 50%;

  background-color: #2bb153;

  z-index: 100;

  -webkit-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;

}



.gallery__text {

  padding: 22px 6px 10px;

  position: absolute;

  display: inline-block;

  background-color: #00000081;

  bottom: 0;

  opacity: 0;

  left: 0;

  width: 100%;

  height: 100%;

  font-weight: 600;

  text-transform: uppercase;

  -webkit-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;

}



.gallery__text > * {

  color: #ffffff;

  font-size: 12px;

  font-weight: 500;

  display: block;

}



.events__gallery > div:hover .gallery__image,

.events__gallery > div:focus .gallery__image {

  -webkit-transform: scale(1.05);

  -ms-transform: scale(1.05);

  transform: scale(1.05);

}



.events__gallery > div:hover .gallery__text,

.events__gallery > div:focus .gallery__text {

  opacity: 1;

}





.cover .content {

  position: relative;

}



.cover .content > div {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: stretch;

  -webkit-align-items: stretch;

  -ms-flex-align: stretch;

  align-items: stretch;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  position: relative;

  width: 100%;

  background-color: #072443;

  overflow: hidden;

}



.cover__item-text {

  padding: 40px 0;

  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-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: start;

  -webkit-align-items: flex-start;

  -ms-flex-align: start;

  align-items: flex-start;

  margin: 0 auto;

  position: relative;

  width: 80%;

  text-align: left;

  z-index: 100;

}



.cover__item-img {

  position: relative;

  width: 20%;

  z-index: 10;

}



.cover__image {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: stretch;

  -webkit-align-items: stretch;

  -ms-flex-align: stretch;

  align-items: stretch;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  position: absolute;

  min-height: 100%;

  min-width: 450px;

  right: -25px;

  bottom: -32px;

  top: -32px;

}



.main-cover .cover__image {

  min-width: 391px;

}



.cover__image img {

  display: block;

  -o-object-fit: cover;

  object-fit: cover;

}



.app-cover .cover__image {

  min-width: 391px;

}



.cover__background {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: stretch;

  -webkit-align-items: stretch;

  -ms-flex-align: stretch;

  align-items: stretch;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  position: absolute;

  top: 0;

  left: 0;

  min-height: 100%;

}



.cover__background img {

  display: block;

  -o-object-fit: cover;

  object-fit: cover;

}





.bonus .content > div {

  background-image: url(../images/bonus-background.png);

  background-position: right center;

  background-repeat: no-repeat;

  background-size: auto 100%;

  overflow: hidden;

}



.bonus__section {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: stretch;

  -webkit-align-items: stretch;

  -ms-flex-align: stretch;

  align-items: stretch;

}



.bonus__item-text {

  padding: 72px 0;

  text-align: left;

  width: 57%;

  z-index: 100;

}



.bonus__section p {

  margin-bottom: 16px;

  font-size: 40px;

  font-weight: 700;

  line-height: 1.2;

  color: #192a32;

  text-transform: uppercase;

  text-align: left;

  z-index: 100;

}



.bonus__section p + p {

  font-size: 32px;

  text-transform: lowercase;

}



.bonus__button {

  margin-top: 16px;

  z-index: 100;

}



.bonus__item-img {

  position: relative;

  width: 43%;

}



.bonus__image {

  position: absolute;

  min-width: 294px;

  right: -20px;

  top: calc(50% - 405px / 2);

}





.instructions .title {

  margin-bottom: 16px;

}



.instructions .content ul {

  margin-bottom: 0;

  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;

}



.instructions .content ul li {

  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: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  position: relative;

  text-align: center;

  line-height: 1.2;

}



.instructions .content ul span {

  margin: 8px;

  display: inline-block;

  font-weight: 600;

  text-transform: uppercase;

}





.benefits .content {

  text-align: center;

}



.benefits .content > div {

  padding: 32px;

  margin-bottom: 16px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: stretch;

  -webkit-align-items: stretch;

  -ms-flex-align: stretch;

  align-items: stretch;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  background-image: url(../images/benefits-background.png);

  background-position: right center;

  background-repeat: no-repeat;

  background-size: auto 100%;

  overflow: hidden;

}



.benefits__item {

  width: 50%;

}



.benefits__item-img {

  position: relative;

}



.benefits__image {

  position: absolute;

  right: -32px;

  bottom: -32px;

  min-width: 509px;

}



.benefits__image img {

  display: block;

}



.benefits__item-text {

  z-index: 100;

}



.benefits .title {

  margin-bottom: 24px;

}



.benefits__item-text ul {

  margin-bottom: 0;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -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;

}



.benefits__item-text ul li {

  padding: 0;

  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;

  width: 100%;

  text-align: left;

  font-weight: 500;

  text-transform: uppercase;

}



.benefits__item-text ul li > span {

  margin-right: 10px;

  display: inline-block;

  min-width: 39px;

  font-size: 50px;

  line-height: 1.2;

  font-weight: 700;

  color: #072443;

  text-align: center;

}





.rating__item {

  margin-bottom: 32px;

  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: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  font-weight: 500;

}



.rating__img {

  margin-right: 32px;

}



.rating__img img {

  display: block;

}





.text ul,

.text ol {

  margin-bottom: 24px;

  width: 100%;

}



.text ol > li:before {

  content: counter(ol);

  display: inline-block;

  position: absolute;

  left: 8px;

  color: #2e9344;

}



.text li {

  position: relative;

  padding-left: 30px;

}



.text li + li {

  margin-top: 24px;

}



.text ul > li:before {

  content: '';

  display: inline-block;

  width: 7px;

  height: 2px;

  position: absolute;

  left: 8px;

  top: 10px;

  background-color: #02292d;

}



.text p:not(:last-child) {

  margin-bottom: 32px;

}



.text__button:not(:last-child) {

  margin-bottom: 19px;

}



.text__block {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: stretch;

  -webkit-align-items: stretch;

  -ms-flex-align: stretch;

  align-items: stretch;

}



.text__block + .text__block {

  margin-top: 32px;

}



.text__block > div {

  margin-bottom: 32px;

  width: calc((100% - 24px) / 2);

}



.text__block > div:nth-child(even) {

  margin-left: 24px;

}



.text__item + .text__item {

  margin-top: 32px;

}



.text__item-txt .title {

  display: block;

  padding: 6px 29px;

  text-align: left;

  color: #ffffff;

  background-color: rgba(19, 181, 195, 0.7);

  border-radius: 10px;

}



.text__item-img {

  text-align: center;

}





.slots__gallery {

  margin: 0 auto;

  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: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

}



.slots .title {

  width: 100%;

}



.slots__gallery > div {

  margin: 10px;

  position: relative;

}



.slots__image img {

  display: block;

}



.slots__text {

  padding: 22px 6px 10px;

  position: absolute;

  display: inline-block;

  background-color: #00000081;

  bottom: 0;

  opacity: 0;

  left: 0;

  width: 100%;

  height: 100%;

  font-weight: 600;

  text-transform: uppercase;

  -webkit-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;

}



.slots__text > * {

  color: #ffffff;

  font-size: 12px;

  font-weight: 500;

  display: block;

}



.slots__gallery > div:hover .slots__text,

.slots__gallery > div:focus .slots__text {

  opacity: 1;

}





.feedbacks .content > div {

  position: relative;

}



.feedbacks .title {

  margin-bottom: 20px;

  padding-right: 150px;

  font-size: 40px;

}



.feedback__buttons {

  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: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  position: absolute;

  right: 20px;

  top: 20px;

}



.feedback__buttons button {

  margin: 0 10px;

  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: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  width: 40px;

  height: 40px;

  border-radius: 50%;

  background-color: #2e9344;

  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}



.feedback__buttons button:hover,

.feedback__buttons button:focus {

  -webkit-transform: scale(1.1);

  -ms-transform: scale(1.1);

  transform: scale(1.1);

}



.feedbacks__carousel {

  overflow: hidden;

  -webkit-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;

}



.feedbacks .content ul {

  margin: 0;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: stretch;

  -webkit-align-items: stretch;

  -ms-flex-align: stretch;

  align-items: stretch;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;

  width: 100%;

}



.feedbacks .content ul li {

  padding: 20px;

  margin: 0 10px 10px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: start;

  -webkit-align-items: flex-start;

  -ms-flex-align: start;

  align-items: flex-start;

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  min-width: calc((100% - 40px) / 2);

  color: #ffffff;

  background-color: #072443;

  border-radius: 6px;

}



.feedbacks__image {

  margin-right: 20px;

  padding: 34px 28px;

  min-width: 137px;

  background-color: #ffffff;

  border-radius: 50%;

}



.feedbacks__text {

  padding: 19px 0;

}



.feedbacks__text span {

  margin-bottom: 8px;

  font-weight: 600;

  text-transform: uppercase;

}





.faq .title {

  margin-bottom: 24px;

}



.faq .content > div {

  color: #192a32;

  background-color: #ffffff;

  border-radius: 6px;

}



.faq__box {

  padding: 16px 0;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: start;

  -webkit-align-items: flex-start;

  -ms-flex-align: start;

  align-items: flex-start;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  border-bottom: 1px solid #192a32;

}



.faq__box + .faq__box {

  margin-top: 16px;

}



.faq__box-question {

  padding: 0 36px 16px;

  position: relative;

  width: 33%;

  cursor: pointer;

}



.faq__box-question p {

  position: relative;

  font-size: 20px;

  font-weight: 700;

  text-transform: uppercase;

  text-align: left;

}



.faq__box-answer {

  height: auto;

  width: 67%;

  opacity: 1;

  -webkit-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;

}



.faq__box-question p::before {

  content: '';

  position: absolute;

  background-image: url(../images/answer-visible.svg);

  background-size: contain;

  background-repeat: no-repeat;

  background-position: center;

  width: 24px;

  height: 24px;

  left: -36px;

  top: calc(50% - 24px / 2);

}



.answer-hidden p::before {

  background-image: url(../images/answer-hidden.svg);

}





.footer .content {

  padding: 20px 345px 20px 30px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: start;

  -webkit-align-items: flex-start;

  -ms-flex-align: start;

  align-items: flex-start;

}



.footer__item + .footer__item {

  margin-top: 10px;

}



.footer__item-top {

  padding-bottom: 33px;

  border-bottom: 1px solid #192a32;

}



.footer__item-top ul {

  margin-bottom: 0;

  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;

}



.footer__item-top ul li {

  margin: 13px 5px;

}



.footer__item-center {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: start;

  -webkit-align-items: flex-start;

  -ms-flex-align: start;

  align-items: flex-start;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

}



.footer__copy {

  margin-top: 20px;

}



.footer .icon {

  margin: 20px 10px;

  min-width: 85px;

}



.footer__item-bottom {

  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: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

}



.footer__item-bottom span {

  margin: 10px;

}





.cover .breadcrumbs {

  margin-bottom: 0;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  position: absolute;

  top: 0;

  left: 0;

  font-weight: 400;

  text-transform: capitalize;

}



.breadcrumbs__item + .breadcrumbs__item {

  margin-left: 24px;

  position: relative;

}



.breadcrumbs__item + .breadcrumbs__item::before {

  content: '';

  position: absolute;

  background-color: #ffffff;

  width: 2px;

  height: 16px;

  left: -12px;

  top: 3px;

}



.breadcrumbs__item span {

  color: #ffffff;

  opacity: 0.8;

}



.breadcrumbs__item + .breadcrumbs__item span {

  opacity: 1;

}





.bonuses-gallery .content > div {

  padding: 0;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-align: stretch;

  -webkit-align-items: stretch;

  -ms-flex-align: stretch;

  align-items: stretch;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  color: #ffffff;

  background-color: transparent;

  border-radius: none;

}



.bonuses-gallery .content > div section {

  margin: 10px 0;

  padding: 20px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: stretch;

  -webkit-align-items: stretch;

  -ms-flex-align: stretch;

  align-items: stretch;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  width: calc((100% - 11px) / 2);

  background-color: #072443;

  border-radius: 6px;

}



.bonuses-gallery__item-img {

  margin-right: 16px;

  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: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  width: 30%;

}



.bonuses-gallery__item-text {

  width: 70%;

}



.bonuses-gallery__item-text span {

  margin-bottom: 10px;

  display: inline-block;

  font-size: 32px;

  font-weight: 700;

  text-transform: uppercase;

}



.bonuses-gallery__item-text p {

  margin-bottom: 10px;

}





.download-app img {

  display: block;

}



.download-app .content > div {

  padding: 0 20px;

  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;

  position: relative;

  background-color: #072443;

  border-radius: 6px;

  overflow: hidden;

}



.download-app .content > div > * {

  z-index: 100;

}



.download-app .content > div::before {

  content: '';

  position: absolute;

  width: 401px;

  height: 100%;

  top: 0;

  left: calc(50% - 401px / 2 - 60px);

  background-image: url(../images/download-app-background.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  z-index: 1;

}



.download-app__button {

  margin-right: 30px;

}



.download-app__image {

  margin: 20px;

  position: relative;

}



.download-app__store {

  margin: 12px 20px;

  display: block;

}



.download-app__store:hover,

.download-app__store:focus {

  -webkit-transform: scale(1.05);

  -ms-transform: scale(1.05);

  transform: scale(1.05);

  -webkit-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;

}
