
body {
	position: relative;
	min-width: 320px;
	padding-bottom: 50px;
	font-family: 'Roboto', sans-serif !important;
}
.container{
    max-width: 959px !important;
}
header{
    padding-top: 35px;
	padding-bottom: 35px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EDEDED;
}
.main_header{
    border-bottom: none;
    margin-bottom: 0;
}
.logo img{
    width: 60px;
    height: 60px;
}
.navigation{
    display: flex;
    align-items: center;
	justify-content: flex-end;
	margin-bottom: 0 !important;
}
.navigation li:not(:last-child){
    margin-right: 80px;
}
.navigation a{
    font-size: 14px;
    line-height: 1.5;
    color: #212529;
    text-decoration: none !important;
}
.navigation a:hover, .navigation a.active{
    color: #29ABE2;
}
.carausel_wrap{
    margin-bottom: 80px;
}
.index_page h3{
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 33px;
}
.tabs_list_wrap{
    margin-bottom: 55px;
    overflow: hidden;
}
.tabs_list{
    display: flex;
    align-items: center;
    justify-content: space-between;    
    width: 100%;
    margin-bottom: -17px;
    padding-bottom: 17px;
}
.tabs_list li{
    text-align: center;
    font-family: roboto, sans-serif;
    font-weight: 400;
    cursor: pointer;
    font-size: 14px;
    line-height: 17px;
}
.tabs_list p{
    margin-bottom: 0;
}
.tabs_list li:not(:last-child){
    margin-right: 10px;
}
.tabs_list_img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 15px;
    opacity: 0.5;
    transition: 0.3s;
}
.tabs_list li:hover .tabs_list_img, .tabs_list li.active .tabs_list_img{
    opacity: 1;
    transition: 0.3s;
}
.tabs_racing{
    background-image: url(../images/shutterstock_1034216809.jpg);
}
.tabs_shooters{
    background-image: url(../images/shutterstock_432001924.jpg);
}
.tabs_rpg{
    background-image: url(../images/shutterstock_443013844.jpg);
}
.tabs_horror{
    background-image: url(../images/shutterstock_1200949210.jpg);
}
.tabs_srtat{
    background-image: url(../images/shutterstock_741600652.jpg);
}
.tabs_fight{
    background-image: url(../images/mortal-kombat-czy-wlasnie-zapowiedziano-nowa-czesc-cyklu_article.jpg);
}
.tabs_sport{
    background-image: url(../images/pes20163.jpg);
}
.tab_item{
    border-radius: 25px;
    margin-bottom: 50px;
    overflow: hidden;    
}
.tab_img{
    min-height: 215px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.tabs_icons{
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
}
.tabs_icons img{
    width: 20px;
}
.tabs_icons img:not(:last-child){
    margin-right: 10px;
}
.tab_content{
    padding: 20px 5px;
    position: relative;
    text-align: center;
    border: 1px solid #EDEDED;
    border-top: 0;
}
.tab_content p{
    line-height: 15px;
    margin-bottom: 0 !important;
}
.tab_bot{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 15px;
    border: 1px solid #EDEDED;
    border-top: 0;
    border-radius: 0 0 25px 25px;
}
.tab_bot p{
    color: #29ABE2;
    line-height: 22px;
    font-size: 18px;
    font-family: roboto, sans-serif;
    font-weight: 400;
    margin-bottom: 0 !important;
}
.tab_bot a{
    background-color: #29ABE2;
    border-radius: 100px;
    font-family: roboto, sans-serif;
    font-weight: 400;
    color: #fff !important;
    font-size: 14px;
    line-height: 16px;
    padding: 15px 30px;
    text-decoration: none !important;
    transition: 0.3s;
}
.tab_bot a:hover{
    opacity: 0.8;
    transition: 0.3s;
}

.slick-slide img{
    max-width: 100%;
    margin: auto;
}
.slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 20px 10px; */
    margin-bottom: 0;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}
.slick-dots li:not(:last-child){
    margin-right: 15px;
}
.slick-dots li button{
    font-size: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #29ABE2;
    position: relative;
    background: none;
    outline: none;
    cursor: pointer;
}
.slick-dots li.slick-active button::before{
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #29ABE2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: -15px;
    bottom: 0;
    background-color: #000000;
    opacity: 0.3;
    z-index: 1;
    display: none;
}
.modal_opened{
    overflow: hidden;
    margin-right: 15px;
}
.modal_opened .overlay{
    display: block;
}
.popup-order{
    width: 494px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 25px;
    padding: 80px 75px;
    text-align: center;
    display: none;
    z-index: 999;
}
.popup-order h3{
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    margin-bottom: 39px;
}
.popup-order.active{
    display: block;
}
.form_row{
	margin-bottom: 20px;
	position: relative;
}
.popup-order .form_row{
    margin-bottom: 31px;
}
.form_row input{
    width: 100%;
    border: 1px solid #EDEDED;
    border-radius: 100px;
	padding: 20px 25px;
    transition: 0.3s;
    color: #7F7F7F;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
}
.form_row input:hover, .form_row input:focus{
	box-shadow: 1px 1px 5px rgba(204,204,204,0.5);
	transition: 0.3s;
}
.textarea_wrap{
	position: relative;
	width: 100%;
    border: 1px solid #EDEDED;
    border-radius: 25px;
	padding: 25px;	
	transition: 0.3s;
	height: 240px;
}
.textarea_wrap:hover{
	box-shadow: 1px 1px 5px rgba(204,204,204,0.5);
	transition: 0.3s;
}
.form_row textarea{
	width: 100%;
	transition: 0.3s;
	height: 180px;
    resize: none;
    color: #7F7F7F;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
}
.form_row button{
    width: 100%;
    background-color: #29ABE2;
    border-radius: 100px;
    font-family: roboto, sans-serif;
    font-weight: 400;
    color: #fff !important;
    font-size: 14px;
    line-height: 16px;
    padding: 20px 30px;
    text-decoration: none !important;
    /* transition: 0.3s; */
	outline: none !important;
}
.form_row button:hover{
    opacity: 0.8;
    /* transition: 0.3s; */
}
.contact_form .form_row{
	margin-bottom: 25px;
}
.contact_form button{
	position: absolute;
	bottom: 10px;
	right: 10px;
	max-width: 110px;
	padding: 12px 30px;
}

.popup-order a{
    color: #29ABE2 !important;
    text-decoration: none !important;    
}
.popup-order button{
    font-size: 14px !important;
    line-height: 17px !important;
    padding: 20px 30px !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-order p{
    font-size: 14px !important;
    line-height: 17px !important;
}
.popup-order a:hover{
    text-decoration: none;
}
.popup_close{
    width: 24px;
    height: 24px;
    background: url(../images/cross.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    top: 20px;
    right: 15px;
}
.popup_close:hover{
    opacity: 0.8;
    transition: 0.3s;
}

.btn_nav {
    display: block;
    border: none;
    outline: none;
    width: 25px;
    height: 26px;
    cursor: pointer;
    background-color: transparent;
    position: relative;
    display: none;
    z-index: 15;
    /* float: right; */
}
.btn_nav:before, .btn_nav:after, .btn_nav span {
    content: '';
    display: block;
    width: 25px;
    height: 4px;
    background-color: #0199ed;
    position: absolute;
    top: 0px;
    left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.btn_nav span {
    top: 11px;
}
.btn_nav:after {
    top: auto;
    bottom: 0px;
}
.btn_nav.active span {
    display: none;
}
.btn_nav.active:before {
    top: 9px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg); 
}
.btn_nav.active:after {
    bottom: 13px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg); 
}
.show{
    display: flex !important;
}

.inner_page{
	padding-top: 100px;
	padding-bottom: 100px;
	max-width: 599px !important;	
}
.contact_page{
    padding-top: 180px;
    max-width: 512px !important;
}
.inner_page h1{
	font-size: 26px;
	line-height: 31px;
	margin-bottom: 35px;
	text-align: center;
	font-weight: 400;
}
.inner_page p{
	font-size: 16px;
	line-height: 26px;	
	margin-bottom: 20px;
}
.home_link_wrap{
	margin-top: 128px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home_link{
	color: #29ABE2 !important;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 14px;
	background-color: rgba(41, 171, 226, 0.1);
	border-radius: 100px;
	padding: 17px 50px;
	display: inline-block;	
	transition: 0.3s;
}
.home_link:hover{
	background-color: rgba(41, 171, 226, 0.2);
	transition: 0.3s;
}

.terms_page{
    max-width: 750px !important;
    padding-top: 153px;
}
.terms_title{
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #EDEDED;
	margin-bottom: 70px;
}
.terms_title p{
	font-size: 16px;
    color: #7F7F7F;
    line-height: 19px;
    font-weight: 300;
    font-style: italic;
}
.inner_page h3{
	text-align: center;
	margin-bottom: 65px;
	font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}
.terms_page ul{
	margin-bottom: 90px;
}
.terms_page ul li{
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 15px;
}
.terms_page ul li span{
	color: #595959;
}
.terms_page ol li{
	list-style: decimal !important;
	list-style-position: inside !important;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 15px;
	color: #595959;
}
.faq_page{
	max-width: 900px !important;
}
.faq_page h4{
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	margin-bottom: 15px;
}
.faq_page ul{
	margin-top: 90px;
}
.faq_page ul li{
	padding: 20px 25px;
}
.faq_page ul li:nth-child(2n+1){
	background-color: #F9F9F9;
}
.faq_page ul p{
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px){
    .tabs_list{
        /* flex-wrap: wrap; */
        justify-content: flex-start;
        width: 100%;
        overflow-x: auto;
        position: relative;
    }
    /* .tabs_list::before{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 15px;
        background-color: #fff;
        z-index: 999;
    } */
    .tabs_list li{
        margin-bottom: 10px;
    }
    .popup-order{
        width: 280px;
        padding: 40px 20px;
    }

    .btn_nav{
        display: block;
    }
    .navigation {
        display: none;
        position: absolute;
        width: 250px;
        top: 70px;
        right: 0;
        background-color: #fff;
        text-align: center;
        z-index: 99999;
        padding: 20px;
    }
    .navigation li:not(:last-child){
        margin-right: 0;
        margin-bottom: 10px;
    }
    .tar{
        display: flex;
        justify-content: flex-end;
	}
	
	.inner_page{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.home_link_wrap{
		margin-top: 30px;
	}
	.inner_page h3, .terms_title{
		margin-bottom: 20px;
	}
	.terms_title{
		padding-bottom: 20px;
	}
	.terms_page ul{
		margin-bottom: 30px;
	}
	.faq_page ul{
		margin-top: 0;
    }
    
    .slick-dots{
        bottom: 20px;
    }
    .slick-dots li button{
        width: 20px;
        height: 20px;
    }
    .slick-dots li.slick-active button::before{
        width: 10px;
        height: 10px;
    }


}



/* 28.10.2019 */
.tab_item_sale{
    position: relative;
}
.tab_item_sale::before{
    content: attr(data-sale);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(41, 171, 226, 0.25);
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #29ABE2;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

