@media screen and (min-width:1921px) {
	:root{
		font-size:17px
	}
	.item {
		height:58rem;
	}
	.item__title {
		font-size: 4.5rem;
	}
	.item__description {
		font-size: 2.5rem;
	}
	.item__google, .item__app-store {
	    width: 18.1rem !important;
	    height: 5.2rem;
	}
	.games-diff__list {
		width: 58%;
	}
	.main-menu__item {
		margin-left: 4rem;
	}
	.logo__title {
		font-size: 5rem;
		margin-top: 0.8rem;
	}
	.logo__subtitle {
		font-size: 2.06rem;
	}
	#header.cbp-af-header-shrink .logo__title {
		margin-top: 0.2rem;
	}


}
@media screen and (min-width:1025px) {
	/* animate fixed manu */

.header__inner .logo__title,
.header__inner .logo__subtitle,
.header__inner .logo-img,
.header__inner nav a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#header.shrink {
    height: 6rem;
}
#header.shrink .main-menu__item a {
	font-size: 1.5rem;
	margin-top: 1rem;
}

#header.shrink .logo__title {
	font-size: 3rem;
}
#header.shrink .logo__subtitle {
	font-size: 1.225rem;
	    margin-top: -1rem;
}
#header.shrink .logo-img {
	width: 6rem;
	height: 6rem;
}
}

@media screen and (min-width:768px) and (max-width:1024px){
	:root{
		font-size:0.833vw;
	}

	.item {
	    height: 54rem;
	}
	.item__title {
		font-size: 3.5rem;
	}
	.item__description {
		font-size: 1.75rem;
	}
	.item__google, .item__app-store {
	    width: 18.1rem !important;
	    height: 5.2rem;
	}
	.games__title {
		font-size: 3.25rem;
	}
	.games__description {
		font-size: 1.7rem;
	}
	.download-google, .download-app-store {
		width: 18.1rem;
		height: 5.2rem;
	}
	.games-diff__list {
	    width: 58%;
	}
	.games-diff__list li {
		font-size: 1.5rem;
	}
	.about__description {
		font-size: 1.5rem;
	}
	.contacts-logo > img {
		width: 10.9166rem;
		height: 10.4166rem;
	} 
	.contacts-logo__title {
		font-size: 1.4rem;
	}
	.contacts-support__info {
		font-size: 1.5rem;
	}
}


@media screen and (min-width:320px) and (max-width:767px){
	#header {
		height: 6rem;
	}
	.header__inner {
		padding: 0 3%;
		height: 6rem;
	}
	.burger-menu>svg, .menu-close>svg {
	    width: 100%;
	    height: 100%;
	    fill: #cc8d00;
	}
	.main-menu__wrapper {
	    display: none;
	    z-index: 10000000;
	    background: #1b1b1b;
	    margin: 0;
	    position: fixed;
	    height: 100%;
	    top: 0;
	    max-width: 300px;
	    width: 75%;
	    overflow: hidden;
	    padding: 4rem;
	}
	.burger-menu {
	    position: absolute;
	    width: 3rem;
	    height: 3rem;
	    right: 3%;
	    top: 1.5rem;
	    display: block;
	}
	.menu-close {
	    width: 20px;
	    height: 20px;
	    float: right;
	    cursor: pointer;
	    position: absolute;
	    top: 1.5rem;
	    right: 1.5rem;
	    display: block;	  
	}

	.main-menu__list {
		margin-top: 3rem;
	}
	.main-menu__item {
		height: auto;
		margin-left: 0;
		width: 100%;
		margin-bottom: 2rem;
	}
	.logo-img {
	    width: 8rem;
	    height: 8rem;
	}
	.logo {
		margin-top: 0.5rem;
	}



	.logo__title  {
		font-size: 3.8rem;
	}
	.logo__subtitle {
		font-size: 1.56rem;
	}



	#main {
	    padding-top: 6rem;
	}
	.item {
    	height: auto;
    }


    .games__subtitle, .games__block-diff {
    	display: none;
    }
    .games__block {
    	width: 100%;
    	border-bottom: 1px dotted #1b1b1b;
    	padding-bottom: 3rem;
    }
    .games__block:last-child {
    	border-bottom: 1px dotted #ffffff;
    }
    .games__title  {
    	text-align: center;
    	line-height: 1.4;
    }
    .games__description {
    	font-size: 1.45rem;
    	line-height: 1.6;
    }
    .download-google, .download-app-store {
    	width: 18.1rem;
    	height: 5.2rem;
    }
    .about__description {
    	width: 100%;
    	padding: 0 3%;
    	font-size: 1.45rem;
    }
    .contacts__inner {
    	width: 63%;
    }
    #block-body {
    	width: 100%;
    	margin-bottom: 2rem;
    }
    span.error {
    	font-size: 1.25rem;
    }
    .contacts-logo {
    	display: none;
    }
    .contacts-support {
    	position: relative;
    	float: none;
    	top: 0rem;
    	width: 100%;
    }
    .contacts-support__info {
    	font-size: 1.5rem;
    }
    .social {
    	right: 0%;
    	margin-top: 0.25rem;
    	position: relative;
    	float: none;
    	margin: 0rem auto 2rem auto;
    	display: block;
    	text-align: center;
    }
    .social > a {
    	display: inline-block;
    	margin-right: 1rem;
    }
    .contacts {
    	padding: 3rem 0;
    }
    .item__title {
	    margin-top: 5rem;
	}
	.form-wrapper {
		width: 100%;
	}
	.form__submit {
		padding: 0.9rem 2.5rem 0.9rem 2.5rem;
		font-size: 1.5rem;
		margin-top: 2.5rem;
	}
	.form__title {
		font-size: 1.5rem;
	}
	.form__input, .form__textarea {
		font-size: 1.5rem;
	}
	.copyright {
		font-size: 1rem;
		margin-top: 1rem;
	}
	.form__textarea {
		height: 15rem;
	}
	.item__information {
		width: 100%;
	}

} 





@media screen and (min-width:320px) and (max-width:639px){
	.logo {
	    margin-top: 0.9rem;
	}
	.logo__title {
		font-size: 3rem;
	}
	.logo__subtitle {
	    font-size: 1.23rem;
	    margin-top: -1rem;
	}
	.logo-img {
	    width: 6rem;
	    height: 6rem;
	}
	.item__information {
		width: 100%;
	}
	.item__title {
	    margin-top: 2rem;
	    font-size: 2.5rem;
	}
	.item__description {
	    font-size: 1.2rem;
	}
	.main-menu__item {
		margin-bottom: 0;
	}
	.contacts__inner {
		width: 75%;
	}
}

@media screen and (min-width:320px) and (max-width:480px){
	.main-menu__item {
		margin-bottom: 0;
	}
	.burger-menu {
		width: 2.5rem;
		height: 2.5rem;
	}
	.logo-img {
	    width: 5rem;
	    height: 5rem;
	    margin-top: 0.5rem;
	}
	.logo {
	    margin-top: 1.2rem;
	}
	.logo__title {
	    font-size: 2.3rem;
	}
	.logo__subtitle {
	    font-size: 0.94rem;
	    margin-top: -0.6rem;
	}
	.games__inner {
		margin: 0.5rem auto 0 auto;
	}
	.games__title {
		font-size: 2.5rem;
	}
	.games__description, .about__description {
		font-size: 1.25rem;
	}
	.item__title {
	    margin-top: 1rem;
	    font-size: 1.5rem;
	}
	.item__description {
	    font-size: 1rem;
	}
	.item__google, .item__app-store {
	    width: 11.1rem !important;
	    height: 3.2rem;
	}
	.owl-dots {
		bottom: 0.8rem;
	}
	.owl-dot {
		width: 0.6rem;
		height: 0.6rem;
	}
	.contacts__inner {
		width: 100%;
		padding: 0 3%;
	} 
	.copyright {
		font-size: 1.1rem;
	}
	.download-google, .download-app-store {
		margin: 0 auto 1.5rem auto;
		display: block;
	}
}

@media screen and (min-width:320px) and (max-width:767px){
	.main-menu__list {
	    margin-top: 1rem;
	}
	.main-menu__item a {
		margin-top: 1.5rem;
	}
}

@media screen and (min-width:320px) and (max-width:480px) and (orientation: landscape){
	.main-menu__item a {
		margin-top: 1.25rem;
	}
}
