@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block
}

ol,
ul {
	list-style: none
}

li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

b,
strong {
	font-weight: 700
}

textarea {
	overflow: auto;
	vertical-align: top
}

html {
font-family: Comic Sans MS, cursive;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.25em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

pre {
	overflow: auto
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

legend {
	border: 0;
	padding: 0
}

optgroup {
	font-weight: 700
}

td,
th {
	padding: 0
}

a {
	background: 0 0;
	text-decoration: none
}

a:active,
a:focus,
a:hover {
	border: none;
	outline: 0;
	text-decoration: none
}

::selection {
	background: #6a6a6a;
	color: #f5f5f5;
	text-shadow: 1px 1px 1px #060606
}

::-moz-selection {
	background: #6a6a6a;
	color: #f5f5f5;
	text-shadow: 1px 1px 1px #060606
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .5;
	font-family: inherit
}

:-moz-placeholder {
	color: inherit;
	opacity: .5;
	font-family: inherit
}

::-moz-placeholder {
	color: inherit;
	opacity: .5;
	font-family: inherit
}

:-ms-input-placeholder {
	color: inherit;
	opacity: .5;
	font-family: inherit
}

.btn:hover,
button {
	cursor: pointer
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

body,
html {
	font: 400 62.5%/1 Lato, sans-serif
}

body {
background:#260006;

	color: #fff;
	font-size: 100%
}

.container,
a,
footer,
header,
main,
nav,
section {
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out
}

.cf:after,
.cf:before,
.container:after,
.container:before,
footer:after,
footer:before,
header:after,
header:before,
main:after,
main:before,
nav:after,
nav:before,
section:after,
section:before {
	display: table;
	content: " "
}

.cf:after,
.container:after,
footer:after,
header:after,
main:after,
nav:after,
section:after {
	clear: both
}

.container {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 1150px
}

img {
	display: inline-block;
	height: auto!important;
	margin: 0 auto;
	max-width: 100%;
	width: auto
}

.btn {
	display: inline-block;
	font-size: 1.5em;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	z-index: 1
}

button.btn {
	border: none
}

.btn,
.btn::before {
	-webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	border-radius: .25em
}

.btn::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.15);
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(.9, .1, 1);
	transform: scale3d(.9, .1, 1);
	-webkit-transition: -webkit-transform .4s, opacity .4s;
	transition: transform .4s, opacity .4s;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.btn:not(.btn--nh):hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}

.btn:active {
	-webkit-transition: transform .1s linear;
	-moz-transition: transform .1s linear;
	-ms-transition: transform .1s linear;
	-o-transition: transform .1s linear;
	transition: transform .1s linear;
	-webkit-transform: scale(1.0125);
	-ms-transform: scale(1.0125);
	-o-transform: scale(1.0125);
	transform: scale(1.0125)
}

.btn:not(.btn--nsh)::after {
	content: '';
	position: absolute;
	top: -50%;
	right: -50%;
	bottom: -50%;
	left: -50%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(255, 255, 255, .5)), to(rgba(0, 0, 0, 0)));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(255, 255, 255, .5) 50%, rgba(0, 0, 0, 0));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, .5) 50%, rgba(0, 0, 0, 0));
	-webkit-transform: rotateZ(60deg) translate(-7.5em, 10em);
	-ms-transform: rotate(60deg) translate(-7.5em, 10em);
	transform: rotateZ(60deg) translate(-7.5em, 10em);
	-webkit-transition: visibility .1s ease-out, opacity .1s ease-out;
	-moz-transition: visibility .1s ease-out, opacity .1s ease-out;
	-ms-transition: visibility .1s ease-out, opacity .1s ease-out;
	-o-transition: visibility .1s ease-out, opacity .1s ease-out;
	transition: visibility .1s ease-out, opacity .1s ease-out;
	opacity: 0;
	visibility: hidden
}

.btn:not(.btn--nsh):hover::after {
	opacity: 1;
	visibility: visible
}

.btn:not(.btn--nsh):focus::after,
.btn:not(.btn--nsh):hover::after {
	-webkit-animation: shine .7s forwards;
	animation: shine .7s forwards
}

@-webkit-keyframes shine {
	100% {
		-webkit-transform: rotateZ(60deg) translate(3em, -14em);
		transform: rotateZ(60deg) translate(3em, -14em)
	}
}

@keyframes shine {
	100% {
		-webkit-transform: rotateZ(60deg) translate(3em, -14em);
		transform: rotateZ(60deg) translate(3em, -14em)
	}
}

.btn--primary {
	background: url(/templates/bondage-game/140/images/bg-btn-primary.png) no-repeat center center #cd1633;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	box-shadow: 0 .2em .39em .14em rgba(0, 0, 0, .46), 0 0 5.8em 0 #cd1633;
	color: #fff;
	line-height: 1;
	position: relative;
	text-shadow: 0 .13em .13em rgba(0, 0, 0, .39)
}


.btn--secondary {
	background: url(/templates/bondage-game/140/images/bg-btn.png) no-repeat center center #180306
}


.btn--sm {
	font-size: 1.5em;
	padding: 1.4em 1.2em
}

.btn--smb {
	font-size: 1.6em;
	font-weight: 900;
	padding: .6em 1em;
	text-shadow: 0 .13em .13em rgba(0, 0, 0, .39)
}

.btn--lg {
	font-size: 3.7em;
	font-weight: 900;
	padding: .797em 2em
}

.dfc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.dfc--t {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.dfc__c1 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.dfc__c2 {
	-webkit-box-flex: 2;
	-ms-flex: 2 1 auto;
	flex: 2 1 auto
}

.dfc--f {
	flex-flow: row wrap
}

.dfc--f .dfc__c1 {
	flex: 0 0 auto
}

.tac {
	text-align: center
}

.icon {
	display: inline-block;
	vertical-align: top;
	height: 1em;
	width: 1em
}

.icon-arrow {
	background: url(../images/icon-play-btn.png) no-repeat center center transparent;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

.header {
	position: fixed;
	left: 0;
	right: 0;
	padding: .33em 0 1.66em;
	width: 100%;
	background: url("/templates/bondage-game/140/images/bg-header.png") no-repeat 80% bottom transparent;
	background-color:;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	z-index: 1000
}




.navbar {
	text-align: right
}

.title {
	font-size: 6em;
	font-weight: 300;
	margin-bottom: 1em;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 .03em .08em rgba(0, 0, 0, .84), 0 0 1.13em rgba(0, 0, 0, .84)
}

.title--sm {
	font-size: 4.4em
}

.title--thin {
	font-weight: 100
}

.title--shx {
	text-shadow: 0 0 .75em rgba(0, 0, 0, .84), 0 0 1em rgba(0, 0, 0, .84), 0 0 1.25em rgba(0, 0, 0, .84), 0 0 1.5em rgba(0, 0, 0, .84), -.1em .02em 0 rgba(0, 0, 0, .5), .02em -.02em 0 rgba(0, 0, 0, .5), .02em .02em 0 rgba(0, 0, 0, .5), -.02em -.02em 0 rgba(0, 0, 0, .5)
}

.title--mbm {
	margin-bottom: .75em
}

.title--mbs {
	margin-bottom: .25em
}

.title strong {

    color: #cd1633;
	font-weight: 900
}

.subtitle {
	color: #fefefe;
	font-size: 2.4em;
	font-weight: 100;
	margin-bottom: 2em;
	text-align: center;
	text-transform: uppercase;
	opacity: .75
}

.text {
	font-size: 1.8em;
	font-weight: 300;
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0 0 .61em rgba(0, 0, 0, .62)
}

.text--lg {
	font-size: 3em;
	line-height: 1.36;
	font-weight: 100
}

.text p {
	margin-bottom: 1.5em
}

.section {
	margin-bottom: 5em
}

.section:first-child {
	padding-top: 5em
}

.intro {
	background-color:;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 0;
	position: relative;
	text-align: center;
	z-index: 2
}


.intro>.container {
	padding: 17.5em 0 14em
}

.form {
	max-width: 350px;
	margin: 0 auto 4em;
	position: relative
}


.form button:focus,
.form input:focus {
	outline: 0
}

.form__row--inlined {
	position: relative
}

.form__row--inlined .form__email {
	-webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	border-radius: .25em;
	border: .1em solid #fff;
	background: #fff;
	font-size: 1.5em;
	color: #333;
	padding: 1.1em 8em 1.1em 1em;
	text-align: left;
	width: 100%
}

.form__row--inlined .form__button {
	background: url(/templates/bondage-game/140/images/bg-btn.png) no-repeat center center #180306;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-border-radius: 0 .25em .25em 0;
	-moz-border-radius: 0 .25em .25em 0;
	border-radius: 0 .25em .25em 0;
	font-size: 1.5em;
	font-weight: 400;
	color: #fff6f6;
	padding: 1.3em 1em;
	position: absolute;
	right: .05em;
	top: .05em;
	bottom: .05em;
	display: inline-block;
	text-shadow: 0 .13em .13em rgba(0, 0, 0, .39)
}

.simulator {
	
background: url(/templates/bondage-game/140/images/bg-simulator.jpg) no-repeat center top fixed transparent;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 1;
	top: -4.5em
}

.simulator .container {
	padding: 15em 0 12em
}

.simulator .text {
	max-width: 815px
}

.reasons-list {
	margin-bottom: 6em
}

.reasons-list__item {
	margin: 0 1.2em 1.2em;
	position: relative
}

.reasons-list__description {
    background: rgba(109,0,17,0.62);
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 1.8em;
	text-transform: uppercase;
	padding: .5em
}

.real__img {
	-webkit-box-shadow: 0 .2em 8.7em rgba(205, 22, 51, .39)#cd1633;
	box-shadow: 0 .2em 8.7em rgba(205, 22, 51, .39)#cd1633;
	margin-bottom: 2em;
	text-align: center
}

.real__img img {
	display: block;
	width: 100%
}

.real__img--exclusive {
	z-index: 1;
	position: relative
}

.real__img--exclusive::before {
	background: url(/templates/bondage-game/140/images/ribbon-exclusive.png) no-repeat right top transparent;
	content: '';
	display: inline-block;
	position: absolute;
	right: -1em;
	top: -1em;
	height: 25.4em;
	width: 25.4em;
	z-index: 2
}

.players {	
	background: url("/templates/bondage-game/140/images/bg-player-review.png") no-repeat center top transparent;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 0;
	padding: 10em 0 5em
}

.players-list {
	margin-bottom: 2em;
	text-align: center
}

.player-img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 2em;
	text-align: center;
	overflow: hidden
}

.player-img img {
	display: block;
	margin: auto
}

.player-description {
	display: inline-block;
	font-size: 1.8em;
	line-height: 1.5;
	max-width: 22em;
	text-align: left
}

.join-cta {
	margin-bottom: 2em;
	padding: 1em 0;
	text-align: center
}

.join-cta--mbl {
	margin-bottom: 6em
}

.footer {
     background: url(/templates/bondage-game/140/images/bg-footer.jpg) no-repeat center bottom fixed transparent;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 15em 0 5em;
	text-align: center
}

.logo--footer {
	margin-bottom: 2em
}

.copyright {
    color: #cb1531;
	font-size: 1.4em;
	text-transform: uppercase
}

.copyright a {
    color: #cb1531;
	text-decoration: underline
}

.copyright a:not(:first-child)::before,
.copyright span:not(:first-child)::before {
	content: ' | ';
	display: inline-block;
	padding: 0 .5em
}

.copyright a:hover {
	text-decoration: none
}

.form label {
	cursor: pointer
}

.form label.error {
	display: inline-block;
	background: #cd5516;
	color: #fff;
	font-size: 1.5em;
	padding: .2em .6em .2em;
	-webkit-animation: fadein .5s;
	animation: fadein .5s;
	position: absolute;
	left: 1em;
	top: 100%;
	-webkit-border-radius: .25em .25em 0 0;
	-moz-border-radius: .25em .25em 0 0;
	border-radius: 0 0 .25em .25em
}

.form .error:not(label) {
	border-color: #cd5516;
	background-color: #fcf9e6
}

.form .valid:not(label) {
	border-color: #e94158;
	background-color: #fef8f9
}

.mt-5{
	padding-top:100px;
}
.content_title {
	font-size: 62.8px;
	font-weight: 700;
	letter-spacing: -0.025em;
	text-shadow: 0 4px 10px rgba(20, 20, 20, 0.23);
	color: #cc1633;
	font-family: "Open Sans", sans-serif;
}
.content-head{
	position:relative;
	margin-bottom:20px;
}
.content-text{
	position:relative;
	right:400px;
    color: #ffffff;
}

.contact_info_descr {
	font-size: 20px;
	letter-spacing: 0.1px;
	line-height: 1.1;
	position:relative;
	margin-bottom:23px;
    color: #ffffff;  
}
#any_questions {
	font-size: 16px;
	font-family: "Roboto Condensed", sans-serif;
}
.form-control{
	height: 45px;
	width: 600px;
	border-radius: 4px;
	font-size: 25px;
	border: 1px solid #d7d7d7;
	background-color: #ffffff;
	padding-left: 15px;
}
.content-box{
	position:relative;
	left:280px;
}
.control-label{
	font-size: 20px;
	font-family: "Roboto Condensed", sans-serif;
}
.form-group{
	margin-bottom:30px;
}
.input::placeholder {
	opacity: 0.2;
	color: #000000;
	font-family:"Roboto Condensed", sans-serif;
}

.input{
	color:black;
	margin-top: 5px;
}

.submit-btn-wrapper{
	height: 100px;
    width: 600px;
}

.contact_btn{
	height: 100px;
    width: 600px;
	box-shadow: none;
}

#contact-btn-txt{
	font-size:36px;
}

#message{
	padding-top:10px;
}
.content-head{
	font-size:48px;
	
}
.twotwo-wrapper{
	max-width:820px;
	left:-270px;
}
.twotwo-title{
	position:relative;	
}
.dmca-form{
	margin-top:4px;
}
.dmca-form::placeholder{
	opacity: 0.2;
color: #000000;
font-family:"Roboto Condensed", sans-serif;
}

#dmca_info {
	font-size: 20px;
}

.dmca_info_descr {
	padding-bottom: 25px;
	font-size: 30px;
}
.dmca-info-container{
	max-width:600px;
    width:600px;
}
.dmca-row{
	position:relative;
	left:130px;
}
.dmca_title{
	position:relative;
	left:65px;
	padding-bottom:30px;
}
.join-title{
	font-size: 62.8px;
	font-weight: 700;
	letter-spacing: -0.025em;
	text-shadow: 0 4px 10px rgba(20, 20, 20, 0.23);
	color: #cc1633;
	position:relative;
	left:20px;
	font-family: "Open Sans", sans-serif;
}
.join-text{
	font-size:30px;
	position:relative;
	left:240px;
    color:#ffffff;
}
.join-button{

	height: 100px;
    width: 600px;
	position: relative;
	left:280px;
	font-size:36px;
	margin-top:80px;
}


.title-text-color{
	display:inline;
    color: #ffffff;
}
.index-text-color{
     color: #ffffff;
}



/************************************************************
************************************************************/
@-webkit-keyframes fadein {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadein {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-ms-viewport {
	width: device-width
}


@media all and (max-width:1279px) {
	.container {
		width: 1000px
	}

	.title {
		font-size: 5em
	}
	.reasons .title {
		font-size: 4.6em
	}
	.intro {
		background-image: url(/templates/bondage-game/140/images/bg-intro-mobile.png)
	}
	.simulator {
		background-image: url(/templates/bondage-game/140/images/bg-simulator-mobile.jpg)
	}
	.players {
		background-image: url(/templates/bondage-game/140/images/bg-player-review-mobile.png)
	}
	.footer {
		background-image: url(/templates/bondage-game/140/images/bg-footer-mobile.jpg)
	}
	.content-text {

	right:325px;
   }
  .contact_info_descr{
	  width:600px;
  }
  .join-text{
		font-size:24px;
		left:240px;
  }
  .join-button{

	height: 100px;
    width: 600px;

	left:220px;
	font-size:36px;
	margin-top:80px;
}
	
}

@media all and (max-width:1023px) {
	.container {
		width: 750px
	}


	.intro>.container {
		padding: 14em 0 12em
	}
	.title {
		font-size: 3.8em
	}
	.form__row--inlined .form__button {
		padding: 1em;
		bottom: .1em;
		top: .1em
	}
	.simulator .text {
		max-width: 620px
	}
	.text--lg {
		font-size: 2.55em
	}
	.players-list__col {
		margin: 0 1.25em 1em
	}
	.content-head{
		right:125px;
	}
	.contact_info_descr{
		right:125px;
	}
	.page_responsive{
		width: 400px;
	}
	#dmca_info{
		width:400px;
	}
	.dmca-head{
		position:relative;
		left:-250px;
	}
	.join-text{
		font-size:20px;
		left:170px;
  }
  .join-button{

	height: 100px;
    width: 500px;

	left:150px;
	font-size:28px;
	margin-top:60px;
}

}

@media all and (max-width:767px) {
	.container {
		width: 560px
	}

	
	
	.simulator .text {
		max-width: 90%
	}
	.text {
		font-size: 1.8em
	}
	.text--lg {
		font-size: 2.5em
	}
	.intro>.container {
		padding: 12em 0 10em
	}
	.btn--lg {
		font-size: 3em
	}
	.title {
		font-size: 4.3em
	}
	.simulator .title {
		font-size: 5.2em
	}
	.real .title {
		font-size: 4.8em
	}
	.real .text {
		text-align: center
	}
	.players-list,
	.reasons-list {
		display: block
	}
	.players-list__col,
	.reasons-list__col {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		margin: 0 auto 5em;
		width: 100%
	}
	.reasons-list__col {
		max-width: 362px
	}
	.reasons-list__item {
		margin-left: auto;
		margin-right: auto
	}
	.player-description {
		text-align: center
	}
	.content-text {
       right:230px;
	
   }
   .form-control{
	   width:400px;
   }
   .contact-row{
	   position:relative;
		right: 80px;
   }
   .twotwo-title{
	   position:relative;
		left:-90px;
		font-size:40px;
   }
   .dmca-row{
	   left:30px;
   }
   .dmca_title{
	   left:100px;
	
   }
   .join-text{
		font-size:20px;
		left:70px;
  }
  .join-button{

	height: 100px;
    width: 400px;

	left:90px;
	font-size:28px;
	margin-top:60px;
}
   
}

@media all and (max-width:579px) {
	.container {
		width: 460px
	}
	
	.title {
		font-size: 3.9em
	}
	.simulator .title {
		font-size: 4.5em
	}
	.real .title {
		font-size: 4.3em
	}
	.text--lg {
		font-size: 2.3em
	}
	.btn--lg {
		font-size: 2.7em
	}
	.real__img--exclusive::before {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		height: 20em;
		width: 20em
	}
	.content-text {
	right:55px;
   }
   .page_responsive{
		width: 300px;
	}
	.content-text{
		right:180px;
	}
	#contact-btn-txt{
		font-size: 26px;
	}
	.twotwo-title{
		left:-150px;
	}
	.dmca-row{
		left:-70px;
	}
	.dmca_title{
		left:150px;
	}
	#submit-dmca{
		font-size:30px;
	}
	.join-text{
		font-size:16px;
		left:60px;
    }
  .join-button{
	height: 100px;
    width: 400px;
	left:40px;
	font-size:24px;
	margin-top:40px;
    }

}

@media all and (max-width:479px) {



	.container {
		width: 360px
	}
	.header .logo {
		width: 50%
	}


	.title {
		font-size: 3.3em
	}
	.real .title {
		font-size: 3.3em
	}
	.real__img--exclusive::before {
		height: 16em;
		width: 16em
	}
	.text {
		font-size: 1.6em
	}
	.text--lg {
		font-size: 2.2em
	}
	.simulator .container {
		padding: 12.75em 0 10.2em
	}
	.copyright a,
	.copyright span {
		display: block
	}
	.copyright a:not(:last-child),
	.copyright span:not(:last-child) {
		margin-bottom: 1em
	}
	.copyright a:not(:first-child)::before,
	.copyright span:not(:first-child)::before {
		display: none
	}
	.page_title{
		position:relative;
		right:60px;
	}
	.contact_info_descr{
		left:90px;
		display: inline-block
		width:320px;
	}
	.content-box{
		position:static;
	}


	
	.page_title{
	left:210px;
	width:320px;
	font-size:48px;
	}
	.contact-label{
		position:relative;
		left:260px;
		width:320px;
	}
	.form-control{
		position:relative;
		left:260px;
		width:320px;
	}
	.contact_btn{
		left:260px;
		width:320px;
	}
	.submit-btn-wrapper{
		width:320px;
	}
	.twotwo-title{
		position:relative;
		left:135px;
		width:304px;
		font-size:34px;
		margin:0 0 0 0;
		
	}
	.twotwo-wrapper{
		position:relative;
		left:10px;
		width:320px;
	}
	.dmca_title{
		left:410px;
		width:240px;
	}


	#dmca_info{
		position:relative;
		left:240px;
		max-width:330px;
		width:330px;
	}
	#submit-dmca{
		position:relative;
		left:240px;
		font-size:24px;
		width:330px;
	}
	.control-label-responsive{
		position:relative;
		left:240px;
		width:150px;
	}
	.page_responsive_2{
		left:240px;
	}
	.dmca_submit_btn{
		position:relative;
		left:240px;
	}
	.dmca-info-container{
	max-width:330px;
    width:330px;
}
.join-text{
	font-size:12px;
	left:20px;
}
.join-button{
height: 100px;
width: 315px;
left:1px;
font-size:24px;
margin-top:40px;
}
.join-title{
	margin-top:40px;
	position:relative;
	left:5px;
}


}

@media all and (max-width:379px) {
	.container {
		width: 310px
	}
	

	.form__row--inlined .form__button,
	.form__row--inlined .form__email {
		font-size: 1.33em
	}
	.form__row--inlined .form__button {
		top: .1em;
		bottom: .1em
	}
	.title {
		font-size: 3em
	}
	.simulator .title {
		font-size: 3.1em
	}
	.reasons .title {
		font-size: 2.5em
	}
	.real .title {
		font-size: 3em
	}
	.real__img--exclusive::before {
		height: 13em;
		width: 13em;
		right: -.5em;
		top: -.5em
	}
	.player-description {
		font-size: 1.7em
	}
	.footer .title {
		font-size: 2.6em
	}
	.players-list__col,
	.reasons-list__col {
		max-width: 290px
	}
	.real .text {
		padding-left: .4em;
		padding-right: .4em;
		line-height: 1.5
	}

	.logo a {
		font-size:2em;
	}

}




.logo{
  max-width: 300px;
}

.logo a {
	font-size:3em;
	color:#fff;
	font-weight: bold;

	text-transform: uppercase;
	text-shadow: 0 .03em .08em rgba(0, 0, 0, .84), 0 0 1.13em rgba(0, 0, 0, .84);
}

.logo span {
	color:#cd1633;
}

