@media screen and (max-width: 1600px) {
	
}


@media screen and (max-width: 1440px) {
	.description__content:before {
		left: 10px;
		opacity: .5;
	}
	.faq:before {
		right: 0;
		opacity: .5;
	}
	#scrollTop {
		top: 15px;
		right: 0;
	}
}


@media screen and (max-width: 1366px) {
	
}


@media screen and (max-width: 1290px) {
	.header__baseline {
		display: none;
	}
}



@media screen and (max-width: 1110px) {
	.content {
		padding-left: 30px;
		padding-right: 30px;
	}
	.header__content {
		padding: 15px 30px;
	}
	.footer__content {
		padding: 25px 30px;
	}
	.cover__type-list:before {
		display: none;
	}
	.main__cover > img {
		left: -9999px;
		right: -9999px;
	}

	.desritionFaq:before {
		opacity: .4;
	}
	.desritionFaq:after {
		opacity: .4;
	}

	.header__logo {
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: none;

		transform: none;
		margin: 0;
		-webkit-order: unset;

		order: unset;
	}

	.header__baseline {
		display: inline-block;
		text-align: left;
	}

	.header__button-menu {
		display: inline-block;
		border-radius: 15px;
		border-width: 2px;
	}

	.header__button-menu > svg {
		position: relative;
		z-index: 1;
	}

	.header__button-menu path {
		-webkit-transform-origin: 15px 12px;

		-o-transform-origin: 15px 12px;
		transform-origin: 15px 12px;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;

		transition: all 0.5s;
	}

	.header__button-menu:hover path {
		fill: #fff;
	}

	.header__button-menu .line-top {
		-webkit-transform-origin: 15px 2px;

		-o-transform-origin: 15px 2px;
		transform-origin: 15px 2px;
		fill: #fff;
	}

	.header__button-menu .line-mid {
		fill: #fff;
	}

	.header__button-menu .line-bot {
		-webkit-transform-origin: 15px 2px;

		-o-transform-origin: 15px 2px;
		transform-origin: 15px 2px;
		-webkit-transform: translateY(20px);

		-o-transform: translateY(20px);
		transform: translateY(20px);
		fill: #fff;
	}

	.header__button-menu.active .line-top {
		-webkit-transform: translateY(10px) rotate(765deg);

		-o-transform: translateY(10px) rotate(765deg);
		transform: translateY(10px) rotate(765deg);
	}
	.header__button-menu.active .line-mid {
		-webkit-transform: scale(2, 0);

		-o-transform: scale(2, 0);
		transform: scale(2, 0);
	}
	.header__button-menu.active .line-bot {
		-webkit-transform: translateY(10px) rotate(-765deg);

		-o-transform: translateY(10px) rotate(-765deg);
		transform: translateY(10px) rotate(-765deg);
	}

	.header__menu {
		display: none;
		position: absolute;
		top: 100%;
		right: 0px;
		width: auto;
		height: auto;
		max-height: -webkit-calc(100vh - 75px);

		max-height: calc(100vh - 75px);
		overflow: auto;
		background-color: #323b3f;
		text-align: center;
		/*-webkit-box-shadow: 0px 50px 100px #181617;

		box-shadow: 0px 50px 100px #181617;*/
		z-index: -1;
		padding: 0px 50px 25px 50px;
	}

	.header__menu.active {
		display: block;
	}

	.header__menu > * {
		display: block;
		text-align: center;
		margin: 25px auto 0px auto;
	}

	.header__menu > ul > li {
		display: block;
		padding: 0px;
		margin: 0 0 15px 0;
	}
	.header__menu > ul > li:last-of-type {
		margin-bottom: 0;
	}

	.header__menu li:not(:first-child) {
    	padding-left: 0px;
	}

	.header__menu.active + .header__menu-bg {
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		width: auto !important;
		height: -webkit-calc(100vh - 75px);

		height: calc(100vh - 75px);
		background-color: #292526;
		opacity: 0.75;
		z-index: -2;
	}

	.header__menu ul {
		margin: 20px 0 0 0;
		display: block;
	}

	.header__menu li > a {
		
	}

	.lang {
		position: static;
	    border-radius: 25px;
	}
	.lang__item {
		display: inline-block;
	}
	.lang__item.active {
		display: inline-block;
	}
	.open .lang__item {
	    display: inline-block;
	}

	.cover__type-list > li {
		padding: 0 30px;
	}

	.main__cover:before {
		display: none;
	}
	.cover__type-list > li {
		max-width: 100%;
	}

	.w100 > .content {
		padding: 0 30px;
	}
	.w50 {
		padding: 25px 0;
	}
	.w50.bonus > img {
		top: 25px;
		right: 2%;
	}

	main.page .bonuses .main__title {
		-webkit-transform: none;

		transform: none;
	}
	.bonuses__content > .content {
		padding: 0 30px 0;
	}
	.bonuses .main__button {
		-webkit-transform: none;

		transform: none;
	}

	.bonuses__item:last-of-type {
		margin-bottom: 0;
	}
	.bonuses-item__type-list li.bonuses_image {
		max-width: inherit;
		-webkit-order: 1;

		order: 1;
	}
	.bonuses_imageTxt {
		left: 50%;
		-webkit-transform: translate(-50%, -50%);

	    transform: translate(-50%, -50%);
	}
	.bonuses-item__type-list li.bonuses_text {
		width: 100%;
		padding: 0;
		margin-top: 25px;
		text-align: center;
		-webkit-order: 2;

		order: 2;
	}
	.bonuses-item__type-list h2 {
		text-align: center;
		width: 100%;
		margin: 0 0 25px 0;
	}
	.bonuses-item__type-list p {
		text-align: center;
	}
	#scrollTop {
		right: 10px;
		top: 5px;
	}
	.w100.bonus {
		background-size: cover;
	}
	.w100.bonus .w50 {
	    padding: 25px 0;
	}
	.main__welcome-bonus {
		-webkit-flex-wrap: wrap;

		flex-wrap: wrap;
		-webkit-justify-content: center;

		justify-content: center;
	}
	.bonus__logo {
		top: auto;
		bottom: 25px;
		left: 0;
	}
	.bonus__text {
		-webkit-order: 1;

		order: 1;
		width: auto;
		margin: 0 0 25px 0;
	}
	.ul_bonuses li > a {
		line-height: 38px;
	}
	.ul__secondHeader li a {
		-webkit-justify-content: center;

		justify-content: center;
	}
	.main__welcome-bonus:before {
		opacity: .5;
	}
	.description__content:before {
		opacity: .25;
	}
	.block_screenshots {
		margin: 0 -10px;
		-webkit-justify-content: center;

		justify-content: center;
	}
	.screenshot {
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.screenshot:before {
		display: none;
	}
	.faq:before {
		opacity: .25;
	}
	.header__back {
		background-size: cover;
	}
	.step_block {
		padding: 20px;
	}
	.step_number {
		width: 45px;
		height: 45px;
		font-size: 28px;
	}
	.step_text {
		font-size: 14px;
	}
	.step_text i {
		font-size: 18px;
	}
	.header__bgSecond {
		display: none;
	}
	.header__menu .ul__secondHeader {
	  display: block;
	}
	.ul__secondHeader li span {
		color: #fff;
	}
	.ul__secondHeader li a path {
		fill: #fff;
	}
	.ul_bonuses li > a img {
		max-width: 25px;
	}
	.block_raitingPayments {
		-webkit-flex-wrap: wrap;

		flex-wrap: wrap;
	}
	.raiting_steps {
		width: 100%;
		padding: 0;
		-webkit-order: 3;

		order: 3;
	}
	.step_row {
		-webkit-align-items: center;

	    align-items: center;
	}
	.step_number {
		width: 35px;
		height: 35px;
		font-size: 18px;
		line-height: 35px;
	}
	.step_text {
	    font-size: 18px;
	}
	.raiting_payments {
		width: 50%;
		-webkit-order: 1;

		order: 1;
		margin-bottom: 25px;
	}
	.raiting_payments img {
		margin: 28px 0 0;
	}
	.rated_overall {
		width: 50%;
		-webkit-order: 2;

		order: 2;
		padding: 0 0 0 30px;
		margin-bottom: 25px;
	}
}
/*max-width: 1110px*/


@media screen and (max-width: 1000px) {
	.block__rating {
		-webkit-flex-wrap: wrap;

		flex-wrap: wrap;
	}
	.block__ratingInto {
		width: 100%;
		margin-bottom: 25px;
	}
	.block_ratingGrade {
		width: 100%;
	}
	.grade {
		width: 100%;
		text-align: center;
	}
	.block_steps {
		-webkit-flex-wrap: wrap;

		flex-wrap: wrap;
	}
	.step_block {
		width: 100%;
		padding: 20px 30px;
		margin-bottom: 25px;
	}
	.step_block:last-of-type {
		margin-bottom: 0;
	}
}
/*max-width: 1000px*/


@media screen and (max-width: 800px) {
	.main__cover:before {
		display: none;
	}

	.cover__type-list > li.dummy {
		display: none !important;
	}

	.main__type-list > li {
	  max-width: 100%;
	}

	.w100:before {
		display: none;
	}
	.w100:after {
		display: none;
	}
	.w50 {
		-webkit-flex-basis: 100%;

		flex-basis: 100%;
		z-index: 1;
	}

	.w100Txt .w50 {
		padding-bottom: 25px;
		width: 100%;
	}
	.w50.bonus {
		
	}
	.w50.bonus > img {
		z-index: 1;
		top: -25px;
		right: 1%;
		width: 150px;
	}
	.main__welcome-bonus {
		z-index: 2;
	}
	.welcome-bonus__text {
	    line-height: 1.2;
	}

	.footer__logo-list {
		margin: 0 0px 25px -15px;
		padding: 0;
		max-width: 100%;
	}

	.footer__logo-list > img {
		max-height: 15px;
		margin: 15px 0px 0px 15px;
	}

	.footer__logo {
		margin-bottom: 15px;
	}

	.footer__type-list > li {
		display: -webkit-flex;

		display: flex;
		-webkit-flex-wrap: wrap;

		flex-wrap: wrap;
	}
	.footer__text {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}
	.footer__desc {
		width: 100%;
		text-align: left;
		-webkit-order: 1;

		order: 1;
	}
	.left_footer {
		-webkit-order: 3;

		order: 3;
		width: 100%;
	}
	.footer__copyright {
		text-align: center;
		margin-bottom: 0;
	}
	.footer_imgs {
		-webkit-justify-content: center;

		justify-content: center;
	}
	.add_img {
		text-align: center;
		margin-top: 25px;
	}

	/* Bonuses Page */

	.bonuses__item {
		-webkit-flex-basis: 100%;

		flex-basis: 100%;
	}

	.bonuses-item__type-list > li {
		max-width: 100%;
	}

	.bonuses-item__type-list > li.adaptive {
		display: block;
	}

	.bonuses-item__type-list > li.full {
		display: none;
	}
	.bonuses_imageTxt {
		font-size: 40px;
	}
	.w__50 {
	    -webkit-flex-basis: 100%;

	    flex-basis: 100%;
	}
	.main__welcome-bonus:before {
		display: none;
	}
}
/*max-width: 800px*/



@media screen and (max-width: 750px) {
	.header__logo > img {
		max-width: 220px;
	}

	/* Titles Type */

	h1, h2, h3, h4, .title, h2.title {
		text-align: center;
	}

	h1, h1.title, .title.general {
		font-size: 30px;
		line-height: 40px;
		text-align: center;
	}

	h2, h2.title, .title.high {
	  font-size: 30px;
	  line-height: 1.2;
	  text-align: center;
	  margin: 0 0 15px 0;
	  width: 100%;
	}
	.block__signUp > h2 {
		margin-bottom: 30px;
	}
	* + h2, * + h2.title, * + .title.high {
		margin-top: 25px;
	}

	h3, h3.title, .title.mid {
	  font-size: 28px;
	  line-height: 1.2;
	  text-align: center;
	  margin: 15px 0 15px 0;
	  width: 100%;
	}

	h4, h4.title, .title.min {
	  font-size: 22px;
	  line-height: 1.2;
	  margin: 10px 0 10px 0;
	  width: 100%;
	}

	ul > li {
		padding: 15px 0 0 40px;
	}
	ol > li {

	}
	ul > li:before {
		top: 18px;
	}

	.button {
		margin: 25px auto 0;
		line-height: 44px;
	}
	.header__button-menu {
		margin: 0 auto;
	}

	.desritionFaq:before {
		opacity: .3;
	}
	.desritionFaq:after {
		opacity: .3;
	}

	.header__baseline {
		display: none;
	}

	.page .cover__type-list {
		padding: 125px 0 50px;
	}

	.w50 > p {
		padding: 0;
	}

	.main__cover {
		margin: 0;
	}

	.main__welcome-bonus {
		text-align: center;
		overflow: unset;
	}

	.w50.bonus:before {
		opacity: .5;
	}
	.w50.bonus:after {
		opacity: .5;
	}
	.w100.bonus .w50 {
		width: 100%;
	}
	.welcome-bonus__text {
		font-size: 20px;
		line-height: 1.2;
		text-align: center;
		width: 100%;
		border-radius: 30px 0;
	}
	.welcome-bonus__text > i:first-of-type {
	    font-size: 24px;
	}
	.welcome-bonus__text > i:nth-of-type(2) {
		font-size: 32px;
	}
	.welcome-bonus__text > span {
		font-size: 24px;
		line-height: 1.1;
	}
	.bonus_steps {
		margin: 0;
		-webkit-flex-wrap: wrap;

		flex-wrap: wrap;
	}
	.step_block {
		width: 100%;
		margin-bottom: 25px;
	}
	.step_block:last-of-type {
		margin-bottom: 0;
	}
	.w50.bonus > img {
		right: 50%;
		transform: translate(50%, 0);
	}
	.bonus__logo {
		display: none;
		width: 100%;
		padding: 0;
	}
	.bonus__logo img {
		max-width: 120px;
	}
	.bonus__text {
		padding: 0;
		margin: 0;
	}
	.bonus__btn {
		min-width: 200px;
	    height: 50px;
	    font-size: 20px;
	    line-height: 44px;
	}

	.grade {
		font-size: 70px;
	}

	.block_review {
		-webkit-flex-wrap: wrap;

		flex-wrap: wrap;
		-webkit-justify-content: center;

		justify-content: center;
	}
	.review_text {
		margin: 0 0 15px 0;
	}
	.review_rating {
		width: 100%;
		-webkit-align-items: center;

		align-items: center;
		-webkit-justify-content: space-between;

		justify-content: space-between;
	}
	.review_rating .rating__all {
		margin: 0;
	}
	.review_rating .rating__all .rating__star {
		margin: 0;
	}
	.rating_grade {
		margin-left: 10px;
		font-size: 18px;
	}

	.page .w100Txt .w50 {
		padding-bottom: 0;
	}

	.block__signUp {
		margin-bottom: 25px;
	}

	.row_char {
		-webkit-flex-wrap: wrap;

		flex-wrap: wrap;
	}
	.char_left {
		width: 100%;
	}
	.char_right {
		width: 100%;
		margin: 0;
		border: none;
	}
	.row_char:last-of-type .char_right {
		border: none;
	}

	.w100 > .content {
		padding: 0 15px;
	}
	.w50.bonus {
		padding: 25px 35px;
	}
	.main__welcome-bonus:before {
		display: none;
	}
	.main__welcome-bonus:after {
		display: none;
	}

	.main__cover > img {
		max-height: 100%;
	}
	.cover__type-list {
		min-height: 200px;
	}

	.step__row .step__number {
		font-size: 34px;
		width: 60px;
		height: 60px;
		margin-right: 20px;
	}
	.step__row:before {
		left: 30px;
	}
	.step__row .step__text {
		font-size: 26px;
	}

	.row__rating {
		-webkit-flex-wrap: wrap;

		flex-wrap: wrap;
		border-radius: 15px;
	}
	.row_number {
		border-radius: 15px 0 0 0;
		margin-right: 20px;
	}
	.rating__right {
		-webkit-flex-wrap: wrap;

		flex-wrap: wrap;
		width: 100%;
		padding: 2px 15px;
	}
	.rating__all {
		margin: 10px -1px;
		-webkit-justify-content: center;

		justify-content: center;
	}
	.rating__all .rating__star {
		margin: 0 1px;
	}
	.rating__text {
		min-width: inherit;
		text-align: left;
		margin-left: 25px;
	}

	.raiting_steps {
		width: auto;
		margin: 0 auto;
	}
	.step_block {
		padding: 20px 25px;
	}
	.step_number {
		margin-right: 15px;
		width: 40px;
	    height: 40px;
	    font-size: 20px;
	    line-height: 40px;
	}
	.step_text {
		font-size: 18px;
	}

	.rated_overall {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.rated_overall p {
		text-align: center;
	}
	.raiting_payments {
		width: 100%;
	}

	.content {
		padding: 25px 15px;
		text-align: center;
	}
	.header__content {
		padding: 15px;
	}

	.cover__type-list > li {
		text-align: center;
		padding: 0 15px;
	}

	.bonuses__content .for__bonuses {
		margin: 0;
	}
	.bonuses__item {
		padding: 0;
		margin-top: 25px;
	}
	.bonuses-item__type-list li.bonuses_image > div:before {
		top: -30px;
	    right: -15px;
	    bottom: -30px;
	    left: -15px;
	}
	.bonuses-item__type-list li.bonuses_image > div:after {
		top: -15px;
	    right: -30px;
	    bottom: -15px;
	    left: -30px;
	}
	.bonuses-item__type-list > li img {
		max-width: 100%;
	}

	.faq-item__title {
		font-size: 20px;
		line-height: 25px;
		padding: 12.5px 20px;
	}

	.faq-item__text {
		
	}

	.footer__content {
		padding: 25px 15px;
	}
	.footer:before {
		display: none;
	}

	.footer__desc {
		opacity: 1;
	}

	.footer__logo {
		padding: 0;
		max-width: 200px;
	}

	.footer__logo > img {
		width: auto;
		/* height: auto; */
		margin: 0 auto;
	}

	.footer__type-list > li {
		max-width: 100%;
		text-align: center;
	}

	.footer__desc > * {
		font-size: 11px;
		line-height: 15px;
		text-align: center;
	}

	.footer__logo-list {
		-webkit-flex-basis: 100%;

	    flex-basis: 100%;
	    padding: 0;
	    margin: 0 0 15px 0;
	}
	.footer__desc > p {
		-webkit-flex-basis: 100%;

	    flex-basis: 100%;
	}

	.logo_block {
		-webkit-flex-wrap: wrap;

		flex-wrap: wrap;
	}

	.footer__text p {
		font-size: 12px;
		margin-top: 15px;
	}

	#scrollTop {
	    right: 2px;
	    top: 2px;
	    width: 40px;
    	height: 40px;
    	background-size: 100%;
	}

	.site__rated {
		width: 100%;
	}
	.site__rating {
		margin: 0 -1px;
	}
	.site__rating .rating__star {
		margin: 0 1px;
	}



	/* PAGES */
	.footer__type-list > li:first-of-type {
		padding: 0;
	}
	.footer__type-list > li:last-of-type {
		padding: 0;
	}

	/* Breadcrumbs */

	.breadcrumbs {
		text-align: center;
		position: relative;
		top: auto;
		padding: 0;
		margin: 0 0 15px 0;
	}
	.breadcrumbs li a {
		font-size: 16px;
	}
	.breadcrumbs li span {
		font-size: 16px;
	}
	.breadcrumbs li:last-child a {
		padding: 2px 5px;
	}



	/* Bonuses Page */

	.bonuses-item__type-list > li {
		text-align: center;
	}
	.bonuses__content > .content {
		padding: 0 15px 0;
	}
	.bonuses-item__type-list h2 {
		margin: 0 0 15px 0;
		width: 100%;
		padding: 0;
	}
	.raiting_steps {
	    -webkit-order: 1;

	    order: 1;
	}
	.raiting_payments {
	    -webkit-order: 3;

	    order: 3;
	}
}
/*max-width: 750px*/


@media (max-width: 480px) {
	.raiting_steps {
		width: 100%;
		margin: 0;
	}
	.step_number {
		margin-right: 15px;
		width: 35px;
	    height: 35px;
	    font-size: 18px;
	    line-height: 35px;
	}
	.step_text {
		font-size: 14px;
	}
	.rating__right {
		padding: 2px 15px 10px 15px;
	}
	.rating__text {
		width: 100%;
		margin: 0;
	}
}