/*
Theme name: igroslot_xyz
Description: Лучшие слоты
Author: Aleksandrlao
Author URI: https://igroslot.xyz
Version: 999
*/


:root {
	--white: #fff;
	--black: rgb(30, 30, 30);
	--blue: rgb(46, 76, 208);
	--blue01: rgba(46, 76, 208, 0.1);
	--gray: rgb(117, 120, 133);
	--yellow: rgb(249, 204, 5);
	--yellow01: rgba(249, 204, 5, 0.1);
}




@font-face {
	font-family: "WorkSans";
	src: url("fonts/WorkSans/WorkSansRegular/WorkSansRegular.eot");
	src: url("fonts/WorkSans/WorkSansRegular/WorkSansRegular.eot?#iefix")format("embedded-opentype"),
	url("fonts/WorkSans/WorkSansRegular/WorkSansRegular.woff") format("woff"),
	url("fonts/WorkSans/WorkSansRegular/WorkSansRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "WorkSans";
	src: url("fonts/WorkSans/WorkSansBold/WorkSansBold.eot");
	src: url("fonts/WorkSans/WorkSansBold/WorkSansBold.eot?#iefix")format("embedded-opentype"),
	url("fonts/WorkSans/WorkSansBold/WorkSansBold.woff") format("woff"),
	url("fonts/WorkSans/WorkSansBold/WorkSansBold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}




*, *::before, *::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
html {
	font-size: 20px;
}
body {
	background: var(--white);
	color: var(--black);
	font: 0.8rem/1.5 'WorkSans', Arial, sans-serif;
}
.wrapper,
body.nav-active {
	overflow: hidden;
}
.box {
	width: 100%;
	min-width: 320px;
	position: relative;
}
.container {
	width: 100%;
	min-width: 320px;
	max-width: 1240px;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: 0 auto;
	position: relative;
	border-top: 0 solid transparent;
}
.container::after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}
.flx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}


a {
	color: var(--blue);
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

input, 
textarea, 
select,
button {
	font-family: 'WorkSans', Arial, sans-serif;
}
input.error {
	color: #f00 !important;
	border: 1px solid #f00 !important;
}
input.valid {
	border: 1px solid #339e36 !important;
}
input:focus {
	color: var(--black);
}
input::-webkit-input-placeholder {
	color: var(--black);
}
input::-moz-placeholder {
	color: var(--black);
}
input:-moz-placeholder {
	color: var(--black);
}
input:-ms-input-placeholder {
	color: var(--black);
}






.text {
	overflow: hidden;
}
.text p {
	margin-bottom: 1.2rem;
}
.text h2, 
.text h3, 
.text h4, 
.text h5 {
	margin-bottom: 1.2rem;
	color: #000;
	font-size: 1.5rem;
	line-height: 1.3;
}
.text h3 {
	font-size: 1.2rem;
}
.text h4, .text h5 {
	font-size: 1rem;
}
.text table {
	width: 100%;
	border-collapse: collapse;
}
.text table tr td {
	border: 1px solid var(--black);
	padding: 10px;
	margin-bottom: 1.2rem;
}
.text ul, .text ol {
	margin: 0 0 1rem 1.2rem;
}
.text li {
	margin-bottom: 8px;
}
.text img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}



.alignleft {display: inline;float: left;margin: 5px 15px 5px 0;}
.alignright {display: inline;float: right;margin: 5px 0 5px 15px;}
.aligncenter {clear: both;display: block;margin: 5px auto 25px;text-align: center;}
.aligncenter img {

}


.head {
	margin-bottom: 1.4rem;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3;
}


.button,
.button--white {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-width: 80px;
	min-height: 48px;
	padding: 8px 20px;
	border: 2px solid var(--blue);
	background: var(--blue);
	border-radius: 8px;
	color: var(--white);
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	transition: all .3s ease;
	cursor: pointer;
}
.button:hover {
	background: var(--white);
	color: var(--black);
}
.button--white {
	background: var(--white);
	border-color: var(--gray);
	color: var(--black);
}
.button--white:hover {
	background: var(--black);
	border-color: var(--black);
	color: var(--white);
}




/* Header ----------------------------------------------------------------------------- */
.header {
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	box-shadow: 0 0 8px var(--blue01);
	position: relative;
	z-index: 20;
}
.header .container {
	align-items: center;
}
.header__logo {
	display: block;
	width: 130px;
	height: 28px;
	background: url('i/bg-logo.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	font-size: 0;
}
.header__nav {
	flex: 1;
}
.header__nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	list-style: none;
	gap: 0.6rem;
}
.header__nav ul a {
	display: block;
	padding: 8px 12px;
	color: rgb(30, 30, 30);
	font-size: 18px;
	line-height: 1.2;
	text-decoration: none;
}
.header__nav ul a:hover {
	color: var(--blue);
}


.header__nav-btn {
	display: none;
	width: 30px;
	height: 30px;
	border: none;
	background: transparent;
	outline: none;
	cursor: pointer;
}
.header__nav-btn span {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 2px;
	border-radius: 3px;
	background: #717171;
	margin: 7px 0 0;
	position: relative;
}
.header__nav-btn span::before, 
.header__nav-btn span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 3px;
	background: #717171;
	transition: all 0.4s ease;
}
.header__nav-btn span::before {
	top: -7px;
}
.header__nav-btn span::after {
	bottom: -7px;
}
.nav-active .header__nav-btn span {
	background: transparent;
}
.nav-active .header__nav-btn span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
}
.nav-active .header__nav-btn span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
}






/* Hero ----------------------------------------------------------------------------- */
.hero {
	padding-top: 3rem;
	padding-bottom: 4rem;
}
.hero .container {
	align-items: center;
}
.hero__box {
	width: 58%;
}
.hero__head {
	margin-bottom: 1rem;
	color: rgb(30, 30, 30);
	font-size: 48px;
	line-height: 1.1;
}
.hero__desc {
	max-width: 480px;
	color: var(--gray);
	font-size: 20px;
	line-height: 1.3;
}
.hero__thumb {
	width: 38%;
}
.hero__thumb img {
	display: block;
	max-width: 100%;
	height: auto;
}






/* Slot list ----------------------------------------------------------------------------- */
.slot-block {
	padding-top: 2rem;
	padding-bottom: 1.2rem;
	background: var(--blue01);
}
.slot__list {
	justify-content: flex-start;
	width: calc(100% + 16px);
	margin-left: -8px;
}
.slot-item {
	width: calc(33.3% - 16px);
	margin: 0 8px 16px;
	padding: 12px;
	background: var(--white);
}
.slot__list--new .slot-item {
	width: calc(25% - 16px);
}
.slot-item__link {
	display: block;
	width: 100%;
	margin-bottom: 16px;
	text-decoration: none;
}
.slot-item__thumb {
	display: block;
	width: 100%;
	margin-bottom: 8px;
}
.slot-item__thumb-ins {
	display: block;
	width: 100%;
	padding-top: 88%;
	position: relative;
}
.slot-item__thumb-ins img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slot-item__name {
	display: block;
	color: var(--black);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	transition: all .3s ease;
	text-align: center;
}
.slot-item__link:hover .slot-item__name {
	color: var(--blue);
}
.slot-item__param {
	padding-bottom: 8px;
}
.slot-item__param-line {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 8px;
	position: relative;
	font-size: 16px;
	line-height: 1.3;
}
.slot-item__param-line::before {
	content: '';
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 100%;
	height: 1px;
	border-top: 1px dashed var(--gray);
	opacity: .4;
}
.slot-item__param-line:last-child::before {
	display: none;
}
.slot-item__param-label {
	width: 60%;
	opacity: .8;
}
.slot-item__param-value {
	text-align: right;
}
.slot-item__param-value span {
	font-size: 20px;
	font-weight: bold;
}
.slot-item__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.slot-item__more,
.slot-item__demo {
	width: 56%;
}
.slot-item__demo {
	width: 42%;
}







/* Content ----------------------------------------------------------------------------- */
.content {
	padding-top: 2rem;
	padding-bottom: 3rem;
}








/* Single slot ----------------------------------------------------------------------------- */
.slot-hero {
	padding-top: 1rem;
	padding-bottom: 1rem;
	background: #00c;
}
.slot-hero .container {
	z-index: 10;
}
.slot-hero__thumb {
	width: 38%;
	padding: 8px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}
.slot-hero__thumb-ins {
	display: block;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.slot-hero__thumb-ins img {
	display: block;
	width: 100%;
	height: auto;
}
.slot-hero__box {
	width: 60%;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
}
.slot-hero__head {
	margin-bottom: 20px;
}
.slot-hero__line {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 16px;
}
.slot-hero__rating-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-right: 16px;
	font-size: 18px;
	vertical-align: middle;
}
.slot-hero__rating {
	padding-right: 8px;
}
.slot-hero__rating span {
	display: inline-block;
	vertical-align: middle;
	width: 90px;
	height: 20px;
	background: #ccc;
	-webkit-mask: url('i/bg-icon-stars.svg') center no-repeat;
	mask: url('i/bg-icon-stars.svg') center no-repeat;
	-webkit-mask-size: 90px 20px;
	mask-size: 90px 20px;
	position: relative;
	--percent: calc(var(--rating) / 5 * 100%);
}
.slot-hero__rating span::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: var(--percent);
	height: 100%;
	background: #ef6036;
	-webkit-mask: url('i/bg-icon-stars.svg') left center no-repeat;
	mask: url('i/bg-icon-stars.svg') left center no-repeat;
	-webkit-mask-size: 90px 20px;
	mask-size: 90px 20px;
}
.slot-hero__rating-counter {
	opacity: .7;
}

.slot-hero__rtp {
	font-size: 18px;
}
.slot-hero__desc {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.4;
}


.slot-hero__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slot-hero__bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}




.popup-demo {
	position: fixed;
	top: -200%;
	left: 24px;
	width: calc(100% - 48px);
	height: calc(100% - 48px);
	background: #fff;
	padding: 32px;
	overflow: hidden;
	overflow-y: visible;
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease;
}
.demo-open .popup-demo {
	top: 24px;
	opacity: 1;
	pointer-events: auto;
}
.popup-demo__close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 24px;
	height: 24px;
	background: #000;
}
.popup-demo__body {
	display: block;
	width: 100%;
	height: calc(100% - 48px);
}
.popup-demo__body iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.popup-demo__button-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	padding-top: 8px;
}






.single-slot {
	padding-top: 1.5rem;
	padding-bottom: 3rem;
}
.single-slot__content {
	width: calc(100% - 280px);
}



.single-slot__feature {
	padding: 20px 16px 16px;
	border-radius: 12px;
	border: 2px solid rgba(49, 78, 203, .3);
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	margin-bottom: 1.6rem;
}
.single-slot__feature > *:last-child {
	margin-bottom: 0;
}



.pros-cons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	padding-bottom: 24px;
}
.pros-cons__item {
	width: calc(50% - 16px);
	padding: 16px 24px;
	border-radius: 16px;
	border: 1px solid rgba(40, 212, 22, .1);
	margin-bottom: 1.2rem;
}
.pros-cons__item--plus {
	background: rgba(40, 212, 22, .1);
	border-color: rgba(40, 212, 22, .1);
}
.pros-cons__item--minus {
	background: rgba(225, 25, 25, .1);
	border-color: rgba(225, 25, 25, .1);
}
.pros-cons__item h2 {
	padding-left: 24px;
	position: relative;
}
.pros-cons__item h2::before {
	content: '';
	position: absolute;
	top: 8px;
	left: -8px;
	width: 20px;
	height: 20px;
	background: rgba(40, 212, 22, .4);
	border-radius: 50%;
}
.pros-cons__item--minus h2::before {
	background: rgba(225, 25, 25, .4);
}
.pros-cons__item h2::after {
	content: '';
	position: absolute;
	top: 8px;
	left: -8px;
	width: 20px;
	height: 20px;
	background: rgba(40, 212, 22, 1);
	-webkit-mask: url('i/bg-icon-plus.svg') center no-repeat;
	mask: url('i/bg-icon-plus.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.pros-cons__item--minus h2::after {
	background: rgba(225, 25, 25, .8);
	-webkit-mask-image: url('i/bg-icon-minus.svg');
	mask-image: url('i/bg-icon-minus.svg')
}
@media screen and (max-width:1050px) {
	.pros-cons__item {
		width: calc(50% - 8px);
		padding: 12px 16px;
		border-radius: 12px;
	}
}
@media screen and (max-width:900px) {
	.pros-cons__item {
		width: 100%;
	}
}
.pros-cons__item ul {
	padding-left: 1rem;
}




.slot-symbol {
	margin-bottom: 2rem;
}
.slot-symbol__head {
	margin-bottom: 1.2rem;
	font-size: 24px;
	line-height: 1.3;
}
.slot-symbol__list {

}
.slot-symbol-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	border: 1px solid rgba(0, 0, 0, .2);
	margin-bottom: 1rem;
}
.slot-symbol-item__icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 36%;
}
.slot-symbol-item__icon img {
	display: block;
	max-width: 160px;
	max-height: 120px;
	object-fit: contain;
}
.slot-symbol-item__box {
	width: 64%;
	border-left: 1px solid rgba(0, 0, 0, .2);
}
.slot-symbol-item__line {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid rgba(0, 0, 0, .2);
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
}
.slot-symbol-item__line:first-child {
	border-top: none;
}
.slot-symbol-item__count {
	width: 40%;
	padding: 10px;
}
.slot-symbol-item__cost {
	width: 60%;
	padding: 10px;
}












.single-slot__sidebar {
	width: 250px;
}
.single-slot__side-box {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	border-radius: 8px;
	padding: 10px;
	margin-bottom: 24px;
}
.single-slot__side-head {
	margin-bottom: 16px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
}

.single-slot__side-line {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 8px;
	position: relative;
}
.single-slot__side-line::before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed rgba(0, 0, 0, .1);
}
.single-slot__side-label {
	max-width: 56%;
	background: #fff;
}
.single-slot__side-value {
	max-width: 40%;
	background: #fff;
	text-align: right;
}


.single-slot-screenshot {
	padding-top: 1.5rem;
	padding-bottom: 1.2rem;
	background: var(--yellow01);
}
.single-slot-screenshot__head {
	margin-bottom: 1rem;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.2;
}
.single-slot-screenshot__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: calc(100% + 24px);
	margin-left: -12px;
}
.single-slot-screenshot-item {
	width: calc(33.3% - 24px);
	margin: 0 12px 24px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .4);
}
.single-slot-screenshot-item__ins {
	display: block;
	width: 100%;
	padding-top: 88%;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.single-slot-screenshot-item__ins img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}









/* Footer ----------------------------------------------------------------------------- */
.footer {
	background: var(--blue01);
}
.footer-top {
	padding-top: 1rem;
	padding-bottom: 1rem;
	background: rgba(255, 255, 255, .4);
}
.footer-top .container {
	align-items: center;
}
.footer__logo {
	display: block;
	width: 130px;
	height: 28px;
	background: url('i/bg-logo.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	font-size: 0;
}
.footer__nav {

}
.footer__nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 1rem;
	list-style: none;
}
.footer__nav ul a {
	display: block;
	padding: 2px 4px;
	color: var(--blue);
	font-size: 18px;
	line-height: 1.3;
	text-decoration: none;
	transition: all .3s ease;
}
.footer__nav ul a:hover {
	color: var(--black);
}

.footer-middle {
	padding-top: 1.4rem;
	padding-bottom: 0.5rem;
}
.footer__alert {
	font-size: 14px;
}


.footer-bottom {
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	background: var(--blue);
	color: var(--white);
}
.footer-bottom .container {
	align-items: center;
}
.footer__copyright {
	font-size: 13px;
	line-height: 1.3;
}
.footer__menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 1rem;
	list-style: none;
}
.footer__menu ul a {
	display: block;
	padding: 2px 8px;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	text-decoration: underline;
}
.footer__menu ul a:hover {
	text-decoration: none;
}





/* Всплывающие окна */
.overlay {
	display: none;
	background-color: #000;
	opacity: .7;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999
}
.overlay.active {
	display: block;
}

.popup {
	display: none;
	position: relative;
	width: 96%;
	max-width: 400px;
	max-height: 96vh;
	padding: 25px;
	background: #fff;
	overflow: hidden;
	overflow-y: visible;
	text-align: center;
	z-index: 9999;
}
.popup-demo {
	max-width: 920px;
}
.popup__close {
	width: 24px;
	height: 24px;
	-webkit-border-radius: 100%;
		  border-radius: 100%;
	position: absolute;
	background: #000;
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #363636;
	top: 8px;
	right: 8px;
	cursor: pointer;
}
.popup__close:hover {
	background: #FFF;
	color: #000;
}
.popup__title {
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: 300;
	line-height: 34px;
	color: #000;
}
.popup__subtitle {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 21px;
	text-align: center;
	color: #000;
}
.popup-demo__body {
	width: 100%;
	max-height: 92vh;
}
.popup-demo__body iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.popup__label {
	position: relative;
}
.popup__body input,
.popup__body textarea {
	width: 100%;
	height: 40px;
	margin-top: 12px;
	padding-left: 12px;
	border: 1px solid #eee;
	background-color: #FFF;
	outline: none;
}
.popup-body textarea {
	height: 120px;
	resize: none;
	padding-top: 5px;
}
.popup-body input[type="submit"] {
	height: 46px;
	padding-left: 0;
	background-color: #FC0;
	border: 1px solid #FC0;
	color: #000;
	font-size: 17px;
	font-weight: bold;
	line-height: 44px;
	cursor: pointer;
}



/* Форма */


input.hide_input {
	display: none;
}
span.wpcf7-not-valid-tip, div.wpcf7-validation-errors {
	display: none !important;
}
.popup-body input.wpcf7-not-valid {
	border: 1px solid #c00;
}

.popup-thy {
	position: fixed;
	top: calc(50% - 160px);
	left: calc(50% - 200px);
}




/* ==============================================================
   ========================  MEDIA  =============================
   ============================================================== */
@media screen and (max-width:1240px) {

	.hero__head {
		font-size: 44px;
	}

}











@media screen and (max-width:1050px) {

	.button, .button--white {
		min-width: 64px;
		min-height: 44px;
		padding: 8px 16px;
		font-size: 18px;
	}


	.header__nav ul a {
		padding: 4px 8px;
		font-size: 15px;
	}


	.hero {
		padding-top: 2rem;
		padding-bottom: 3rem;
	}


	.slot-item__name {
		font-size: 20px;
	}

}












@media screen and (max-width:900px) {

	html {
		font-size: 18px;
	}
	body {
		font-size: 0.9rem;
	}


	.header {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}


	.hero__head {
		font-size: 40px;
	}


	.slot__list--new .slot-item {
		width: calc(33.3% - 16px);
	}


	.slot-hero__head {
		margin-bottom: 16px;
		font-size: 24px;
		line-height: 1.3;
	}


	.single-slot__content {
		width: calc(100% - 250px);
	}
	.single-slot__sidebar {
		width: 230px;
	}


	.footer__nav ul a {
		padding: 0;
		font-size: 15px;
	}
	.footer__alert {
		font-size: 12px;
		line-height: 1.2;
	}




}












@media screen and (max-width:750px) {

	.head {
		margin-bottom: 1.2rem;
		font-size: 32px;
	}


	.header__nav-btn {
		display: block;
	}
	.header__nav {
		position: absolute;
		top: 20px;
		right: 1rem;
		width: 220px;
		padding: 8px;
		background: #fff;
		box-shadow: 0 0 20px rgba(0, 0, 0, .1);
		opacity: 0;
		pointer-events: none;
		transition: all .3s ease;
	}
	.nav-active .header__nav {
		top: 30px;
		opacity: 1;
		pointer-events: auto;
	}
	.header__nav ul {
		display: block;
	}
	.header__nav ul a {
		display: block;
		width: 100%;
		padding: 5px;
		font-size: 18px;
		text-align: center;
	}


	.hero__head {
		font-size: 32px;
	}
	.hero__desc {
		font-size: 18px;
	}


	.slot-item,
	.slot__list--new .slot-item {
		width: calc(50% - 16px);
		padding: 10px;
	}


	.slot-hero__box {
		order: -1;
		width: 100%;
		padding: 16px;
	}
	.slot-hero__thumb {
		width: 80%;
		max-width: 240px;
		margin: 1rem auto 0;
	}


	.single-slot__content {
		width: 100%;
	}
	.single-slot__sidebar {
		width: 100%;
		max-width: 300px;
		margin: 2rem auto 0;
	}


}












@media screen and (max-width:600px) {

	html {
		font-size: 16px;
	}
	body {
		font-size: 1rem;
	}


	.hero__box {
		width: 100%;
	}
	.hero__thumb {
		width: 80%;
		margin: 1rem auto 0;
	}


	.single-slot-screenshot__head {
		font-size: 24px;
	}
	.single-slot-screenshot-item {
		width: calc(50% - 24px);
	}


	.footer__logo {
		margin: 0 auto 0.5rem;
	}
	.footer__nav,
	.footer__menu {
		width: 100%;
	}
	.footer__nav ul,
	.footer__menu ul {
		width: 100%;
		justify-content: center;
	}


	.footer__copyright {
		width: 100%;
		text-align: center;
	}



}












@media screen and (max-width:450px) {

	.head {
		margin-bottom: 1.2rem;
		font-size: 24px;
	}


	.hero__head {
		font-size: 28px;
	}
	.hero__desc {
		font-size: 16px;
	}



	.slot-item,
	.slot__list--new .slot-item {
		width: calc(100% - 16px);
		padding: 12px;
	}

}












/* END ============================================================= */

