@charset "utf-8";

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: local('Poppins Light'), local('Poppins-Light'),
      url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Poppins-Light.woff2') format('woff2'),
      url('../fonts/Poppins-Light.woff') format('woff'),
      url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: local('Poppins Regular'), local('Poppins-Regular'),
      url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Poppins-Regular.woff2') format('woff2'),
      url('../fonts/Poppins-Regular.woff') format('woff'),
      url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: local('Poppins Medium'), local('Poppins-Medium'),
      url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Poppins-Medium.woff2') format('woff2'),
      url('../fonts/Poppins-Medium.woff') format('woff'),
      url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: local('Poppins Bold'), local('Poppins-Bold'),
      url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Poppins-Bold.woff2') format('woff2'),
      url('../fonts/Poppins-Bold.woff') format('woff'),
      url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.eot');
  src: local('Poppins Black'), local('Poppins-Black'),
      url('../fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Poppins-Black.woff2') format('woff2'),
      url('../fonts/Poppins-Black.woff') format('woff'),
      url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}





body {
	position: relative;
	background: #403735;
  font-family: 'Poppins', sans-serif, Helvetica;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	color: #b49b96;
	text-align: left;
  word-break: break-word;
  overflow-x: hidden;
}

p {
  font-family: 'Poppins', sans-serif, Helvetica;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	color: #b49b96;
	text-align: left;
  margin-top: 25px;
}

p:first-child {
  margin-top: 0px;
}

ul, ol {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
  padding-inline-start: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  -moz-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  -moz-margin-end: 0;
  margin-inline-end: 0;
  padding: 0px;
  margin-top: 25px;
}

ul {
  list-style: disc inside;
}

ul > li, ol > li {
  display: block;
  position: relative;
  padding: 10px 0px 0px 30px;
}

ol > li {
  counter-increment: ol;
}

ul > li:before {
  content: "-";
  display: inline-block;
  position: absolute;
  left: 0px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 600;
  color: #a59691;
}

ol > li:before {
  content: counter(ol);
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0px;
  color: #a59691;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a {
  display: inline-block;
  position: relative;
  font: inherit;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  text-decoration: underline;
}

a:not([href]) {
  cursor: default;
}



/* Contents Type */

.content {
  display: block;
	position: relative;
	height: 100%;
	width: 100%;
	max-width: 1110px;
	text-align: left;
  padding: 50px 0;
	margin: 0px auto;
}



/* Titles Type */

h1, h2, h3, h4, .title {
	display: block;
	position: relative;
  width: 100%;
	font: inherit;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

h1, h1.title, .title.general {
	font-size: 45px;
	line-height: 50px;
  font-weight: 700;
  color: #fec882;
  text-align: center;
  text-transform: uppercase;
}

h2, h2.title, .title.high {
  font-size: 40px;
	line-height: 50px;
  font-weight: 700;
  color: #8c7873;
  padding: 0 25px 25px 25px;
  text-align: center;
  text-transform: uppercase;
}
h2 > span {
  position: relative;
  line-height: 1.1;
  display: inline-block;
}
h2 > span:before {
  content: "";
  position: absolute;
  left: -35px;
  top: 45%;
  width: 15px;
  height: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
h2 > span:after {
  content: "";
  position: absolute;
  right: -35px;
  top: 45%;
  width: 15px;
  height: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
h2 > span > span {
  position: relative;
  line-height: 1.1;
  display: inline-block;
}
h2 > span > span:before {
  content: "";
  position: absolute;
  left: -50px;
  top: calc(45% - 1px);
  width: 30px;
  height: 1px;
  background: #fec882;
}
h2 > span > span:after {
  content: "";
  position: absolute;
  right: -50px;
  top: calc(45% - 1px);
  width: 30px;
  height: 1px;
  background: #fec882;
}

h3, h3.title, .title.mid {
  font-size: 35px;
	line-height: 40px;
  font-weight: 600;
  color: #fec882;
  padding-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}
h3 > span {
  position: relative;
}
h3 > span:before {
  content: "";
  display: none;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
}
h3 > span:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 1px;
  background: #fec882;
}

h4, h4.title, .title.min {
  font-size: 35px;
	line-height: 40px;
  font-weight: 300;
  color: #b49b96;
  padding-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}



/* Button */

.button {
	display: inline-block;
	position: relative;
	width: auto;
  min-width: 160px;
	height: 50px;
  overflow: hidden;
  background: linear-gradient(to bottom, #b9fe82, #6dffb8);
	font-family: 'Poppins', sans-serif, Helvetica;
	font-weight: 700;
	font-size: 15px;
	line-height: 50px;
	text-align: center;
	color: #292526;
	white-space: nowrap;
  cursor: pointer;
  z-index: 1;
  padding: 0px 20px;
  margin: 25px auto 0px auto;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.button:hover {
  color: #ffffff;
  text-decoration: none;
}
.button:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: rgb(64, 55, 53);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.button:hover:before {
  opacity: 1;
}

/* Login Button */

.button.outline {
  color: #ffffff;
}
.button.outline:before {
  opacity: 1;
}
.button.outline:hover:before {
  opacity: 0;
}

.button.outline:hover {
  color: #292526;
}

/* Inverse Button */

.button.inverse {
  color: #fff;
  text-transform: none;
  background: linear-gradient(to bottom, #9e9e9e, #2b2b2b);
}
.button.inverse:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
}

.button.inverse:hover {
  color: #fec882;
}
.button.inverse:hover:before {
  background-color: transparent;
}



/* Special */


h2 + *, h3 + *, h4 + * {
  margin-top: 0px;
  padding-top: 0px;
}

* + h2 {
  margin-top: 25px;
}

* + h3 {
  margin-top: 50px;
}

* + h4 {
  margin-top: 35px;
}

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

.js-expand-content.expanded {
	height: 100%;
}



/* Type LIST */

.type-list {
  display: block;
  position: relative;
  width: auto;
  margin: 0;
}

.type-list > li {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
	line-height: 1;
  padding: 0;
}



/* Header */

.header {
	display: block;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
  background-color: rgba(64, 55, 53, .75);
  -webkit-box-shadow: 0px 0px 100px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 100px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 100px rgba(0,0,0,0.15);
	z-index: 9999;
}

.header__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
	padding: 25px 0;
}

.header__content > *, .header__menu > * {
	display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0px;
  margin: 0px 12.5px 0px 0px;
}

.header__content > *:last-child {
	margin-right: 0px;
}

.logo > img {
  display: block;
  max-height: 50px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 170px;
}

.logo:hover > img {
  opacity: 0.50;
}

.header__baseline {
  -webkit-box-flex: 3;
  -webkit-flex: 3 1 auto;
  -moz-box-flex: 3;
  flex: 3 1 auto;
	text-align: center;
  padding: 0px 37.5px;
}

.header__menu {
	margin: 0px;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  width: 100%;
}

.header__menu ul {
	display: inline-block;
	width: auto;
  text-align: center;
	padding: 0px;
	margin: 0 auto 0 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.header__menu li {
	display: inline-block;
  position: relative;
  padding: 0px;
}

.header__menu li:before {
	display: none;
}

.header__menu li:not(:first-child) {
	padding-left: 10px;
}

.header__menu li > a {
  display: block;
	position: relative;
  background: url("../images/menu-item.svg") no-repeat left 12px / auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  color: #94897a;
  padding: 15px 15px 15px 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.header__menu li:hover > a {
  text-decoration: none;
	color: #fec882;
}

.header__signup-button, .header__login-button {
  min-width: 100px;
  padding: 0 20px;
}
.header__signup-button {
  margin-right: 0;
}
.header__login-button {
  margin-right: 60px;
}

.header__logo {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lang {
  position: absolute;
  top: 0;
  right: 0;
	font-size: 0px;
	line-height: 1;
	padding: 5px;
	margin: 0px;
}

.lang__item {
	max-width: 40px;
	max-height: 40px;
	opacity: 0.50;
	padding: 7px;
  display: none;
}
.open .lang__item {
  display: block;
}

.lang__item.active, .lang__item:hover {
	opacity: 1.00;
  cursor: pointer;
}
.lang__item.active {
  display: block;
}

.header__button-menu {
	display: none;
	min-width: 50px;
  margin-left: auto;
}

.header__menu-bg {
	display: block;
	width: 0 !important;
	opacity: 0.00;
  margin: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
}



/* Main */

.main {
  padding-top: 0;
}

.main__cover {
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #2d2d2d;
	line-height: 1;
}

.main__cover:before {
	content: "";
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%;
	background-color: rgba(41,37,38,0.75);
	z-index: 1;
}

.cover__type-list {
	display: block;
	position: absolute;
	top: 100px;
	bottom: 0;
	left: 0;
	right: 0;
	vertical-align: middle;
	z-index: 2;
  max-width: 1110px;
  margin: 0 auto;
}

.cover__type-list > li {
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
}
.cover__type-list > li.cover-title:before {
  content: "";
  display: block;
  position: absolute;
  top: -75px;
  left: 50%;
  width: 30px;
  height: 50px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.cover__type-list > li.cover-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -75px;
  left: 50%;
  width: 30px;
  height: 50px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.bonuses .cover__type-list > li {
  height: 100%;
}

.cover__type-list > li.dummy {
	width: 0 !important;
	max-width: 0 !important;
	height: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.cover__type-list > li:before {
	display: none;
}

.main__title {
	text-align: left;
	padding: 0 30px;
}
.main__title:before {
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 75px;
  background: #fec882;
}

.main__button {
  overflow: inherit;
}
.main__button:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -100px;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 75px;
  background: #fec882;
}

.main__cover > img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0.2;
}

.w100 {
  position: relative;
}
.w100:before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  width: 50%;
  background: #272322;
  z-index: -1;
}
.w100:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  width: 50%;
  background: linear-gradient(to right, #6cffb8, #b9fe82);
  z-index: -1;
}
.w100 > .content {
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
  padding: 0 0 50px 0;
}
.w100 .w50 {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  padding: 25px 0;
  position: relative;
}
.w100 .w50:first-of-type {
  padding-bottom: 0;
}
.w100 .w50:first-of-type:not(:last-of-type) {
  margin-bottom: 14px;
  padding-top: 15px;
}
.w100 .w50.bonus {
  background: linear-gradient(to right, #6cffb8, #4bb381);
}
.w100 .w50.bonus:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  background: url("../images/welcome-bonus-bg_1.svg") no-repeat -20px center;
  z-index: 0;
}
.w100 .w50.bonus:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 300px;
  background: url("../images/welcome-bonus-bg_2.svg") no-repeat 20px center;
  z-index: 0;
}

.main__welcome-bonus {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 25px;
  margin: 0 auto;
	z-index: 1;
}

.main__welcome-bonus:before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  right: 25px;
  border: 1px solid #292526;
  z-index: -1;
}
.main__welcome-bonus:after {
	content: "";
	display: none;
	position: absolute;
	top: 25px;
	bottom: 25px;
	left: 0;
	right: 0;
	border: 1px solid #292526;
	z-index: -1;
}

.welcome-bonus__text {
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
  text-transform: uppercase;
	color: #403735;
}

.welcome-bonus__text > span {
	display: inline-block;
	font-size: 35px;
	font-weight: 700;
	line-height: 35px;
	padding-top: 10px;
  text-transform: none;
}

.welcome-bonus__text > span > span {
	font-size: 35px;
  font-weight: 500;
}



/* FAQ */

.faq__list > li {
	/*cursor: pointer;*/
  padding: 0;
  border-bottom: 1px solid #fec882;
  display: flex;
}
.faq__list > li:last-of-type {
  border-bottom: none;
}

.faq__list > li:before {
  display: none;
}

.faq-item__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-transform: none;
  color: #fff;
  padding: 25px 0;
  text-align: left;
  width: 350px;
  border-right: 1px solid #fff;
}

.faq-item__title > span {
  position: relative;
}
.faq-item__title > span:before {
  content: "";
  display: none;
  position: absolute;
  top: 5px;
  left: -32px;
  width: 21px;
  height: 21px;
  background: url("../images/arrow.svg") no-repeat center center / 100% 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.js-button-expander.active .faq-item__title > span:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.faq-item__title:hover {
  /*opacity: 0.50;*/
}

.faq-item__text {
  padding: 25px 0 25px 30px;
  width: calc(100% - 350px);
}



/* Footer */

.footer {
	background-color: #403735;
  position: relative;
  z-index: 1;
}
.footer:before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  background: #1c1a19;
}

.footer__content {
  position: relative;
}
.footer__content.content {
  padding-top: 0;
}

.footer__type-list > li {
	max-width: 100%;
}
.footer__type-list > li:first-of-type {
  margin-bottom: 50px;
}


.footer__type-list > li:before {
	display: none;
}

.footer__logo > img {
	width: 189px;
  height: 74px;
  max-height: none;
}

.footer__desc {
  overflow: hidden;
}
.footer__logo-list {
	margin: -20px 30px 0px -12px;
	padding: 0;
  max-width: 350px;
  float: left;
}

.footer__logo {
  float: left;
}
.footer__logo-list > img {
	display: inline-block;
	position: relative;
	max-height: 25px;
	margin: 25px 0px 0px 12px;
}
.footer__desc > p {
  opacity: .5;
}
.footer__desc > p:first-of-type {
  margin: 0;
}

.footer__copyright {
	padding: 25px 0px 0px 0px;
	margin: 0px;
  text-align: right;
}



/* PAGES */

main.page .main__title {
	padding-bottom: 0px;
}
main.page .bonuses .main__title {
  /*position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);*/
}

.bonuses .main__button {
  /*position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);*/
}
.bonuses .main__button:after {
  display: none;
}

/* Breadcrumbs */

.breadcrumbs {
  display: block;
  position: relative;
	padding: 25px 30px 0;
	margin: 0px;
  text-align: center;
}
.breadcrumbs:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -100px;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 75px;
  background: #fec882;
}

.breadcrumbs li {
  display: inline-block;
  position: relative;
	padding: 0px;
}

.breadcrumbs li:before {
  display: none;
}

.breadcrumbs li a {
  display: inline-block;
  position: relative;
	font-size: 16px;
	line-height: 25px;
  color: #fff;
  font-weight: 300;
  padding-right: 40px;
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}

.breadcrumbs li:last-child a {
	color: #fec882;
  cursor: default;
  text-decoration: none;
  padding-right: 0;
}

.breadcrumbs li:last-child a:hover {
  color: inherit;
}

.breadcrumbs li:not(:last-child):after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 14px;
  height: 1px;
  width: 11px;
	background: #b49b96;
}



/* Bonuses Page */

.bonuses__content > .content {
  padding-bottom: 0;
}
.bonuses__content .bonuses__block {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 0 -15px;
}

.bonuses__item {
	padding: 0 15px;
  flex-basis: 33.3333%;
}

.bonuses__item {
	padding-bottom: 50px;
}

.bonuses-item__type-list > li {
	vertical-align: middle;
  text-align: center;
}

.bonuses-item__type-list > li:before {
	display: none;
}

.bonuses-item__type-list li.bonuses_image {
  margin-bottom: 25px;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.bonuses-item__type-list > li img {
	display: block;
	position: relative;
	margin: auto;
  max-width: 350px;
}

.bonuses-item__type-list h2 {
  font-size: 20px;
  line-height: 25px;
  padding: 0 30px 25px;
  color: #fff;
}
.bonuses-item__type-list h2 > span:before {
  width: 10px;
  height: 14px;
  top: 37%;
  left: -20px;
}
.bonuses-item__type-list h2 > span:after {
  width: 10px;
  height: 14px;
  top: 37%;
  right: -20px;
}
.bonuses-item__type-list h2 > span > span:before {
  width: 20px;
  top: calc(37% - 1px);
  left: -30px;
}
.bonuses-item__type-list h2 > span > span:after {
  width: 20px;
  top: calc(37% - 1px);
  right: -30px;
}

.bonuses-item__type-list p {
  text-align: center;
  padding: 0 15px;
}

.bonuses-item__type-list > li.adaptive {
	display: none;
}

.black {
  background: #38302f;
}

.description__content {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
.description__content:before {
  content: "";
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  height: 4px;
  background-image: linear-gradient(to right, rgba(190, 165, 160, .15) 65%, rgba(255, 255, 255, 0) 10%);
  background-position: top;
  background-size: 20px 4px;
  background-repeat: repeat-x;
}
.description__content:after {
  content: "";
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  height: 4px;
  background-image: linear-gradient(to right, rgba(190, 165, 160, .15) 65%, rgba(255, 255, 255, 0) 10%);
  background-position: top;
  background-size: 20px 4px;
  background-repeat: repeat-x;
}

.faq {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
.faq:before {
  content: "";
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  height: 4px;
  background-image: linear-gradient(to right, rgba(190, 165, 160, .15) 65%, rgba(255, 255, 255, 0) 10%);
  background-position: top;
  background-size: 20px 4px;
  background-repeat: repeat-x;
}
.faq:after {
  content: "";
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  height: 4px;
  background-image: linear-gradient(to right, rgba(190, 165, 160, .15) 65%, rgba(255, 255, 255, 0) 10%);
  background-position: top;
  background-size: 20px 4px;
  background-repeat: repeat-x;
}
.faq.black {
  margin-bottom: 50px;
}

.bonuses__content {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
.bonuses__content:before {
  content: "";
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  height: 4px;
  background-image: linear-gradient(to right, rgba(190, 165, 160, .15) 65%, rgba(255, 255, 255, 0) 10%);
  background-position: top;
  background-size: 20px 4px;
  background-repeat: repeat-x;
}
.bonuses__content:after {
  content: "";
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  height: 4px;
  background-image: linear-gradient(to right, rgba(190, 165, 160, .15) 65%, rgba(255, 255, 255, 0) 10%);
  background-position: top;
  background-size: 20px 4px;
  background-repeat: repeat-x;
}