@media screen and (max-width: 1600px) {
	.main__cover > img {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: -9999px;
	  right: -9999px;
	  height: 100%;
	  width: auto;
	  min-width: 100%;
	  max-width: none;
	  opacity: 0.2;
	  margin: auto;
	}
	.cover__type-list {
	  position: relative;
	  top: auto;
	  bottom: auto;
	  left: auto;
	  right: auto;
	  padding: 122px 0 120px;
	}
}


@media screen and (max-width: 1290px) {
	.header__baseline {
		display: none;
	}
}



@media screen and (max-width: 1000px) {
	.content {
		padding-right: 30px;
		padding-left: 30px;
	}

	.header__logo {
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		transform: translate(0, -50%);
		left: 30px;
	}

	.header__baseline {
		display: inline-block;
		text-align: left;
	}

	.header__button-menu {
		display: inline-block;
	}

	.header__button-menu path {
		-webkit-transform-origin: 15px 12px;
		-moz-transform-origin: 15px 12px;
		-o-transform-origin: 15px 12px;
		transform-origin: 15px 12px;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.header__button-menu:hover path {
		fill: #292526;
	}

	.header__button-menu .line-top {
		-webkit-transform-origin: 15px 2px;
		-moz-transform-origin: 15px 2px;
		-o-transform-origin: 15px 2px;
		transform-origin: 15px 2px;
	}

	.header__button-menu .line-bot {
		-webkit-transform-origin: 15px 2px;
		-moz-transform-origin: 15px 2px;
		-o-transform-origin: 15px 2px;
		transform-origin: 15px 2px;
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
	}

	.header__button-menu.active .line-top {
		-webkit-transform: translateY(10px) rotate(765deg);
		-moz-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);
		-moz-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);
		-moz-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: -moz-calc(100vh - 75px);
		max-height: calc(100vh - 75px);
		overflow: auto;
		background-color: #292526;
		text-align: center;
		-webkit-box-shadow: 0px 50px 100px #181617;
		-moz-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: 0px;
	}

	.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: -moz-calc(100vh - 75px);
		height: calc(100vh - 75px);
		background-color: #292526;
		opacity: 0.75;
		z-index: -2;
	}

	.header__menu ul {
		margin: 20px 0 0 0;
	}

	.lang {
		position: static;
	}
	.lang__item {
		display: inline-block;
	}
	.lang__item.active {
		display: inline-block;
	}

	.main__cover:before {
		display: none;
	}
	.cover__type-list > li {
		max-width: 100%;
		text-align: left;
	}
	.main__button {
		width: 160px;
		display: block;
	}

	.w100 {
		padding: 0 30px;
	}

	main.page .bonuses .main__title {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
	.bonuses .main__button {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}

	.bonuses__item {
		-webkit-flex-basis: 50%;
		-moz-flex-basis: 50%;
		flex-basis: 50%;
	}
}



@media screen and (max-width: 800px) {
	.main__cover:before {
		display: none;
	}

	.cover__type-list {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
	}

	.cover__type-list > li.dummy {
		display: none !important;
	}

	.main__title {
		padding: 0 30px;
	}

	.main__cover > img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: -9999px;
		right: -9999px;
		height: 100%;
		width: auto;
		min-width: 100%;
		max-width: none;
		opacity: 0.2;
		margin: auto;
	}

	.main__type-list > li {
	  max-width: 100%;
	}

	.w100:before {
		display: none;
	}
	.w100:after {
		display: none;
	}
	.w50 {
		-webkit-flex-basis: 100%;
		-moz-flex-basis: 100%;
		flex-basis: 100%;
		z-index: 1;
	}

	.main__welcome-bonus {
		/*max-width: 420px;*/
		margin: auto;
	}

	.footer__type-list > li:first-of-type {
		margin-bottom: 30px;
	}

	.footer__logo-list {
		margin: -15px 0px 20px -15px;
		padding: 25px 0px 0px 0px;
		max-width: inherit;
		text-align: center;
	}

	.footer__logo-list > img {
		max-height: 20px;
		margin: 15px 0px 0px 15px;
	}



	/* PAGES */

	/* Breadcrumbs */



	/* Bonuses Page */

	.bonuses__item {
		-webkit-flex-basis: 100%;
		-moz-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;
	}

	.welcome-bonus__text > span {
		line-height: 1.1;
	}

	.faq__list > li {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.faq-item__title {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #fff;
	}
	.faq-item__text {
		width: 100%;
		padding-left: 0;
	}
}



@media screen and (max-width: 600px) {

	/* Titles Type */

	h1, h2, h3, h4, .title {
		text-align: center;
	}

	h1, h1.title, .title.general {
		font-size: 30px;
		line-height: 40px;
	}

	h2, h2.title, .title.high {
	  font-size: 30px;
		line-height: 40px;
	}
	h2 > span:before {
		top: 36%;
	}
	h2 > span:after {
		top: 36%;
	}
	h2 > span > span:before {
		top: calc(36% - 1px);
	}
	h2 > span > span:after {
		top: calc(36% - 1px);
	}

	h3, h3.title, .title.mid {
	  font-size: 28px;
		line-height: 32px;
	}

	h4, h4.title, .title.min {
	  font-size: 24px;
		line-height: 25px;
	}

	main.page .bonuses .main__title {
		padding-left: 15px;
		padding-right: 15px;
	}

	.header__content {
		padding: 7.5px 12.5px;
	}

	.header__baseline {
		display: none;
	}

	.header__logo {
		left: 15px;
	}

	.cover__type-list {
		padding: 180px 0 110px;
	}
	.main__title {
		padding-top: 0;
	}

	.w100 {
		padding: 0 15px;
	}
	.w100 .w50 {
		padding: 25px 0;
	}

	.main__cover {
		margin: 0;
	}

	.main__welcome-bonus {
		padding: 20px 10px;
	}
	.main__welcome-bonus:before {
		top: 10px;
		bottom: 10px;
	}
	.main__welcome-bonus:after {
		left: 10px;
		right: 10px;
	}
	.w100 .w50.bonus:before {
		right: 0;
		margin: 0 auto;
		background-position: center center;
	}
	.w100 .w50.bonus:after {
		display: none;
	}

	.welcome-bonus__text {
		font-size: 38px;
		line-height: 40px;
	}
	.welcome-bonus__text > span {
		font-size: 28px;
		line-height: 28px;
	}
	.welcome-bonus__text > span > span {
		font-size: 22px;
	}

	.bonuses__content {
		padding: 25px 0;
	}
	.bonuses__content:before {
		top: 25px;
	}
	.bonuses__content:after {
		bottom: 25px;
	}
	.description__content {
		padding: 25px 0;
	}
	.description__content:before {
		top: 25px;
	}
	.description__content:after {
		bottom: 25px;
	}
	.faq {
		padding: 25px 0;
	}
	.faq:before {
		top: 25px;
	}
	.faq:after {
		bottom: 25px;
	}

	.content {
	    padding: 25px 15px;
	}
	.header__content {
		padding: 7.5px 15px;
	}
	.w100 > .content {
		padding-bottom: 25px;
	}

	.cover__type-list > li {
		text-align: center;
	}

	.faq.black {
		margin-bottom: 25px;
	}

	.faq-item__title {
		font-size: 20px;
		line-height: 25px;
	}

	.faq-item__title:before {
		top: 12px;
	}

	.footer:before {
		display: none;
	}

	.footer__desc {
		opacity: 1;
	}

	.footer__type-list > li {
		max-width: 100%;
		text-align: center;
	}

	.footer__copyright {
		text-align: center;
	}

	.footer__desc > * {
		font-size: 11px;
		line-height: 15px;
		text-align: center;
	}

	.footer__logo {
		float: none;
	}
	.footer__logo > img {
		width: 127px;
		height: 50px;
	}
	.footer__type-list > li:last-of-type {
		text-align: center;
	}



	/* PAGES */
	.footer__type-list > li:first-of-type {
		padding: 0;
	}
	.footer__type-list > li:last-of-type {
		padding: 0;
	}

	/* Breadcrumbs */

	.breadcrumbs {
		text-align: center;
	}



	/* Bonuses Page */

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

{}
}
