/*-----Media 1200px-----*/
@media screen and (max-width: 1200px){
	.container{
		width: 980px;
	}
	.header__menu__item + .header__menu__item{
		margin-left: 25px;
	}
	.banner__title{
		font-size: 52px;
	}
	.banner__title::after{
		width: 650px;
		height: 20px;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.how-it-works{
		-ms-align-items: center;
		align-items: center;
	}
	.how-it-works__right{
		width: 500px;
	}
	.subscribe__left{
		width: 45%;
		font-size: 32px;
	}
	.subscribe__right{
		width: 55%;
		padding-left: 30px;
	}
	.footer .header__menu{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer .header__menu .header__menu__item{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		width: 33%;
		margin-left: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.steps__list__item__right{
		margin-left: 50px;
	}
	.popup-block{
		width: 90%;
	}
	.banner__undertitle br{
		display: none;
	}
}

/*-----Media 998px-----*/
@media screen and (max-width: 998px){
	body.page_advantages,
	body.page_steam,
	body.page_contacts{
		-webkit-background-size: cover;
		background-size: cover;
	}
	.container{
		box-sizing: border-box;
		width: 100%;
		padding: 0 10px;
		margin: 0;
	}
	.header{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 8;
		background: rgba(19,19,19,0.5);
	}
	.header__logo{
		font-size: 24px;
	}
	.header .header__menu{
		display: none;
	}
	.header__mobile{
		display: block;
	}
	.header__mobile__drop .header__menu{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
		width: 100%;
	}
	.header__menu__item + .header__menu__item{
		margin-left: 0;
		margin-top: 40px;
	}
	.header__menu__drop__list{
		box-shadow: 0 0 5px rgba(0,0,0,0.4);
	}
	.banner{
		padding-top: 150px;
	}
	.banner-content{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
	}
	.banner-content__left{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: space-around;
		width: 100%;
		min-width: 100%;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.banner-content__left img{
		display: block;
		width: 126px;
	}
	.banner-content__left img + img{
		margin-top: 0;
	}
	.banner-content__right{
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		justify-content: space-around;
		width: 100%;
		margin-top: 50px;
	}
	.banner-content__right__item{
		width: 30%;
	}
	.banner-content__right__item + .banner-content__right__item{
		margin: 0;
	}
	.how-it-works{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		padding-top: 0;
	}
	.how-it-works__left{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
		order: 2;
	}
	.how-it-works__title{
		padding: 0;
	}
	.how-it-works__list{
		margin-left: 0;
	}
	.how-it-works__right{
		margin-top: -50px;
		margin-bottom: 30px;
	}
	.footer .header__menu{
		display: none;
	}
	.footer__info{
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.subscribe{
		padding: 25px 15px;
	}
	.banner-info{
		text-align: center;
	}
	.banner-info__top{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
	}
	.banner-info__top .button{
		margin-top: 20px;
	}
}


/*-----MEDIA 800px-----*/
@media screen and (max-width: 800px){
	.banner__title{
		font-size: 36px;
		line-height: 40px;
	}
	.banner__title::after{
		width: 300px;
		height: 8px;
	}
	.banner-line{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
		text-align: center;
	}
	.banner-line__left{
		padding: 0;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.banner-line__left br{
		display: none;
	}
	.banner__undertitle{
		font-size: 16px;
	}
	.banner-content__right__item__text{
		font-size: 16px;
	}
	.banner-line{
		width: 100%;
	}
	.info-list{
		width: 100%;
	}
	.info-list__item{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.info-list__item__text{
		order: 2;
		margin-top: 15px;
		text-align: center;
	}
	.info-list__item__text br{
		display: none;
	}
	.info-list__item img + .info-list__item__text,
	.info-list__item .info-list__item__text + img{
		margin-left: 0;
		text-align: center;
	}
	.sell-skins__list{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.sell-skins__item{
		margin: 10px!important;
	}
	.banner__undertitle{
		margin: 30px 0;
	}
	.personal-form{
		width: 90%;
		padding: 25px;
	}
	.personal-form__title,
	.partnership-banner__title{
		font-size: 32px;
	}
	.partnership-banner__undertitle{
		width: 100%;
	}
	.steam-pay{
		width: 100%;
		padding: 20px;
	}
	.input-line{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.input-line input + input{
		margin-left: 0;
	}
	.popup__text br{
		display: none;
	}
}

@media screen and (max-width: 700px){
	.steam-pay__title{
		text-align: center;
		font-size: 32px;
		margin-bottom: 15px;
	}
	.steam-pay__form{
		width: 100%;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.steam-pay__form input,
	.steam-pay__form label,
	.steam-pay__form .button{
		width: 100%;
	}
	.steam-pay__form input + input,
	.steam-pay__form input + label,
	.steam-pay__form input + button,
	.steam-pay__form label + button{
		margin-left: 0;
		margin-top: 15px;
	}
	.button-line{
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
	}
	.button-line .button + .button{
		margin-left: 10px;
	}
	.banner__undertitle + .steam-pay{
		margin-bottom: 0px;
	}
	.advanteges-list{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0;
	}
	.advanteges-list__item{
		width: 100%;
	}
	.advanteges-list__item + .advanteges-list__item{
		margin-top: 50px;
	}
}

@media screen and (max-width: 550px){
	.banner-content__left img{
		width: 90px;
	}
	.banner-content__right{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.banner-content__right__item{
		width: 50%;
		margin-bottom: 20px!important;
	}
	.banner__title{
		font-size: 24px;
		line-height: 28px;
	}
	.how-it-works{
		padding-top: 20px;
	}
	.how-it-works__right{
		width: 80%;
		display: none;
	}
	.how-it-works__title{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.how-it-works__list{
		width: 80%;
	}
	.how-it-works__list__item{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
		text-align: center;
	}
	.how-it-works__list__item__img{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.how-it-works{
		margin-bottom: 50px;
	}
	.subscribe__form{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.subscribe__form input{
		box-sizing: border-box;
		margin-right: 0;
		height: 47px;
		margin-bottom: 15px;
	}
	.subscribe__form .button{
		width: 100%;
		text-align: center;
	}
	.subscribe__left{
		font-size: 20px;
	}
	.subscribe__conditions{
		font-size: 12px;
	}
	.main{
		padding-bottom: 50px;
	}
	.banner-info__top__title,
	.steps__title{
		font-size: 24px;
	}
	.banner-info__text{
		font-size: 14px;
	}
	.steps__list__item__title{
		font-size: 18px;
	}
	.steps__list__item__text{
		font-size: 14px;
	}
	.partnership-banner__title{
		font-size: 24px;
	}
	.partnership-banner__undertitle{
		font-size: 16px;
	}
	.partnership-banner__text{
		font-size: 12px;
	}
	.partnership-navigate{
		margin-bottom: 20px;
	}
	.partnership-navigate__item a{
		font-size: 14px;
	}
	.partnership-navigate__item + .partnership-navigate__item{
		margin-left: 10px;
	}
	.personal-form{
		margin-bottom: 50px;
	}
	
	.personal-form__title{
		font-size: 24px;
		margin-bottom: 0px;
	}
	
	.personal-form input, .personal-form textarea{
		font-size: 13px;
	}
	.popup-block{
		box-sizing: border-box;
		padding: 20px;
	}
	.popup__title{
		font-size: 24px;
	}
	.popup__text{
		font-size: 14px;
	}
	.text-block h2{
		font-size: 20px;
	}
	.text-block h3{
		font-size: 16px;
	}
	.text-block p{
		font-size: 14px;
	}
	.steam-pay__title{
		font-size: 24px;
	}
	.steam-pay__title br{
		display: none;
	}
	.steam-pay,
	.personal-form{
		width: 100%;
	}
	.steam-pay{
		margin-bottom: 50px;
	}
	.info-input__info__text{
		-webkit-transform: translate(-80%,-100%);
		-ms-transform: translate(-80%,-100%);
		-o-transform: translate(-80%,-100%);
		transform: translate(-80%,-100%);
	}
	.banner__undertitle,
	.info-list__item__text{
		font-size: 14px;
	}
}
