* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root{
	font-size:10px
}
@media (min-width:1025px) and (max-width:1920px){
	:root{
		font-size:0.833vw
	}
}

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/* fonts */
@font-face {
	font-family: "Myanmar Text Bold";
	src: url(../fonts/mmrtextb.ttf); 
}

@font-face {
	font-family: "Bookman Bold";
	src: url(../fonts/BOOKOSB.TTF); 
}

@font-face {
	font-family: "OpenSans-Regular";
	src: url(../fonts/OpenSans-Regular.ttf); 
}
 

body {
	width: 100%;
	display: inline-block;
	font-size: 16px;
	background-color: #1b1b1b;
}


/* header */
.svg_all {
    /*display: none;*/
    height: 0;
}

#header {
	width: 100%;
	display: block;
	/*background-color: #f5b61a;*/
	background-color: #8b612e;
	background-color: #1b1b1b;
	position: fixed;
	z-index: 100;
	-webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    transition: height 0.5s;
    height: 9.75rem;

}
.header__inner {
	max-width: 1920px;
	width: 100%;
	display: table;
	margin: 0 auto;
	position: relative;
	padding: 1rem 3%;
}
.logo {
	float: left;
	vertical-align: middle;
	text-decoration: none;
	display: table-cell;
}
.logo-images {
	float: left;
	display: inline-block;
	
	/*outline: 2px solid blue;*/
}

.logo__title {
	display: block;
	color: #cc8d00;
	font-size: 5.46875rem;
	text-transform: uppercase;
	font-family: "Myanmar Text Bold";
	letter-spacing: 0.05rem;
	line-height: 1.2;
	margin-top: 0.2rem;
	text-shadow: 0 0 10px #000000;
	/*text-shadow: 0 0 10px #ff4545;*/
}
.logo__subtitle {
	display: block;
	font-family: "Bookman Bold";
	font-size: 2.25rem;
	color: #cc8d00;
	text-transform: uppercase;
	margin-top: -1.6rem;
	word-spacing: 0.25rem;
	text-shadow: 0 0 3px #000000;
}
.logo-img {
	width: 11rem;
    height: 11rem;
    z-index: 100;
    margin-right: 1.4rem;
    position: relative;
    float: left;

}

.main-menu__wrapper{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	float: right;
}
.main-menu {
	height: 100%;
	display: inline-block;
	float: right;
}
.main-menu__list {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.main-menu__item {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-left: 6rem;
}
.main-menu__item a {
	color: #cc8d00;
	display: inline-block;
	font-family: "Bookman Bold";
	font-family: "Myanmar Text Bold";
	font-size: 2.25rem;
	text-decoration: none;
	text-transform: uppercase;
	height: 100%;
	text-shadow: 0 0 3px #000000;
	margin-top: 2.5rem;
}
.main-menu__item a:hover {
	color: #ffcc00;
}


/*#header.shrink {
    height: 100px;
    line-height:80px;
}*/


/* main */
#main {
	padding-top: 9.5rem;
}
.main-carousel {
	background-color: #1b1b1b;
	width: 100%;
}
.item {
	height: 48rem;
	/*height: 65rem;*/
	width: 100%;
	position: relative;
}

.item > img {
	width: 84% !important;
	height: 100%;
	display: block;
	margin: 0 auto;
	opacity: 0.9;
}
.owl-carousel {
	max-width: 1920px;
	margin: 0 auto;
}
.owl-nav {
	display: none;
}
.owl-dots {
	position: absolute;
    bottom: 1rem;
    width: 100%;
    z-index: 10;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.owl-dot {
	width: 1rem;
	height: 1rem;
	background-color: #281e04;
	border-radius: 50%;
	display: inline-block;
	margin: 0 0.2rem;
}
.item__information {
	position: absolute;
    top: 0;
    z-index: 99;
    left: 8%;
    margin: auto;
    background-image: -webkit-gradient(
 linear, left top, right top, from(rgba(0, 0, 0, 0.5)),
 to(rgba(0, 0, 0, 0))
 );
    display: block;
    bottom: 0;
    width: 40%;
}

.item__google {
	width: 14.1rem !important;
    height: 4.2rem;
}

.item__app-store {
	width: 14.1rem !important;
    height: 4.2rem;
}

.item__title {
	color: #000000;
	text-shadow: #c40000 2px 2px 0, #c40000 -2px -2px 0, 
                 #c40000 -2px 2px 0, #c40000 2px -2px 0;
	font-size: 3rem;
	font-family: "Bookman Bold";
	text-transform: uppercase;
	margin-top: 32%;
	margin-left: 3.75%;
	letter-spacing: 0.15rem;
}
.item__description {
	color: #ffffff;
	font-size: 1.5rem;
	font-family: "Bookman Bold";
	margin-left: 3.7%;
	margin-top: 0.6rem;
	text-shadow: 0 0 3px #000000;
}
.item__information > a {
	display: inline-block;
    margin-left: 3.6%;
    margin-top: 1rem;
}

/* games */

#games {
	padding: 3rem 0;
	background-color: #fff;

}
.section__title {
	text-transform: uppercase;
	font-family: "Myanmar Text Bold";
	font-size: 3.25rem;
	text-align: center;
	display: block;
	margin: 0 auto;
}
.games__inner {
	max-width: 1920px;
	width: 100%;
	display: table;
	margin: 3.5rem auto 0 auto;
	position: relative;
	padding: 0 3%;
}
.games {
	display: block;
    margin: 0 auto;
    width: 100%;
}
.games__block, .games__block-diff {
	width: 46%;
	display: inline-block;
	float: left;
	margin-bottom: 3rem;
}
.games__block:nth-child(2n+2), .games__block-diff:nth-child(2n+1) {
	float: right;
}
.games__icon {
	width: 12rem;
	height: 12rem;
	display: block;
	margin: 0 auto;
}
.games__title {
	font-family: "Myanmar Text Bold";
	font-size: 2.8rem;
	margin-top: 3rem;
	display: block;
	line-height: 1.2;
	text-align: center;
}
.download__links {
	display: table;
	text-align: center;
	margin: 0 auto;
}
.download-google {
	background: url(../images/google-play-badge.png) no-repeat;
	width: 14.1rem;
    height: 4.2rem;
    display: inline-block;
    background-size: 100%;
    text-align: center;
    margin: 0 1rem;
}

.download-app-store {
	width: 14.1rem;
    height: 4.2rem;
    display: inline-block;
    background-size: 100%;
    text-align: center;
    margin: 0 1rem;
} 

.games__description {
	color: #000000;
	font-family: "OpenSans-Regular", Arial;
	font-size: 1.25rem;
	line-height: 1.45;
	margin-bottom: 2rem;
}
.games__subtitle {
	display: table;
	margin: 0 auto 1rem auto;
	text-align: center;
	color: #000000;
	font-family: "Myanmar Text Bold";
	width: 100%;
	text-transform: uppercase;
	font-size: 2.5rem;
}
.games-diff__list {
	width: 53%;
	display: block;
	margin: 0 auto;
}
.games-diff__list li {
	display: block;
	color: #000000;
	font-size: 1.25rem;
	font-family: "OpenSans-Regular", Arial;
	margin-bottom: 0.6rem;
}
.star {
	background: url(../images/star.png) no-repeat left;
	width: 1.6rem;
	height: 1.6rem;
	background-size: 100%;
	display: inline-block;
	position: relative;
    top: 0.2rem;
    margin-right: 0.5rem;
}


/* about */

.about {
	background-color: #1b1b1b;
	width: 100%;
	padding: 3rem 0;
}
.about__inner {
	max-width: 1920px;
	display: block;
	margin: 0 auto;
}
.about .section__title {
	color: #ffffff;
}
.about__description {
	color: #ffffff;
	font-size: 1.25rem;
	font-family: "OpenSans-Regular", Arial;
	line-height: 1.85;
	letter-spacing: 0.05rem;
	word-spacing: 0.1rem;
	margin-bottom: 2rem;
	text-indent: 2rem;
	width: 70%;
	display: block;
	margin: 0 auto;
}

/* contacts */
.contacts {
	background-color: #fff;
	padding: 3rem 0 1rem 0;
}
.contacts__wrapper {
	width: 100%;
    display: table;
    max-width: 1920px;
    margin: 0 auto;
    
}
.contacts__inner {
	max-width: 1920px;
    display: table;
    margin: 1rem auto 0 auto;
    width: 55%;
    position: relative;
}
.contacts-logo {
	float: left;
	display: inline-block;
	text-decoration: none;
	margin-right: 16%;
}
.contacts-logo > img {
	width: 8.1875rem;
	height: 7.8125rem;
}

.contacts-logo__title {
	display: block;
	color: #dd0d0f;
	font-family: "Myanmar Text Bold";
	text-transform: uppercase;
	letter-spacing: 0.055rem;
	text-shadow: 1px 0px 2px rgba(150, 150, 150, 1);
	font-size: 1rem;
}
.contacts-support {
	display: inline-block;
	width: 100%;
    text-align: center;
    border-top: 1px dotted #eee;
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.contacts-support__info {
	color: #1b1b1b;
	font-family: "Myanmar Text Bold";
	display: inline-block;
	font-size: 1.25rem;
}

.contacts-support__info a {
	color: #1b1b1b;
	text-decoration: none;
    border-bottom: 1px dotted #1b1b1b; 
    display: inline-block;
    line-height: 1;
    margin-left: 0.4rem;
}

.social {
    float: right;
    display: inline-block;
}
.social > a {
	width: 4rem;
	height: 4rem;
	display: block;
	margin-bottom: 1.25rem;
}

.social > a.instagram {
	width: 4.162rem;
	height: 4.162rem;
}

.social > a > svg {
	width: 100%;
	height: 100%;
}

.social > a > svg > use {
	width: 100%;
	height: 100%;
}
.menu-close, .burger-menu {
	display: none;
}



/* contact form */

#block-body {
	display: inline-block;
	width: 50%;
	margin-bottom: 1rem;
}
.form__caption {
	color: #000000;
	display: block;
	width: 100%;
	font-family: "Myanmar Text Bold";
	font-size: 1.75rem;
}


#feedback-form {
	display: block;
	margin: 0 auto;
	width: 100%;
}

#feedback-form li {
	width: 100%;
	display: block;
	margin-bottom: 1rem;
}
.form__title {
	color: #000000;
	font-size: 1.25rem;
	display: block;
	width: 100%;
	font-family: "OpenSans-Regular", Arial;
	font-weight: bold;
	letter-spacing: 0.05rem;
	margin-bottom: 0.5rem;
}
.red-star {
	color: red;
	font-size: 1rem;
}
.form__input {
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 1rem;
	font-family: "Myanmar Text Bold";
	outline: 0;
	padding: .3rem 1.2rem;
	width: 100%;
}
.form__input:focus {
	border: 1px solid #55acee;
	box-shadow: 0px 1px 3px 0px #55acee;
}

span.error {
	color: red;
	font-size: 0.85rem;
	display: block;
	margin-top: 0.5rem;
	font-family: "OpenSans-Regular", Arial;
}
.form__textarea {
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 1rem;
	font-family: "Myanmar Text Bold";
	outline: 0;
	padding: .3rem 1.2rem;
	resize: none;
	width: 100%;
	height: 10rem;
}
.form__textarea:focus {
	border: 1px solid #55acee;
	box-shadow: 0px 1px 3px 0px #55acee;
}
.form__input.error, .form__textarea.error {
	border: 1px solid red;
}
.form__input.error:focus,
.form__textarea.error:focus {
	box-shadow: 0px 1px 3px 0px red;
}
.form__submit {
	display: block;
	padding: 1rem 1.5rem 0.8rem 1.5rem;
	font-size: 1.25rem;
	text-transform: uppercase;
	font-family: "OpenSans-Regular", Arial;
	outline: 0;
	border-radius: 5px;
	cursor: pointer;
	background-color: #bb0404 !important;
	border: none;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.1rem;
	margin-bottom: 2rem;
	box-shadow: none !important;
}
.form__submit:hover {
	background-color: #c50505 !important;
}
.form__line {
	margin-bottom: 1.5rem;
}
.copyright {
	font-size: 0.75rem;
	display: block;
	font-family: Arial;
	margin-top: 0.5rem;
}
#message-feedback-good {
    font-size: 1.25rem;
    color: #000000;
    font-family: "Myanmar Text Bold";
    display: block;
    margin-bottom: 2rem;
    text-transform: uppercase;
    border: 1px solid green;
    text-align: center;
    border-radius: 5px;
    padding-top: 0.5rem;
    box-shadow: 0px 1px 3px 0px green;
}