/*-----COMMON-----*/
@import url(https://fonts.googleapis.com/css?family=Caveat:300,400,500,700);

*,input,textarea{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
}

body{
	padding: 0;
	margin: 0;
	background: #0A0F14;
	-webkit-background-size: 1920px auto;
	background-size: 1920px auto;
	background-position: center top;
	font-family: 'Inter';
}


body.page_main{
	background-image:
		linear-gradient(rgb(255, 68, 204, 0.1), rgb(25, 224, 194, 0.1)),
		url("../img/main-bg.png");
	background-repeat: no-repeat;
}

body.page_hiw{
	background-image:
		linear-gradient(rgb(255, 68, 204, 0.1), rgb(25, 224, 194, 0.1)),
		url("../img/hiw-bg.png");
	background-repeat: no-repeat;
}

body.page_advantages{
	background-image:
		linear-gradient(rgb(255, 68, 204, 0.1), rgb(25, 224, 194, 0.1)),
		url("../img/advantages-bg.png");
	background-repeat: no-repeat;
}

body.page_contacts{
	background-image:
		linear-gradient(rgb(255, 68, 204, 0.1), rgb(25, 224, 194, 0.1)),
		url("../img/contacts-bg.png");
	background-repeat: no-repeat;
}

body.page_steam{
	background-image:
		linear-gradient(rgb(255, 68, 204, 0.1), rgb(25, 224, 194, 0.1)),
		url("../img/partnership-bg.png");
	background-repeat: no-repeat;
}

p.nickname{
	color: #ea660f;
	text-align: center;
	margin-bottom: 5px;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100px;
}

.container{
	width: 1180px;
	margin: 0 auto;
}

a:hover{
	text-decoration: none;
	color: auto;
}

.button-line{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.button-line .button + .button{
	margin-left: 25px;
}

.button{
	display: block;
	box-sizing: border-box;
	padding: 15px 39px 15px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 13px;
	color: #E6ECF1;
	background: #19E0C2;
	border-radius: 50px;
	border: 2px solid transparent;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	cursor: pointer;
}

.button:hover{
	color: #19E0C2;
	border: 2px solid #19E0C2;
	background: none;
}

.button.button_blue{
	display: block;
	box-sizing: border-box;
	padding: 15px 39px 15px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 13px;
	color: #E6ECF1;
	background: #006CFF;
	border-radius: 50px;
	border: 2px solid transparent;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.button.button_blue:hover{
	color: #006CFF;
	border: 2px solid #006CFF;
	background: none;
}

.button.button_yellow{
	display: block;
	box-sizing: border-box;
	padding: 15px 39px 15px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 13px;
	color: #E6ECF1;
	background: #FF9900;
	border-radius: 50px;
	border: 2px solid transparent;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.button.button_yellow:hover{
	color: #FF9900;
	border: 2px solid #FF9900;
	background: none;
}

input.error{
	border-color: red!important;
}

.text-block{
	text-align: left;
	margin-bottom: 50px;
}

.text-block h2{
	font-weight: 900;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.02em;
	color: #E6ECF1;
}

.text-block p{
	font-size: 16px;
	line-height: 19px;
	color: #E6ECF1;
}

.text-block h2 + p,
.text-block h3 + p,
.text-block ul + p{
	margin-top: 15px;
}

.text-block p + p{
	margin-top: 15px;
}

.text-block p + h2,
.text-block h3 + h2{
	margin-top: 40px;
}

.text-block h3{
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: -0.02em;
	color: #E6ECF1;
	margin-top: 30px;
}

.text-block ul{
	margin-top: 10px;
}

.text-block ul li{
	font-size: 16px;
	line-height: 19px;
	color: #E6ECF1;
}

.text-block ul li::before{
	content:"•";
	display: inline-block;
	margin-right: 10px;
	font-size: 24px;
	margin-top: 3px;
	color: #A7B0BC;
}

.text-block ul li + li{
	margin-top: 10px;
}

.text-block a{
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #A7B0BC;
	word-wrap: anywhere;
}

.info-input{
	position: relative;
	width: 100%;
}

.info-input input{
	width: 100%!important;
	margin-top: 0!important;
	padding-right: 45px!important;
}

.info-input__info{
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.info-input__info__icon{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	min-width: 25px;
	color: #E6ECF1;
	background: rgba(155,155,155,0.5);
	border-radius: 50%;
}

.info-input__info__text{
	position: absolute;
	display: none;
	top: -10px;
	left: 50%;
	-webkit-transform: translate(-50%,-100%);
	-ms-transform: translate(-50%,-100%);
	-o-transform: translate(-50%,-100%);
	transform: translate(-50%,-100%);
	padding: 5px 10px;
	border-radius: 10px;
	background: rgba(155,155,155,0.9);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	color: #E6ECF1;
	text-align: center;
}

.info-input__info__icon:hover + .info-input__info__text{
	display: inline-block;
}

/*-----HEADER-----*/
.header{
	padding: 20px 0;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.header .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}

.header__logo{
	font-weight: 900;
	font-size: 18px;
	line-height: 17px;
	color: #E6ECF1;
	text-decoration: none;
	position: relative;
	z-index: 9;
}

.header__logo span{
	color: #ff00ea;
}

.header__menu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.header__menu__item{
	display: block;
}

.header__menu__item + .header__menu__item{
	margin-left: 40px;
}

.heade__menu__link{
	display: block;
	position: relative;
	font-weight: normal;
	font-size: 15px;
	line-height: 14px;
	color: #E6ECF1;
}

.heade__menu__link.heade__menu__link_active::before{
	width: 100%;
}

.heade__menu__link::before{
	content:"";
	display: block;
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 0;
	height: 2px;
	background: #19E0C2;
	-webkit-transition: all ease 0.3s;
		-o-transition: all ease 0.3s;
		transition: all ease 0.3s;
}

.header__menu__item:hover .heade__menu__link::before{
	width: 100%;
}

.header__menu__steam{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 5px 16px 5px 8px;
	background: #19E0C2;
	border-radius: 50px;
	border: 2px solid transparent;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.header__menu__steam:hover{
	background: none;
	border: 2px solid #19E0C2;
}


.header__menu__steam__text{
	margin-left: 9px;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	color: #E6ECF1;
}

.header__menu__steam__text span{
	display: block;
	font-size: 13px;
	margin-top: 3px;
}

.header__menu__drop{
	position: relative;
}

.header__menu__drop__title{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-weight: bold;
	font-size: 13px;
	line-height: 12px;
	color: #E6ECF1;
	cursor: pointer;
	font-family: Montserrat, serif;
	text-transform: uppercase;
}

.header__menu__drop__title::after{
	content:"";
	display: block;
	width: 9px;
	min-width: 9px;
	height: 6px;
	margin-left: 10px;
	background: url(../img/arrow.png) center center no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}


.header__menu__drop__list{
	display: none;
	position: absolute;
	left: 50%;
	bottom: -7px;
	min-width: 59px;
	border-radius: 10px;
	background: #19E0C2;
	overflow: hidden;
	-webkit-transform: translate(-50%,100%);
	-ms-transform: translate(-50%,100%);
	-o-transform: translate(-50%,-100%);
	transform: translate(-50%,100%);
	z-index: 5;
}

.header__menu__drop__list li + li{
	border-top: 1px solid #4B97FF;
}

.header__menu__drop__list__link{
	display: block;
	padding: 4px 9px;
	font-weight: bold;
	font-size: 13px;
	line-height: 25px;
	color: #E6ECF1;
}

.header__menu__drop__list__link:hover{
	background: rgba(255,255,255,0.3);
}

.header__mobile{
	display: none;
}

.header__mobile__burger{
	position: relative;
	z-index: 9;
}

.header__mobile__burger img{
	display: block;
	cursor: pointer;
}

.header__mobile__drop{
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 0;
	width: 320px;
	height: 100vh;
	padding: 68px 0 20px;
	background: #131313;
	z-index: 8;
	-webkit-transform: translate(100%,0);
	-ms-transform: translate(100%,0);
	-o-transform: translate(100%,0);
	transform: translate(100%,0);
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.header__mobile__drop .header__menu{
	max-height: 100%;
	overflow: auto;
	height: 100%;
}

.header__mobile.active .header__mobile__drop{
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}

.header__menu__drops{
	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;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 100%;
}

.header__menu__drops .header__menu__item + .header__menu__item{
	margin: 0;
}

/*-----3. BANNER------*/
.banner{
	padding: 180px 0 115px 0;
}

.banner.banner_inf{
	padding-top: 210px;
}

.banner-line{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	width: 779px;
	margin: 44px 0;
}

.banner-line__left{
	padding-left: 140px;
	font-weight: bold;
	font-size: 24px;
	line-height: 23px;
	color: #E6ECF1;
	margin-right: 40px;
}

.banner-line__right li{
	font-size: 18px;
	line-height: 26px;
	color: #E6ECF1;
}

.banner-content{
	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;
}


.banner__title{
	position: relative;
	font-weight: 900;
	font-size: 45px;
	line-height: 54px;
	text-align: center;
	letter-spacing: -0.03em;
	color: #E6ECF1;
	font-family: Montserrat, serif;
	text-transform: uppercase;
}

.banner__title span{
	color: #E6ECF1;
}

.banner__undertitle{
	font-weight: normal;
	font-size: 16px;
	line-height: 31px;
	text-align: center;
	color: #E6ECF1;
	margin-top: 35px;
	margin-bottom: 60px;
	font-family: Montserrat, serif;
}

.banner__undertitle span{
	color: #E6ECF1;
}

.banner__undertitle + .steam-pay{
	margin-top: 0;
	margin-bottom: 200px;
}

.banner-content__right{
	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;
	text-align: center;
	width: 126px;
	min-width: 126px;
}

.banner-content__right__item{
	width: 100%;
}


.banner-content__right__item + .banner-content__right__item{
	margin-top: 35px;
}

.banner-content__right__item__ico{
	width: 37px;
	height: 37px;
	margin: 0 auto 7px;
}

.banner-content__right__item__ico img{
	display: block;
	width: 37px;
}

.banner-content__right__item__text{
	font-weight: bold;
	font-size: 18px;
	line-height: 19px;
	text-align: center;
	letter-spacing: -0.02em;
	color: #E6ECF1;
}

.banner-info__top{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 30px;
}

.banner-info__top__title{
	font-weight: 900;
	font-size: 35px;
	line-height: 37px;
	letter-spacing: -0.02em;
	color: #E6ECF1;
	padding-bottom: 15px;
	border-bottom: 1px dashed #19E0C2;
	font-family: Montserrat, serif;
	text-transform: uppercase;
}

.banner-info__top__title span{
	color: #19E0C2;
}

.banner-info__text{
	font-size: 16px;
	line-height: 27px;
	color: #E6ECF1;
}

.banner-info__text p{
	margin: 0;
	padding: 0;
}

.banner-info__text p + p {
	margin-top: 30px;
}



/*-----4. MAIN------*/
.main{
	padding-top: 115px;
	padding-bottom: 120px;
	position: relative;
}

.main .container{
	position: relative;
	z-index: 2;
}

/*----------INFO LIST-----*/
.info-list{
	width: 779px;
	margin: 0 auto;
}

.info-list__item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}

.info-list__item + .info-list__item{
	margin-top: 50px;
}

.info-list__item img{
	display: block;
	min-width: 190px;
}

.info-list__item__text{
	font-size: 16px;
	text-align: right;
	line-height: 22px;
	color: #E6ECF1;
}

.info-list__item__text span{
	font-weight: bold;
}

.info-list__item img + .info-list__item__text{
	text-align: left;
	margin-left: 50px;
}

.info-list__item .info-list__item__text + img{
	margin-left: 40px;
}

.info-list__item__text a{
	font-size: 16px;
	line-height: 22px;
	text-align: right;
	text-decoration-line: underline;
	color: #19E0C2;
}

/*----------SELL SKINS-----*/
.sell-skins{
	margin-bottom: 40px;
}

.sell-skins__list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}

.sell-skins__item{
	display: block;
	box-sizing: border-box;
	width: 179px;
	height: 179px;
	padding: 20px 10px 20px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.sell-skins__item:hover{
	box-shadow: 0 0 20px rgba(155,155,155,0.5);
}

.sell-skins__item + .sell-skins__item{
	margin-left: 20px;
}

.sell-skins__item__background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.sell-skins__item__background img{
	display: block;
	width: 100%;
}

.sell-skins__item__info{
	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: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.sell-skins__item__title{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	line-height: 106.2%;
	text-align: center;
	letter-spacing: -0.02em;
	color: #E6ECF1;
	font-family: Montserrat, serif;
	text-transform: uppercase;
}

.sell-skins__item__info img{
	display: block;
}

.sell-skins__pay{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin-top: 27px;
}

.sell-skins__pay img{
	display: block;
}

.sell-skins__pay img + img{
	margin-left: 18px;
}



/*----------SUBSCRIBE------*/
.subscribe{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	padding: 35px 45px;
	background: url(../img/subscribe-bg.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
	border-radius: 10px;
}

.subscribe__left{
	width: 50%;
	font-weight: 900;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: -0.02em;
	color: #E6ECF1;
}

.subscribe__left span{
	color: #19E0C2;
}

.subscribe__right{
	box-sizing: border-box;
	width: 50%;
	padding-left: 45px;
}

.subscribe__form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.subscribe__form input{
	width: 100%;
	margin-right: 20px;
	padding: 0 15px;
	border: 0;
	background: #255C9D;
	border-radius: 10px;
	outline: none;
	color: #E6ECF1;
	border: 2px solid transparent;
}

.subscribe__conditions{
	text-align: right;
	font-weight: normal;
	font-size: 14px;
	line-height: 15px;
	text-align: right;
	color: #A7B0BC;
}

.subscribe__conditions a{
	color: #19E0C2;
	text-decoration: underline;
}

/*----------ADVANTAGES-----*/
.advanteges-list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 200px;
}

.advanteges-list__item{
	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;
	text-align: center;
	width: 33%;
	box-sizing: border-box;
	padding: 0 10px;
}

.advanteges-list__item__img{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	height: 35px;
}

.advanteges-list__item__title{
	font-weight: 900;
	font-size: 22px;
	line-height: 31px;
	color: #19E0C2;
	margin-top: 10px;
	font-family: Montserrat, serif;
	text-transform: uppercase;
}

.advanteges-list__item__text{
	font-size: 14px;
	line-height: 20px;
	color: #E6ECF1;
}


/*----------PARTNERSHIP-----*/
.partnership-navigate{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 70px;
}

.partnership-navigate__item + .partnership-navigate__item{
	margin-left: 30px;
}


.partnership-navigate__item a{
	display: block;
	position: relative;
	font-weight: bold;
	font-size: 15px;
	line-height: 16px;
	color: #19E0C2;
}

.partnership-navigate__item a::before{
	content:"";
	display: block;
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 0;
	height: 2px;
	background: #19E0C2;
	-webkit-transition: all ease 0.3s;
		-o-transition: all ease 0.3s;
		transition: all ease 0.3s;
}

.partnership-navigate__item:hover a::before{
	width: 100%;
}

.personal-form{
	display: block;
	box-sizing: border-box;
	padding: 25px 37px 40px;
	width: 778px;
	background: #19E0C2 url(../img/personal-form-bg.png) left top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 10px;
	margin: 0 auto ;
}

.personal-form__title{
	font-weight: 900;
	font-size: 36px;
	line-height: 38px;
	text-align: center;
	letter-spacing: -0.02em;
	color: #E6ECF1;
	margin-bottom: 30px;
	font-family: Montserrat, serif;
	text-transform: uppercase;
}

.personal-form input,
.personal-form textarea{
	display: block;
	box-sizing: border-box;
	padding: 16px 17px;
	width: 100%;
	font-weight: normal;
	font-size: 15px;
	line-height: 106.2%;
	color: #122E58;
	border: 2px solid transparent;
	background: #FFFFFF;
	border-radius: 50px;
	outline: none;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	margin-top: 15px;
}

.personal-form textarea{
	height: 81px;
	resize: none;
	border-radius: 20px;
}

.personal-form input:focus,
.personal-form textarea:focus{
	border: 2px solid #19E0C2;
}

.input-line{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.input-line input + input{
	margin-left: 15px;
}

.personal-form .button{
	color: #E6ECF1;
	margin-top: 15px;
	width: 100%;
}

/*-----4. FOOTER-----*/
.footer{
	padding: 25px 0;
	background: #0E141A;
	color: #A7B0BC
}

.footer .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}

.footer__info{
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	color: #A7B0BC;
}

.footer__info:hover {
	color: #19E0C2;
}

.footer__info .header__logo{
	z-index: 2;
}

.footer__info__text{
	display: block;
	margin-top: 7px;
}

.footer .heade__menu__link{
	font-size: 14px;
}

.footer .header__menu__item + .header__menu__item{
	margin-left: 25px;
}

/*-----5. POPUP-----*/
.popup{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.3);
	z-index: 10;
}

.popup-container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.popup-block{
	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;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	text-align: center;
	width: 785px;
	min-height: 289px;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
}

#popup__ty .popup-block{
	background: url(../img/ty-bg.png) center center no-repeat;
}

.popup__close{
	position: absolute;
	top: 22px;
	right: 22px;
	cursor: pointer;
}

.popup__title{
	font-weight: 900;
	font-size: 36px;
	line-height: 48px;
	text-align: center;
	letter-spacing: -0.02em;
	color: #E6ECF1;
	margin-bottom: 10px;
	font-family: Montserrat, serif;
	text-transform: uppercase;
}

.popup__title span{
	color: #A7B0BC;
}

.popup__text{
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.02em;
	color: #E6ECF1;
}

/*-----6. STEAM PAY-----*/
.steam-pay{
	width: 779px;
	box-sizing: border-box;
	padding: 27px 35px 30px;
	background: #19E0C2 url(../img/steam-bg.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 10px;
	margin: 100px auto 0;
}

.steam-pay__title{
	font-weight: 900;
	font-size: 36px;
	line-height: 38px;
	letter-spacing: -0.02em;
	color: #E6ECF1;
	margin-bottom: 25px;
	text-align: center;
	font-family: Montserrat, serif;
	text-transform: uppercase;
}

.steam-pay__form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.steam-pay__form input{
	display: block;
	box-sizing: border-box;
	padding: 16px 17px;
	width: 100%;
	font-weight: normal;
	font-size: 15px;
	line-height: 106.2%;
	color: #122E58;
	border: 2px solid transparent;
	background: #FFFFFF;
	border-radius: 10px;
	outline: none;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.steam-pay__form label{
	width: 32%;
}

.steam-pay__form button{
	margin-top: 15px;
}

.steam-pay__form .g-recaptcha{
	margin: 15px auto 0;
}


.steam-pay__login{
	font-weight: bold;
	font-size: 14px;
	line-height: 13px;
	text-align: center;
	color: #A7B0BC;
	margin-top: 21px;
}

.bottom-info{
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-around;
	color: #A7B0BC;
	max-width: 1000px;
	font-size: 10px;
	margin-top: 15px;
}
.bottom-info > li:hover{
	color: #19E0C2;
}
.bottom-info > li{
	max-width: 300px;
}
.bot-imgs > .img1{
	width: 150px;
	height: 75px;
}
.bot-imgs > .img2{
	width: 250px;
	height: 75px;
}
.bot-imgs{
	width: 100%;
	display: flex;
	height: 60px;
	justify-content: space-around;
	margin-top: 15px;
}

.counter {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top:20px;
}
.usercond_aprove {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-end;
    align-items: baseline;
}
.usercond_aprove > span{
        margin-left: 5px;
}
.usercond_aprove > span > a {
        text-decoration: underline;
        color: #E6ECF1;
}
.usercond_aprove > span > a.visited {
        text-decoration: underline;
        color: #E6ECF1;
}
