@charset "utf-8";

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Regular.eot');
  src: local('Roboto Regular'), local('Roboto-Regular'),
      url('../fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Roboto/Roboto-Regular.woff') format('woff'),
      url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



* {
  -webkit-tap-highlight-color: transparent;
}

body {
	position: relative;
	background: #f2f2f2;
  font-family: 'Roboto', sans-serif, Helvetica;
	font-weight: 300;
  font-style: normal;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	text-align: left;
  word-break: break-word;
  overflow-x: hidden;
}

p {
  font-family: 'Roboto', sans-serif, Helvetica;
	font-weight: 300;
  font-style: normal;
	font-size: 15px;
	line-height: 25px;
	color: #1f3233;
	text-align: left;
  margin-top: 25px;
}

span {
  font-family: 'Roboto', sans-serif, Helvetica;
  font-weight: normal;
}

p:first-child {
  margin-top: 0px;
}

ul, ol {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  -webkit-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;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  padding: 0;
  margin-top: 0;
  font-family: 'Roboto', sans-serif, Helvetica;
}

ul {
  list-style: disc inside;
}

ul > li, ol > li {
  display: block;
  position: relative;
  padding: 25px 0px 0px 50px;
}

ol > li {
  counter-increment: ol;
}

ul > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 15px;
  width: 11px;
  height: 16px;
  background: url(../images/bullet.png) 0 0 no-repeat;
}

ol > li:before {
  content: counter(ol);
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 10px;
  width: 25px;
  height: 25px;
  color: #fff;
  background: #ff5500;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a {
  font-family: 'Roboto', sans-serif, Helvetica;
  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;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
}

a:not([href]) {
  cursor: default;
}



/* Contents Type */

main {
  position: relative;
  overflow: hidden;
  padding-top: 0;
}

.main {
  
}

.content {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1110px;
  text-align: center;
  padding: 0 0 0px 0;
  margin: 0px auto;
  z-index: 1;
}



/* 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;
  transition: all 0.5s;
}

h1, h1.title, .title.general {
  font-family: 'Roboto', sans-serif, Helvetica;
	font-size: 50px;
	line-height: 1.2;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

h2, h2.title, .title.high {
  font-family: 'Roboto', sans-serif, Helvetica;
  font-size: 45px;
  line-height: 55px;
  font-weight: bold;
  color: #000;
  padding: 0;
  padding: 0;
  margin: 18px 0;
  text-transform: uppercase;
  text-align: center;
}

h3, h3.title, .title.mid {
  font-family: 'Roboto', sans-serif, Helvetica;
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  color: #000;
  padding: 0;
  margin: 15px 0;
  text-transform: uppercase;
  text-align: center;
}

h4, h4.title, .title.min {
  font-family: 'Roboto', sans-serif, Helvetica;
  font-size: 35px;
	line-height: 40px;
  font-weight: bold;
  color: #000;
  padding: 0;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  text-align: center;
}



/* Button */

.button {
	display: inline-block;
	position: relative;
	width: auto;
  min-width: 180px;
	height: 50px;
	font-family: 'Roboto', sans-serif, Helvetica;
	font-weight: bold;
	font-size: 20px;
	line-height: 46px;
	text-align: center;
  text-transform: uppercase;
	color: #fff;
	white-space: nowrap;
  cursor: pointer;
  z-index: 1;
  padding: 0px 20px;
  margin: 35px auto 0;
  border-radius: 25px;
  background: #ff5500;
  border: 3px solid #ff5500;
	-webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.button:hover {
  background: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.button > span {
  position: relative;
  z-index: 1;
  font-weight: bold;
}

.main__btn {
  min-width: 180px;
}
.main__btn:hover {
  color: #ff5500;
}

/* Login Button */


/* Inverse Button */

.button.inverse {
  
}

.button.inverse:hover {
  
}



/* Special */


h2 + *, h3 + *, h4 + * {
  margin-top: 0px;
  padding-top: 0px;
}

* + h2 {
  margin-top: 40px;
}

* + h3 {
  margin-top: 15px;
}

* + h4 {
  margin-top: 10px;
}

.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;
  background: transparent;
  border-radius: 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;
	z-index: 9999;
}
.header.scrolled {
  /*background-color: rgba(32, 13, 61, .9);
  -webkit-transition: background-color .2s ease;

  transition: background-color .2s ease;*/
}

.header__back {
  background: rgba(25, 46, 67, .8);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
  -webkit-transition: background-color .2s ease;

  transition: background-color .2s ease;
}
.scrolled .header__back {
  background: rgba(25, 46, 67, .9);
}

.header__content {
  display: -webkit-box;
  display: -webkit-flex;

  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;


  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;

  -webkit-box-align: center;
  -webkit-align-items: center;

  align-items: center;
	padding: 14px 0;
}

.header__bgSecond {
  background: #dfe2e8;
  z-index: 10;
}
.header.scrolled .header__bgSecond {
  background: rgba(177, 187, 201, .8);
}

.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;
  height: 50px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;

  transition: all 0.5s;
}
.header__logo > img {
  max-width: inherit;
}

.logo:hover > img {
  opacity: 0.50;
}

.header__baseline {
  -webkit-box-flex: 3;
  -webkit-flex: 3 1 auto;

  flex: 3 1 auto;
  padding: 0 15px;
  font-size: 15px;
  line-height: 25px;
}

.header__menu {
	margin: 0;
  width: 100%;
  display: -webkit-flex;

  display: flex;
  -webkit-align-items: center;

  align-items: center;
  -webkit-justify-content: space-between;

  justify-content: space-between;
  -webkit-order: 1;

  order: 1;
}

.header__menu ul {
	display: inline-block;
	width: auto;
  text-align: center;
	padding: 0px;
	margin: 0 auto 0 0;
  background: transparent;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -o-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: 20px;
}

.ul_bonuses li > a {
  display: -webkit-flex;

  display: flex;
  -webkit-align-items: center;

  align-items: center;
	position: relative;
  font-size: 15px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  padding: 0;
  margin: 0;
  height: 45px;
  text-decoration: none;
  border-radius: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;

  transition: all 0.5s;
}

.ul_bonuses li:hover > a {
  color: #0ea7b5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;

  transition: all 0.5s;
}

.ul_bonuses li > a img {
  margin-right: 12px;
}

.header__signup-button, .header__login-button {
  min-width: 140px;
  padding: 0 20px;
  line-height: 46px;
}
.header__signup-button {
  margin-right: 20px;
  background: #ff5500;
  border-color: #ff5500;
}
.header__login-button {
  margin-right: 0;
  background: #3dbf1f;
  border-color: #3dbf1f;
}

.header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
  z-index: 5;
}

.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;

	transition: all 0.25s;
}

.header__content.second__header {
  padding: 0;
  display: block;
}

.ul__secondHeader {
  display: -webkit-flex;

  display: flex;
  -webkit-justify-content: flex-start;

  justify-content: flex-start;
  -webkit-align-items: center;

  align-items: center;
  background: transparent;
  border-radius: 0;
}
.header__menu .ul__secondHeader {
  display: none;
}
.ul__secondHeader li {
  padding: 12.5px 45px 12.5px 40px;
}
.ul__secondHeader li:before {
  display: none;
}
.ul__secondHeader li a {
  display: -webkit-flex;

  display: flex;
  -webkit-align-items: center;

  align-items: center;
}
.ul__secondHeader li img {
  margin-right: 20px;
}
.ul__secondHeader li span {
  font-family: 'Roboto', sans-serif, Helvetica;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  padding-left: 25px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, .25);
  -webkit-transition: all .3s ease;

  transition: all .3s ease;
}
.ul__secondHeader li a:hover span {
  color: #3dbf1f;
  text-decoration: underline;
  -webkit-transition: all .3s ease;

  transition: all .3s ease;
}
.ul__secondHeader li a path {
  -webkit-transition: all .3s ease;

  transition: all .3s ease;
}
.ul__secondHeader li a:hover path {
  fill: #3dbf1f;
  -webkit-transition: all .3s ease;

  transition: all .3s ease;
}


/* Main */

.main__cover {
	display: block;
	position: relative;
	overflow: hidden;
	line-height: 1;
}

.cover__type-list {
	display: -webkit-flex;

  display: flex;
  -webkit-align-items: center;

  align-items: center;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  padding: 110px 0 35px;
	vertical-align: middle;
	z-index: 2;
  max-width: 1110px;
  min-height: 250px;
  margin: 0 auto;
}

.cover__type-list > li {
	max-width: 100%;
	vertical-align: middle;
  text-align: center;
  position: static;
}

.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;
}
.main__button {
  margin-top: 35px;
  min-width: 200px;
}
.main__button:hover {
  color: #fff;
}

.main__cover > img {
	display: block;
	position: absolute;
  top: 0;
  min-width: 100%;
  max-width: none;
  margin: auto;
  max-height: 500px;
}

.w100 {
  position: relative;
}
.page .w100Txt .w50 {
  padding-bottom: 0;
}
.w100 > .content {
  position: relative;
  display: -webkit-flex;

  display: flex;
  -webkit-flex-wrap: wrap;

  flex-wrap: wrap;
  z-index: 1;
  padding: 0;
}
.w50 {
  display: -webkit-flex;

  display: flex;
  -webkit-align-items: center;

  align-items: center;
  -webkit-flex-basis: 100%;

  flex-basis: 100%;
  padding: 15px 0;
  position: relative;
}
.w50.bonus {
  padding:50px 35px 25px;
  background: #fff;
  overflow: hidden;
}
.w50.bonus:before {
  content: "";
  position: absolute;
  top: -60px;
  left: -300px;
  width: 600px;
  height: 210px;
  background: url(../images/bonus_icon.svg) 0 0 no-repeat;
}
.w50.bonus:after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -300px;
  width: 600px;
  height: 210px;
  background: url(../images/bonus_icon.svg) 0 0 no-repeat;
  -webkit-transform: rotate(180deg);

  transform: rotate(180deg);
}
.w100Txt .w50 {
  padding-bottom: 25px;
  display: block;
}
.bonuses .w100Txt .w50 {
  padding-bottom: 0;
}

.site__rated {
  float: left;
  background: #e0e0e0;
  padding: 12px 20px 12px 10px;
  border-radius: 10px;
  margin-top: 25px;
  text-align: left;
}

.site__rated .rated__text {
  display: block;
  font-size: 15px;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.site__rated .rated__text > b {
  font-family: 'Roboto', sans-serif, Helvetica;
  font-weight: 900;
  padding-left: 5px;
}

.site__rating {
  display: -webkit-flex;

  display: flex;
  -webkit-align-items: center;

  align-items: center;
  margin: 0 -5px;
}
.site__rating .rating__star {
  width: 25px;
  height: 24px;
  margin: 0 5px;
  background: url(../images/star.png) 0 0 no-repeat;
}
.site__rating .rating__star.active {
  background: url(../images/star_active.png) 0 0 no-repeat;
}

.block__signUp {
  display: -webkit-flex;

  display: flex;
  -webkit-flex-wrap: wrap;

  flex-wrap: wrap;
  -webkit-flex-basis: 100%;

  flex-basis: 100%;
  margin-bottom: 50px;
}

.block__signUp > h2 {
  -webkit-flex-basis: 100%;

  flex-basis: 100%;
  margin-bottom: 70px;
}

.w__50 {
  -webkit-flex-basis: 50%;

  flex-basis: 50%;
}

.step__row {
  position: relative;
  display: -webkit-flex;

  display: flex;
  -webkit-align-items: center;

  align-items: center;
  margin-bottom: 50px;
  color: #000;
  font-weight: bold;
}
.step__row:before {
  content: "";
  position: absolute;
  left: 36px;
  bottom: -40px;
  height: 30px;
  width: 2px;
  background: #000;
}
.step__row:last-of-type:before {
  display: none;
}
.step__row .step__number {
  font-size: 40px;
  display: -webkit-flex;

  display: flex;
  -webkit-align-items: center;

  align-items: center;
  -webkit-justify-content: center;

  justify-content: center;
  width: 74px;
  height: 74px;
  border: 2px solid #000;
  border-radius: 50%;
  margin-right: 30px;
}
.step__row:last-of-type .step__number {
  background: #000;
  color: #fff;
}
.step__row .step__text {
  font-size: 30px;
  text-transform: uppercase;
}

.block__form {
  text-align: center;
}
.block__form .row {
  margin-bottom: 25px;
  position: relative;
}
.block__form .row:last-of-type {
  margin-bottom: 0;
}
.block__form .row input {
  font-family: 'Roboto', sans-serif, Helvetica;
  font-weight: normal;
  font-size: 20px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: #fff;
  color: #000;
  border: none;
  outline: none;
  padding: 18px 20px;
}
.block__form .row input::placeholder {
  font-family: 'Roboto', sans-serif, Helvetica;
  font-weight: normal;
  font-size: 20px;
  color: rgba(0, 0, 0, .25);
}
.block__form .row input.error {
  border: 2px solid red;
}

.js__show__password {
  display: none;
  position: absolute;
  top: 12px;
  right: 10px;
  width: 36px;
  height: 26px;
  cursor: pointer;
  background: url(../images/eye.png) 0 0 no-repeat;
}
.block__form .row:hover .js__show__password {
  display: block;
}

.submit__form {
  background: #ff5500;
  border: 3px solid #ff5500;
  min-width: 220px;
  margin-top: 50px;
}
.submit__form:hover {
  color: #ff5500;
}

.w50.bonus > img {
  display: block;
  position: absolute;
  top: 0;
  right: 11%;
  z-index: 1;
}

.w100.bonus {
  background: url(../images/bonus_vector.png) center center no-repeat;
  width: 100%;
}

.w100.bonus .w50 {
  padding: 50px 40px;
}

.bonus__logo {
  position: absolute;
  top: 20px;
  right: 20px;
}
.bonus__logo img {
  display: block;
}

.bonus__btn {
  min-width: 240px;
  height: 60px;
  font-size: 22px;
  font-weight: bold;
  line-height: 56px;
  margin-top: 25px;
}
.bonus__btn:hover {
  color: #fff;
}

.main__welcome-bonus {
  display: -webkit-flex;

  display: flex;
  -webkit-align-items: center;

  align-items: center;
  -webkit-justify-content: flex-start;

  justify-content: flex-start;
	position: static;
	overflow: unset;
  margin: 0;
	z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
}

.bonus__text {
  width: 60%;
}

.welcome-bonus__text {
  font-family: 'Roboto', sans-serif, Helvetica;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
  text-align: center;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.welcome-bonus__text i {
  font-family: 'Roboto', sans-serif, Helvetica;
  font-weight: bold;
  color: #fff;
  font-style: normal;
}
.welcome-bonus__text > i:first-of-type {
  position: relative;
  font-size: 35px;
  font-weight: normal;
}
.welcome-bonus__text > i:nth-of-type(2) {
  font-size: 60px;
  font-weight: bold;
}
.welcome-bonus__text span i {
  color: #f4e800;
}
.welcome-bonus__text i.color {
  color: #ff5500;
}

.welcome-bonus__button {
  margin: 35px 0 0 0;
}
.welcome-bonus__button:hover {
  background: transparent;
  color: #000;
}

.block_service {
  padding: 25px;
  background: #e6e6e6;
}
.block_service p i {
  font-family: 'Roboto', sans-serif, Helvetica;
  font-weight: 300;
  font-style: normal;
}
.block_service p b {
  color: #ff5500;
}

.rated_overall {
  width: 40%;
  padding-right: 30px;
  text-align: left;
}
.rated_overall p {
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}
.rated_overall p b {
  padding-left: 40px;
  font-weight: 900;
}

.block_raitingPayments {
  display: -webkit-flex;

  display: flex;
  -webkit-align-items: flex-start;

  align-items: flex-start;
}
.raiting_payments {
  width: 30%;
  
}
.row_img {
  display: -webkit-flex;

  display: flex;
  -webkit-flex-wrap: wrap;

  flex-wrap: wrap;
  -webkit-align-items: flex-start;

  align-items: flex-start;
  -webkit-justify-content: space-evenly;

  justify-content: space-evenly;
}
.raiting_payments img {
  opacity: .5;
  margin: 30px 5px 0;
  filter: invert(87%) sepia(0%) saturate(41%) hue-rotate(208deg) brightness(300%) contrast(30%);
  max-width: 60px;
  max-height: 40px;
}

.raiting_steps {
  width: 40%;
  padding-left: 30px;
}
.step_row {
  width: 100%;
  margin-bottom: 25px;
  display: -webkit-flex;

  display: flex;
  -webkit-align-items: flex-start;

  align-items: flex-start;
}
.step_number {
  font-family: 'Roboto', sans-serif, Helvetica;
  display: inline-block;
  width: 26px;
  height: 26px;
  display: -webkit-flex;

  display: flex;
  -webkit-align-items: center;

  align-items: center;
  -webkit-justify-content: center;

  justify-content: center;
  background: #ff5500;
  font-size: 15px;
  line-height: 25px;
  font-weight: 900;
  color: #fff;
  border-radius: 50%;
  margin-right: 20px;
}
.step_text {
  font-size: 15px;
  line-height: 25px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
  text-align: left;
}
.step_text i {
  display: block;
  color: #3dbf1f;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
}

.block_review {
  display: -webkit-flex;

  display: flex;
  -webkit-flex-wrap: wrap;

  flex-wrap: wrap;
  -webkit-align-items: flex-end;

  align-items: flex-end;
  padding: 0;
  margin: 0 0 50px 0;
}
.reviw_img {
  width: 100%;
  margin-bottom: 10px;
  display: -webkit-flex;

  display: flex;
  -webkit-align-items: flex-end;

  align-items: flex-end;
}
.review_text {
  width: 100%;
  margin-bottom: 22px;
}
.review_text p {
  font-style: italic;
}
.review_author {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px 20px;
}

.review_rating {
  display: -webkit-flex;

  display: flex;
  -webkit-align-items: flex-start;

  align-items: flex-start;
}
.review_rating .rating__all {
  margin: 0 -1px;
}
.review_rating .rating__all .rating__star {
  margin: 0 1px;
}
.rating_grade {
  font-size: 19px;
  font-weight: bold;
  margin-left: 15px;
}

.block__ratingInto {
  width: 65%;
}
.row__rating {
  display: -webkit-flex;

  display: flex;
  -webkit-align-items: center;

  align-items: center;
  -webkit-justify-content: space-between;

  justify-content: space-between;
  margin-bottom: 20px;
  background: #e6e6e6;
  border-radius: 25px;
}

.block_ratingGrade {
  display: -webkit-flex;

  display: flex;
  -webkit-flex-wrap: wrap;

  flex-wrap: wrap;
  -webkit-align-items: center;

  align-items: center;
  -webkit-justify-content: center;

  justify-content: center;
  width: 35%;
}
.block_ratingGrade p {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.grade {
  font-size: 94px;
  line-height: 1;
  font-weight: 300;
  color: #000;
  margin-bottom: 15px;
}
.grade i {
  font-style: normal;
  color: #b2b2b2;
}

.block_ratingGrade .rating__all {
  margin: 0 -2px;
}
.block_ratingGrade .rating__all .rating__star {
  margin: 0 2px;
}

.rating__left {
  font-size: 20px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
  padding: 0 10px 0 0;
}
.row_number {
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  line-height: 50px;
  color: #fff;
  width: 50px;
  height: 50px;
  background: #a6a6a6;
  margin-right: 25px;
  border-radius: 25px 0 0 25px;
}

.rating__right {
  display: -webkit-flex;

  display: flex;
  -webkit-align-items: center;

  align-items: center;
  padding: 10px 25px 10px 20px;
}
.rating__all {
  display: -webkit-flex;

  display: flex;
  -webkit-align-items: center;

  align-items: center;
  margin: 0 20px 0 0;
}
.rating__all .rating__star {
  position: relative;
  width: 26px;
  height: 25px;
  margin: 0 2px;
  opacity: .5;
  background: url(../images/star_active.png) 0 0 no-repeat;
}
.rated_overall .rating__all .rating__star {
  opacity: 1;
  background: url(../images/star.png) 0 0 no-repeat;
}
.rated_overall .rating__all .rating__star.active {
  background: url(../images/star_active.png) 0 0 no-repeat;
}
.rating__all .rating__star.active {
  opacity: 1;
}
.rating__all .rating__star:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 26px;
  background: url(../images/star_active.png) 0 0 no-repeat;
}
.rating__all .rating__star.semi1:before {
  width: calc(27px * 0.4);
}
.rating__all .rating__star.semi2:before {
  width: calc(27px * 0.5);
}
.rating__all .rating__star.semi3:before {
  width: calc(27px * 0.6);
}
.rating__text {
  font-family: 'Roboto', sans-serif, Helvetica;
  font-size: 19px;
  font-weight: bold;
  color: #335354;
  min-width: 51px;
  text-align: right;
}

.block_screenshots {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 25px -15px 0 -15px;
}
.screenshot {
  position: relative;
  padding: 0 15px;
  margin-bottom: 25px;
}
.screenshot > img {
  display: block;
}

.row_char {
  display: -webkit-flex;
  display: flex;
}
.char_left {
  width: 230px;
  background: #f0edeb;
  padding: 15px 20px;
  font-size: 19px;
  font-weight: bold;
  text-align: left;
}
.char_right {
  width: calc(100% - 250px);
  padding: 15px;
  margin-left: 20px;
  font-size: 19px;
  font-weight: normal;
  text-align: left;
  border-top: 1px solid rgba(179, 179, 179, .5);
}
.row_char:last-of-type .char_right {
  border-bottom: 1px solid rgba(179, 179, 179, .5);
}
.char_right img {
  margin-right: 25px;
}




/* FAQ */
h2.faq__title {
  margin-bottom: 25px;
  text-align: center;
}

.faq__list {
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.faq__list > li {
  padding: 0;
  margin-bottom: 10px;
  cursor: pointer;
}
.faq__list > li:last-of-type {
  margin-bottom: 0;
}

.faq__list > li:before {
  display: none;
}

.faq-item__title {
  font-family: 'Roboto', sans-serif, Helvetica;
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
  color: #000;
  text-transform: uppercase;
  padding: 15px 20px 15px 20px;
  position: relative;
  background: #d4d5d9;
}

.faq-item__title:hover:not(.active .faq-item__title) {
  background: #ededed;
  box-shadow: 0px 0px 10px rgba(255, 85, 0, .25);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;

  transition: all 0.5s;
}

.faq-item__title > span {
  position: relative;
  z-index: 1;
}
.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;

	transition: all 0.5s;
}

.title_second {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 20px;
  height: 14px;
  background: url(../images/arrow.png) 0 0 no-repeat;
  -webkit-transition: transform .3s ease;

  transition: transform .3s ease;
}
.active .title_second {
  -webkit-transform: rotate(180deg);

  transform: rotate(180deg);
  -webkit-transition: transform .3s ease;

  transition: transform .3s ease;
}

.js-button-expander.active .faq-item__title > span:before {
	-webkit-transform: rotate(180deg);

	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.faq-item__text {
	padding: 20px 20px 0 20px;
  background: #f2f2f2;
}
.faq-item__text p {
  font-weight: normal;
  color: #000;
  font-size: 18px;
}



/* Footer */

.footer {
	background: #2d2d2c;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.footer__content {
  position: relative;
  padding: 25px 0;
}

.footer__type-list {
  padding: 0;
}

.footer__type-list > li {
	max-width: 100%;
  display: -webkit-flex;

  display: flex;
  -webkit-flex-wrap: wrap;

  flex-wrap: wrap;
}

.footer__type-list > li:before {
	display: none;
}

.left_footer {
  width: 28%;
}
.footer_imgs {
  display: -webkit-flex;

  display: flex;
  -webkit-align-items: center;

  align-items: center;
}
.footer_imgs p {
  display: -webkit-flex;

  display: flex;
  color: #fff;
  margin: 0 0 0 30px;
}
.footer_imgs p img {
  margin-right: 15px;
}

.footer__text {
  width: 54%;
}

.footer__desc {
  width: 18%;
}

.footer__desc {
  display: inline-block;
  text-align: right;
}

.footer__logo > img {
  max-height: inherit;
}

.footer__logo-list {
	margin: 0 0 25px -15px;
  width: 100%;
}

.footer__logo {
  display: inline-block;
}

.footer__text {
  display: inline-block;
  padding: 0 30px 0 0;
  vertical-align: top;
  width: 100%;
}
.footer__text p {
  color: #fff;
  opacity: .75;
  text-align: center;
}
.footer__desc > p {
  margin-top: 0;
}

.logo_block {
  width: 100%;
  display: -webkit-flex;

  display: flex;
  -webkit-align-items: center;

  align-items: center;
  -webkit-justify-content: center;

  justify-content: center;
}

.footer__logo-list > img {
	display: inline-block;
	position: relative;
	max-height: 25px;
	margin: 25px 0px 0px 15px;
}
.add_img {
  margin-top: 50px;
}

.footer__copyText {
  background: #29153b;
  padding: 10px 0 15px;
}
.footer__copyText > .content {
  padding: 0;
}

.footer__copyright {
  width: 100%;
  text-align: center;
  color: #dadada;
	padding: 0;
	margin: 25px 0 0 0;
  font-weight: bold;
}

#scrollTop {
  position: absolute;
  top: 35px;
  right: -100px;
  width: 52px;
  height: 52px;
  background: url(../images/arrow_icon.png) 0 0 no-repeat;
  cursor: pointer;
  -webkit-transition: opacity .25s ease;

  transition: opacity .25s ease;
}
#scrollTop:before {
  content: "";
  display: none;
  position: absolute;
  top: 48%;
  left: 50%;
  width: 30px;
  height: 21px;
  background: url(../images/arrow_icon.png) 0 0 no-repeat;
  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
}
#scrollTop:hover {
  opacity: .62;
  -webkit-transition: opacity .25s ease;

  transition: opacity .25s ease;
}



/* PAGES */

main.page .main__title {
	padding-bottom: 0px;
}

/* Breadcrumbs */

.breadcrumbs {
  display: block;
	padding: 0 0 10px;
	margin: 0;
  background: transparent;
  border-radius: 0;
  text-align: center;
}

.breadcrumbs li {
  display: inline-block;
  position: relative;
	padding: 0px;
}

.breadcrumbs li:before {
  display: none;
}

.breadcrumbs li > a {
  font-family: 'Roboto', sans-serif, Helvetica;
  display: inline-block;
  position: relative;
	font-size: 15px;
	line-height: 25px;
  font-weight: normal;
  color: #fff;
  padding-right: 30px;
  text-decoration: none;
}

.breadcrumbs li a:hover:not(.breadcrumbs li:last-child a) {
  opacity: .5;
}

.breadcrumbs li > span {
  font-family: 'Roboto', sans-serif, Helvetica;
  display: inline-block;
  position: relative;
  font-size: 15px;
  line-height: 25px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}

.breadcrumbs li:not(:last-child):after {
  content: "-";
  position: absolute;
  top: 3px;
  right: 13px;
  color: #fff;
  font-weight: bold;
}



/* Bonuses Page */

.bonuses__content {
  margin-bottom: 35px;
}
.bonuses__content > .content {
  padding: 0;
}
.bonuses__content .for__bonuses {
  -webkit-display: flex;

  display: flex;
  -webkit-flex-wrap: wrap;

  flex-wrap: wrap;
  -webkit-justify-content: center;

  justify-content: center;
  margin: 0 -15px;
}

.bonuses__item {
  padding: 0 15px;
  margin: 50px 0 0 0;
  -webkit-flex-basis: 100%;

  flex-basis: 100%;
  overflow: hidden;
  position: relative;
}
.bonuses__item:first-of-type {
  margin-top: 25px;
}
.bonuses__item:last-of-type {
  margin-bottom: 0;
}

.bonuses-item__type-list {
  -webkit-display: flex;

  display: flex;
  -webkit-flex-wrap: wrap;

  flex-wrap: wrap;
  -webkit-align-items: flex-start;

  align-items: flex-start;
  z-index: 1;
  padding: 0;
}
.bonuses-item__type-list > li {
	vertical-align: top;
}
.bonuses-item__type-list .bonuses_image {
  max-width: 310px;
}

.bonuses-item__type-list > li:before {
	display: none;
}

.bonuses-item__type-list li.bonuses_image div {
  position: relative;
}

.bonuses-item__type-list > li img {
	display: block;
	position: relative;
	margin: auto;
  max-width: 350px;
}
.bonuses_imageTxt {
  font-family: 'Roboto', sans-serif, Helvetica;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  opacity: .05;
  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
}

.bonuses-item__type-list li.bonuses_text {
  padding: 0 30px 0 0;
  margin: 0;
  text-align: left;
  width: calc(100% - 310px);
}

.bonuses-item__type-list h2 {
  width: calc(100% - 310px);
  font-size: 50px;
  line-height: 60px;
  margin: 0 0 25px 0;
}

.bonuses-item__type-list p {
  font-size: 15px;
  font-weight: 300;
  text-align: left;
}

.bonuses-item__button {
  min-width: 180px;
  margin-top: 25px;
  font-size: 18px;
}
.bonuses-item__button:hover {
  color: #ff5500;
}

.bonuses-item__type-list > li.adaptive {
	display: none;
}

.black {
  background: #292426;
}

.description__content {
  position: relative;
}

.faq {
  position: relative;
}

.faq > .content {
  padding-top: 0;
}

.desritionFaq {
  position: relative;
}